DK EHMI SBDH IG, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-sbdh/ and changes regularly. See the Directory of published versions
: Eksempel Henvisnings-Bundle v1 - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-referral-bundle-v1"] ; #
fhir:type [ fhir:v "message"] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "/MessageHeader/example-header-v1"^^xsd:anyURI ;
fhir:l fhir:/MessageHeader/example-header-v1 ] ;
( fhir:resource </MessageHeader/example-header-v1> )
] [
fhir:fullUrl [
fhir:v "/Patient/example-patient"^^xsd:anyURI ;
fhir:l fhir:/Patient/example-patient ] ;
( fhir:resource </Patient/example-patient> )
] ) . #
</MessageHeader/example-header-v1> a fhir:MessageHeader ;
fhir:id [ fhir:v "example-header-v1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_example-header-v1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader example-header-v1</b></p><a name=\"example-header-v1\"> </a><a name=\"hcexample-header-v1\"> </a><p><b>event</b>: message-events: referral (referral)</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>urn:oid:1.2.208.176.1.2</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>urn:oid:1.2.208.176.1.1</td></tr></table><p><b>definition</b>: <code>http://medcomehmi.dk/ig/dk-ehmi-sbdh/MessageDefinition/ReferralMessageV1|1.0.0</code></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [
fhir:v "http://medcomehmi.dk/ig/dk-ehmi-sbdh/message-events"^^xsd:anyURI ;
fhir:l <http://medcomehmi.dk/ig/dk-ehmi-sbdh/message-events> ] ;
fhir:code [ fhir:v "referral" ]
] ; #
fhir:destination ( [
fhir:endpoint [
fhir:v "urn:oid:1.2.208.176.1.2"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.208.176.1.2> ]
] ) ; #
fhir:source [
fhir:endpoint [
fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.208.176.1.1> ]
] ; #
fhir:definition [
fhir:v "http://medcomehmi.dk/ig/dk-ehmi-sbdh/MessageDefinition/ReferralMessageV1|1.0.0"^^xsd:anyURI ;
fhir:l <http://medcomehmi.dk/ig/dk-ehmi-sbdh/MessageDefinition/ReferralMessageV1?version=1.0.0>
] . #
</Patient/example-patient> a fhir:Patient ;
fhir:id [ fhir:v "example-patient"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_example-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anna Hansen Kvinde, DoB: 1980-05-12 ( urn:oid:1.2.208.176.1.2#1234567890)</p><hr/></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:1.2.208.176.1.2"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.208.176.1.2> ] ;
fhir:value [ fhir:v "1234567890" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Hansen" ] ;
( fhir:given [ fhir:v "Anna" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1980-05-12"^^xsd:date] . #