@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/LauridsenFamily> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LauridsenFamily"] ; # 
  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 LauridsenFamily</b></p><a name=\"LauridsenFamily\"> </a><a name=\"hcLauridsenFamily\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Lauridsen familien</p><p><b>quantity</b>: 7</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Einer.html\">Einer Test Lauridsen (far)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Lonni.html\">Lonni Test Lauridsen (mor)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Magnus.html\">Magnus Test Lauridsen (søn, tvilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-Rasmus.html\">Rasmus Test Lauridsen (søn, tvilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-ElseLauridsen.html\">Else Test Lauridsen (datter, trilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-EllenLouise.html\">Ellen Louise Test Lauridsen (datter, trilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-EK.html\">EK Test Lauridsen (søn, trilling)</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:name [ fhir:v "Lauridsen familien"] ; # 
  fhir:quantity [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:member ( [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Einer> ;
       fhir:reference [ fhir:v "Patient/Einer" ] ;
       fhir:display [ fhir:v "Einer Test Lauridsen (far)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Lonni> ;
       fhir:reference [ fhir:v "Patient/Lonni" ] ;
       fhir:display [ fhir:v "Lonni Test Lauridsen (mor)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Magnus> ;
       fhir:reference [ fhir:v "Patient/Magnus" ] ;
       fhir:display [ fhir:v "Magnus Test Lauridsen (søn, tvilling)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/Rasmus> ;
       fhir:reference [ fhir:v "Patient/Rasmus" ] ;
       fhir:display [ fhir:v "Rasmus Test Lauridsen (søn, tvilling)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/ElseLauridsen> ;
       fhir:reference [ fhir:v "Patient/ElseLauridsen" ] ;
       fhir:display [ fhir:v "Else Test Lauridsen (datter, trilling)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/EllenLouise> ;
       fhir:reference [ fhir:v "Patient/EllenLouise" ] ;
       fhir:display [ fhir:v "Ellen Louise Test Lauridsen (datter, trilling)" ]
     ]
  ] [
     fhir:entity [
       fhir:l <http://hl7.dk/fhir/core/Patient/EK> ;
       fhir:reference [ fhir:v "Patient/EK" ] ;
       fhir:display [ fhir:v "EK Test Lauridsen (søn, trilling)" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

