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/f202 (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 head-neck tumor by chemotherapy (id = "f202")

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

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="f202"/> 
  <contained> 
    <CareTeam> 
      <id value="careteam"/> 
      <participant> 
        <role> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="28995006"/> 
            <display value="Treated with"/> 
          </coding> 
        </role> 
        <member> 
          <reference value="Practitioner/f201"/> 
          <display value="Dokter Bronsig"/> 
        </member> 
      </participant> 
    </CareTeam> 
  </contained> 
  <contained> 
    <Goal> 
      <id value="goal"/> 
      <lifecycleStatus value="active"/> 
      <description> 
        <text value="Elimination of the spenoid bone tumor"/> 
      </description> 
      <subject> 
        <reference value="Patient/f201"/> 
        <display value="Roel"/> 
      </subject> 
    </Goal> 
  </contained> 
  <status value="active"/> 
  <intent value="plan"/> 
  <subject> 
    <!--  It entails Roel's careplan  -->
    <reference value="Patient/f201"/> 
    <display value="Roel"/> 
  </subject> 
  <careTeam> 
    <reference value="#careteam"/> 
  </careTeam> 
  <addresses> 
    <reference> 
      <reference value="Condition/f202"/> 
      <display value="Roel's head-neck tumor"/> 
    </reference> 
  </addresses> 
  <goal> 
    <reference value="#goal"/> 
  </goal> 
  <activity> 
    <performedActivity> 
      <reference> 
        <reference value="Procedure/f201"/> 
        <display value="Roel's Chemotherapy"/> 
      </reference> 
    </performedActivity> 
    <!--   Chemotherapy   -->
    <plannedActivityReference> 
      <reference value="RequestOrchestration/example"/> 
    </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.