--- type: "codesystem" title: "Biologically Derived Product Category" codesystem: "product-category" --- # Biologically Derived Product Category - **Official URL**: http://hl7.org/fhir/product-category - **Version**: 6.0.0 - **Status**: active - **Name**: BiologicallyDerivedProductCategory - **Title**: Biologically Derived Product Category - **Publisher**: HL7 (FHIR Project) - **Description**: Biologically Derived Product Category. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | organ | Organ | A collection of tissues joined in a structural unit to serve a common function. | | tissue | Tissue | An ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function. | | fluid | Fluid | Body fluid. | | cells | Cells | Collection of cells. | | biological-agent | Biological agent | Biological agent of unspecified type. | | mpho | Medical Product of Human Origin (MPHO) | A product derived from a human donor intended for clinical application in a human recipient. | ## 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 Category."/> <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/product-category"/> <content value="complete"/> <concept> <code value="organ"/> <display value="Organ"/> <definition value="A collection of tissues joined in a structural unit to serve a common function."/> </concept> <concept> <code value="tissue"/> <display value="Tissue"/> <definition value="An ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function."/> </concept> <concept> <code value="fluid"/> <display value="Fluid"/> <definition value="Body fluid."/> </concept> <concept> <code value="cells"/> <display value="Cells"/> <definition value="Collection of cells."/> </concept> <concept> <code value="biological-agent"/> <display value="Biological agent"/> <definition value="Biological agent of unspecified type."/> </concept> <concept> <code value="mpho"/> <display value="Medical Product of Human Origin (MPHO)"/> <definition value="A product derived from a human donor intended for clinical application in a human recipient."/> </concept> </CodeSystem> ```