Get a care team by ID

get

/CareTeam/{id}

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.

Retrieves an individual care team by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : CareTeam
Type: object
Show Source
Nested Schema : category
Type: array
The type of team.
Show Source
Nested Schema : encounter
The encounter during which this care team was created or to which the creation of this record is tightly associated.
Match All
The encounter during which this care team was created or to which the creation of this record is tightly associated.
Show Source
Nested Schema : identifier
Type: array
The business identifiers assigned to this care team by the performer or other systems. The identifiers remain constant as the resource is updated and propagates from server to server.
Show Source
Nested Schema : managingOrganization
Type: array
The organization responsible for the care team.
Show Source
Nested Schema : participant
Type: array
All people and organizations who are expected to be involved in the care team.
Show Source
Nested Schema : period
When the team took effect and ended or is intended to take effect and end.
Match All
When the team took effect and ended or is intended to take effect and end.
Show Source
Nested Schema : subject
The patient or group whose intended care is handled by the team.
Match All
The patient or group whose intended care is handled by the team.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : CareTeamParticipant
Type: object
Show Source
Nested Schema : member
The specific person or organization who is participating or expected to participate in the care team.
Match All
The specific person or organization who is participating or expected to participate in the care team.
Show Source
Nested Schema : onBehalfOf
The organization of the practitioner.
Match All
The organization of the practitioner.
Show Source
Nested Schema : role
The specific responsibility of an individual in the care team, such as a primary care physician, trained social worker counselor, caregiver, and so on.
Match All
The specific responsibility of an individual in the care team, such as a primary care physician, trained social worker counselor, caregiver, and so on.
Show Source
Nested Schema : Period
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top