CareTeam REST Endpoints
Description
This topic describes information for the CareTeam resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The CareTeam resource represents a patient's care team members. Care team members or participants include practitioners (physicians, nurses, technicians, and so on), family members, friends, guardians, and the patient. The care team can be specific to an encounter or to the patient across all encounters (longitudinal).
Profile Support
This resource supports the US Core CareTeam Profile from the HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
CareTeam.status |
The current state of the care team. | System |
CareTeam.category |
The type of team. This element supports differentiation between multiple coexisting teams, such as a care plan team, episode of care team, and longitudinal care team. | System |
CareTeam.participant.role |
The specific responsibility of an individual in the care team, such as primary care physician, trained social worker counselor, caregiver, and so on. | System |
CareTeam
The operations from the CareTeam category.
- Get a care team by ID
- Method: getPath:
/CareTeam/{id} - Get a list of care teams
- Method: getPath:
/CareTeam