Patient $everything Operation
Medplum implements the FHIR $everything
operation
FHIR has the option to query everything associated to an individual patient. This is useful when transmitting batch data or getting the full patient history.
Invoke the $everything
operation
[base]/R4/Patient/<id>/$everything
Output
The output of the request is a FHIR bundle with all resources belonging to the patient for whom the request is made.
Related Documentation
- Refer to readPatientEverything in the TypeScript SDK
- Bundle definition in TypeScript SDK