Class TCareTeam
Unit
bsFhir_r4
Declaration
type TCareTeam = class(TDomainResource)
Description
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
|
|
property status : string read Getstatus write Setstatus; |
Indicates the current state of the care team.
|
|
property statusElement : TCareTeamStatus read GetstatusElement write SetstatusElement; |
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team.
|
|
property name_ : string read Getname_ write Setname_; |
A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property subject : TReference read Getsubject write Setsubject; |
Identifies the patient or group whose intended care is handled by the team.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The Encounter during which this CareTeam was created or to which the creation of this record is tightly associated.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Indicates when the team did (or is intended to) come into effect and end.
|
|
property participant : TCareTeamParticipantArray read GetparticipantArray; |
Identifies all people and organizations who are expected to be involved in the care team.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Condition(s) that this care team addresses.
|
|
property managingOrganization : TReferenceArray read GetmanagingOrganizationArray; |
The organization responsible for the care team.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A central contact detail for the care team (that applies to all members).
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments made about the CareTeam.
|
Generated by PasDoc 0.15.0.
|