DK MedCom HospitalNotification, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 3.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-hospitalnotification/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "n73ccf30-80b9-4bd2-bf50-1ac1914498f0"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-message"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-message> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2022-12-07T12:00:01+02:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "MessageHeader/1ca19ddf-31bc-4597-8739-968c38dd88f8"^^xsd:anyURI ] ;
( fhir:resource <MessageHeader/1ca19ddf-31bc-4597-8739-968c38dd88f8> )
] [
fhir:fullUrl [ fhir:v "Patient/545fd5e6-a924-11ed-afa1-0242ac120002"^^xsd:anyURI ] ;
( fhir:resource <Patient/545fd5e6-a924-11ed-afa1-0242ac120002> )
] [
fhir:fullUrl [ fhir:v "Encounter/ne70f2b8-a924-11ed-afa1-0242ac120002"^^xsd:anyURI ] ;
( fhir:resource <Encounter/ne70f2b8-a924-11ed-afa1-0242ac120002> )
] [
fhir:fullUrl [ fhir:v "Organization/a8ec5ae1-e324-453d-9d9f-39ffe41f308a"^^xsd:anyURI ] ;
( fhir:resource <Organization/a8ec5ae1-e324-453d-9d9f-39ffe41f308a> )
] [
fhir:fullUrl [ fhir:v "Organization/2565d3de-082e-4368-9160-4c719071026b"^^xsd:anyURI ] ;
( fhir:resource <Organization/2565d3de-082e-4368-9160-4c719071026b> )
] [
fhir:fullUrl [ fhir:v "Provenance/4e9f2c26-9d9b-4239-ade6-e26c130e855e"^^xsd:anyURI ] ;
( fhir:resource <Provenance/4e9f2c26-9d9b-4239-ade6-e26c130e855e> )
] ) . #
<MessageHeader/1ca19ddf-31bc-4597-8739-968c38dd88f8> a fhir:MessageHeader ;
fhir:id [ fhir:v "1ca19ddf-31bc-4597-8739-968c38dd88f8"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-messageHeader"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-messageHeader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_1ca19ddf-31bc-4597-8739-968c38dd88f8\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 1ca19ddf-31bc-4597-8739-968c38dd88f8</b></p><a name=\"1ca19ddf-31bc-4597-8739-968c38dd88f8\"> </a><a name=\"hc1ca19ddf-31bc-4597-8739-968c38dd88f8\"> </a><a name=\"1ca19ddf-31bc-4597-8739-968c38dd88f8-da-DK\"> </a><p><b>event</b>: <a href=\"http://medcomfhir.dk/ig/terminology/1.7.0/CodeSystem-medcom-messaging-eventCodes.html#medcom-messaging-eventCodes-hospital-notification-message\">MedComMessagingEventCodes</a> hospital-notification-message: Hospital Notification Message</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"https://sor2.sum.dsdn.dk/#id=953741000016009\">https://sor2.sum.dsdn.dk/#id=953741000016009</a></td><td><a href=\"Organization-a8ec5ae1-e324-453d-9d9f-39ffe41f308a.html\">Organization Plejecenter Herlev</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-2565d3de-082e-4368-9160-4c719071026b.html\">Organization Hjerteafdelingen på Herlev og Gentofte hospital</a></p><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><a href=\"https://sor2.sum.dsdn.dk/#id=265161000016000\">https://sor2.sum.dsdn.dk/#id=265161000016000</a></td></tr></table><p><b>focus</b>: <a href=\"Encounter-ne70f2b8-a924-11ed-afa1-0242ac120002.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); period = 2022-12-07 12:00:00+0200 --> (ongoing)</a></p><p><b>definition</b>: <code>http://medcomfhir.dk/ig/hospitalnotification/medcom-hospital-notifiation-message-definition|3.0.0</code></p></div>"
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hospital-notification-message" ]
] ; #
fhir:destination ( [
( fhir:extension [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "primary" ] ] ] ) ;
fhir:endpoint [ fhir:v "https://sor2.sum.dsdn.dk/#id=953741000016009"^^xsd:anyURI ] ;
fhir:receiver [
fhir:reference [ fhir:v "Organization/a8ec5ae1-e324-453d-9d9f-39ffe41f308a" ] ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Organization/2565d3de-082e-4368-9160-4c719071026b" ]
] ; #
fhir:source [
fhir:endpoint [ fhir:v "https://sor2.sum.dsdn.dk/#id=265161000016000"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Encounter/ne70f2b8-a924-11ed-afa1-0242ac120002" ]
] ) ; #
fhir:definition [
fhir:v "http://medcomfhir.dk/ig/hospitalnotification/medcom-hospital-notifiation-message-definition|3.0.0"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/hospitalnotification/medcom-hospital-notifiation-message-definition|3.0.0>
] . #
<Patient/545fd5e6-a924-11ed-afa1-0242ac120002> a fhir:Patient ;
fhir:id [ fhir:v "545fd5e6-a924-11ed-afa1-0242ac120002"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_545fd5e6-a924-11ed-afa1-0242ac120002\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 545fd5e6-a924-11ed-afa1-0242ac120002</b></p><a name=\"545fd5e6-a924-11ed-afa1-0242ac120002\"> </a><a name=\"hc545fd5e6-a924-11ed-afa1-0242ac120002\"> </a><a name=\"545fd5e6-a924-11ed-afa1-0242ac120002-da-DK\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#2509479989)</p><hr/></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.208.176.1.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2509479989" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Elmer" ]
] ) . #
<Encounter/ne70f2b8-a924-11ed-afa1-0242ac120002> a fhir:Encounter ;
fhir:id [ fhir:v "ne70f2b8-a924-11ed-afa1-0242ac120002"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-encounter"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-encounter> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_ne70f2b8-a924-11ed-afa1-0242ac120002\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter ne70f2b8-a924-11ed-afa1-0242ac120002</b></p><a name=\"ne70f2b8-a924-11ed-afa1-0242ac120002\"> </a><a name=\"hcne70f2b8-a924-11ed-afa1-0242ac120002\"> </a><a name=\"ne70f2b8-a924-11ed-afa1-0242ac120002-da-DK\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-545fd5e6-a924-11ed-afa1-0242ac120002.html\">Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>episodeOfCare</b>: </p><ul><li>Identifier: <code>https://www.esundhed.dk/Registre/Landspatientregisteret</code>/urn:uuid:fc60e762-b13b-5773-865e-67f3907bdcc7</li><li>Identifier: <code>https://sor2.sum.dsdn.dk/#id=265161000016000</code>/urn:uuid:bd481c38-a921-11ed-afa1-0242ac120002</li></ul><p><b>period</b>: 2022-12-07 12:00:00+0200 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-2565d3de-082e-4368-9160-4c719071026b.html\">Organization Hjerteafdelingen på Herlev og Gentofte hospital</a></p></div>"
] ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/545fd5e6-a924-11ed-afa1-0242ac120002" ]
] ; #
fhir:episodeOfCare ( [
fhir:identifier [
fhir:system [ fhir:v "https://www.esundhed.dk/Registre/Landspatientregisteret"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:fc60e762-b13b-5773-865e-67f3907bdcc7" ] ]
] [
fhir:identifier [
fhir:system [ fhir:v "https://sor2.sum.dsdn.dk/#id=265161000016000"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:bd481c38-a921-11ed-afa1-0242ac120002" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2022-12-07T12:00:00+02:00"^^xsd:dateTime ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/2565d3de-082e-4368-9160-4c719071026b" ]
] . #
<Organization/a8ec5ae1-e324-453d-9d9f-39ffe41f308a> a fhir:Organization ;
fhir:id [ fhir:v "a8ec5ae1-e324-453d-9d9f-39ffe41f308a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_a8ec5ae1-e324-453d-9d9f-39ffe41f308a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization a8ec5ae1-e324-453d-9d9f-39ffe41f308a</b></p><a name=\"a8ec5ae1-e324-453d-9d9f-39ffe41f308a\"> </a><a name=\"hca8ec5ae1-e324-453d-9d9f-39ffe41f308a\"> </a><a name=\"a8ec5ae1-e324-453d-9d9f-39ffe41f308a-da-DK\"> </a><p><b>identifier</b>: <code>https://www.gs1.org/gln</code>/5790001348120, <code>urn:oid:1.2.208.176.1.1</code>/953741000016009</p><p><b>name</b>: Plejecenter Herlev</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.gs1.org/gln"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5790001348120" ]
] [
fhir:system [ fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "953741000016009" ]
] ) ; #
fhir:name [ fhir:v "Plejecenter Herlev"] . #
<Organization/2565d3de-082e-4368-9160-4c719071026b> a fhir:Organization ;
fhir:id [ fhir:v "2565d3de-082e-4368-9160-4c719071026b"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_2565d3de-082e-4368-9160-4c719071026b\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 2565d3de-082e-4368-9160-4c719071026b</b></p><a name=\"2565d3de-082e-4368-9160-4c719071026b\"> </a><a name=\"hc2565d3de-082e-4368-9160-4c719071026b\"> </a><a name=\"2565d3de-082e-4368-9160-4c719071026b-da-DK\"> </a><p><b>identifier</b>: <code>https://www.gs1.org/gln</code>/5790000209354, <code>urn:oid:1.2.208.176.1.1</code>/265161000016000</p><p><b>name</b>: Hjerteafdelingen på Herlev og Gentofte hospital</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.gs1.org/gln"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5790000209354" ]
] [
fhir:system [ fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "265161000016000" ]
] ) ; #
fhir:name [ fhir:v "Hjerteafdelingen på Herlev og Gentofte hospital"] . #
<Provenance/4e9f2c26-9d9b-4239-ade6-e26c130e855e> a fhir:Provenance ;
fhir:id [ fhir:v "4e9f2c26-9d9b-4239-ade6-e26c130e855e"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_4e9f2c26-9d9b-4239-ade6-e26c130e855e\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance 4e9f2c26-9d9b-4239-ade6-e26c130e855e</b></p><a name=\"4e9f2c26-9d9b-4239-ade6-e26c130e855e\"> </a><a name=\"hc4e9f2c26-9d9b-4239-ade6-e26c130e855e\"> </a><a name=\"4e9f2c26-9d9b-4239-ade6-e26c130e855e-da-DK\"> </a><p>Provenance for <a href=\"MessageHeader-1ca19ddf-31bc-4597-8739-968c38dd88f8.html\">MessageHeader: event[x] = Hospital Notification Message (MedComMessagingEventCodes#hospital-notification-message); definition = http://medcomfhir.dk/ig/hospitalnotification/medcom-hospital-notifiation-message-definition|3.0.0</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2022-12-07 12:00:02+0200</td></tr><tr><td>Recorded</td><td>2022-12-07 12:00:02+0200</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes admit-inpatient}\">Start hospital stay - admitted</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Organization-2565d3de-082e-4368-9160-4c719071026b.html\">Organization Hjerteafdelingen på Herlev og Gentofte hospital</a></td></tr></table></div>"
] ; #
fhir:target ( [
fhir:reference [ fhir:v "MessageHeader/1ca19ddf-31bc-4597-8739-968c38dd88f8" ]
] ) ; #
fhir:occurred [ fhir:v "2022-12-07T12:00:02+02:00"^^xsd:dateTime] ; #
fhir:recorded [ fhir:v "2022-12-07T12:00:02+02:00"^^xsd:dateTime] ; #
fhir:activity [
( fhir:coding [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "admit-inpatient" ] ] )
] ; #
fhir:agent ( [
fhir:who [
fhir:reference [ fhir:v "Organization/2565d3de-082e-4368-9160-4c719071026b" ] ]
] ) . #
IG © 2021+ MedCom. Package medcom.fhir.dk.hospitalnotification#3.0.1 based on FHIR 4.0.1. Generated 2024-10-02
Links: Table of Contents |
QA Report
| Accessibility statement (Tilgængelighedserklæring)