Care Coordination Management
0.0.1 - ci-build Estonia (EST)

Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions

: Example of CCM Communication - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "communication-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/communication-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication communication-ccm-example</b></p><a name=\"communication-ccm-example\"> </a><a name=\"hccommunication-ccm-example\"> </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-communication-ccm.html\">CommunicationCcm</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan-care-plan-ccm-example.html\">CarePlan: identifier = https://helex.org/sid/ccm-care-plan#0232; status = completed; intent = plan; period = 2023-10-01 --&gt; (ongoing)</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">instruction</span></p><p><b>subject</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>topic</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-communication-topic rehabilitation-instructions}\">Taastusravi juhised</span></p><p><b>sent</b>: 2023-10-01 10:00:00+0000</p><p><b>recipient</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>sender</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p><p><b>note</b>: </p><blockquote><div><p>Patient instructed on rehabilitation exercises.</p>\n</div></blockquote></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/care-plan-ccm-example"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "code" : "instruction"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "topic" : {
    "coding" : [
      {
        "system" : "https://helex.org/fhir/CodeSystem/ccm-communication-topic",
        "code" : "rehabilitation-instructions",
        "display" : "Taastusravi juhised"
      }
    ]
  },
  "sent" : "2023-10-01T10:00:00Z",
  "recipient" : [
    {
      🔗 "reference" : "Patient/patient-ccm-example"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/practitioner-ccm-example"
  },
  "note" : [
    {
      "text" : "Patient instructed on rehabilitation exercises."
    }
  ]
}