Class TBiologicallyDerivedProductDispense

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TBiologicallyDerivedProductDispenseCodes read GetstatusElement write SetstatusElement;
Public property originRelationshipType : TCodeableConcept read GetoriginRelationshipType write SetoriginRelationshipType;
Public property product : TReference read Getproduct write Setproduct;
Public property patient : TReference read Getpatient write Setpatient;
Public property matchStatus : TCodeableConcept read GetmatchStatus write SetmatchStatus;
Public property performer : TBiologicallyDerivedProductDispensePerformerArray read GetperformerArray;
Public property location : TReference read Getlocation write Setlocation;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property preparedDate : string read GetpreparedDate write SetpreparedDate;
Public property preparedDateElement : TdateTime_ read GetpreparedDateElement write SetpreparedDateElement;
Public property whenHandedOver : string read GetwhenHandedOver write SetwhenHandedOver;
Public property whenHandedOverElement : TdateTime_ read GetwhenHandedOverElement write SetwhenHandedOverElement;
Public property destination : TReference read Getdestination write Setdestination;
Public property note : TAnnotationArray read GetnoteArray;
Public property usageInstruction : string read GetusageInstruction write SetusageInstruction;
Public property usageInstructionElement : Tstring read GetusageInstructionElement write SetusageInstructionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property basedOn : TReferenceArray read GetbasedOnArray;

The order or request that the dispense is fulfilling. This is a reference to a ServiceRequest resource.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular event is a component.

Public property status : string read Getstatus write Setstatus;

A code specifying the state of the dispense event.

Public property statusElement : TBiologicallyDerivedProductDispenseCodes read GetstatusElement write SetstatusElement;
 
Public property originRelationshipType : TCodeableConcept read GetoriginRelationshipType write SetoriginRelationshipType;

Indicates the relationship between the donor of the biologically derived product and the intended recipient.

Public property product : TReference read Getproduct write Setproduct;

A link to a resource identifying the biologically derived product that is being dispensed.

Public property patient : TReference read Getpatient write Setpatient;

A link to a resource representing the patient that the product is dispensed for.

Public property matchStatus : TCodeableConcept read GetmatchStatus write SetmatchStatus;

Indicates the type of matching associated with the dispense.

Public property performer : TBiologicallyDerivedProductDispensePerformerArray read GetperformerArray;

Indicates who or what performed an action.

Public property location : TReference read Getlocation write Setlocation;

The physical location where the dispense was performed.

Public 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.

Public property preparedDate : string read GetpreparedDate write SetpreparedDate;

When the product was selected/ matched.

Public property preparedDateElement : TdateTime_ read GetpreparedDateElement write SetpreparedDateElement;
 
Public property whenHandedOver : string read GetwhenHandedOver write SetwhenHandedOver;

When the product was dispatched for clinical use.

Public property whenHandedOverElement : TdateTime_ read GetwhenHandedOverElement write SetwhenHandedOverElement;
 
Public property destination : TReference read Getdestination write Setdestination;

Link to a resource identifying the physical location that the product was dispatched to.

Public property note : TAnnotationArray read GetnoteArray;

Additional notes.

Public property usageInstruction : string read GetusageInstruction write SetusageInstruction;

Specific instructions for use.

Public property usageInstructionElement : Tstring read GetusageInstructionElement write SetusageInstructionElement;
 

Generated by PasDoc 0.15.0.