Class TBiologicallyDerivedProduct
Unit
bsFhir_r5
Declaration
type TBiologicallyDerivedProduct = class(TDomainResource)
Description
This resource reflects an instance of a biologically derived product. 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 productCategory : TCoding read GetproductCategory write SetproductCategory; |
Broad category of this product.
|
|
property productCode : TCodeableConcept read GetproductCode write SetproductCode; |
A codified value that systematically supports characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions.
|
|
property parent : TReferenceArray read GetparentArray; |
Parent product (if any) for this biologically-derived product.
|
|
property request : TReferenceArray read GetrequestArray; |
Request to obtain and/or infuse this biologically derived product.
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique instance identifiers assigned to a biologically derived product. Note: This is a business identifier, not a resource identifier.
|
|
property biologicalSourceEvent : TIdentifier read GetbiologicalSourceEvent write SetbiologicalSourceEvent; |
An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.
|
|
property processingFacility : TReferenceArray read GetprocessingFacilityArray; |
Processing facilities responsible for the labeling and distribution of this biologically derived product.
|
|
property division : string read Getdivision write Setdivision; |
A unique identifier for an aliquot of a product. Used to distinguish individual aliquots of a product carrying the same biologicalSource and productCode identifiers.
|
|
property divisionElement : Tstring read GetdivisionElement write SetdivisionElement; |
|
|
property productStatus : TCoding read GetproductStatus write SetproductStatus; |
Whether the product is currently available.
|
|
property expirationDate : string read GetexpirationDate write SetexpirationDate; |
Date, and where relevant time, of expiration.
|
|
property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement; |
|
|
property storageTempRequirements : TRange read GetstorageTempRequirements write SetstorageTempRequirements; |
The temperature requirements for storage of the biologically-derived product.
|
Generated by PasDoc 0.15.0.
|