GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Careplan-example-f201-renal.xml

Raw XML (canonical form)

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

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="f201"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: draft</p><p><b>period</b>: 11/03/2013 --&gt; 13/03/2013</p><p><b>modified</b>: 11/03/2013</p><p><b>addresses</b>: <a>Roel's renal insufficiency</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: Review of care plan <span>(Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})</span></p><p><b>member</b>: <a>Dokter Bronsig</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Carer <span>(Details : {SNOMED CT code '229774002' = '229774002', given as 'Carer'})</span></p><p><b>member</b>: <a>Nurse Carla Espinosa</a></p></blockquote><p><b>goal</b>: id: goal; Roel; description: Re-established renal function with at least healthy nutrients.;
         status: achieved</p><blockquote><p><b>activity</b></p><h3>Details</h3><table><tr><td>-</td><td><b>Category</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Prohibited</b></td><td><b>Scheduled[x]</b></td><td><b>Product[x]</b></td><td><b>DailyAmount</b></td></tr><tr><td>*</td><td>Diet <span>(Details : {http://hl7.org/fhir/care-plan-activity-category code 'diet' = 'Diet)</span></td><td>Potassium supplementation <span>(Details : {SNOMED CT code '284093001' = '284093001', given as 'Potassium supplementation'})</span></td><td>completed</td><td>false</td><td>daily</td><td><a>Potassium</a></td><td>80 mmol<span> (Details: SNOMED CT code 258718000 = '258718000')</span></td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table><tr><td>-</td><td><b>Category</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Prohibited</b></td></tr><tr><td>*</td><td>Observation <span>(Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)</span></td><td>Echography of kidney <span>(Details : {SNOMED CT code '306005' = '306005', given as 'Echography of kidney'})</span></td><td>completed</td><td>false</td></tr></table></blockquote></div></text><contained>
    <Goal>
      <id value="goal"/>
      <subject>
        <reference value="Patient/f201"/>
        <display value="Roel"/>
      </subject>
      <description value="Re-established renal function with at least healthy nutrients."/>
      <status value="achieved"/>
    </Goal>
  </contained>
  <subject>
    <!--   It entails Roel's careplan   -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <status value="draft"/>
  <!--   This careplan is "ended", but was never closed in the EHR, wherefore the status is "planned"
     -->
  <period>
    <start value="2013-03-11"/>
    <end value="2013-03-13"/>
    <!--   Period is less than nine days because the careplan requires adjustments after evaluation
       -->
  </period>
  <modified value="2013-03-11"/>
  <addresses>
    <reference value="Condition/f204"/>
    <display value="Roel's renal insufficiency"/>
  </addresses>
  <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><coding><system value="http://hl7.org/fhir/care-plan-activity-category"/><code value="diet"/></coding></category>
      <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 <performer> redundant when considering <participant> that was defined before?
         -->
      <productReference>
        <reference value="Substance/f203"/>
        <display value="Potassium"/>
      </productReference>
      <dailyAmount>
        <value value="80"/>
        <unit value="mmol"/>
        <system value="http://snomed.info/sct"/>
        <code value="258718000"/>
      </dailyAmount>
    </detail>
  </activity>
  <activity>
    <!--   Echo of the kidney   -->
    <detail>
      <category><coding><system value="http://hl7.org/fhir/care-plan-activity-category"/><code value="observation"/></coding></category>
      <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.