Release 4 5

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

Servicerequest-example3.xml

Example ServiceRequest/do-not-turn (XML)

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

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

Jump past Narrative

An example of an order to not turn a patient (id = "do-not-turn")

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


  
  
  (Details : {SNOMED CT code '359962006' = 'Turning patient in bed', given as 'Turning patient
           in bed (procedure)'})
    
    
    
  
  
  
  
  
  
    
      
      
      
    
  
  
    
  
  
  
  
      
      
  
  
  
    
  

<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="do-not-turn"/> 
      <!--    placer identifier   -->
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: ServiceRequest</b> <a name="do-not-turn"> </a> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource ServiceRequest &quot;do-not-turn&quot; </p> </div> <p> <b> identifier</b> : <span title="  placer identifier ">id: 20170201-0002</span> </p> <p> <b> status</b> : active</p> <p> <b> intent</b> : order</p> <p> <b> priority</b> : stat</p> <p> <b> doNotPerform</b> : true</p> <h3> Codes</h3> <table class="grid"><tr> <td> -</td> <td> <b> Concept</b> </td> </tr> <tr> <td> *</td> <td> Turning patient in bed (procedure) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a> #359962006)</span> </td> </tr> </table> <p> <b> subject</b> : <a href="patient-example.html">Patient/example</a>  &quot;Peter CHALMERS&quot;</p> <p> <b> authoredOn</b> : <span title="  TimeStamp when order authorized ">2017-02-01T17:23:07Z</span> </p> <p> <b> requester</b> : <a href="practitioner-example.html">Practitioner/example: Dr Adam Careful</a>  &quot;Adam CAREFUL&quot;</p> <h3> Reasons</h3> <table class="grid"><tr> <td> -</td> <td> <b> Reference</b> </td> </tr> <tr> <td> *</td> <td> <span> : Patient has a spinal fracture</span> </td> </tr> </table> </div> </text> <identifier> 
    <system value="http://goodhealth.org/placer-ids">    </system>     <value value="20170201-0002"/>   </identifier>   <status value="active"/>   <intent value="order"/>   <priority value="stat"/>   <doNotPerform value="true"/>   <code>     <concept>     <coding>       <system value="http://snomed.info/sct"/>       <code value="359962006"/>       <display value="Turning patient in bed (procedure)"/>     </coding>     </concept>   </code>   <subject>     <reference value="Patient/example"/>   </subject>       <!--    TimeStamp when order authorized   -->  <authoredOn value="2017-02-01T17:23:07Z"/>   <requester>       <reference value="Practitioner/example"/>       <display value="Dr Adam Careful"/>   </requester>       <!--    demonstrating in this example the reason reference element    -->  <reason>      <reference>       <display value="Patient has a spinal fracture"/>     </reference>   </reason> 


</

ServiceRequest

>



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.