Class TBiologicallyDerivedProductDispense
Unit
bsFhir_r5
Declaration
type TBiologicallyDerivedProductDispense = class(TDomainResource)
Description
This resource reflects an instance of a biologically derived product dispense. The supply or dispense of a biologically derived product from the supply organization or department (e.g. hospital transfusion laboratory) to the clinical team responsible for clinical application. 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; |
Unique instance identifiers assigned to a biologically derived product dispense. Note: This is a business identifier, not a resource identifier.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
The order or request that the dispense is fulfilling. This is a reference to a ServiceRequest resource.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger event of which this particular event is a component.
|
|
property status : string read Getstatus write Setstatus; |
A code specifying the state of the dispense event.
|
|
property originRelationshipType : TCodeableConcept read GetoriginRelationshipType write SetoriginRelationshipType; |
Indicates the relationship between the donor of the biologically derived product and the intended recipient.
|
|
property product : TReference read Getproduct write Setproduct; |
A link to a resource identifying the biologically derived product that is being dispensed.
|
|
property patient : TReference read Getpatient write Setpatient; |
A link to a resource representing the patient that the product is dispensed for.
|
|
property matchStatus : TCodeableConcept read GetmatchStatus write SetmatchStatus; |
Indicates the type of matching associated with the dispense.
|
|
property location : TReference read Getlocation write Setlocation; |
The physical location where the dispense was performed.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of product in the dispense. Quantity will depend on the product being dispensed. Examples are: volume; cell count; concentration.
|
|
property preparedDate : string read GetpreparedDate write SetpreparedDate; |
When the product was selected/ matched.
|
|
property preparedDateElement : TdateTime_ read GetpreparedDateElement write SetpreparedDateElement; |
|
|
property whenHandedOver : string read GetwhenHandedOver write SetwhenHandedOver; |
When the product was dispatched for clinical use.
|
|
property whenHandedOverElement : TdateTime_ read GetwhenHandedOverElement write SetwhenHandedOverElement; |
|
|
property destination : TReference read Getdestination write Setdestination; |
Link to a resource identifying the physical location that the product was dispatched to.
|
|
property usageInstruction : string read GetusageInstruction write SetusageInstruction; |
Specific instructions for use.
|
|
property usageInstructionElement : Tstring read GetusageInstructionElement write SetusageInstructionElement; |
|
Generated by PasDoc 0.15.0.
|