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

  <!-- This is the corresponding supply delivery from the supplye request example -->
<Transport xmlns="http://hl7.org/fhir" resourceDefinition="http://hl7.org/fhir/StructureDefinition/Transport|0.1.0">
  <id value="simpledelivery"/>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Transport simpledelivery</b></p><a name="simpledelivery"> </a><a name="hcsimpledelivery"> </a><p><b>identifier</b>: Transport1234</p><p><b>basedOn</b>: <a href="SupplyRequest-simpleorder.html">SupplyRequest: identifier = Order10284; status = active; intent = order; category = Central Stock Resupply; priority = asap; quantity = 10; occurrence[x] = 2016-12-31; authoredOn = 2016-12-31</a></p><p><b>partOf</b>: Central Supply Restock</p><p><b>status</b>: Completed</p><p><b>period</b>: 2025-08-10 09:00:00+0000 --&gt; 2025-08-10 11:00:00+0000</p><p><b>to</b>: <a href="Location-location-hospitalLab.html">Requested location for item at City Hospital Lab</a></p><p><b>from</b>: <a href="Location-location-labA.html">Current location for item at Lab A</a></p></div>
  </text>
  <!-- business identifier - in this case the same as the request id -->
  <identifier>
    <value value="Transport1234"/>
  </identifier>
  <basedOn>
    <reference value="SupplyRequest/simpleorder"/>
  </basedOn>
  <partOf>
    <display value="Central Supply Restock"/>
  </partOf>
  <status value="completed"/>
  <period>
    <start value="2025-08-10T09:00:00Z"/>
    <end value="2025-08-10T11:00:00Z"/>
  </period>
  <to>
    <reference value="Location/location-hospitalLab"/>
    <display value="Requested location for item at City Hospital Lab"/>
  </to>
  <from>
    <reference value="Location/location-labA"/>
    <display value="Current location for item at Lab A"/>
  </from>
</Transport>