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-3 - Example of Communication - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "be7239e2-f715-45f6-a427-c07c25ef4bef",
  "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 be7239e2-f715-45f6-a427-c07c25ef4bef</b></p><a name=\"be7239e2-f715-45f6-a427-c07c25ef4bef\"> </a><a name=\"hcbe7239e2-f715-45f6-a427-c07c25ef4bef\"> </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 examination-results}\">Undersøgelsessvar</span></p><p><b>subject</b>: <a href=\"Patient-e1ada6b9-0782-4e18-b2e1-85ab642018a9.html\">Peter Hansen (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:1d881c60-609f-4dac-9b17-cac3959cd01d</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-b362049e-9f98-4192-af53-2409cc817560.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 erstatnings-CPR numre, af hver sin type.\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",
          "code" : "examination-results"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/e1ada6b9-0782-4e18-b2e1-85ab642018a9"
  },
  "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:1d881c60-609f-4dac-9b17-cac3959cd01d",
            "assigner" : {
              🔗 "reference" : "Organization/c20dccdc-4a01-4e06-b9f2-5246152794ab"
            }
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension",
          "valueReference" : {
            🔗 "reference" : "PractitionerRole/b362049e-9f98-4192-af53-2409cc817560"
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension",
          "valueContactPoint" : {
            "system" : "phone",
            "value" : "+4512345789"
          }
        }
      ],
      "contentString" : "Dette er en korrespondancemeddelelse med to erstatnings-CPR numre, af hver sin type.\nHilsen Michael, sygeplejerske."
    }
  ]
}