CareCommunication Test scripts
5.0.0 - release Denmark flag

CareCommunication Test scripts, published by . This guide is not an authorized publication; it is the continuous build for version 5.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-carecommunication-testscripts/ and changes regularly. See the Directory of published versions

: receive_C-forward - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "d2b81c34-ec5d-4c5f-9380-1b5aa507544b",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-messageHeader|5.0.1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader d2b81c34-ec5d-4c5f-9380-1b5aa507544b</b></p><a name=\"d2b81c34-ec5d-4c5f-9380-1b5aa507544b\"> </a><a name=\"hcd2b81c34-ec5d-4c5f-9380-1b5aa507544b\"> </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/carecommunication/5.0.1/StructureDefinition-medcom-careCommunication-messageHeader.html\">MedComCareCommunicationMessageHeaderversion: null5.0.1)</a></p></div><p><b>event</b>: <a href=\"http://medcomfhir.dk/ig/terminology/2.0.1/CodeSystem-medcom-messaging-eventCodes.html#medcom-messaging-eventCodes-care-communication-message\">MedComMessagingEventCodes: care-communication-message</a> (Care Communication 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=330461000016004\">https://sor2.sum.dsdn.dk/#id=330461000016004</a></td><td><a href=\"Organization-a81d6555-94d9-4704-a6b7-8dea0bcd3dac.html\">Organization Sundhedsplejen, Aabenraa kommune</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-ca5a7c53-fc3a-4565-b419-a443c3bc6870.html\">Organization Hjemmesygeplejen, Aalborg kommune</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=328081000016004\">https://sor2.sum.dsdn.dk/#id=328081000016004</a></td></tr></table><p><b>focus</b>: <a href=\"Communication-e37c9933-1fc6-48e0-9819-66bc026cf3d4.html\">Communication: identifier = urn:uuid:bb5aba27-2112-434a-ac3f-d317ba7a70cd; status = unknown; category = Undersøgelsessvar; topic = </a></p><p><b>definition</b>: <a href=\"http://medcomfhir.dk/ig/messagedefinitions/1.0.0/MessageDefinition-MedComCareCommunicationMessageDefinitionV5.0.html\">http://medcomfhir.dk/ig/messagedefinitions/MessageDefinition/MedComCareCommunicationMessageDefinition|5.0</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=330461000016004",
      "receiver" : {
        🔗 "reference" : "Organization/a81d6555-94d9-4704-a6b7-8dea0bcd3dac"
      }
    }
  ],
  "sender" : {
    🔗 "reference" : "Organization/ca5a7c53-fc3a-4565-b419-a443c3bc6870"
  },
  "source" : {
    "endpoint" : "https://sor2.sum.dsdn.dk/#id=328081000016004"
  },
  "focus" : [
    {
      🔗 "reference" : "Communication/e37c9933-1fc6-48e0-9819-66bc026cf3d4"
    }
  ],
  "definition" : "http://medcomfhir.dk/ig/messagedefinitions/MessageDefinition/MedComCareCommunicationMessageDefinition|5.0"
}