FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SupplyRequest/simpleorder (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

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

Simple order for resupply (id = "simpleorder")

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

<SupplyRequest xmlns="http://hl7.org/fhir">
  <id value="simpleorder"/> 
  <identifier> 
    <value value="Order10284"/> 
  </identifier> 
  <status value="active"/> 
  <intent value="order"/> 
  <category> 
    <coding> 
      <code value="central"/> 
      <display value="Central Stock Resupply"/> 
    </coding> 
  </category> 
  <priority value="asap"/> 
  <item> 
    <concept> 
      <coding> 
        <code value="BlueTubes"/> 
        <display value="Blood collect tubes blue cap"/> 
      </coding> 
    </concept> 
  </item> 
  <quantity> 
    <value value="10"/> 
  </quantity> 
  <occurrenceDateTime value="2016-12-31"/> 
  <authoredOn value="2016-12-31"/> 
  <requester> 
    <display value="Henry Seven"/> 
  </requester> 
  <supplier> 
    <display value="Vendor1"/> 
  </supplier> 
  <reason> 
    <concept> 
      <coding> 
        <code value="stock_low"/> 
        <display value="Refill due to low stock"/> 
      </coding> 
    </concept> 
  </reason> 
  <deliverFrom> 
    <display value="Location 1"/> 
  </deliverFrom> 
  <deliverTo> 
    <display value="GoodHealth Clinic Receiving"/> 
  </deliverTo> 
</SupplyRequest> 

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.