CareTeam
Overview
The R4 CareTeam resource represents a patient’s care team members. Care team members or participants include practitioners (physicians, nurses, technicians, etc.), family members, friends, guardians, and the patient. The care team can be specific to an encounter or to the patient across all encounters (longitudinal).
The following fields are returned if valued:
- Care Team id
- Status (Active)
- Category (Longitudinal or Encounter)
- Name (Encounter-Level Only)
- Subject
- Encounter (Encounter-Level Only)
- Participant
Terminology Bindings
| CareTeam.status |
|
| CareTeam.category |
|
| CareTeam.participant.role |
|
Search
Search for CareTeams that meet supplied query parameters:
GET /CareTeam?:parameters
Authorization Types
Parameters
| Name | Required? | Type | Description |
|---|---|---|---|
_id |
Required if patient or encounter is not present |
token |
The logical resource id associated with the resource. |
patient |
Required if _id or encounter is not present |
reference |
Who care team is for. Example: patient=12345
|
encounter |
Required if _id or patient is not present |
reference |
Who care team is for. Example: encounter=98765
|
category |
N | token |
The scope of care team being searched for. Examples: category=longitudinal
|
status |
N | token |
Indicates the status of the care team |
Notes:
- The
_idparameter- This is required if
patientorencounterare not provided.
- This is required if
- The
patientparameter- This is required when
_idorencounteris not provided. - This can be combined with
statusas per US Core guidelines. - This can be combined with the
categoryparameter.
- This is required when
- The
encounterparameter- This is required when
_idorpatientis not provided. - This cannot be combined with
categoryor status.
- This is required when
- The
categoryparameter- Only supports the codes longitudinal and encounter.
- Can only be used with the
patientparameter. - The longitudinal and encounter codes are defined by the CareTeam category system
Headers
Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>
Example
Request
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam?patient=119078440&category=encounter
Response
Status: 200 OK
{
"resourceType": "Bundle",
"id": "8c34294c-ba46-492d-bb8e-9937db0ddd5b",
"type": "searchset",
"link": [
{
"relation": "self",
"url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam?patient=119078440&category=encounter"
},
{
"relation": "next",
"url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam?patient=119078440"
}
],
"entry": [
{
"fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/CT-119078440-34768489-17490349-4048128-0-22554767",
"resource": {
"resourceType": "CareTeam",
"id": "CT-119078440-34768489-17490349-4048128-0-22554767",
"meta": {
"versionId": "1584980008",
"lastUpdated": "2020-03-23T16:13:28Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: FHIR, FIRE3</p><p><b>Care Team Name</b>: Psychology;Blue Team</p><p><b>Status</b>: Active</p><p><b>Category</b>: Encounter-focused care team</p><p><b>Encounter</b>: 34768489</p><p><b>Participant</b>:</p><ul><li>Name: Dickey, Bo; Role: Psychologist (occupation)</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
],
"text": "Encounter-focused care team"
}
],
"name": "Psychology;Blue Team",
"subject": {
"reference": "Patient/119078440",
"display": "FHIR, FIRE3"
},
"encounter": {
"reference": "Encounter/34768489"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59944000",
"display": "Psychologist (occupation)"
}
],
"text": "Psychologist (occupation)"
}
],
"member": {
"reference": "Practitioner/17490349",
"display": "Dickey, Bo"
}
}
]
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam?patient=4169494
Response
Status: 200 OK
{
"resourceType": "Bundle",
"id": "0bcf7619-a5c4-4363-b234-3803f7cb0d44",
"type": "searchset",
"link": [
{
"relation": "self",
"url": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam?patient=4169494"
}
],
"entry": [
{
"fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/LP-4169494-0-3038500-0-0-0",
"resource": {
"resourceType": "CareTeam",
"id": "CT-119078440-34768489-17490349-4048128-0-22554767",
"meta": {
"versionId": "1584980008",
"lastUpdated": "2020-03-23T16:13:28Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: FHIR, FIRE3</p><p><b>Care Team Name</b>: Psychology;Blue Team</p><p><b>Status</b>: Active</p><p><b>Category</b>: Encounter-focused care team</p><p><b>Encounter</b>: 34768489</p><p><b>Participant</b>:</p><ul><li>Name: Dickey, Bo; Role: Psychologist (occupation)</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
],
"text": "Encounter-focused care team"
}
],
"name": "Psychology;Blue Team",
"subject": {
"reference": "Patient/119078440",
"display": "FHIR, FIRE3"
},
"encounter": {
"reference": "Encounter/34768489"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59944000",
"display": "Psychologist (occupation)"
}
],
"text": "Psychologist (occupation)"
}
],
"member": {
"reference": "Practitioner/17490349",
"display": "Dickey, Bo"
}
}
]
}
},
{
"fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/LP-4169494-0-4105597-0-0-0",
"resource": {
"resourceType": "CareTeam",
"id": "LP-4169494-0-4105597-0-0-0",
"meta": {
"versionId": "1606412761",
"lastUpdated": "2020-11-26T17:46:01Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: SHEPARD, JACK</p><p><b>Status</b>: Active</p><p><b>Category</b>: Longitudinal-focused care team</p><p><b>Participant</b>:</p><ul><li>Name: ONEPLAN, ONEPLAN; Role: Family medicine specialist (occupation)</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA28865-6",
"display": "Longitudinal-focused care team"
}
],
"text": "Longitudinal-focused care team"
}
],
"subject": {
"reference": "Patient/4169494",
"display": "SHEPARD, JACK"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62247001",
"display": "Family medicine specialist (occupation)"
}
],
"text": "Family medicine specialist (occupation)"
}
],
"member": {
"reference": "Practitioner/4105597",
"display": "ONEPLAN, ONEPLAN"
}
}
]
}
},
{
"fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/LP-4169494-0-4090846-0-0-0",
"resource": {
"resourceType": "CareTeam",
"id": "LP-4169494-0-4090846-0-0-0",
"meta": {
"versionId": "1606743013",
"lastUpdated": "2020-11-30T13:30:13Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: SHEPARD, JACK</p><p><b>Status</b>: Active</p><p><b>Category</b>: Longitudinal-focused care team</p><p><b>Participant</b>:</p><ul><li>Name: P, Ashoka; Role: Clinical oncologist (occupation)</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA28865-6",
"display": "Longitudinal-focused care team"
}
],
"text": "Longitudinal-focused care team"
}
],
"subject": {
"reference": "Patient/4169494",
"display": "SHEPARD, JACK"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309295000",
"display": "Clinical oncologist (occupation)"
}
],
"text": "Clinical oncologist (occupation)"
}
],
"member": {
"reference": "Practitioner/4090846",
"display": "P, Ashoka"
}
}
]
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Errors
The common errors and OperationOutcomes may be returned.
Retrieve by id
List an individual CareTeam by its id:
GET /CareTeam/:id
Authorization Types
Headers
Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>
Example
Request
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/CT-119078440-34768489-17490349-4048128-0-22554767
Response
Status: 200 OK
{
"resourceType": "CareTeam",
"id": "CT-119078440-34768489-17490349-4048128-0-22554767",
"meta": {
"versionId": "1584980008",
"lastUpdated": "2020-03-23T16:13:28Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: FHIR, FIRE3</p><p><b>Care Team Name</b>: Psychology;Blue Team</p><p><b>Status</b>: Active</p><p><b>Category</b>: Encounter-focused care team</p><p><b>Encounter</b>: 34768489</p><p><b>Participant</b>:</p><ul><li>Name: Dickey, Bo; Role: Psychologist (occupation)</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
],
"text": "Encounter-focused care team"
}
],
"name": "Psychology;Blue Team",
"subject": {
"reference": "Patient/119078440",
"display": "FHIR, FIRE3"
},
"encounter": {
"reference": "Encounter/34768489"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59944000",
"display": "Psychologist (occupation)"
}
],
"text": "Psychologist (occupation)"
}
],
"member": {
"reference": "Practitioner/17490349",
"display": "Dickey, Bo"
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CareTeam/LP-4169494-0-3038500-0-0-0
Response
Status: 200 OK
{
"resourceType": "CareTeam",
"id": "LP-4169494-0-3038500-0-0-0",
"meta": {
"versionId": "1606410852",
"lastUpdated": "2020-11-26T17:14:12Z"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Team</b></p><p><b>Patient</b>: SHEPARD, JACK</p><p><b>Status</b>: Active</p><p><b>Category</b>: Longitudinal-focused care team</p><p><b>Participant</b>:</p><ul><li>Name: BASE, TEST123; Role: Primary Care Physician</li></ul></div>"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA28865-6",
"display": "Longitudinal-focused care team"
}
],
"text": "Longitudinal-focused care team"
}
],
"subject": {
"reference": "Patient/4169494",
"display": "SHEPARD, JACK"
},
"participant": [
{
"role": [
{
"text": "Primary Care Physician"
}
],
"member": {
"reference": "Practitioner/3038500",
"display": "BASE, TEST123"
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Errors
The common errors and OperationOutcomes may be returned.