Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Goal for GAD-7 PROM Outcome - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="pcoGoalAnxietyExample"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal pcoGoalAnxietyExample</b></p><a name="pcoGoalAnxietyExample"> </a><a name="hcpcoGoalAnxietyExample"> </a><a name="pcoGoalAnxietyExample-en-US"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}">In Progress</span></p><p><b>category</b>: <span title="Codes:{http://mtnlotus.com/uv/pco/CodeSystem/va-whole-health mind}">Power of the Mind</span></p><p><b>description</b>: <span title="Codes:">Reduce to mild anxiety level score</span></p><p><b>subject</b>: <a href="Patient-pcoPatientLopez.html">Camila Lopez  Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3 (use: official, ))</a></p><p><b>start</b>: 2024-08-11</p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 70274-6}">Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</span></td><td>&lt;6 score<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{score} = '{score}')</span></td><td>2024-12-31</td></tr></table><p><b>expressedBy</b>: <a href="Practitioner-pcoPractitionerAnderson.html">Practitioner John Anderson, MD</a></p></div>
  </text>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
      <code value="in-progress"/>
    </coding>
  </achievementStatus>
  <category>
    <coding>
      <system value="http://mtnlotus.com/uv/pco/CodeSystem/va-whole-health"/>
      <code value="mind"/>
      <display value="Power of the Mind"/>
    </coding>
  </category>
  <description>
    <text value="Reduce to mild anxiety level score"/>
  </description>
  <subject>🔗 
    <reference value="Patient/pcoPatientLopez"/>
  </subject>
  <startDate value="2024-08-11"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="70274-6"/>
        <display
                 value="Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="6"/>
      <comparator value="&lt;"/>
      <unit value="score"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{score}"/>
    </detailQuantity>
    <dueDate value="2024-12-31"/>
  </target>
  <expressedBy>🔗 
    <reference value="Practitioner/pcoPractitionerAnderson"/>
  </expressedBy>
</Goal>