This page is part of the FHIR Specification (v0.0.82: DSTU 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

Careplan-example-f202-malignancy.xml

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

Raw XML

<CarePlan xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>patient</b>: Roel
      </p>
      <p>
        <b>status</b>: active
      </p>
      <p>
        <b>concern</b>: Roel's head-neck tumor
      </p>
      <h3>Participants</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Role</b>
          </td>
          <td>
            <b>Member</b>
          </td>
        </tr>
        <tr>
          <td>
            <span title="Codes: {http://snomed.info/sct 28995006}">Treated with</span>
          </td>
          <td>Dokter Bronsig</td>
        </tr>
      </table>
      <h3>Goals</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Description</b>
          </td>
          <td>
            <b>Status</b>
          </td>
          <td>
            <b>Notes</b>
          </td>
          <td>
            <b>Concern</b>
          </td>
        </tr>
        <tr>
          <td>Elimination of the spenoid bone tumor</td>
          <td>inProgress</td>
          <td> </td>
          <td> </td>
        </tr>
      </table>
      <blockquote>
        <p>
          <b>activity</b>
        </p>
        <p>
          <b>status</b>: inProgress
        </p>
        <p>
          <b>prohibited</b>: false
        </p>
        <p>
          <b>actionResulting</b>: Roel's Chemotherapy
        </p>
        <h3>Simples</h3>
        <table class="grid">
          <tr>
            <td>
              <b>Category</b>
            </td>
            <td>
              <b>Code</b>
            </td>
            <td>
              <b>Timing[x]</b>
            </td>
            <td>
              <b>Location</b>
            </td>
            <td>
              <b>Performer</b>
            </td>
            <td>
              <b>Product</b>
            </td>
            <td>
              <b>DailyAmount</b>
            </td>
            <td>
              <b>Quantity</b>
            </td>
            <td>
              <b>Details</b>
            </td>
          </tr>
          <tr>
            <td>procedure</td>
            <td>
              <span title="Codes: {http://snomed.info/sct 367336001}">Chemotherapy</span>
            </td>
            <td> </td>
            <td> </td>
            <td> </td>
            <td>name: TPF</td>
            <td> </td>
            <td> </td>
            <td> </td>
          </tr>
        </table>
      </blockquote>
    </div>
  </text>
  <contained>
    <Medication id="tpf">
      <contained><!--   TPF consists of Docetaxel, Cisplatin and Fluorouracil   -->
        <Medication id="doce">
          <name value="Docetaxel"/>
          <code>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="108806006"/>
            </coding>
          </code>
        </Medication>
      </contained>
      <contained>
        <Medication id="cisp">
          <name value="Cisplatin"/>
          <code>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="57066004"/>
            </coding>
          </code>
        </Medication>
      </contained>
      <contained>
        <Medication id="fluo">
          <name value="5-Fluorouracil"/>
          <code>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="3127006"/>
            </coding>
          </code>
        </Medication>
      </contained>
      <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>
  <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>
    <description value="Elimination of the spenoid bone tumor"/>
    <status value="in progress"/>
  </goal>
  <activity>
    <status value="in progress"/>
    <prohibited value="false"/>
    <actionResulting>
      <reference value="Procedure/f201"/>
      <display value="Roel's Chemotherapy"/>
    </actionResulting>
    <simple>
      <category value="procedure"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="367336001"/>
          <display value="Chemotherapy"/>
        </coding>
      </code>
      <product>
        <reference value="#tpf"/>
      </product>
    </simple>
  </activity>
</CarePlan>