xShare Project CarePlan
1.0.0-ci - ci-build 150

xShare Project CarePlan, published by xShare Project. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xshare-careplan/ and changes regularly. See the Directory of published versions

: xShare Care Plan example goal - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="careplan-xshare-goal-example"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/goal-xshare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal careplan-xshare-goal-example</b></p><a name="careplan-xshare-goal-example"> </a><a name="hccareplan-xshare-goal-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="StructureDefinition-goal-xshare.html">xShare Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 409073007}">Education</span></p><p><b>description</b>: <span title="Codes:{http://snomed.info/sct 735985000}">Diabetes self management plan</span></p><p><b>subject</b>: <a href="Patient-careplan-xshare-patient-example.html">Maria Rossi  Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</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 4548-4}">Hemoglobin A1c/Hemoglobin.total in Blood</span></td><td>7 %<span style="background: LightGoldenRodYellow"> (Details: UCUM  code% = '%')</span></td><td>2026-08-31</td></tr></table></div>
  </text>
  <lifecycleStatus value="active"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="409073007"/>
      <display value="Education"/>
    </coding>
  </category>
  <description>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="735985000"/>
      <display value="Diabetes self management plan"/>
    </coding>
  </description>
  <subject>🔗 
    <reference value="Patient/careplan-xshare-patient-example"/>
  </subject>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="4548-4"/>
        <display value="Hemoglobin A1c/Hemoglobin.total in Blood"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="7"/>
      <unit value="%"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </detailQuantity>
    <dueDate value="2026-08-31"/>
  </target>
</Goal>