Oystehr v1.42 - June 4, 2026
Lab Service
- The Lab Service now accepts and uses the friendly patient ID on the FHIR Patient when sending orders to external labs. If no friendly patient ID is available, the Lab Service will fall back to using the Patient UUID as it did previously.
eRx Service
- Fixed a bug with the medication history endpoint where it could return an error instead of an empty list if the patient had no medication history.
Typescript SDK
- Improved support for FHIR Async Requests by adding a new method to the Typescript SDK called
waitForAsyncBulkOutput. This method takes care of fetching and parsing the output files referenced in the Async Response.