Class TProcedurePerformer
Unit
bsFhir_stu3
Declaration
type TProcedurePerformer = class(TBackboneElement)
Description
An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property role : TCodeableConcept read Getrole write Setrole; |
For example: surgeon, anaethetist, 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.
|