FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

9.7 Resource CareTeam - Content

Patient Care icon Work GroupMaturity Level: 2 Trial UseSecurity Category: Patient Compartments: Group, Patient, Practitioner, RelatedPerson

The Care Team includes all the people, organizations, and care teams who participate or plan to participate in the coordination and delivery of care.

The CareTeam includes all the people, organizations, and care teams who participate or plan to participate in the coordination and delivery of care and is assigned to:

  • a single patient, or
  • a group (such as a married couple in therapy or a support group), or
  • an event, prior to a subject being identified (such as a code blue team or emergency response team)

Care Team is not limited to practitioners, but may include other caregivers such as family members, guardians, the patient themself, or others. The Care Team, depending on where used, may include care team members specific to a particular care plan, an episode of care, an encounter, or may reflect all known team members across these perspectives. A CareTeam can be dynamic over time, such that there can be transience of team members, such as a rehabilitation team.

Care Team is distinct from Group. Group identifies an undifferentiated set of individuals who are intended to be the target of one or more clinical activities (e.g. set of clinical trial participants, set of individuals impacted by or at risk of a public health event, a herd or flock, etc.) The participants within a CareTeam are the individual members or organized group of individuals. CareTeam can be referenced by EpisodeOfCare, Encounter, or CarePlan to identify the set of individuals (and their respective roles) who are intended to be involved in providing the care defined by those resources.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam TU DomainResource Planned participants in the coordination and delivery of care

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ 0..* Identifier External Ids for this team

... status ?!Σ 0..1 code proposed | active | suspended | inactive | entered-in-error
Binding: Care Team Status (Required)
... category Σ 0..* CodeableConcept Type of team
Binding: Care Team category (Example)

... subject Σ 0..1 Reference(Patient | Group) Who care team is for
... period Σ 0..1 Period Time period team covers
... participant C 0..* BackboneElement Members of the team
+ Warning: CareTeam.participant.role or CareTeam.participant.member exists

.... role ΣC 0..1 CodeableConcept Type of involvement
Binding: Participant Roles (Example)
.... member ΣC 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Organization | CareTeam | Group) Who is involved
.... onBehalfOf Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Organization | CareTeam | Group) Entity that the participant is acting as a proxy of, or an agent of, or in the interest of, or as a representative of
.... effective[x] 0..1 When the member is generally available within this care team
..... effectivePeriod Period
..... effectiveTiming Timing
... reason 0..* CodeableReference(Condition) Why the care team exists
Binding: SNOMED CT Clinical Findings (Example)

... managingOrganization Σ 0..* Reference(Organization) Organization responsible for the care team

... telecom 0..* ContactPoint A contact detail for the care team (that applies to all members)

... note 0..* Annotation Comments made about the CareTeam


doco Documentation for this format icon

See the Extensions for this resource

 

Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis

Path ValueSet Type Documentation
CareTeam.status CareTeamStatus Required

Indicates the status of the care team.

CareTeam.category CareTeamCategory Example

Indicates the type of care team.

CareTeam.participant.role ParticipantRoles Example

Roles of participants that may be included in a care team. Defined as: Healthcare professional (occupation) or Services (qualifier value).

CareTeam.reason SNOMEDCTClinicalFindings Example

This value set includes all the "Clinical finding" SNOMED CT icon codes - concepts where concept is-a 404684003 (Clinical finding (finding)).

UniqueKeyLevelLocationDescriptionExpression
img ctm-2Warning CareTeam.participantCareTeam.participant.role or CareTeam.participant.member existsrole.exists() or member.exists()

The Provenance resource can be used for detailed review information, such as when the care team was last reviewed and by whom.

Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

Name Type Description Expression In Common
category token Type of team CareTeam.category
date date A date within the coverage time period. 26 Resources
identifier token External Ids for this team CareTeam.identifier 65 Resources
name string Name of the team, such as crisis assessment team CareTeam.name | CareTeam.extension('http://hl7.org/fhir/StructureDefinition/careteam-alias').value
participant reference Who is involved CareTeam.participant.member
(Practitioner, Group, Organization, CareTeam, Patient, PractitionerRole, RelatedPerson)
patient reference Who care team is for CareTeam.subject.where(resolve() is Patient)
(Patient)
65 Resources
status token proposed | active | suspended | inactive | entered-in-error CareTeam.status
subject reference Who care team is for CareTeam.subject
(Group, Patient)