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 SetSupply Type
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>Supply Type</h2><p>This value sets refers to a Category of supply</p><p>This value set defines its own terms in the system http://hl7.org/fhir/supply-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>central<a name=\"central\"> </a></td><td>Central Supply</td><td>Supply is stored and requested from central supply</td></tr><tr><td>nonstock<a name=\"nonstock\"> </a></td><td>Non-Stock</td><td>Supply is not onsite and must be requested from an outside vendor using a non-stock requisition</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/supply-type",
"name": "Supply Type",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This value sets refers to a Category of supply",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/supply-type",
"concept": [
{
"code": "central",
"display": "Central Supply",
"definition": "Supply is stored and requested from central supply"
},
{
"code": "nonstock",
"display": "Non-Stock",
"definition": "Supply is not onsite and must be requested from an outside vendor using a non-stock requisition"
}
]
}
}