Class TMedicationAdministrationPerformer
Unit
bsFhir_stu3
Declaration
type TMedicationAdministrationPerformer = class(TBackboneElement)
Description
Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property actor : TReference read Getactor write Setactor; |
The device, practitioner, etc. who performed the action.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
The organization the device or practitioner was acting on behalf of.
|
Generated by PasDoc 0.15.0.
|