Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-patient-goal - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="example-patient-goal"/>
  <meta>
    <profile
             value="https://opennursingcoreig.com/StructureDefinition/onc-nursing-goal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal example-patient-goal</b></p><a name="example-patient-goal"> </a><a name="hcexample-patient-goal"> </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="StructureDefinition-onc-nursing-goal.html">ONC Nursing Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title="Codes:">Patient will remain free from falls.</span></p><p><b>subject</b>: <a href="Patient-patient-example-jane.html">Jane Doe  Female, DoB Unknown</a></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 88020-3}">Functional status</span></td><td><span title="Codes:{http://snomed.info/sct 385652002}">Objective achieved</span></td><td>2025-12-31</td></tr></table><p><b>addresses</b>: <a href="Condition-example-nursing-problem.html">Condition Risk of falls</a></p></div>
  </text>
  <lifecycleStatus value="active"/>
  <description>
    <text value="Patient will remain free from falls."/>
  </description>
  <subject>🔗 
    <reference value="Patient/patient-example-jane"/>
  </subject>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="88020-3"/>
        <display value="Functional status"/>
      </coding>
    </measure>
    <detailCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="385652002"/>
        <display value="Objective achieved"/>
      </coding>
    </detailCodeableConcept>
    <dueDate value="2025-12-31"/>
  </target>
  <addresses>🔗 
    <reference value="Condition/example-nursing-problem"/>
  </addresses>
</Goal>