Class TMedicationRequestRequester
Unit
bsFhir_stu3
Declaration
type TMedicationRequestRequester = class(TBackboneElement)
Description
An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property agent : TReference read Getagent write Setagent; |
The healthcare professional responsible for authorizing the initial prescription.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
The organization the device or practitioner was acting on behalf of.
|
Generated by PasDoc 0.15.0.
|