DK MedCom Carecommunication
5.0.0-trial-use - trial-use Denmark flag

DK MedCom Carecommunication, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 5.0.0-trial-use 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/ and changes regularly. See the Directory of published versions

: ConSer_CC_02 - Example of Communication - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "ede71a03-6611-416b-835a-2937622c526b",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-communication"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ede71a03-6611-416b-835a-2937622c526b</b></p><a name=\"ede71a03-6611-416b-835a-2937622c526b\"> </a><a name=\"hcede71a03-6611-416b-835a-2937622c526b\"> </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=\"StructureDefinition-medcom-careCommunication-communication.html\">MedComCareCommunication</a></p></div><p><b>SenderExtension</b>: <a href=\"PractitionerRole-0a93fdc7-b053-4ed5-9e95-2d6de043326d.html\">PractitionerRole </a></p><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-adf06795-cc9e-4855-a277-780314134b45.html\">Bruno Test Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>encounter</b>: <a href=\"Encounter-d3a76a91-5252-4136-ba00-e35fba0bc479.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP)</a></p><p><b>recipient</b>: <a href=\"CareTeam-68881430-7ddb-44e9-b4ba-fc96c42be847.html\">CareTeam Plejecenter Herlev Team 1</a></p><blockquote><p><b>payload</b></p><p><b>DateTimeExtension</b>: 2024-11-03 09:00:00+0100</p><p><b>IdentifierExtension</b>: urn:uuid:80ab9ebc-98df-4d4c-ad7c-57c654e9bf21</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-0a93fdc7-b053-4ed5-9e95-2d6de043326d.html\">PractitionerRole </a></p><p><b>ContactExtension</b>: <a href=\"tel:+4512345789\">+4512345789</a></p><p><b>content</b>: Til rette vedkommende. Vi ønsker information om de seneste undersøgelser udført på Bruno. På forhånd tak. Hilsen Michael, visitator.</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-sender-extension",
      "valueReference" : {
        🔗 "reference" : "PractitionerRole/0a93fdc7-b053-4ed5-9e95-2d6de043326d"
      }
    }
  ],
  "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/adf06795-cc9e-4855-a277-780314134b45"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/d3a76a91-5252-4136-ba00-e35fba0bc479"
  },
  "recipient" : [
    {
      🔗 "reference" : "CareTeam/68881430-7ddb-44e9-b4ba-fc96c42be847"
    }
  ],
  "payload" : [
    {
      "extension" : [
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension",
          "valueDateTime" : "2024-11-03T09:00:00+01:00"
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-identifier-extension",
          "valueIdentifier" : {
            "value" : "urn:uuid:80ab9ebc-98df-4d4c-ad7c-57c654e9bf21",
            "assigner" : {
              🔗 "reference" : "Organization/41714d59-64cd-4ff5-aeca-20745e811557"
            }
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension",
          "valueReference" : {
            🔗 "reference" : "PractitionerRole/0a93fdc7-b053-4ed5-9e95-2d6de043326d"
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension",
          "valueContactPoint" : {
            "system" : "phone",
            "value" : "+4512345789"
          }
        }
      ],
      "contentString" : "Til rette vedkommende. Vi ønsker information om de seneste undersøgelser udført på Bruno. På forhånd tak. Hilsen Michael, visitator."
    }
  ]
}