Changelog

Release history of the medblocks SDK, newest first.

v1.1.0 (Jul 18, 2026)

Features

  • Added mb.patients.disconnectConnection(patientId, connectionId) for org-side disconnect of a patient connection. Revokes your organization’s access to that source and returns a tombstone ({ id, resource_type: "connection", disconnected: true }).

v1.0.0 (Jul 8, 2026)

Features

  • Initial release of the Medblocks TypeScript SDK, covering patient sessions, patients, the connections catalog, webhook management, event redelivery, webhook signature verification, and return-URL parsing.
  • mb.patients.records(id) returns a connected patient’s stored FHIR resources as a cursor-paginated page. Every Patient resource carries your patient_id in its FHIR identifier array under urn:medblocks:patient-id.
  • Record pages use short, fixed-length opaque cursors that stay valid for 7 days from the response that issued them.