Class TProcedurePerformer

Unit

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

Public constructor Create; override;

Properties

Public property function_ : TCodeableConcept read Getfunction_ write Setfunction_;
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 function_ : TCodeableConcept read Getfunction_ write Setfunction_;

Distinguishes the type of involvement of the performer in the procedure. For example, surgeon, anaesthetist, 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.