This page is part of the DK MedCom HospitalNotification (v3.0.1: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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:MessageHeader;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "i50fc5fe-2d11-4ef3-acac-2e2e5c6c0029"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-messageHeader";
fhir:index 0;
fhir:link <http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-messageHeader> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"i50fc5fe-2d11-4ef3-acac-2e2e5c6c0029\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader "i50fc5fe-2d11-4ef3-acac-2e2e5c6c0029" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-hospitalNotification-messageHeader.html\">MedComHospitalNotificationMessageHeader</a></p></div><p><b>MedComReportOfAdmissionExtension</b>: true</p><p><b>MedComReportOfAdmissionRecipientExtension</b>: <a href=\"Organization-1f5882b4-81d1-11ed-a1eb-0242ac120002.html\">Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002</a> "Hjerteafdelingen på Herlev og Gentofte hospital"</p><p><b>event</b>: Hospital Notification Message (Details: http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes code hospital-notification-message = 'Hospital Notification Message', stated as 'null')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</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-103fbebe-81d1-11ed-a1eb-0242ac120002.html\">Organization/103fbebe-81d1-11ed-a1eb-0242ac120002</a> "Plejecenter Herlev"</td></tr></table><p><b>sender</b>: <a href=\"Organization-1f5882b4-81d1-11ed-a1eb-0242ac120002.html\">Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002</a> "Hjerteafdelingen på Herlev og Gentofte hospital"</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</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-h2cb16ce-af8c-46f3-be9e-89406ef3e7b5.html\">Encounter/h2cb16ce-af8c-46f3-be9e-89406ef3e7b5</a></p></div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-messaging-reportOfAdmissionExtension" ];
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-messaging-reportOfAdmissionRecipientExtension" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002" ] ]
]; #
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes" ];
fhir:Coding.code [ fhir:value "hospital-notification-message" ]
]; #
fhir:MessageHeader.destination [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension" ];
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse" ];
fhir:Coding.code [ fhir:value "primary" ] ] ];
fhir:MessageHeader.destination.endpoint [ fhir:value "https://sor2.sum.dsdn.dk/#id=953741000016009" ];
fhir:MessageHeader.destination.receiver [
fhir:Reference.reference [ fhir:value "Organization/103fbebe-81d1-11ed-a1eb-0242ac120002" ] ]
]; #
fhir:MessageHeader.sender [
fhir:Reference.reference [ fhir:value "Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002" ]
]; #
fhir:MessageHeader.source [
fhir:MessageHeader.source.endpoint [ fhir:value "https://sor2.sum.dsdn.dk/#id=265161000016000" ]
]; #
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Encounter/h2cb16ce-af8c-46f3-be9e-89406ef3e7b5" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ MedCom. Package medcom.fhir.dk.hospitalnotification#3.0.1 based on FHIR 4.0.1. Generated 2023-03-02
Links: Table of Contents |
QA Report