@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 -------------------------------------------------------------------

<http://medcomfhir.dk/ig/acknowledgement/MessageHeader/3881874e-2042-4a00-aee8-23512799f512> a fhir:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3881874e-2042-4a00-aee8-23512799f512"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-messageHeader"^^xsd:anyURI ;
       fhir:l <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-messageHeader>
     ] )
  ] ; # 
  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: MessageHeader 3881874e-2042-4a00-aee8-23512799f512</b></p><a name=\"3881874e-2042-4a00-aee8-23512799f512\"> </a><a name=\"hc3881874e-2042-4a00-aee8-23512799f512\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://medcomfhir.dk/ig/messaging/2.1.0/StructureDefinition-medcom-messaging-messageHeader.html\">MedComMessagingMessageHeader</a></p></div><p><b>event</b>: <a href=\"http://medcomfhir.dk/ig/terminology/1.5.0/CodeSystem-medcom-messaging-eventCodes.html#medcom-messaging-eventCodes-empty-message\">MedComMessagingEventCodes: empty-message</a> (Message with no content)</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-74cdf292-abf3-4f5f-80ea-60a48013ff6d.html\">Organization Receiver Organization</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-d7056980-a8b2-42aa-8a0e-c1fc85d1f40d.html\">Organization Sender Organization</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></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:event [
     a fhir:Coding ;
     fhir:system [
       fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes"^^xsd:anyURI ;
       fhir:l <http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes>
     ] ;
     fhir:code [ fhir:v "empty-message" ]
  ] ; # 
  fhir:destination ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension"^^xsd:anyURI ;
         fhir:l <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse"^^xsd:anyURI ;
           fhir:l <http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse>
         ] ;
         fhir:code [ fhir:v "primary" ]
       ]
     ] ) ;
     fhir:endpoint [
       fhir:v "https://sor2.sum.dsdn.dk/#id=953741000016009"^^xsd:anyURI ;
       fhir:l <https://sor2.sum.dsdn.dk/#id=953741000016009>
     ] ;
     fhir:receiver [
       fhir:l <http://medcomfhir.dk/ig/acknowledgement/Organization/74cdf292-abf3-4f5f-80ea-60a48013ff6d> ;
       fhir:reference [ fhir:v "Organization/74cdf292-abf3-4f5f-80ea-60a48013ff6d" ]
     ]
  ] ) ; # 
  fhir:sender [
     fhir:l <http://medcomfhir.dk/ig/acknowledgement/Organization/d7056980-a8b2-42aa-8a0e-c1fc85d1f40d> ;
     fhir:reference [ fhir:v "Organization/d7056980-a8b2-42aa-8a0e-c1fc85d1f40d" ]
  ] ; # 
  fhir:source [
     fhir:endpoint [
       fhir:v "https://sor2.sum.dsdn.dk/#id=265161000016000"^^xsd:anyURI ;
       fhir:l <https://sor2.sum.dsdn.dk/#id=265161000016000>
     ]
  ] . # 

# -------------------------------------------------------------------------------------

