--- type: "codesystem" title: "Biologically Derived Product Dispense Status Codes" codesystem: "biologicallyderivedproductdispense-status" --- # Biologically Derived Product Dispense Status Codes - **Official URL**: http://hl7.org/fhir/biologicallyderivedproductdispense-status - **Version**: 6.0.0 - **Status**: active - **Name**: BiologicallyDerivedProductDispenseStatus - **Title**: Biologically Derived Product Dispense Status Codes - **Publisher**: HL7 (FHIR Project) - **Description**: Biologically Derived Product Dispense Status Codes - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | preparation | Preparation | The dispense process has started but not yet completed. | | in-progress | In Progress | The dispense process is in progress. | | allocated | Allocated | The requested product has been allocated and is ready for transport. | | issued | Issued | The dispensed product has been picked up. | | unfulfilled | Unfulfilled | The dispense could not be completed. | | returned | Returned | The dispensed product was returned. | | entered-in-error | Entered in Error | The dispense was entered in error and therefore nullified. | | unknown | Unknown | The authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <description value="Biologically Derived Product Dispense Status Codes"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status"/> <content value="complete"/> <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> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <concept> <code value="preparation"/> <display value="Preparation"/> <definition value="The dispense process has started but not yet completed."/> </concept> <concept> <code value="in-progress"/> <display value="In Progress"/> <definition value="The dispense process is in progress."/> </concept> <concept> <code value="allocated"/> <display value="Allocated"/> <definition value="The requested product has been allocated and is ready for transport."/> </concept> <concept> <code value="issued"/> <display value="Issued"/> <definition value="The dispensed product has been picked up."/> </concept> <concept> <code value="unfulfilled"/> <display value="Unfulfilled"/> <definition value="The dispense could not be completed."/> </concept> <concept> <code value="returned"/> <display value="Returned"/> <definition value="The dispensed product was returned."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The dispense was entered in error and therefore nullified."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one."/> </concept> </CodeSystem> ```