0.1.0 - ci-build

oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Tumor Reduction Goal - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="tumor-reduction-goal"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal tumor-reduction-goal</b></p><a name="tumor-reduction-goal"> </a><a name="hctumor-reduction-goal"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title="Codes:">Reduce tumor size before surgery</span></p><p><b>subject</b>: <a href="Patient/example">Patient/example</a></p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Due[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Tumor size</span></td><td>2025-06-01</td></tr></table></div>
  </text>
  <lifecycleStatus value="active"/>
  <description>
    <text value="Reduce tumor size before surgery"/>
  </description>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <target>
    <measure>
      <text value="Tumor size"/>
    </measure>
    <dueDate value="2025-06-01"/>
  </target>
</Goal>