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 Task - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "task-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/task-ccm"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Task task-ccm-example</b></p><a name=\"task-ccm-example\"> </a><a name=\"hctask-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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-task-ccm.html\">TaskCcm</a></p></div><p><b>identifier</b>: 0012</p><p><b>basedOn</b>: <a href=\"ServiceRequest/service-request-ccm-example\">ServiceRequest/service-request-ccm-example</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-task-type councelling}\">Councelling</span></p><p><b>description</b>: Teenuse kasutamise nõustamine</p><p><b>focus</b>: <a href=\"ServiceRequest/service-request-ccm-example\">ServiceRequest/service-request-ccm-example</a></p><p><b>for</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>authoredOn</b>: 2024-06-01 10:00:00+0300</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p><h3>RequestedPerformers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></td></tr></table><p><b>owner</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p></div>"
  },
  "identifier" : [
    {
      "value" : "0012"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/service-request-ccm-example"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "https://helex.org/fhir/CodeSystem/ccm-task-type",
        "code" : "councelling",
        "display" : "Councelling"
      }
    ]
  },
  "description" : "Teenuse kasutamise nõustamine",
  "focus" : {
    "reference" : "ServiceRequest/service-request-ccm-example"
  },
  "for" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "authoredOn" : "2024-06-01T10:00:00+03:00",
  "requester" : {
    🔗 "reference" : "Practitioner/practitioner-ccm-example"
  },
  "requestedPerformer" : [
    {
      "reference" : {
        🔗 "reference" : "Practitioner/practitioner-ccm-example"
      }
    }
  ],
  "owner" : {
    🔗 "reference" : "Practitioner/practitioner-ccm-example"
  }
}