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

FHIR IG analytics

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

Language: en

identifier: Order10284

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: Delivered

type: Blood collect tubes blue cap

stage: Dispatch

SuppliedItems

-QuantityItem[x]
*10Blood collect tubes blue cap

occurrence: 2016-12-31

supplier: Vendor1

destination: Location 1


Source1

{
  "resourceType": "SupplyDelivery",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery|0.1.0",
  "id": "simpledelivery",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "Order10284"
    }
  ],
  "basedOn": [
    {
      "reference": "SupplyRequest/simpleorder"
    }
  ],
  "partOf": [
    {
      "display": "Central Supply Restock"
    }
  ],
  "status": "completed",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/supplydelivery-supplyitemtype",
        "code": "device"
      }
    ],
    "text": "Blood collect tubes blue cap"
  },
  "stage": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/supplydelivery-stage",
        "code": "dispatch",
        "display": "Dispatch"
      }
    ]
  },
  "suppliedItem": [
    {
      "quantity": {
        "value": 10
      },
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "BlueTubes",
            "display": "Blood collect tubes blue cap"
          }
        ]
      }
    }
  ],
  "occurrenceDateTime": "2016-12-31",
  "supplier": {
    "display": "Vendor1"
  },
  "destination": {
    "display": "Location 1"
  }
}