Retrieve all resources related to a patient.

Returns a FHIR® Bundle of all resources related to the patient, with paging. By default the Bundle includes resource types that do not themselves reference a Patient ID (Device, Location, Medication, Organization, Practitioner, PractitionerRole and Provenance).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

By default, $everything returns every FHIR® resource Particle extracted for the patient, including resource types that do not themselves reference a Patient ID.


Organizations that opted into Particle's original, narrower $everything behavior receive only the resources that directly reference a Patient ID. On that configuration the seven resource types below are omitted from the bundle, and can each be retrieved with a separate call. These calls do not require the inclusion of a patient_id:


Resource Additional API call to retrieve this Resource
Device https://api.particlehealth.com/R4/Device
Location https://api.particlehealth.com/R4/Location
Medication https://api.particlehealth.com/R4/Medication
Organization https://api.particlehealth.com/R4/Organization
Practitioner https://api.particlehealth.com/R4/Practitioner
PractitionerRole https://api.particlehealth.com/R4/PractitionerRole
Provenance https://api.particlehealth.com/R4/Provenance


If you are unsure which behavior your organization is on, reach out to your Particle account team.

Path Params
string
required

Patient ID

Query Params
integer

Maximum number of resources to return per page. Default and maximum 1000; values outside 1-1000 are treated as 1000.

string

Comma-delimited FHIR resource types

string

Opaque token for the next page of results. Obtain from the next link in the Bundle response rather than constructing it.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json