AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Goal - Weight loss (part of multiple chronic condition care plan) - XML Representation

Page standards status: Informative

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <!--   Example adapted from MCC eCare Plan Implementation Guide WGT-loss   -->
  <id value="wgt-loss"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2022-08-02T18:25:27.359+00:00"/>
    <source value="#Co3eBzwkPfsp7Smu"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Goal</b><a name="wgt-loss"> </a></p><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">Resource Goal &quot;wgt-loss&quot; Version &quot;9&quot; Updated &quot;2022-08-02 18:25:27+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #Co3eBzwkPfsp7Smu!</p></div><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Dietary <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-goal-category.html">Goal category</a>#dietary)</span></p><p><b>priority</b>: high <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-goal-priority.html">Goal priority</a>#high-priority &quot;High Priority&quot;)</span></p><p><b>description</b>: Target weight is 150 to 155 lbs. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#43664005 &quot;Normal weight&quot;)</span></p><p><b>subject</b>: <a href="Patient-dan-harry.html">Patient/dan-harry</a> &quot; DAN&quot;</p><p><b>start</b>: 2019-10-14</p><p><b>statusDate</b>: 2019-10-14</p><p><b>expressedBy</b>: <a href="Patient-dan-harry.html">Patient/dan-harry</a> &quot; DAN&quot;</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/dan-harry"/>
  </subject>
  <startDate value="2019-10-14"/>
  <statusDate value="2019-10-14"/>
  <expressedBy>
    <reference value="Patient/dan-harry"/>
  </expressedBy>
</Goal>