Oystehr v1.36 - January 29, 2026

RCM Service

FHIR Service

Zambda Service

  • The Node 24 runtime is now supported for Zambda Functions.
  • Zambda Functions can now respond with XML content; this is handled seamlessly by the Oystehr TypeScript SDK.

SDK

  • FHIR types returned by single-resource FHIR methods (for example, oystehr.fhir.create()) now have types with a known id instead of one with type string | undefined. If you've written type-generic function wrappers for these methods you'll need to perform a short migration.
  • The oystehr.fhir.batch and oystehr.fhir.transaction functions now include an unbundle() helper, and oystehr.fhir.batch includes an errors() helper.