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-f202-malignancy.xml

Raw XML (canonical form)

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

Raw XML

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="f202"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <contained>
    <Medication>
      <id value="doce"/>
      <name value="Docetaxel"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="108806006"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <contained>
    <Medication>
      <id value="cisp"/>
      <name value="Cisplatin"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="57066004"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <contained>
    <Medication>
      <id value="fluo"/>
      <name value="5-Fluorouracil"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="3127006"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <contained>
    <Medication>
      <id value="tpf"/><!--   TPF consists of Docetaxel, Cisplatin and Fluorouracil   -->
      <name value="TPF"/>
      <product>
        <ingredient>
          <item>
            <reference value="#doce"/>
          </item>
        </ingredient>
        <ingredient>
          <item>
            <reference value="#cisp"/>
          </item>
        </ingredient>
        <ingredient>
          <item>
            <reference value="#fluo"/>
          </item>
        </ingredient>
      </product>
    </Medication>
  </contained>
  <contained>
    <Goal>
      <id value="goal"/>
      <patient>
        <reference value="Patient/f201"/>
        <display value="Roel"/>
      </patient>
      <description value="Elimination of the spenoid bone tumor"/>
      <status value="in-progress"/>
    </Goal>
  </contained>
  <patient><!--   It entails Roel's careplan   -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </patient>
  <status value="active"/>
  <concern>
    <reference value="Condition/f202"/>
    <display value="Roel's head-neck tumor"/>
  </concern>
  <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>
  <goal>
    <reference value="#goal"/>
  </goal>
  <activity>
    <actionResulting>
      <reference value="Procedure/f201"/>
      <display value="Roel's Chemotherapy"/>
    </actionResulting>
    <detail>
      <category value="procedure"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="367336001"/>
          <display value="Chemotherapy"/>
        </coding>
      </code>
      <status value="in-progress"/>
      <prohibited value="false"/>
      <product>
        <reference value="#tpf"/>
      </product>
    </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.