Class TCareTeamParticipant
Unit
bsFhir_r4b 
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
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property role : TCodeableConceptArray read GetroleArray; | 
 
| 
 
 Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc.  
 |  
 
  | 
property member : TReference read Getmember write Setmember; | 
 
| 
 
 The specific person or organization who is participating/expected to participate in the care team.  
 |  
 
  | 
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; | 
 
| 
 
 The organization of the practitioner.  
 |  
 
  | 
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. 
 |