FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeCodeSystem
IdCodeSystem-inventoryitem-status.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem inventoryitem-status

This case-sensitive code system http://hl7.org/fhir/inventoryitem-status defines the following codes:

CodeDisplayDefinition
active ActiveThe item is active and can be referenced.
inactive InactiveThe item is presently inactive - there may be references to it but the item is not expected to be used.
entered-in-error Entered in ErrorThe item record was entered in error.
unknown UnknownThe item status has not been determined.

Source1

{
  "resourceType": "CodeSystem",
  "id": "inventoryitem-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/inventoryitem-status",
  "version": "0.1.0",
  "name": "InventoryItemStatus",
  "title": "InventoryItem Status Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-07-02T20:04:18+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 Orders and Observations Workgroup",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "ord@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "InventoryItem Status Codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/oo-incubator/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."
    }
  ]
}