Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). 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.xml

Example CarePlan/example (XML)

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

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

Jump past Narrative

Care plan to address obesity that has a goal of weight loss (id = "example")

<?xml version="1.0" encoding="UTF-8"?>


  
  
    
    
      
    
  
  
    
      
      
    
      
      
    
    

    
    
      
      
    
    
      
        
      
      
        
        
      
    
  
  
    
  
   
  
    
  
  
    
  
  
    
  
  
  
  
    
  
  
  
    
    
  
  
    
  
  
    
  
  
  
    
    
  
  
    
  
  
    
    
  
  
    
  
  
    
      
        
        
        
      
    
    
      
      
    
    
    
      
      
        
        
        
      
      
      
        
        
        
      
    
    
    
      
    
    
    
      
        
        
        
      
    
    
      
    
    
      
      
    
    
  

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> 
    <status value="additional"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>  A simple care plan to indicate a patient taking their weight once a day because
         of obesity.</p> 
    </div>   </text>   <contained>     <Condition>       <id value="p1"/>       <clinicalStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>       <code value="active"/>     </coding>     </clinicalStatus>     <verificationStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>       <code value="confirmed"/>     </coding>     </verificationStatus>       <code>         <text value="Obesity"/>       </code>       <subject>         <reference value="Patient/example"/>         <display value="Peter James Chalmers"/>       </subject>     </Condition>   </contained>   <identifier>     <value value="12345"/>   </identifier>   <instantiatesUri value="http://example.org/protocol-for-obesity"/>    <basedOn>     <display value="Management of Type 2 Diabetes"/>   </basedOn>   <replaces>     <display value="Plan from urgent care clinic"/>   </replaces>   <partOf>     <display value="Overall wellness plan"/>   </partOf>   <status value="active"/>   <intent value="plan"/>   <category>     <text value="Weight management plan"/>   </category>   <description value="Manage obesity and weight loss"/>   <subject>     <reference value="Patient/example"/>     <display value="Peter James Chalmers"/>   </subject>   <encounter>     <reference value="Encounter/home"/>   </encounter>   <period>     <end value="2017-06-01"/>   </period>   <created value="2016-01-01"/>   <custodian>     <reference value="Practitioner/example"/>     <display value="Dr Adam Careful"/>   </custodian>   <careTeam>     <reference value="CareTeam/example"/>   </careTeam>   <addresses>     <reference>       <reference value="#p1"/>       <display value="obesity"/>     </reference>   </addresses>     <!--   weight loss goal where the goal's outcome is the body weight observation  -->  <goal>     <reference value="Goal/example"/>   </goal>     <!--   exercise activity   -->  <activity>       <!--   exercise activity completed   -->    <performedActivity>       <concept>       <coding>         <system value="http://snomed.info/sct"/>         <code value="6397004"/>         <display value="Muscular strength development exercise"/>       </coding>       </concept>     </performedActivity> 
    
      <!--   planned exercise plan   -->    <plannedActivityReference>       <reference value="ServiceRequest/benchpress"/>     </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.