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

Encounter-example-f202-20130128.xml

Example Encounter/f202 (XML)

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

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

Jump past Narrative

Real-world encounter example (with primaryDiagnosis extension added) (id = "f202")

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


  
  : ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory',
         stated as 'ambulatory')(Details : {http://terminology.hl7.org/CodeSystem/diagnosis-role code 'AD' = 'Admission
             diagnosis', given as 'Admission diagnosis'})(Details : {http://terminology.hl7.org/CodeSystem/diagnosis-role code 'CC' = 'Chief complaint',
             given as 'Chief complaint'})
    
    
    
  
  
  
  
    
    
    
    
  
  
    
      
      
       
    
  
  
    
    
      
      
      
    
  
  
    
    
  
  
    
      
    
  
  
    
    
    
    
  
  
    
  
  
    
      
    
    
      
        
        
        
      
    
    
  
  
  
    
      
    
    
      
        
        
        
      
    
    
  
  
  
    
  

<!--  No admission was deemed necessary  --><Encounter xmlns="http://hl7.org/fhir">
  <id value="f202"/> 
  <identifier> 
    <use value="temp"/> 
    <!--   0..1 The use of this identifier   -->
    <value value="Encounter_Roel_20130128"/> 
  </identifier> 
  <status value="completed"/> 
  <!--  Encounter has finished  -->
  <class> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> 
      <code value="AMB"/> 
      <!--   outpatient encounter for chemotherapy   -->
      <display value="ambulatory"/> 
    </coding> 
  </class> 
  <priority> 
    <!--  Urgent priority, because of complications  -->
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="103391001"/> 
      <display value="Urgent"/> 
    </coding> 
  </priority> 
  <type> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="367336001"/> 
      <display value="Chemotherapy"/> 
    </coding> 
  </type> 
  <subject> 
    <reference value="Patient/f201"/> 
    <display value="Roel"/> 
  </subject> 
  <serviceProvider> 
    <reference value="Organization/f201"/> 
  </serviceProvider> 
  <participant> 
    <actor> 
      <reference value="Practitioner/f201"/> 
    </actor> 
  </participant> 
  <length> 
    <value value="56"/> 
    <unit value="minutes"/> 
    <system value="http://unitsofmeasure.org"/> 
    <code value="min"/> 
  </length> 
  <reason> 
    <value> 
      <concept> 
        <text value="The patient is treated for a tumor."/> 
      </concept> 
    </value> 
  </reason> 
  <diagnosis> 
    <condition> 
      <concept> 
        <text value="Complications from Roel's TPF chemotherapy on January 28th, 2013"/> 
      </concept> 
    </condition> 
    <use> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/> 
        <code value="AD"/> 
        <display value="Admission diagnosis"/> 
      </coding> 
    </use> 
  </diagnosis> 
  <!--   Example of a principal diagnosis with role=CC and rank=1  -->
  <diagnosis> 
    <condition> 
      <concept> 
        <text value="The patient is treated for a tumor"/> 
      </concept> 
    </condition> 
    <use> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/> 
        <code value="CC"/> 
        <display value="Chief complaint"/> 
      </coding> 
    </use> 
  </diagnosis> 


</

Encounter

>



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.