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
. Page versions: R5 R4B R4 R3
Definition for Value SetSupply Item Type
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>Supply Item Type</h2><p>This value sets refers to a specific supply item</p><p>This value set defines its own terms in the system http://hl7.org/fhir/supply-item-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>medication<a name=\"medication\"> </a></td><td>Central Supply</td><td>Supply is a kind of medication.</td></tr><tr><td>device<a name=\"device\"> </a></td><td>Device</td><td>What is supplied (or requested) is a device</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/supply-item",
"name": "Supply Item Type",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This value sets refers to a specific supply item",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/supply-item-type",
"concept": [
{
"code": "medication",
"display": "Central Supply",
"definition": "Supply is a kind of medication."
},
{
"code": "device",
"display": "Device",
"definition": "What is supplied (or requested) is a device"
}
]
}
}