Release 5 FHIR CI-Build

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

Example Procedure/f004 (XML)

Maturity Level : N/A
Responsible Owner: Patient Care 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 procedure example (id = "f004")

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

<Procedure xmlns="http://hl7.org/fhir">
  <id value="f004"/> 
    display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%
    
        
            
            
            
        
    

  <status value="completed"/> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="48387007"/> 
      <display value="Tracheotomy"/> 
    </coding> 
  </code> 
  <subject> 
        
        
    

    <reference value="Patient/f001"/> 
    <display value="P. van de Heuvel"/> 
  </subject> 
  <encounter> 
        
    
    
        
        
    
    
        
            
                
                
                
            
            
        

    <reference value="Encounter/f003"/> 
  </encounter> 
  <occurrencePeriod> 
    <start value="2013-03-22T09:30:10+01:00"/> 
    <end value="2013-03-22T10:30:10+01:00"/> 
  </occurrencePeriod> 
  <performer> 
    <function> 
      <coding> 
        <system value="urn:oid:2.16.840.1.113883.2.4.15.111"/> 
        <!--   "AssignedRoleType" coding system   -->
        <code value="01.000"/> 
        <display value="Arts"/> 
      </coding> 
      <text value="Care role"/> 
    </function> 
    <actor> 
            
            
        
    
    
       
         
       
    
            
        
            
            
            
            
    
    
      
    
    
        
        
    
    
      
    

      <reference value="Practitioner/f005"/> 
      <display value="A. Langeveld"/> 
    </actor> 
  </performer> 
  <reason> 
    <concept> 
      <text value="ensure breathing during surgery"/> 
    </concept> 
  </reason> 
  <bodySite> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="83030008"/> 
      <display value="Retropharyngeal area"/> 
    </coding> 
  </bodySite> 
  <outcome> 
    <concept> 
      <text value="removal of the retropharyngeal abscess"/> 
    </concept> 
  </outcome> 
  <report> 
    <reference value="DiagnosticReport/f001"/> 
    <display value="???????????"/> 
  </report> 
  <followUp> 
    <concept> 
      <text value="described in care plan"/> 
    </concept> 
  </followUp> 


</

Procedure

>



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.