{
  "resourceType": "CodeSystem",
  "id": "inventoryitem-status",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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": "5.0.0",
  "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."
    }
  ]
}