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}/$everything are 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 returns bad_request with the message Invalid 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 searchset Bundle.
  • Added SDK helper mb.patients.$everything(patientId, params).