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).
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
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.

