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
: Levendefødt tvillinger 2016 - 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 "LevendefodtTwins2016"] ; #
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 LevendefodtTwins2016</b></p><a name=\"LevendefodtTwins2016\"> </a><a name=\"hcLevendefodtTwins2016\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Levendefødt tvillinger 2016</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-DrengLevendefodt2016.html\">Dreng Test Levendefødt (tvilling)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-PigeLevendefodt2016.html\">Pige Test Levendefødt (tvilling)</a></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v true] ; #
fhir:name [ fhir:v "Levendefødt tvillinger 2016"] ; #
fhir:quantity [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:member ( [
fhir:entity [
fhir:l fhir:Patient/DrengLevendefodt2016 ;
fhir:reference [ fhir:v "Patient/DrengLevendefodt2016" ] ;
fhir:display [ fhir:v "Dreng Test Levendefødt (tvilling)" ] ]
] [
fhir:entity [
fhir:l fhir:Patient/PigeLevendefodt2016 ;
fhir:reference [ fhir:v "Patient/PigeLevendefodt2016" ] ;
fhir:display [ fhir:v "Pige Test Levendefødt (tvilling)" ] ]
] ) . #