Get a list of care teams
get
/CareTeam
Search for CareTeam resources that meet the specified query parameters.
GET /CareTeam?:parameters
This operation supports the following authorization types:
- Provider
- Patient
- System
Request
Query Parameters
-
_id: string
The logical resource ID associated with the resource. Type:token.
-
_revinclude: string
A request to include any Provenance resource in the bundle that refers to an CareTeam resource in the search results. Only supported with Provenance.
Type: _revinclude.
The_revincludeparameter may be provided once with the valueProvenance:target. For example,_revinclude=Provenance:target.
When_revincludeis provided in a request, the OAuth2 token must include thepatient/Provenance.read system/Provenance.readoruser/Provenance.readscope as applicable. -
encounter: string
The encounter associated with the care team
Type: reference. -
patient: string
The patient who has the care team.
Type: reference. -
status: string
The status of the care team. It may be a list separated by commas.
Type: token.
Thestatusparameter only supports the codesactiveandinactive.
Header Parameters
-
Accept(required): string
The media type to be requested. Refer to what the resource's operation produces for what is supported.
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
Response
Supported Media Types
- application/fhir+json
Default Response
Search By Patient
Example RequestGET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/CareTeam?patient=A879904FD2FE4B2D90C89FDA84E1285F
Example Response:
{
"resourceType": "Bundle",
"id": "febd05c0-d891-4f72-b39b-1b41900d646e",
"type": "searchset",
"timestamp": "2021-03-15T12:58:14-04:00",
"entry": [
{
"fullUrl": "https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/CareTeam/A879904FD2FE4B2D90C89FDA84E1285F.LCC",
"resource": {
"resourceType": "CareTeam",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.LCC",
"meta": {
"lastUpdated": "2020-11-11T20:50:58-05:00"
},
"status": "active",
"subject": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA28865-6",
"display": "Longitudinal care-coordination focused care team"
}
]
}
],
"participant": [
{
"role": [
{
"text": "Primary Physician"
}
],
"member": {
"reference": "Practitioner/A06BB34813644589BA7E50D8DDC8EFAA",
"display": "McFadden,John"
}
}
],
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>CareTeam</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago
<b>Status</b>:active<br /><b>Category</b>:<b>System</b>:http://loinc.org <b>Code</b>:LA28865-6 <b>Display</b>:Longitudinal care-coordination focused care team
<b>Role</b>:<b>Text</b>:Primary Physician
<b>CareTeam Member</b>:McFadden,John
<br /></div>"
}
}
},
{
"fullUrl": "https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/CareTeam/A879904FD2FE4B2D90C89FDA84E1285F.ENC.29019",
"resource": {
"resourceType": "CareTeam",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.ENC.29019",
"meta": {
"lastUpdated": "2020-11-11T20:53:17-05:00"
},
"status": "active",
"subject": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"encounter": {
"reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
"display": "Inferno,Initial"
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
]
}
],
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207QA0000X",
"display": "Family Medicine"
}
],
"text": "Consulting Doctor"
}
],
"member": {
"reference": "Practitioner/4F69EC72C5AA48988E5E73832887E634",
"display": "Aguilar,Melva Delaine"
}
},
{
"role": [
{
"text": "Consulting Doctor"
}
],
"member": {
"reference": "Practitioner/D8A9F3EADBE041688ADD843BBD98CAB0",
"display": "O'Reilly,Rose"
}
},
{
"role": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "208D00000X",
"display": "General Practice"
}
],
"text": "Admitting Doctor"
}
],
"member": {
"reference": "Practitioner/DF2821C049CC47E6A37C6B796DF4CF1D",
"display": "Godziszewski,Janet Kris"
}
},
{
"role": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "208D00000X",
"display": "General Practice"
}
],
"text": "Attending Doctor"
}
],
"member": {
"reference": "Practitioner/DF2821C049CC47E6A37C6B796DF4CF1D",
"display": "Godziszewski,Janet Kris"
}
}
],
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>CareTeam<br /><b>Patient</b>:Mcgovern,Astrid Santiago<br /><b>Status</b>:active<br /><b>Encounter</b>:Inferno,Initial
<b>Category</b>:<b>System</b>:http://loinc.org <b>Code</b>:LA27976-2 <b>Display</b>:Encounter-focused care team<br /><b>Role</b>:<b>System</b>:http://nucc.org/provider-taxonomy <b>Code</b>:207QA0000X <b>Display</b>:Family Medicine <b>Text</b>:Consulting Doctor<br /><b>CareTeam Member</b>:Aguilar,Melva Delaine<br /><b>Role</b>:<b>Text</b>:Consulting Doctor
<b>CareTeam Member</b>:O'Reilly,Rose
<b>Role:<b>System</b>:http://nucc.org/provider-taxonomy <b>Code</b>:208D00000X <b>Display</b>:General Practice <b>Text</b>:Admitting Doctor<br /><b>CareTeam Member</b>:Godziszewski,Janet Kris<br /><b>Role</b>:<b>System</b>:http://nucc.org/provider-taxonomy <b>Code</b>:208D00000X Display</b>:General Practice <b>Text</b>:Attending Doctor<br /><b>CareTeam Member</b>:Godziszewski,Janet Kris<br /><br /></div>"
}
}
}
],
"link": [
{
"relation": "self",
"url": "https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/CareTeam?patient=A879904FD2FE4B2D90C89FDA84E1285F&_format=json"
}
]
}
x-_id Response
Search By _id
Example RequestGET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/CareTeam?_id=A879904FD2FE4B2D90C89FDA84E1285F.LCC
Example Response:
{
"resourceType": "Bundle",
"id": "e38b6e4f-0696-4980-b454-91d007cd3a97",
"type": "searchset",
"timestamp": "2021-03-15T13:53:58-04:00",
"entry": [
{
"fullUrl": "https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/CareTeam/A879904FD2FE4B2D90C89FDA84E1285F.LCC",
"resource": {
"resourceType": "CareTeam",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.LCC",
"meta": {
"lastUpdated": "2020-11-11T20:50:58-05:00"
},
"status": "active",
"subject": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA28865-6",
"display": "Longitudinal care-coordination focused care team"
}
]
}
],
"participant": [
{
"role": [
{
"text": "Primary Physician"
}
],
"member": {
"reference": "Practitioner/A06BB34813644589BA7E50D8DDC8EFAA",
"display": "McFadden,John"
}
}
],
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>CareTeam</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago
<b>Status</b>:active<br /><b>Category</b>:<b>System</b>:http://loinc.org <b>Code</b>:LA28865-6 <b>Display</b>:Longitudinal care-coordination focused care team
<b>Role</b>:<b>Text</b>:Primary Physician<br /><b>CareTeam Member</b>:McFadden,John
<br /></div>"
}
}
}
],
"link": [
{
"relation": "self",
"url": "https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/CareTeam?_id=A879904FD2FE4B2D90C89FDA84E1285F.LCC&_format=json"
}
]
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.