---
title: "Retrieve all resources related to a patient."
method: GET
path: "/R4/Patient/{patient_id}/$everything"
tags: ["FHIR"]
---

# Retrieve all resources related to a patient.

`GET /R4/Patient/{patient_id}/$everything`

Returns a FHIR® Bundle of all resources related to the patient with paging and date filters.

## Path parameters

- `patient_id` string, required

## Query parameters

- `start` string
- `end` string
- `page_token` string
- `_count` integer
- `_since` string
- `_type` string

## Response `200`

OK

- FhirBundle
  - `entry` FhirBundleEntry[] — The set of search results.
    - `fullUrl` string — The URL at which the resource represented by this entry can be accessed.
    - `resource` object — The resource represented by this bundle entry.
    - `search` FhirSearchSetEntryMetadata
      - `mode` string
  - `link` FhirLink[] — Links related to this bundle.
    - `relation` string — The type of relation between the bundle and the link.
    - `url` string — The URL at which the link can be accessed.
  - `resourceType` string — The type of the FHIR resource.
  - `total` integer — The total number of resources in the bundle.
  - `type` string — The type of bundle.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
