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 - TTL Representation

Draft as of 2026-02-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "inventory-disposal-reason"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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 ?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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/ValueSet/inventory-disposal-reason"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/ValueSet/inventory-disposal-reason>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "InventoryDisposalReason"] ; # 
  fhir:title [ fhir:v "Inventory Disposal Reason"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-02-04T09:30:33+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BioMaxis Pvt. Ltd."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BioMaxis Pvt. Ltd." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biomaxis.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A value set to represent reasons for inventory disposal."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://biomaxis.com/fhir/CodeSystem/inventory-operation-reason"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/inventory-operation-reason>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "expired" ] ;
fhir:display [ fhir:v "Expired" ]       ] [
fhir:code [ fhir:v "damaged" ] ;
fhir:display [ fhir:v "Damaged" ]       ] [
fhir:code [ fhir:v "contaminated" ] ;
fhir:display [ fhir:v "Contaminated" ]       ] [
fhir:code [ fhir:v "recalled" ] ;
fhir:display [ fhir:v "Recalled" ]       ] [
fhir:code [ fhir:v "defective" ] ;
fhir:display [ fhir:v "Defective" ]       ] [
fhir:code [ fhir:v "obsolete" ] ;
fhir:display [ fhir:v "Obsolete" ]       ] [
fhir:code [ fhir:v "patient-specific-unused" ] ;
fhir:display [ fhir:v "Patient-Specific Unused" ]       ] [
fhir:code [ fhir:v "storage-failure" ] ;
fhir:display [ fhir:v "Storage Failure" ]       ] )     ] )
  ] . #