@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://hl7.fr/ig/fhir/medication/Group/InLine-patient-group-01> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InLine-patient-group-01"] ; # 
  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>Narratif généré : Groupe InLine-patient-group-01</b></p><a name=\"InLine-patient-group-01\"> </a><a name=\"hcInLine-patient-group-01\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14602\">Patient/14602</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14603\">Patient/14603</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14604\">Patient/14604</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:member ( [
     fhir:entity [
       fhir:l <https://hl7.fr/ig/fhir/medication/Patient/14602> ;
       fhir:reference [ fhir:v "Patient/14602" ]
     ]
  ] [
     fhir:entity [
       fhir:l <https://hl7.fr/ig/fhir/medication/Patient/14603> ;
       fhir:reference [ fhir:v "Patient/14603" ]
     ]
  ] [
     fhir:entity [
       fhir:l <https://hl7.fr/ig/fhir/medication/Patient/14604> ;
       fhir:reference [ fhir:v "Patient/14604" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

