CareTeam | Medplum
The Care Team
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. Refer to the US Core CarePlan profile.
Elements
| Name | Required | Type | Description |
|---|---|---|---|
| identifier | Identifier[] | External Ids for this team Details 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. This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number. |
|
| status | code | proposed active suspended inactive entered-in-error Details Indicates the current state of the care team. This element is labeled as a modifier because the status contains the code entered-in-error that marks the care team as not currently valid. |
|
| category | CodeableConcept[] | Type of team Details Identifies what kind of team. |
|
| name | string | Name of the team, such as crisis assessment team Details A label for human use intended to distinguish like teams. |
|
| subject | Reference< Patient Group > | Who care team is for Details Identifies the patient or group whose intended care is handled by the team. |
|
| encounter | Reference< Encounter > | Encounter created as part of Details The Encounter during which this CareTeam was created or to which the creation of this record is tightly associated. |
|
| period | Period | Time period team covers Details Indicates when the team did (or is intended to) come into effect and end. |
|
| participant | CareTeamParticipant[] | Members of the team Details Identifies all people and organizations who are expected to be involved in the care team. |
|
| id | string | Unique id for inter-element referencing Details Unique id for the element within a resource. |
|
| extension | Extension[] | Additional content defined by implementations Details May be used to represent additional information that is not part of the basic definition of the element. |
|
| modifierExtension | Extension[] | Extensions that cannot be ignored even if unrecognized Details May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element. |
|
| role | CodeableConcept[] | Type of involvement Details Indicates specific responsibility of an individual within the care team. |
|
| member | Reference< Practitioner PractitionerRole RelatedPerson Patient Organization CareTeam > | Who is involved Details The specific person or organization who is participating/expected to participate in the care team. |
|
| onBehalfOf | Reference< Organization > | Organization of the practitioner Details The organization of the practitioner. |
|
| period | Period | Time period of participant Details Indicates when the specific member or organization did (or is intended to) come into effect and end. |
|
| reasonCode | CodeableConcept[] | Why the care team exists Details Describes why the care team exists. |
|
| reasonReference | Reference< Condition >[] | Why the care team exists Details Condition(s) that this care team addresses. |
|
| managingOrganization | Reference< Organization >[] | Organization responsible for the care team Details The organization responsible for the care team. |
|
| telecom | ContactPoint[] | A contact detail for the care team (that applies to all members) Details A central contact detail for the care team (that applies to all members). |
|
| note | Annotation[] | Comments made about the CareTeam Details Comments made about the CareTeam. |
Search Parameters
| Name | Type | Description | Expression |
|---|---|---|---|
| date | date | Time period team covers | CareTeam.period |
| identifier | token | External Ids for this team | CareTeam.identifier |
| patient | reference | Who care team is for | CareTeam.subject.where((resolve() is Patient)) |
| category | token | Type of team | CareTeam.category |
| encounter | reference | Encounter created as part of | CareTeam.encounter |
| participant | reference | Who is involved | CareTeam.participant.member |
| status | token | proposed active suspended inactive entered-in-error | CareTeam.status |
| subject | reference | Who care team is for | CareTeam.subject |
| name | string | The name of the care team | CareTeam.name |
Inherited Elements
| Name | Required | Type | Description |
|---|---|---|---|
| id | string | Logical id of this artifact Details The logical id of the resource, as used in the URL for the resource. |
|
| meta | Meta | Metadata about the resource Details The metadata about the resource. |
|
| implicitRules | uri | A set of rules under which this content was created Details A reference to a set of rules that were followed when the resource was constructed. |
|
| language | code | Language of the resource content Details The base language in which the resource is written. |
|
| text | Narrative | Text summary of the resource, for human interpretation Details A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. |
|
| contained | Resource[] | Contained, inline Resources Details These resources do not have an independent existence apart from the resource that contains them. |
|
| extension | Extension[] | Additional content defined by implementations Details May be used to represent additional information that is not part of the basic definition of the resource. |
|
| modifierExtension | Extension[] | Extensions that cannot be ignored Details May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element. |