@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/pss/RequestGroup/getdatatocollect-a-response-group> a fhir:RequestGroup ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "getdatatocollect-a-response-group"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup getdatatocollect-a-response-group</b></p><a name=\"getdatatocollect-a-response-group\"> </a><a name=\"hcgetdatatocollect-a-response-group\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Patient-30551ce1-5a28-4356-b684-2e639094ad48.html\"> Female, DoB Unknown</a></p><blockquote><p><b>action</b></p><p><b>selectionBehavior</b>: At Most One</p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TextEquivalent</b></td><td><b>Resource</b></td></tr><tr><td style=\"display: none\">*</td><td>Collect information</td><td><a href=\"Task-30551ce1-5a28-4356-b684-11ef43a67755.html\">Task Collect information</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:subject [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/Patient/30551ce1-5a28-4356-b684-2e639094ad48> ;
     fhir:reference [ fhir:v "Patient/30551ce1-5a28-4356-b684-2e639094ad48" ]
  ] ; # 
  fhir:action ( [
     fhir:selectionBehavior [ fhir:v "at-most-one" ] ;
     fhir:action ( [
       fhir:textEquivalent [ fhir:v "Collect information" ] ;
       fhir:resource [
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/Task/30551ce1-5a28-4356-b684-11ef43a67755> ;
         fhir:reference [ fhir:v "Task/30551ce1-5a28-4356-b684-11ef43a67755" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

