In the SupplyDelivery resource for FHIR r4 , the status attribute identifies the in-progress | completed | abandoned | entered-in-error
"status": "completed"
"identifier": [
{
"value": "Order10284"
}
]
"basedOn": [
{
"reference": "SupplyRequest/simpleorder"
}
]
"partOf": [
{
"display": "Central Supply Restock"
}
]
"status": "completed"
"patient":
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/supply-item-type",
"code": "device"
}
],
"text": "Blood collect tubes blue cap"
}
"suppliedItem": {
"quantity": {
"value": 10
},
"itemCodeableConcept": {
"coding": [
{
"code": "BlueTubes",
"display": "Blood collect tubes blue cap"
}
]
}
}
"occurrence[x]":
"supplier": {
"display": "Vendor1"
}
"destination": {
"display": "Location 1"
}
"receiver":