HL7 FHIR Implementation Guide: DK Core
3.7.0 - ci-build Denmark flag

HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions

: Mosebryggersen familien - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 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 fhir:Patient/Schwendlund ;
fhir:reference [ fhir:v "Patient/Schwendlund" ] ;
fhir:display [ fhir:v "Schwendlund Test Mosebryggersen (far)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/MayJune ;
fhir:reference [ fhir:v "Patient/MayJune" ] ;
fhir:display [ fhir:v "May June Test Moberg (mor)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/OddHaugen ;
fhir:reference [ fhir:v "Patient/OddHaugen" ] ;
fhir:display [ fhir:v "Odd Haugen Test Mosebryggersen (søn)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/KnutOdvar ;
fhir:reference [ fhir:v "Patient/KnutOdvar" ] ;
fhir:display [ fhir:v "Knut Odvar Test Mosebryggersen (søn)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/SilleJune ;
fhir:reference [ fhir:v "Patient/SilleJune" ] ;
fhir:display [ fhir:v "Sille June Test Mosebrygersen (datter)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/Sverre ;
fhir:reference [ fhir:v "Patient/Sverre" ] ;
fhir:display [ fhir:v "Sverre Test Mosebryggersen (søn, tvilling)" ]     ]
  ] [
fhir:entity [
fhir:l fhir:Patient/Torre ;
fhir:reference [ fhir:v "Patient/Torre" ] ;
fhir:display [ fhir:v "Torre Test Mosebryggersen (søn, tvilling)" ]     ]
  ] ) . #