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

: send-Tek-CPR-2 - Example of Communication - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "48702680-7589-43bb-a350-53df7d85e996",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-communication|5.0.1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication 48702680-7589-43bb-a350-53df7d85e996</b></p><a name=\"48702680-7589-43bb-a350-53df7d85e996\"> </a><a name=\"hc48702680-7589-43bb-a350-53df7d85e996\"> </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-communication.html\">MedComCareCommunicationversion: null5.0.1)</a></p></div><p><b>identifier</b>: urn:uuid:eca85df4-e6c9-41d7-88c0-7e6fb79029b9</p><p><b>status</b>: Unknown</p><p><b>category</b>: <span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-careCommunication-categoryCodes telemedicine}\">Telemedicin</span></p><p><b>subject</b>: <a href=\"Patient-06c62382-cd69-438f-acc7-971a3c47ecea.html\">Bruno Test Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.6.1.1#0703921VJ5)</a></p><blockquote><p><b>payload</b></p><p><b>DateTimeExtension</b>: 2025-09-29 09:00:00+0200</p><p><b>IdentifierExtension</b>: urn:uuid:19bb04e9-a3af-4384-9fc5-877f253e2283</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-b48a8137-95da-4344-9491-0133ddbf6559.html\">PractitionerRole Sygeplejerske</a></p><p><b>ContactExtension</b>: <a href=\"tel:+4512345789\">+4512345789</a></p><p><b>content</b>: Dette er en korrespondancemeddelelse med to almidelige-CPR numre, for at tjekke om det ene sættes ned i tekststrengen og det andet i det relevant tag.\nHilsen Michael, sygeplejerske.</p></blockquote></div>"
  },
  "identifier" : [
    {
      "value" : "urn:uuid:eca85df4-e6c9-41d7-88c0-7e6fb79029b9"
    }
  ],
  "status" : "unknown",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-careCommunication-categoryCodes",
          "version" : "1.0.2",
          "code" : "telemedicine"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/06c62382-cd69-438f-acc7-971a3c47ecea"
  },
  "payload" : [
    {
      "extension" : [
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension",
          "valueDateTime" : "2025-09-29T09:00:00+02:00"
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-identifier-extension",
          "valueIdentifier" : {
            "value" : "urn:uuid:19bb04e9-a3af-4384-9fc5-877f253e2283",
            "assigner" : {
              🔗 "reference" : "Organization/b7402e44-e37b-4a9e-8d1c-daf509fd6cb8"
            }
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension",
          "valueReference" : {
            🔗 "reference" : "PractitionerRole/b48a8137-95da-4344-9491-0133ddbf6559"
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension",
          "valueContactPoint" : {
            "system" : "phone",
            "value" : "+4512345789"
          }
        }
      ],
      "contentString" : "Dette er en korrespondancemeddelelse med to almidelige-CPR numre, for at tjekke om det ene sættes ned i tekststrengen og det andet i det relevant tag.\nHilsen Michael, sygeplejerske."
    }
  ]
}