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 - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="task-ccm-example"/>
  <meta>
    <profile value="http://helex.org/ig/ccm/StructureDefinition/task-ccm"/>
  </meta>
  <language value="et"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <value value="0012"/>
  </identifier>
  <basedOn>
    <reference value="ServiceRequest/service-request-ccm-example"/>
  </basedOn>
  <status value="requested"/>
  <intent value="order"/>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="https://helex.org/fhir/CodeSystem/ccm-task-type"/>
      <code value="councelling"/>
      <display value="Councelling"/>
    </coding>
  </code>
  <description value="Teenuse kasutamise nõustamine"/>
  <focus>
    <reference value="ServiceRequest/service-request-ccm-example"/>
  </focus>
  <for>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </for>
  <authoredOn value="2024-06-01T10:00:00+03:00"/>
  <requester>🔗 
    <reference value="Practitioner/practitioner-ccm-example"/>
  </requester>
  <requestedPerformer>
    <reference>🔗 
      <reference value="Practitioner/practitioner-ccm-example"/>
    </reference>
  </requestedPerformer>
  <owner>🔗 
    <reference value="Practitioner/practitioner-ccm-example"/>
  </owner>
</Task>