Oystehr v1.36 - January 29, 2026
RCM Service
- Eligibility checking endpoint now gives friendly errors or sends a specific data set for various cases where payers have unique requirements.
- Eligibility checking endpoint now writes a CoverageEligibilityResponse resource in the event of a timeout when communicating with the payer.
FHIR Service
- The FHIR API now supports the
_summary=trueparameter (opens in a new tab). This parameter provides a convenient way to request a reduced set of elements for a resource to minimize payload size. - Requests that use the
_elementsparameter (opens in a new tab) now include theSUBSETTEDtag in themetaelement of returned resources, indicating that the resource is a partial representation.
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 knownidinstead of one with typestring | undefined. If you've written type-generic function wrappers for these methods you'll need to perform a short migration. - The
oystehr.fhir.batchandoystehr.fhir.transactionfunctions now include anunbundle()helper, andoystehr.fhir.batchincludes anerrors()helper.