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

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "625a7fc6-cf65-4285-bbcc-93ea59755b2e",
  "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 625a7fc6-cf65-4285-bbcc-93ea59755b2e</b></p><a name=\"625a7fc6-cf65-4285-bbcc-93ea59755b2e\"> </a><a name=\"hc625a7fc6-cf65-4285-bbcc-93ea59755b2e\"> </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-938544b6-721d-4d14-9e61-016e726ae180.html\">Bruno Test Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.6.1.1#0703921VJ4)</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:a7c9e37e-0a5f-4607-939b-7abf11e0c85f</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-aa97d8ad-4fdf-47ac-9a63-c50446c46bdf.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 et almindeligt CPR-nummer men også et erstatnings-CPR.\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" : "examination-results"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/938544b6-721d-4d14-9e61-016e726ae180"
  },
  "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:a7c9e37e-0a5f-4607-939b-7abf11e0c85f",
            "assigner" : {
              🔗 "reference" : "Organization/f6494a29-1837-4f64-b903-da0d46e5da69"
            }
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension",
          "valueReference" : {
            🔗 "reference" : "PractitionerRole/aa97d8ad-4fdf-47ac-9a63-c50446c46bdf"
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension",
          "valueContactPoint" : {
            "system" : "phone",
            "value" : "+4512345789"
          }
        }
      ],
      "contentString" : "Dette er en korrespondancemeddelelse med et almindeligt CPR-nummer men også et erstatnings-CPR.\nHilsen Michael, sygeplejerske."
    }
  ]
}