FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Careplan-example-f203-sepsis.xml

Example CarePlan/f203 (XML)

Maturity Level : N/A
Responsible Owner: Patient Care Work Group Ballot Standards Status : Informative Compartments : Patient Encounter , Practitioner Group , RelatedPerson Patient

Raw XML ( canonical form ) Jump past Narrative + also see XML Format Specification )

Real-world patient example Care plan to address sepsis (id = "f203")

: id: goal; status: cancelled; Check whether further treatment of sepsis/pulmonary abcess is required (Details : {SNOMED CT code '241541005' = 'High resolution CT of lungs', given as 'High resolution computed tomography of lungs'})
<?xml version="1.0" encoding="UTF-8"?>

<CarePlan xmlns="http://hl7.org/fhir">  <id value="f203"/>   <contained>     <CareTeam>       <id value="careteam"/>       <participant>         <role>           <coding>             <system value="http://snomed.info/sct"/>             <code value="425268008"/>             <display value="Review of care plan"/>           </coding>         </role>         <member>           <reference value="Practitioner/f201"/>           <display value="Dokter Bronsig"/>         </member>       </participant>       <participant>         <role>           <coding>             <system value="http://snomed.info/sct"/>             <code value="278110001"/>             <display value="Radiographic imaging"/>           </coding>         </role>         <member>           <reference value="Practitioner/f202"/>           <display value="Luigi Maas"/>         </member>       </participant>     </CareTeam>   </contained>   <contained>     <Goal>       <id value="goal"/>       <lifecycleStatus value="cancelled"/>       <description>         <text value="Check whether further treatment of sepsis/pulmonary abcess is required"/>       </description>       <subject>         <reference value="Patient/f201"/>         <display value="Roel"/>       </subject>     </Goal>   </contained>   <contained>     <ServiceRequest>       <id value="activity"/>       <status value="active"/>       <intent value="order"/>       <doNotPerform value="false"/>       <code>         <concept>           <coding>             <system value="http://snomed.info/sct"/>             <code value="241541005"/>             <display value="High resolution computed tomography of lungs"/>           </coding>         </concept>       </code>       <subject>         <!--  It entails Roel's careplan  -->        <reference value="Patient/f201"/>         <display value="Roel"/>       </subject>     </ServiceRequest>   </contained>   <status value="completed"/>   <intent value="plan"/>   <subject>     <!--  It entails Roel's careplan  -->    <reference value="Patient/f201"/>     <display value="Roel"/>   </subject>   <period>     <start value="2013-04-14"/>     <end value="2013-04-21"/>   </period>   <careTeam>     <reference value="#careteam"/>   </careTeam>   <addresses>     <reference>       <reference value="Condition/f203"/>       <display value="Roel's sepsis"/>     </reference>   </addresses>   <goal>     <reference value="#goal"/>   </goal>   <!--   moved to contained
    <plannedActivityDetail>
      <kind value="ServiceRequest"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="241541005"/>
          <display value="High resolution computed tomography of lungs"/>
        </coding>
      </code>
      <status value="not-started"/>
      <doNotPerform value="false"/>
    </plannedActivityDetail>
    -->
  <activity>     <plannedActivityReference>       <reference value="#activity"/>     </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.