--- type: "codesystem" title: "Inventory Report Status" codesystem: "inventoryreport-status" --- # Inventory Report Status - **Official URL**: http://hl7.org/fhir/inventoryreport-status - **Version**: 6.0.0 - **Status**: draft - **Name**: InventoryReportStatus - **Title**: Inventory Report Status - **Publisher**: HL7 (FHIR Project) - **Description**: The status of the InventoryReport. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | draft | Draft | The existence of the report is registered, but it is still without content or only some preliminary content. | | requested | Requested | The inventory report has been requested but there is no data available. | | active | Active | This report is submitted as current. | | entered-in-error | Entered in Error | The report has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The status of the InventoryReport."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/inventoryreport-status"/> <content value="complete"/> <concept> <code value="draft"/> <display value="Draft"/> <definition value="The existence of the report is registered, but it is still without content or only some preliminary content."/> </concept> <concept> <code value="requested"/> <display value="Requested"/> <definition value="The inventory report has been requested but there is no data available."/> </concept> <concept> <code value="active"/> <display value="Active"/> <definition value="This report is submitted as current."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The report has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it."/> </concept> </CodeSystem> ```