--- type: "codesystem" title: "Biologically Derived Product Status" codesystem: "biologicallyderived-product-status" --- # Biologically Derived Product Status - **Official URL**: http://hl7.org/fhir/biologicallyderived-product-status - **Version**: 6.0.0 - **Status**: active - **Name**: BiologicallyDerivedProductStatus - **Title**: Biologically Derived Product Status - **Publisher**: HL7 (FHIR Project) - **Description**: Biologically Derived Product Status. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | available | Available | Product is currently available for use. | | unavailable | Unavailable | Product is not currently available for use. | | processed | Processed | The biologically derived product has been further processed to one or more other products. | | applied | Applied | The biologically derived product has been clinically applied. | | discarded | Discarded | The biologically derived product has been discarded. | ## CodeSystem XML ```xml <status value="active"/> <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="Biologically Derived Product Status."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/biologicallyderived-product-status"/> <content value="complete"/> <concept> <code value="available"/> <display value="Available"/> <definition value="Product is currently available for use."/> </concept> <concept> <code value="unavailable"/> <display value="Unavailable"/> <definition value="Product is not currently available for use."/> </concept> <concept> <code value="processed"/> <display value="Processed"/> <definition value="The biologically derived product has been further processed to one or more other products."/> </concept> <concept> <code value="applied"/> <display value="Applied"/> <definition value="The biologically derived product has been clinically applied."/> </concept> <concept> <code value="discarded"/> <display value="Discarded"/> <definition value="The biologically derived product has been discarded."/> </concept> </CodeSystem> ```