<?xml version=“1.0” encoding=“UTF-8”?><SupplyDelivery xmlns=“hl7.org/fhir”>

<id value="simpledelivery"/>
<!--

business identifier - in this case the same as the request id

-->
      <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: simpledelivery</p><p><b>identifier</b>: Order10284</p><p><b>basedOn</b>: <a>SupplyRequest/simpleorder</a></p><p><b>partOf</b>: Central Supply Restock</p><p><b>status</b>: completed</p><p><b>type</b>: Blood collect tubes blue cap <span>(Details : {http://hl7.org/fhir/supply-item-type code &#39;device&#39; = &#39;Device)</span></p><h3>SuppliedItems</h3><table><tr><td>-</td><td><b>Quantity</b></td><td><b>Item[x]</b></td></tr><tr><td>*</td><td>10</td><td>Blood collect tubes blue cap <span>(Details : {[not stated] code &#39;BlueTubes&#39; = &#39;BlueTubes&#39;, given as &#39;Blood collect tubes blue cap&#39;})</span></td></tr></table><p><b>occurrence</b>: Dec 31, 2016</p><p><b>supplier</b>: Vendor1</p><p><b>destination</b>: Location 1</p></div></text><identifier>
              <value value="Order10284"/>
      </identifier>
      <basedOn>
              <reference value="SupplyRequest/simpleorder"/>
      </basedOn>
      <partOf>
              <display value="Central Supply Restock"/>
      </partOf>
      <status value="completed"/>
      <type>
              <coding>
                      <system value="http://hl7.org/fhir/supply-item-type"/>
                      <code value="device"/>
              </coding>
              <text value="Blood collect tubes blue cap"/>
      </type>
      <suppliedItem>
              <quantity>
                      <value value="10"/>
              </quantity>
              <itemCodeableConcept>
                      <coding>
                              <code value="BlueTubes"/>
                              <display value="Blood collect tubes blue cap"/>
                      </coding>
              </itemCodeableConcept>
      </suppliedItem>
      <occurrenceDateTime value="2016-12-31"/>
      <supplier>
              <display value="Vendor1"/>
      </supplier>
      <destination>
              <display value="Location 1"/>
      </destination>

</SupplyDelivery>