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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeSupplyDelivery
IdSupplyDelivery-pumpdelivery.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

[Put rendering here]

Source1

{
  "resourceType": "SupplyDelivery",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery|0.1.0",
  "id": "pumpdelivery",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "98398459409",
      "assigner": {
        "display": "SupplierDeliveryNr"
      }
    }
  ],
  "status": "in-progress",
  "stage": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/supplydelivery-stage",
        "code": "dispatch",
        "display": "Dispatch"
      }
    ]
  },
  "supplier": {
    "display": "ACME distribution"
  },
  "destination": {
    "display": "Home care dept"
  },
  "receiver": [
    {
      "display": "Nurse Smith"
    }
  ]
}