FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeTransport
IdTransport-simpledelivery.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Transport simpledelivery

Language: en

identifier: Transport1234

basedOn: SupplyRequest: identifier = Order10284; status = active; intent = order; category = Central Stock Resupply; priority = asap; quantity = 10; occurrence[x] = 2016-12-31; authoredOn = 2016-12-31

partOf: Central Supply Restock

status: Completed

period: 2025-08-10 09:00:00+0000 --> 2025-08-10 11:00:00+0000

to: Requested location for item at City Hospital Lab

from: Current location for item at Lab A


Source1

{
  "resourceType": "Transport",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Transport|0.1.0",
  "id": "simpledelivery",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}