---
title: "Retrieve Patients Patient Provider Team"
method: GET
path: "/api/2.0/patients/{id}/patient_provider_team/"
tags: ["Provider Team"]
---

# Retrieve Patients Patient Provider Team

`GET /api/2.0/patients/{id}/patient_provider_team/`

Creates a PatientProviderTeam for a given patient_id if one does not already
exist. Returns a 409 if a team already exists.

## Path parameters

- `id` integer, required

## Response `200`

- PatientProviderTeam
  - `patient_id` integer — The id of the Patient object that this team is associated with.
  - `patient_provider_team_id` integer, required
  - `team_members` PatientProviderTeamMember[] — The list of providers that are providing care to the above patient.
    - `activity_summary_last_refreshed` string, date-time — The last known time when this team member's activity was synced.
    - `earliest_activity` string, date-time — Displays the earliest known interaction between the team member and the patient.
    - `group` 'main' | 'other' — * `main` - main * `other` - other
    - `latest_activity` string, date-time — Displays the latest known interaction between the team member and the patient.
    - `patient_id` integer — The id of the Patient that this team is associated with.
    - `patient_provider_team_id` integer, required — Patient Provider team ID
    - `patient_provider_team_member_id` integer
    - `physician_id` integer, required — The Physician that this team member represents.
    - `rank` integer — Used for displaying a sorted patient provider team in the patient chart. Rank is sequential and begins at 1.
    - `treatment_reason` string, nullable — The reason why this physician is in this team

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
