DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Supply-example1.xml

Raw XML (canonical form)

General Supply Example (id = "102")

Raw XML

<Supply xmlns="http://hl7.org/fhir">
  <id value="102"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <kind>
    <coding>
      <system value="http://hl7.org/fhir/supply-type"/>
      <code value="central"/>
      <display value="Central Supply"/>
      <primary value="true"/>
    </coding>
  </kind>
  <identifier>
    <system value="http://example.org/OR-Supply-Application"/>
    <value value="23455"/>
    <assigner>
      <reference value="Organization/2.16.840.1.113883.19.5"/>
      <display value="Good Health Clinic"/>
    </assigner>
  </identifier>
  <status value="received"/>
  <orderedItem>
    <reference value="Device/f001"/>
    <display value="Feeding tube"/>
  </orderedItem>
  <dispense>
    <identifier>
      <use value="usual"/>
      <system value="http://example.org/MM-Supply-Application"/>
      <value value="12345"/>
      <assigner>
        <reference value="Organization/2.16.840.1.113883.19.5"/>
        <display value="Good Health Clinic"/>
      </assigner>
    </identifier>
    <status value="dispensed"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/supply-item-type"/>
        <code value="device"/>
        <display value="Device"/>
        <primary value="true"/>
      </coding>
    </type>
    <quantity>
      <value value="1"/>
      <units value="EA"/>
      <system value="http://unitsofmeasure.org/"/>
      <code value="{each}"/>
    </quantity>
    <suppliedItem>
      <reference value="Device/f001"/>
      <display value="Feeding tube"/>
    </suppliedItem>
    <supplier>
      <reference value="Practitioner/f006"/>
      <display value="Rob van den Berk "/>
    </supplier>
    <whenHandedOver value="2014-12-06T15:42:15-08:00"/>
    <destination>
      <reference value="Location/2"/>
      <display value="Neuro Radiology Operation Room "/>
    </destination>
    <receiver>
      <reference value="Practitioner/f204"/>
      <display value="Carla Espinosa"/>
    </receiver>
  </dispense>
</Supply>

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.