@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 -------------------------------------------------------------------

<http://hl7.dk/fhir/core/Group/MosebryggerssenFamily> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MosebryggerssenFamily"] ; # 
  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: Group MosebryggerssenFamily</b></p><a name=\"MosebryggerssenFamily\"> </a><a name=\"hcMosebryggerssenFamily\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Mosebryggersen familien</p><p><b>quantity</b>: 7</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Schwendlund.html\">Schwendlund Test Mosebryggersen (far)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-MayJune.html\">May June Test Moberg (mor)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-OddHaugen.html\">Odd Haugen Test Mosebryggersen (søn)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-KnutOdvar.html\">Knut Odvar Test Mosebryggersen (søn)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-SilleJune.html\">Sille June Test Mosebrygersen (datter)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Sverre.html\">Sverre Test Mosebryggersen (søn, tvilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Torre.html\">Torre Test Mosebryggersen (søn, tvilling)</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:name [ fhir:v "Mosebryggersen familien"] ; # 
  fhir:quantity [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:member ( [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Schwendlund> ;
       fhir:reference [ fhir:v "Patient/Schwendlund" ] ;
       fhir:display [ fhir:v "Schwendlund Test Mosebryggersen (far)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/MayJune> ;
       fhir:reference [ fhir:v "Patient/MayJune" ] ;
       fhir:display [ fhir:v "May June Test Moberg (mor)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/OddHaugen> ;
       fhir:reference [ fhir:v "Patient/OddHaugen" ] ;
       fhir:display [ fhir:v "Odd Haugen Test Mosebryggersen (søn)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/KnutOdvar> ;
       fhir:reference [ fhir:v "Patient/KnutOdvar" ] ;
       fhir:display [ fhir:v "Knut Odvar Test Mosebryggersen (søn)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/SilleJune> ;
       fhir:reference [ fhir:v "Patient/SilleJune" ] ;
       fhir:display [ fhir:v "Sille June Test Mosebrygersen (datter)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Sverre> ;
       fhir:reference [ fhir:v "Patient/Sverre" ] ;
       fhir:display [ fhir:v "Sverre Test Mosebryggersen (søn, tvilling)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Torre> ;
       fhir:reference [ fhir:v "Patient/Torre" ] ;
       fhir:display [ fhir:v "Torre Test Mosebryggersen (søn, tvilling)" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

