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

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="goal-activity-ccm-example"/>
  <meta>
    <profile value="http://helex.org/ig/ccm/StructureDefinition/goal-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal goal-activity-ccm-example</b></p><a name="goal-activity-ccm-example"> </a><a name="hcgoal-activity-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-goal-ccm.html">GoalCcm</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title="Codes:">in-progress</span></p><p><b>category</b>: <span title="Codes:{https://helex.org/fhir/CodeSystem/goal-category treatment}">Treatment</span></p><p><b>description</b>: <span title="Codes:{https://helex.org/fhir/CodeSystem/goal-description physical-activity}">Increase physical activity</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>start</b>: 2023-10-01</p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 55423-8}">Physical activity</span></td><td>Walk 30 minutes daily</td></tr></table><p><b>statusDate</b>: 2023-10-01</p></div>
  </text>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <code value="in-progress"/>
    </coding>
  </achievementStatus>
  <category>
    <coding>
      <system value="https://helex.org/fhir/CodeSystem/goal-category"/>
      <code value="treatment"/>
      <display value="Treatment"/>
    </coding>
  </category>
  <description>
    <coding>
      <system value="https://helex.org/fhir/CodeSystem/goal-description"/>
      <code value="physical-activity"/>
      <display value="Increase physical activity"/>
    </coding>
  </description>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <startDate value="2023-10-01"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="55423-8"/>
        <display value="Physical activity"/>
      </coding>
    </measure>
    <detailString value="Walk 30 minutes daily"/>
  </target>
  <statusDate value="2023-10-01"/>
</Goal>