{
  "resourceType" : "Transport",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/Transport|0.1.0",
  "id" : "simpledelivery",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [{
    "value" : "Transport1234"
  }],
  "basedOn" : [{
    "reference" : "SupplyRequest/simpleorder"
  }],
  "partOf" : [{
    "display" : "Central Supply Restock"
  }],
  "status" : "completed",
  "period" : {
    "start" : "2025-08-10T09:00:00Z",
    "end" : "2025-08-10T11:00:00Z"
  },
  "to" : {
    "reference" : "Location/location-hospitalLab",
    "display" : "Requested location for item at City Hospital Lab"
  },
  "from" : {
    "reference" : "Location/location-labA",
    "display" : "Current location for item at Lab A"
  }
}