Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Episodeofcare-example.xml

Example EpisodeOfCare/example (XML)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Standards Status : Informative Compartments : Group , Patient , Practitioner

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

Jump past Narrative

Episode of Care example (id = "example")

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


  
  
    
    
      HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current
      was on leave from 22 Sept - 24 Sept while in respite care
    
  
  
    
    
  
  
  
    
    
      
      
    
  
  
    
    
      
      
    
  
  
    
    
      
      
    
  
  
    
    
      
    
  
  
    
        
        
        
    
  
  
    
      
    
    
      
        
        
        
      
    
    
  
  
    
  
  
    
  
  
    
  
  
    
  
  
    
    
  
  
    
    
  
  
    
    
  

<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> 
    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">
      HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br/>  
      was on leave from 22 Sept - 24 Sept while in respite care
    </div>   </text>   <identifier>     <system value="http://example.org/sampleepisodeofcare-identifier"/>     <value value="123"/>   </identifier>   <status value="active"/>   <statusHistory>     <status value="planned"/>     <period>       <start value="2014-09-01"/>       <end value="2014-09-14"/>     </period>   </statusHistory>   <statusHistory>     <status value="active"/>     <period>       <start value="2014-09-15"/>       <end value="2014-09-21"/>     </period>   </statusHistory>   <statusHistory>     <status value="onhold"/>     <period>       <start value="2014-09-22"/>       <end value="2014-09-24"/>     </period>   </statusHistory>   <statusHistory>     <status value="active"/>     <period>       <start value="2014-09-25"/>     </period>   </statusHistory>   <type>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/episodeofcare-type"/>       <code value="hacc"/>       <display value="Home and Community Care"/>     </coding>   </type>   <diagnosis>     <condition>       <reference>         <reference value="Condition/stroke"/>       </reference>     </condition>     <use>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/>         <code value="CC"/>         <display value="Chief complaint"/>       </coding>     </use>   </diagnosis>   <subject>     <reference value="Patient/example"/>   </subject>   <managingOrganization>     <reference value="Organization/hl7"/>   </managingOrganization>   <period>     <start value="2014-09-01"/>   </period>   <referralRequest>     <display value="Referral from Example Aged Care Services"/>   </referralRequest>   <careManager>     <reference value="Practitioner/f204"/>     <display value="Carla Espinosa"/>   </careManager>   <careTeam>     <reference value="CareTeam/example"/>     <display value="example care team"/>   </careTeam>   <account>     <reference value="Account/example"/>     <display value="example account"/>   </account> 


</

EpisodeOfCare

>



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.