US Core Implementation Guide
5.0.1 - STU5 Release US

This page is part of the US Core (v5.0.1: STU5) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Colonoscopy Example - XML Representation

Raw xml | Download



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="colonoscopy"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Colonoscopy Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a colonoscopy example for the *US Core CarePlan Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
&#9;&#9;&#9;<strong>Assessment</strong>
&#9;&#9;&#9;<ol>
&#9;&#9;&#9;&#9;<li>Recurrent GI bleed of unknown etiology; hypotension perhaps secondary to this but as likely secondary to polypharmacy.</li>
&#9;&#9;&#9;&#9;<li>Acute on chronic anemia secondary to #1.</li>
&#9;&#9;&#9;&#9;<li>Azotemia, acute renal failure with volume loss secondary to #1.</li>
&#9;&#9;&#9;&#9;<li>Hyperkalemia secondary to #3 and on ACE and K+ supplement.</li>
&#9;&#9;&#9;&#9;<li>Other chronic diagnoses as noted above, currently stable.</li>
&#9;&#9;&#9;</ol>
&#9;&#9;&#9;<table>
&#9;&#9;&#9;&#9;<thead>
&#9;&#9;&#9;&#9;&#9;<tr>
&#9;&#9;&#9;&#9;&#9;&#9;<th>Planned Activity</th>
&#9;&#9;&#9;&#9;&#9;&#9;<th>Planned Date</th>
&#9;&#9;&#9;&#9;&#9;</tr>
&#9;&#9;&#9;&#9;</thead>
&#9;&#9;&#9;&#9;<tbody>
&#9;&#9;&#9;&#9;&#9;<tr>
&#9;&#9;&#9;&#9;&#9;&#9;<td>Colonoscopy</td>
&#9;&#9;&#9;&#9;&#9;&#9;<td>April 21, 2000</td>
&#9;&#9;&#9;&#9;&#9;</tr>
&#9;&#9;&#9;&#9;</tbody>
&#9;&#9;&#9;</table>
&#9;&#9;</div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/us/core/CodeSystem/careplan-category"/>
      <code value="assess-plan"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
</CarePlan>