Class TProcedurePerformer

Unit

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

Public constructor Create; override;

Properties

Public property role : TCodeableConcept read Getrole write Setrole;
Public property actor : TReference read Getactor write Setactor;
Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : TCodeableConcept read Getrole write Setrole;

For example: surgeon, anaethetist, endoscopist.

Public property actor : TReference read Getactor write Setactor;

The practitioner who was involved in the procedure.

Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

The organization the device or practitioner was acting on behalf of.


Generated by PasDoc 0.15.0.