This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemInventoryItemStatus
{
"resourceType" : "CodeSystem",
"id" : "inventoryitem-status",
"meta" : {
"lastUpdated" : "2024-11-21T10:57:20.709+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem inventoryitem-status</b></p><a name=\"inventoryitem-status\"> </a><a name=\"hcinventoryitem-status\"> </a><a name=\"inventoryitem-status-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/inventoryitem-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"inventoryitem-status-active\"> </a></td><td>Active</td><td>The item is active and can be referenced.</td></tr><tr><td style=\"white-space:nowrap\">inactive<a name=\"inventoryitem-status-inactive\"> </a></td><td>Inactive</td><td>The item is presently inactive - there may be references to it but the item is not expected to be used.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"inventoryitem-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The item record was entered in error.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"inventoryitem-status-unknown\"> </a></td><td>Unknown</td><td>The item status has not been determined.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}],
"url" : "http://hl7.org/fhir/inventoryitem-status",
"version" : "6.0.0-ballot2",
"name" : "InventoryItemStatus",
"title" : "InventoryItem Status Codes",
"status" : "active",
"experimental" : false,
"publisher" : "HL7 International",
"description" : "InventoryItem Status Codes",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/inventoryitem-status",
"content" : "complete",
"concept" : [{
"code" : "active",
"display" : "Active",
"definition" : "The item is active and can be referenced."
},
{
"code" : "inactive",
"display" : "Inactive",
"definition" : "The item is presently inactive - there may be references to it but the item is not expected to be used."
},
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"definition" : "The item record was entered in error."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The item status has not been determined."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.