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

Example DocumentReference/example-bundle (XML)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson

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

Jump past Narrative

Metadata pointing at a FHIR Document Bundle (id = "example-bundle")

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


  
  
    
      
      
    
    

        
        

    
  

  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-
          ActReason}{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSyst
          em/v3-Confidentiality}
     
     
  
  
  
    
       
       
    
  
  
     
     
  
   
    
      
    
  
   
  
     
     
  
  
   
  
    
      
      
    
  
  
    
          
      
    
  

<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="example-bundle"/> 
  <meta> 
    <security> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
      <code value="HTEST"/> 
    </security> 
    <security> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/> 
      <code value="N"/> 
    </security> 
  </meta> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:uuid:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e0"/> 
  </identifier> 
  <status value="current"/> 
  <type> 
    <coding> 
      <system value="http://loinc.org"/> 
      <code value="28655-9"/> 
    </coding> 
  </type> 
  <subject> 
    <reference value="http://fhir.healthintersections.com.au/open/Patient/d1"/> 
    <display value="Eve Everywoman"/> 
  </subject> 
  <event> 
    <reference> 
      <reference value="http://fhir.healthintersections.com.au/open/Encounter/doc-example"/> 
    </reference> 
  </event> 
  <date value="2013-02-01T12:30:02Z"/> 
  <author> 
    <reference value="Practitioner/example"/> 
    <display value="Doctor Dave"/> 
  </author> 
  <description value="Discharge Summary"/> 
  <securityLabel> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/> 
      <code value="N"/> 
    </coding> 
  </securityLabel> 
  <content> 
    <attachment> 
      <!--   no content type as the retrieve will determine   -->
      <url value="Bundle/father"/> 
    </attachment> 
  </content> 


</

DocumentReference

>



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.