Release 5 R6 Ballot (1st Full Ballot)

This page is part of the FHIR Specification (v5.0.0: R5 - STU v6.0.0-ballot4: Release 6 Ballot (1st Full Ballot) (see Ballot Notes ). This is the The current published version in it's permanent home (it will always be available at this URL). is 5.0.0 . For a full list of available versions, see the Directory of published versions for published versions

Example DocumentReference/xray (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

Xray of left hand (id = "xray")

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

<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="xray"/> 


  <text> 
    
    

    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Xray of left hand for Patient Henry Levin (MRN 12345) 2016-03-15</div> 
  </text> 




  <status value="current"/> 
  <subject> 
    <reference value="Patient/example"/> 
  </subject> 
  <context> 
    <reference value="Encounter/example"/> 
  </context> 
  <context> 
   

    <reference value="DocumentReference/documentreference-example-xray-encounter"/> 
  </context> 
  <event> 
  
    
      
      
      
    
  

    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="39714003"/> 
        <display value="Skeletal X-ray of wrist and hand"/> 
      </coding> 
    </concept> 
  </event> 
  <event> 
  
    
      
      
      
    
  

    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="85151006"/> 
        <display value="Structure of left hand (body structure)"/> 
      </coding> 
    </concept> 
  </event> 



  <content id="a1">
    <attachment> 
    
    

      <contentType value="image/jpeg"/> 
      <url value="http://someimagingcenter.org/fhir/Binary/A12345"/> 
      <!--   the date this image was created   -->
    
  
  

      <creation value="2016-03-15"/> 
      <height value="432"/> 
      <width value="640"/> 
    </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.