Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Goal Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="goal-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal goal-example</b></p><a name="goal-example"> </a><a name="hcgoal-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="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-goal.html">US Core Goal Profileversion: null6.1.0)</a></p></div><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>description</b>: <span title="Codes:">Resolve acute bronchitis within 2 weeks</span></p><p><b>subject</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>start</b>: 2025-01-02</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://snomed.info/sct 431855005}">Chronic kidney disease stage 1 (disorder)</span></td><td>Resolution of cough and other symptoms</td><td>2025-01-16</td></tr></table><p><b>statusDate</b>: 2025-01-02</p><p><b>statusReason</b>: Treatment initiated</p><p><b>expressedBy</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>addresses</b>: <a href="Condition-problem-healthconcern-example.html">Condition Acute viral pharyngitis</a></p><p><b>note</b>: @2025-01-02 10:30:00+0000</p><blockquote><div><p>Patient understands the plan and is committed to improved rest and hydration</p>
</div></blockquote></div>
  </text>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
      <code value="in-progress"/>
    </coding>
  </achievementStatus>
  <description>
    <text value="Resolve acute bronchitis within 2 weeks"/>
  </description>
  <subject>🔗 
    <reference value="Patient/patient-ledner"/>
  </subject>
  <startDate value="2025-01-02"/>
  <target>
    <measure>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="431855005"/>
        <display value="Chronic kidney disease stage 1 (disorder)"/>
      </coding>
    </measure>
    <detailString value="Resolution of cough and other symptoms"/>
    <dueDate value="2025-01-16"/>
  </target>
  <statusDate value="2025-01-02"/>
  <statusReason value="Treatment initiated"/>
  <expressedBy>🔗 
    <reference value="Patient/patient-ledner"/>
  </expressedBy>
  <addresses>🔗 
    <reference value="Condition/problem-healthconcern-example"/>
  </addresses>
  <note>
    <time value="2025-01-02T10:30:00Z"/>
    <text
          value="Patient understands the plan and is committed to improved rest and hydration"/>
  </note>
</Goal>