DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Careplan-example-f201-renal.xml

Raw XML (canonical form)

Real-world patient example (id = "f201")

Raw XML

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="f201"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <contained>
    <Goal>
      <id value="goal"/>
      <patient>
        <reference value="Patient/f201"/>
        <display value="Roel"/>
      </patient>
      <description value="Re-established renal function with at least healthy nutrients."/>
      <status value="achieved"/>
    </Goal>
  </contained>
  <patient><!--   It entails Roel's careplan   -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </patient>
  <status value="planned"/><!--   This careplan is &quot;ended&quot;, but was never closed in the EHR, wherefore the status
   is &quot;planned&quot;   -->
  <period>
    <start value="2013-03-11"/>
    <end value="2013-03-13"/>
  </period><!--   Period is less than nine days because the careplan requires adjustments after evaluation
     -->
  <modified value="2013-03-11"/>
  <concern>
    <reference value="Condition/f204"/>
    <display value="Roel's renal insufficiency"/>
  </concern>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="425268008"/>
        <display value="Review of care plan"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/f201"/>
      <display value="Dokter Bronsig"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="229774002"/>
        <display value="Carer"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/f204"/>
      <display value="Nurse Carla Espinosa"/>
    </member>
  </participant>
  <goal>
    <reference value="#goal"/>
  </goal>
  <activity><!--   Potassium supplement   -->
    <detail>
      <category value="diet"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="284093001"/>
          <display value="Potassium supplementation"/>
        </coding>
      </code>
      <status value="completed"/>
      <prohibited value="false"/>
      <scheduledString value="daily"/><!--   TODO Isn't &lt;performer&gt; redundant when considering &lt;participant&gt; that was
       defined before?   -->
      <product>
        <reference value="Substance/f203"/>
        <display value="Potassium"/>
      </product>
      <dailyAmount>
        <value value="80"/>
        <units value="mmol"/>
        <system value="http://snomed.info/sct"/>
        <code value="258718000"/>
      </dailyAmount>
    </detail>
  </activity>
  <activity><!--   Echo of the kidney   -->
    <detail>
      <category value="observation"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="306005"/>
          <display value="Echography of kidney"/>
        </coding>
      </code>
      <status value="completed"/>
      <prohibited value="false"/>
    </detail>
  </activity>
</CarePlan>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.