Class TBiologicallyDerivedProduct
Unit
bsFhir_r4b
Declaration
type TBiologicallyDerivedProduct = class(TDomainResource)
Description
A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
|
|
property productCategory : string read GetproductCategory write SetproductCategory; |
Broad category of this product.
|
|
property productCode : TCodeableConcept read GetproductCode write SetproductCode; |
A code that identifies the kind of this biologically derived product (SNOMED Ctcode).
|
|
property status : string read Getstatus write Setstatus; |
Whether the product is currently available.
|
|
property request : TReferenceArray read GetrequestArray; |
Procedure request to obtain this biologically derived product.
|
|
property quantity : integer read Getquantity write Setquantity; |
Number of discrete units within this product.
|
|
property quantityElement : Tinteger read GetquantityElement write SetquantityElement; |
|
|
property parent : TReferenceArray read GetparentArray; |
Parent product (if any).
|
|
property processing : TBiologicallyDerivedProductProcessingArray read GetprocessingArray; |
Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells.
|
|
property manipulation : TBiologicallyDerivedProductManipulation read Getmanipulation write Setmanipulation; |
Any manipulation of product post-collection that is intended to alter the product. For example a buffy-coat enrichment or CD8 reduction of Peripheral Blood Stem Cells to make it more suitable for infusion.
|
Generated by PasDoc 0.15.0.
|