MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Weight Goal Example - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="goal-1"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-09-27T23:32:54.604+00:00"/>
    <source value="#e9PeVeoKuvQxNibt"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: goal-1</p><p><b>meta</b>: </p><p><b>lifecycleStatus</b>: active</p><p><b>description</b>: <span title="Codes: ">Patient and Provider are targeting a weight of 150 lbs</span></p><p><b>subject</b>: <a href="Patient-example.html">Patricia Noelle. Generated Summary: id: example;
          Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph:
          555-555-5555(HOME), pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><h3>Targets</h3><table class="grid"><tr><td>-</td><td><b>Due[x]</b></td></tr><tr><td>*</td><td>2020-04-05</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/goal-acceptance">
    <extension url="individual">
      <valueReference>
        <reference value="Patient/cc-pat-pnoelle"/>
      </valueReference>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/goal-acceptance">
    <extension url="individual">
      <valueReference>
        <reference value="Practitioner/PatrickPrimaryMD"/>
      </valueReference>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/goal-reasonRejected">
    <valueCodeableConcept>
      <text value="doesn&#39;t want to lose his happy fat"/>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/goal-relationship">
    <extension url="type">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/goal-relationship-type"/>
          <code value="other"/>
        </coding>
        <text value="this goal relates to the BMI goal"/>
      </valueCodeableConcept>
    </extension>
    <extension url="target">
      <valueReference>
        <reference value="Goal/BMI"/>
      </valueReference>
    </extension>
  </extension>
  <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>
    <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"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="29463-7"/>
        <display value="Body Weight"/>
      </coding>
    </measure>
    <detailRange>
      <low>
        <value value="150"/>
        <unit value="lbs"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="[lb_av]"/>
      </low>
      <high>
        <value value="155"/>
        <unit value="lbs"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="[lb_av]"/>
      </high>
    </detailRange>
    <dueDate value="2020-04-05"/>
  </target>
  <statusDate value="2019-10-14"/>
  <statusReason
                value="Patient wants to lose weight for general health and pain relief."/>
  <expressedBy>
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </expressedBy>
  <addresses>
    <display value="obesity condition"/>
  </addresses>
  <outcomeReference>
    <reference value="Observation/example"/>
    <display value="Body Weight Measured"/>
  </outcomeReference>
</Goal>