Class TCareTeamParticipant

Unit

Declaration

type TCareTeamParticipant = class(TBackboneElement)

Description

The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property role : TCodeableConcept read Getrole write Setrole;
Public property member : TReference read Getmember write Setmember;
Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : TCodeableConcept read Getrole write Setrole;

Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc.

Public property member : TReference read Getmember write Setmember;

The specific person or organization who is participating/expected to participate in the care team.

Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

The organization of the practitioner.

Public property period : TPeriod read Getperiod write Setperiod;

Indicates when the specific member or organization did (or is intended to) come into effect and end.


Generated by PasDoc 0.15.0.