DK MedCom Carecommunication
3.0.0 - release Denmark flag

This page is part of the DK MedCom CareCommunication (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Instance of Communication resource used in a reply message. A reply to an OIOXML message - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "f54efd18-5520-11ed-bdc3-0242ac120002",
  "meta" : {
    "profile" : [
      "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"f54efd18-5520-11ed-bdc3-0242ac120002\"> </a></p><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\">Resource Communication &quot;f54efd18-5520-11ed-bdc3-0242ac120002&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-careCommunication-communication.html\">MedComCareCommunication</a></p></div><p><b>status</b>: unknown</p><p><b>category</b>: Care Coordination <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://medcomfhir.dk/ig/terminology/1.4.0/CodeSystem-medcom-careCommunication-categoryCodes.html\">MedComCareCommunicationCategories</a>#carecoordination)</span></p><p><b>subject</b>: <a href=\"Patient-23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5.html\">Patient/23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5</a> &quot; ELMER&quot;</p><p><b>encounter</b>: <a href=\"Encounter-2a5b01e4-8c2c-481b-ab12-e383d8e00629.html\">Encounter/2a5b01e4-8c2c-481b-ab12-e383d8e00629</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>, , , </td><td>We have a question regarding the referal...</td></tr></table></div>"
  },
  "status" : "unknown",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-careCommunication-categoryCodes",
          "code" : "carecoordination"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5"
  },
  "encounter" : {
    "reference" : "Encounter/2a5b01e4-8c2c-481b-ab12-e383d8e00629"
  },
  "payload" : [
    {
      "extension" : [
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension",
          "valueDateTime" : "2023-03-03T12:00:00+01:00"
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-identifier-extension",
          "valueIdentifier" : {
            "value" : "urn:uuid:8521000b-ce04-4c18-b9b1-04dcbdf8e112",
            "assigner" : {
              "reference" : "Organization/e17d03b8-e7fd-4654-bc9c-cb2eb5dda71f"
            }
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension",
          "valueReference" : {
            "reference" : "PractitionerRole/8dc790ba-8d93-4585-b91c-af8225b0796d"
          }
        },
        {
          "url" : "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension",
          "valueContactPoint" : {
            "system" : "phone",
            "value" : "38683868"
          }
        }
      ],
      "contentString" : "We have a question regarding the referal..."
    }
  ]
}