Class TProcedurePerformer
Unit
bsFhir_r4b
Declaration
type TProcedurePerformer = class(TBackboneElement)
Description
An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
Distinguishes the type of involvement of the performer in the procedure. For example, surgeon, anaesthetist, endoscopist.
|
|
property actor : TReference read Getactor write Setactor; |
The practitioner who was involved in the procedure.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
The organization the device or practitioner was acting on behalf of.
|
Generated by PasDoc 0.15.0.
|