DK MedCom Carecommunication
3.0.0 - release Denmark flag

This page is part of the DK MedCom CareCommunication (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Instance of a MessageHeader resource used in a forward message. - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "aac67161-d0de-4933-a78c-060beafb4814",
  "meta" : {
    "profile" : [
      "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-messageHeader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"aac67161-d0de-4933-a78c-060beafb4814\"> </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 &quot;aac67161-d0de-4933-a78c-060beafb4814&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-careCommunication-messageHeader.html\">MedComCareCommunicationMessageHeader</a></p></div><p><b>event</b>: Care Communication Message (Details: http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes code care-communication-message = 'Care Communication Message', stated as 'null')</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=1042981000016003\">https://sor2.sum.dsdn.dk/#id=1042981000016003</a></td><td><a href=\"Organization-f98ed410-54fe-11ed-bdc3-0242ac120002.html\">Organization/f98ed410-54fe-11ed-bdc3-0242ac120002</a> &quot;Herlevgaard Center Herlev Kommune&quot;</td></tr></table><p><b>sender</b>: <a href=\"Organization-o4cdf292-abf3-4f5f-80ea-60a48013ff6d.html\">Organization/o4cdf292-abf3-4f5f-80ea-60a48013ff6d</a> &quot;Plejecenter Herlev&quot;</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=953741000016009\">https://sor2.sum.dsdn.dk/#id=953741000016009</a></td></tr></table><p><b>focus</b>: <a href=\"Communication-0f8cde6a-d369-4d94-a2ce-c2cc45fd75fb.html\">Communication/0f8cde6a-d369-4d94-a2ce-c2cc45fd75fb</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes",
    "code" : "care-communication-message"
  },
  "destination" : [
    {
      "extension" : [
        {
          "url" : "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension",
          "valueCoding" : {
            "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
            "code" : "primary"
          }
        }
      ],
      "endpoint" : "https://sor2.sum.dsdn.dk/#id=1042981000016003",
      "receiver" : {
        "reference" : "Organization/f98ed410-54fe-11ed-bdc3-0242ac120002"
      }
    }
  ],
  "sender" : {
    "reference" : "Organization/o4cdf292-abf3-4f5f-80ea-60a48013ff6d"
  },
  "source" : {
    "endpoint" : "https://sor2.sum.dsdn.dk/#id=953741000016009"
  },
  "focus" : [
    {
      "reference" : "Communication/0f8cde6a-d369-4d94-a2ce-c2cc45fd75fb"
    }
  ]
}