xShare Project CarePlan
0.1.0 - qa-preview 150

xShare Project CarePlan - Downloaded Version 0.1.0 See the Directory of published versions

: xShare Care Plan example - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="xshare-careplan-example"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/xshare-careplan/StructureDefinition/xshare-careplan"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan xshare-careplan-example</b></p><a name="xshare-careplan-example"> </a><a name="hcxshare-careplan-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-xshare-careplan.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-xshare-careplan-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-xshare-careplan-organization-example.html">Organization Example Community Health Centre</a></p><p><b>careTeam</b>: <a href="CareTeam-xshare-careplan-careteam-example.html">CareTeam Diabetes follow-up care team</a></p><p><b>addresses</b>: <a href="Condition-xshare-careplan-condition-example.html">Condition Diabetes mellitus type 2</a></p><p><b>goal</b>: <a href="Goal-xshare-careplan-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-xshare-careplan-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/xshare-careplan-patient-example"/>
  </subject>
  <period>
    <start value="2026-05-01"/>
    <end value="2026-08-31"/>
  </period>
  <created value="2026-05-01"/>
  <author>🔗 
    <reference value="Organization/xshare-careplan-organization-example"/>
  </author>
  <careTeam>🔗 
    <reference value="CareTeam/xshare-careplan-careteam-example"/>
  </careTeam>
  <addresses>🔗 
    <reference value="Condition/xshare-careplan-condition-example"/>
  </addresses>
  <goal>🔗 
    <reference value="Goal/xshare-careplan-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/xshare-careplan-servicerequest-example"/>
    </reference>
  </activity>
</CarePlan>