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 - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="careplan-xshare-example"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/careplan-xshare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan careplan-xshare-example</b></p><a name="careplan-xshare-example"> </a><a name="hccareplan-xshare-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-careplan-xshare.html">xShare Care Plan</a></p></div><p><b>identifier</b>: <code>http://example.org/careplans</code>/CP-2026-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 734163000}">Care plan</span></p><p><b>title</b>: Post-discharge diabetes care plan</p><p><b>description</b>: Care plan for follow-up after discharge, including diabetes monitoring and patient education.</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><p><b>period</b>: 2026-05-01 --&gt; 2026-08-31</p><p><b>created</b>: 2026-05-01</p><p><b>author</b>: <a href="Organization-careplan-xshare-organization-example.html">Organization Example Community Health Centre</a></p><p><b>careTeam</b>: <a href="CareTeam-careplan-xshare-careteam-example.html">CareTeam Diabetes follow-up care team</a></p><p><b>addresses</b>: <a href="Condition-careplan-xshare-condition-example.html">Condition Diabetes mellitus type 2</a></p><p><b>goal</b>: <a href="Goal-careplan-xshare-goal-example.html">Goal: lifecycleStatus = active; category = Education; description = Diabetes self management plan</a></p><h3>Activities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>OutcomeCodeableConcept</b></td><td><b>Progress</b></td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 385669000}">Successful</span></td><td><blockquote><div><p>Initial education session scheduled and glucose monitoring plan reviewed.</p>
</div></blockquote></td><td><a href="ServiceRequest-careplan-xshare-servicerequest-example.html">ServiceRequest Assessment of health and social care needs</a></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/careplans"/>
    <value value="CP-2026-001"/>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="734163000"/>
      <display value="Care plan"/>
    </coding>
  </category>
  <title value="Post-discharge diabetes care plan"/>
  <description
               value="Care plan for follow-up after discharge, including diabetes monitoring and patient education."/>
  <subject>🔗 
    <reference value="Patient/careplan-xshare-patient-example"/>
  </subject>
  <period>
    <start value="2026-05-01"/>
    <end value="2026-08-31"/>
  </period>
  <created value="2026-05-01"/>
  <author>🔗 
    <reference value="Organization/careplan-xshare-organization-example"/>
  </author>
  <careTeam>🔗 
    <reference value="CareTeam/careplan-xshare-careteam-example"/>
  </careTeam>
  <addresses>🔗 
    <reference value="Condition/careplan-xshare-condition-example"/>
  </addresses>
  <goal>🔗 
    <reference value="Goal/careplan-xshare-goal-example"/>
  </goal>
  <activity>
    <outcomeCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="385669000"/>
        <display value="Successful"/>
      </coding>
    </outcomeCodeableConcept>
    <progress>
      <text
            value="Initial education session scheduled and glucose monitoring plan reviewed."/>
    </progress>
    <reference>🔗 
      <reference
                 value="ServiceRequest/careplan-xshare-servicerequest-example"/>
    </reference>
  </activity>
</CarePlan>