performer property

List<MedicationAdministrationPerformer>? performer
inherited

performer The performer of the medication treatment. For devices this is the device that performed the administration of the medication. An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers.

Implementation

List<MedicationAdministrationPerformer>? get performer =>
    throw _privateConstructorUsedError;