This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Detailed Descriptions for the elements in the CareTeam resource.
CareTeam | |
Definition | The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. |
Control | 1..1 |
CareTeam.identifier | |
Definition | This records identifiers associated with this care team that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
Summary | true |
CareTeam.status | |
Definition | Indicates whether the care team is currently active, suspended, inactive, or entered in error. |
Control | 0..1 |
Type | CodeableConcept |
Is Modifier | true |
Summary | true |
CareTeam.type | |
Definition | 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. |
Control | 0..* |
Type | CodeableConcept |
Requirements | Used for filtering what teams(s) are retrieved and displayed to different types of users. |
Summary | true |
Comments | There may be multiple axis of categorization and one team may serve multiple purposes. |
To Do | Need a value set for this. |
CareTeam.name | |
Definition | Name of the care team. |
Control | 0..1 |
Type | string |
Summary | true |
CareTeam.subject | |
Definition | Identifies the patient or group whose intended care is handled by the team. |
Control | 0..1 |
Type | Reference(Patient | Group) |
Requirements | Allows the team to care for a group (e.g. marriage) therapy. |
Summary | true |
CareTeam.period | |
Definition | Indicates when the team did (or is intended to) come into effect and end. |
Control | 0..1 |
Type | Period |
Requirements | Allows tracking what team(s) are in effect at a particular time. |
Summary | true |
CareTeam.participant | |
Definition | Identifies all people and organizations who are expected to be involved in the care team. |
Control | 0..* |
CareTeam.participant.role | |
Definition | Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc. |
Control | 0..1 |
Binding | Participant Roles: Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc. (Example) |
Type | CodeableConcept |
Summary | true |
Comments | Roles may sometimes be inferred by type of Practitioner. These are relationships that hold only within the context of the care team. General relationships should be handled as properties of the Patient resource directly. |
CareTeam.participant.member | |
Definition | The specific person or organization who is participating/expected to participate in the care team. |
Control | 0..1 |
Type | Reference(Practitioner | RelatedPerson | Patient | Organization) |
Summary | true |
Comments | Patient only needs to be listed if they have a role other than "subject of care". Member is optional because some participants may be known only by their role, particularly in draft plans. |
CareTeam.participant.period | |
Definition | Indicates when the specific member or organization did (or is intended to) come into effect and end. |
Control | 0..1 |
Type | Period |
CareTeam.managingOrganization | |
Definition | The organization responsible for the care team. |
Control | 0..1 |
Type | Reference(Organization) |
Summary | true |