MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MCC Goal Example - Weight Loss - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="WGT-loss"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2022-08-02T18:25:27.359+00:00"/>
    <source value="#Co3eBzwkPfsp7Smu"/>
    <profile value="http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal WGT-loss</b></p><a name="WGT-loss"> </a><a name="hcWGT-loss"> </a><a name="WGT-loss-en-US"> </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">version: 9; Last updated: 2022-08-02 18:25:27+0000; </p><p style="margin-bottom: 0px">Information Source: #Co3eBzwkPfsp7Smu</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MCCGoal.html">Multiple Chronic Condition Care Plan Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-category dietary}">Dietary</span></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}">high</span></p><p><b>description</b>: <span title="Codes:{http://snomed.info/sct 43664005}">Target weight is 150 to 155 lbs.</span></p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patricia Noelle</a></p><p><b>start</b>: 2019-10-14</p><p><b>statusDate</b>: 2019-10-14</p><p><b>expressedBy</b>: <a href="Patient-cc-pat-pnoelle.html">Patricia Noelle</a></p></div>
  </text>
  <lifecycleStatus value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-category"/>
      <code value="dietary"/>
    </coding>
  </category>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-priority"/>
      <code value="high-priority"/>
      <display value="High Priority"/>
    </coding>
    <text value="high"/>
  </priority>
  <description>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="43664005"/>
      <display value="Normal weight"/>
    </coding>
    <text value="Target weight is 150 to 155 lbs."/>
  </description>
  <subject>🔗 
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </subject>
  <startDate value="2019-10-14"/>
  <statusDate value="2019-10-14"/>
  <expressedBy>🔗 
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </expressedBy>
</Goal>