API Changelog
Dated log of additions and changes to the Medblocks Platform API.
Additions and changes to the Medblocks Platform API, most recent first.
2026-07-02
- Pagination cursors on
GET /patients/{id}/$everythingare now short fixed-length tokens (12 characters). Treat them as opaque and pass them back exactly as received. Each cursor stays valid for 7 days from the response that issued it, and fetching a page always returns fresh cursors, so exports that keep walking never expire. A cursor left unused past those 7 days returnsbad_requestwith the messageInvalid or expired cursor.
2026-06-19
- Added
GET /patients/{id}/$everything. It returns a connected patient’s latest stored FHIR resources as a paginated FHIR searchsetBundle. - Added SDK helper
mb.patients.$everything(patientId, params).
