Release 4

Careplan-example-f202-malignancy.xml

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

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

Jump past Narrative

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"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : f202</p> <p> <b> contained</b> : , , , , , </p> <p> <b> status</b> : active</p> <p> <b> intent</b> : plan</p> <p> <b> subject</b> : <a> Roel</a> </p> <p> <b> careTeam</b> : id: careteam</p> <p> <b> addresses</b> : <a> Roel's head-neck tumor</a> </p> <p> <b> goal</b> : id: goal; lifecycleStatus: active; Elimination of the spenoid bone tumor <span> (Details )</span> </p> <blockquote> <p> <b> activity</b> </p> <p> <b> outcomeReference</b> : <a> Roel's Chemotherapy</a> </p> <h3> Details</h3> <table> <tr> <td> -</td> <td> <b> Kind</b> </td> <td> <b> Code</b> </td> <td> <b> Status</b> </td> <td> <b> DoNotPerform</b> </td> <td> <b> Product[x]</b> </td> </tr> <tr> <td> *</td> <td> ServiceRequest</td> <td> Chemotherapy <span> (Details : {SNOMED CT code '367336001' = 'Chemotherapy', given as 'Chemotherapy'})</span> </td> <td> in-progress</td> <td> false</td> <td> id: tpf; TPF <span> (Details )</span> </td> </tr> </table> </blockquote> </div> </text> <contained> 
    <Medication> 
      <id value="doce"/> 
      <code> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="108806006"/> 
          <display value="Docetaxel"/> 
        </coding> 
      </code> 
    </Medication> 
  </contained> 
  <contained> 
    <Medication> 
      <id value="cisp"/> 
      <code> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="57066004"/> 
          <display value="Cisplatin"/> 
        </coding> 
      </code> 
    </Medication> 
  </contained> 
  <contained> 
    <Medication> 
      <id value="fluo"/> 
      <code> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="3127006"/> 
          <display value="Fluorouracil"/> 
        </coding> 
      </code> 
    </Medication> 
  </contained> 
  <contained> 
    <Medication> 
      <id value="tpf"/> 
      <!--   TPF consists of Docetaxel, Cisplatin and Fluorouracil   -->
      <code> 
        <text value="TPF"/> 
      </code> 
        <ingredient> 
          <itemReference> 
            <reference value="#doce"/> 
          </itemReference> 
        </ingredient> 
        <ingredient> 
          <itemReference> 
            <reference value="#cisp"/> 
          </itemReference> 
        </ingredient> 
        <ingredient> 
          <itemReference> 
            <reference value="#fluo"/> 
          </itemReference> 
        </ingredient> 
      
    </Medication> 
  </contained> 
  <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 value="Condition/f202"/> 
    <display value="Roel's head-neck tumor"/> 
  </addresses> 
  <goal> 
    <reference value="#goal"/> 
  </goal> 
  <activity> 
    <outcomeReference> 
        <reference value="Procedure/f201"/> 
        <display value="Roel's Chemotherapy"/> 
    </outcomeReference> 
    <detail> 
      <kind value="ServiceRequest"/> 
      <code> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="367336001"/> 
          <display value="Chemotherapy"/> 
        </coding> 
      </code> 
      <status value="in-progress"/> 
      <doNotPerform value="false"/> 
      <productReference> 
        <reference value="#tpf"/> 
      </productReference> 
    </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.