BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build

BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Inventory Disposal Reason - JSON Representation

Draft as of 2026-02-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "inventory-disposal-reason",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet inventory-disposal-reason</b></p><a name=\"inventory-disposal-reason\"> </a><a name=\"hcinventory-disposal-reason\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-inventory-operation-reason.html\"><code>http://biomaxis.com/fhir/CodeSystem/inventory-operation-reason</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.0.0-semantic-release</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-expired\">expired</a></td><td>Expired</td><td>Items are being disposed of because they have passed their expiration date and are no longer safe or effective for use.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-damaged\">damaged</a></td><td>Damaged</td><td>Items are being disposed of due to physical damage that makes them unsuitable or unsafe for use.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-contaminated\">contaminated</a></td><td>Contaminated</td><td>Items are being disposed of because they have been contaminated and pose a risk of infection or harm.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-recalled\">recalled</a></td><td>Recalled</td><td>Items are being recalled due to a manufacturer or regulatory recall notice.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-defective\">defective</a></td><td>Defective</td><td>Items are being disposed of because they are defective or do not meet quality standards.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-obsolete\">obsolete</a></td><td>Obsolete</td><td>Items are being disposed of because they are obsolete, superseded by newer versions, or no longer clinically relevant.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-patient-specific-unused\">patient-specific-unused</a></td><td>Patient-Specific Unused</td><td>Items that were prepared or allocated for a specific patient but were not used and cannot be returned to general stock.</td></tr><tr><td><a href=\"CodeSystem-inventory-operation-reason.html#inventory-operation-reason-storage-failure\">storage-failure</a></td><td>Storage Failure</td><td>Items are being disposed of due to improper storage conditions such as temperature excursions or environmental exposure.</td></tr></table></li></ul></div>"
  },
  "url" : "http://biomaxis.com/fhir/ValueSet/inventory-disposal-reason",
  "version" : "0.0.0-semantic-release",
  "name" : "InventoryDisposalReason",
  "title" : "Inventory Disposal Reason",
  "status" : "draft",
  "date" : "2026-02-04T09:30:33+00:00",
  "publisher" : "BioMaxis Pvt. Ltd.",
  "contact" : [
    {
      "name" : "BioMaxis Pvt. Ltd.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://biomaxis.com"
        }
      ]
    }
  ],
  "description" : "A value set to represent reasons for inventory disposal.",
  "compose" : {
    "include" : [
      {
        "system" : "http://biomaxis.com/fhir/CodeSystem/inventory-operation-reason",
        "concept" : [
          {
            "code" : "expired",
            "display" : "Expired"
          },
          {
            "code" : "damaged",
            "display" : "Damaged"
          },
          {
            "code" : "contaminated",
            "display" : "Contaminated"
          },
          {
            "code" : "recalled",
            "display" : "Recalled"
          },
          {
            "code" : "defective",
            "display" : "Defective"
          },
          {
            "code" : "obsolete",
            "display" : "Obsolete"
          },
          {
            "code" : "patient-specific-unused",
            "display" : "Patient-Specific Unused"
          },
          {
            "code" : "storage-failure",
            "display" : "Storage Failure"
          }
        ]
      }
    ]
  }
}