FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CarePlan/f203 (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient

Raw XML (canonical form + also see XML Format Specification)

Care plan to address sepsis (id = "f203")

<?xml version="1.0" encoding="UTF-8"?>

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="f203"/> 
  <contained> 
    <CareTeam> 
      <id value="careteam"/> 
      <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="278110001"/> 
            <display value="Radiographic imaging"/> 
          </coding> 
        </role> 
        <member> 
          <reference value="Practitioner/f202"/> 
          <display value="Luigi Maas"/> 
        </member> 
      </participant> 
    </CareTeam> 
  </contained> 
  <contained> 
    <Goal> 
      <id value="goal"/> 
      <lifecycleStatus value="cancelled"/> 
      <description> 
        <text value="Check whether further treatment of sepsis/pulmonary abcess is required"/> 
      </description> 
      <subject> 
        <reference value="Patient/f201"/> 
        <display value="Roel"/> 
      </subject> 
    </Goal> 
  </contained> 
  <contained> 
    <ServiceRequest> 
      <id value="activity"/> 
      <status value="active"/> 
      <intent value="order"/> 
      <doNotPerform value="false"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="241541005"/> 
            <display value="High resolution computed tomography of lungs"/> 
          </coding> 
        </concept> 
      </code> 
      <subject> 
        <!--  It entails Roel's careplan  -->
        <reference value="Patient/f201"/> 
        <display value="Roel"/> 
      </subject> 
    </ServiceRequest> 
  </contained> 
  <status value="completed"/> 
  <intent value="plan"/> 
  <subject> 
    <!--  It entails Roel's careplan  -->
    <reference value="Patient/f201"/> 
    <display value="Roel"/> 
  </subject> 
  <period> 
    <start value="2013-04-14"/> 
    <end value="2013-04-21"/> 
  </period> 
  <careTeam> 
    <reference value="#careteam"/> 
  </careTeam> 
  <addresses> 
    <reference> 
      <reference value="Condition/f203"/> 
      <display value="Roel's sepsis"/> 
    </reference> 
  </addresses> 
  <goal> 
    <reference value="#goal"/> 
  </goal> 
  <!--   moved to contained
    <plannedActivityDetail>
      <kind value="ServiceRequest"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="241541005"/>
          <display value="High resolution computed tomography of lungs"/>
        </coding>
      </code>
      <status value="not-started"/>
      <doNotPerform value="false"/>
    </plannedActivityDetail>
    -->
  <activity> 
    <plannedActivityReference> 
      <reference value="#activity"/> 
    </plannedActivityReference> 
  </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.