This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Definition for Value SetSupplyStatus
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>SupplyStatus</h2><p>Status of the supply</p><p>This value set defines its own terms in the system http://hl7.org/fhir/valueset-supply-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>requested<a name=\"requested\"> </a></td><td>Requested</td><td>Supply has been requested, but not dispensed.</td></tr><tr><td>dispensed<a name=\"dispensed\"> </a></td><td>Dispensed</td><td>Supply is part of a pharmacy order and has been dispensed.</td></tr><tr><td>received<a name=\"received\"> </a></td><td>Received</td><td>Supply has been received by the requestor.</td></tr><tr><td>failed<a name=\"failed\"> </a></td><td>Failed</td><td>The supply will not be completed because the supplier was unable or unwilling to supply the item.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td>Cancelled</td><td>The orderer of the supply cancelled the request.</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/valueset-supply-status",
"name": "SupplyStatus",
"publisher": "HL7 (FHIR Project)",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
],
"description": "Status of the supply",
"status": "draft",
"date": "2014-09-30T18:09:16.976+10:00",
"define": {
"system": "http://hl7.org/fhir/valueset-supply-status",
"caseSensitive": true,
"concept": [
{
"code": "requested",
"display": "Requested",
"definition": "Supply has been requested, but not dispensed."
},
{
"code": "dispensed",
"display": "Dispensed",
"definition": "Supply is part of a pharmacy order and has been dispensed."
},
{
"code": "received",
"display": "Received",
"definition": "Supply has been received by the requestor."
},
{
"code": "failed",
"display": "Failed",
"definition": "The supply will not be completed because the supplier was unable or unwilling to supply the item."
},
{
"code": "cancelled",
"display": "Cancelled",
"definition": "The orderer of the supply cancelled the request."
}
]
}
}