---
title: "List Patient Provider Teams"
method: GET
path: "/api/2.0/patient-provider-teams/"
tags: ["Provider Team"]
---

# List Patient Provider Teams

`GET /api/2.0/patient-provider-teams/`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedPatientProviderTeamList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientProviderTeam[], required
    - `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)
