06.10.2026
Today’s release includes the following updates:
bugfix
- Fixed an issue that could prevent letters with malformed attachments from being faxed or printed. Affected letters now generate and send successfully.
- Downloading a letter as a PDF is now more reliable: large letters with many attachments no longer fail to generate, and a single attachment that can’t be loaded no longer breaks the whole download — the letter now downloads without it.
- Fixed an issue where editing a staged Lab Order via the SDK wiped selected tests when the lab partner was unchanged.
- Fixed a bug where an appointment provider reassignment through the FHIR API only updated the Appointment’s associated provider and not the corresponding Note’s provider.
- FHIR Appointment search responds faster on instances with many appointments or with multiple reasons-for-visit per note.
- Fixed an issue where future appointments did not have their status updated to cancelled when a patient was marked as deceased.
- Editing a Facility’s address from the admin settings page now refreshes the address on every patient assigned to that facility, so mailing, billing, and reports stay in sync.
- In the Data Integration queue, clearing a patient you had selected on a task row no longer causes an error — the row now resets to the unselected state as expected.
- Insurance eligibility check results no longer show spurious “could not match patient/coverage” errors caused by benign formatting differences in the payer’s response (capitalization, punctuation, leading zeros, or an abbreviated first name). These responses now correctly display the returned benefit information instead of a failed/error result.
sdk
- Plugins can now originate, edit, commit, enter-in-error, and delete a POC Lab Test command via the SDK, and respond to its command lifecycle events. Read more
- The Approve Refill and Deny Refill commands are now available in Beta in the Commands Module, so plugins can respond to their command lifecycle events — see Approve Refill and Deny Refill.
- The Reference command — a display-only snapshot of a diagnostic view (such as lab results) added to a note — is now available in Beta in the Commands Module, so plugins can respond to its command lifecycle events.
- The SDK chart section review, imaging review, lab review, referral review, and uncategorized document review commands have been released to all customers (GA). Current status of commands can be found here.
- The acting user (actor) is now available on the post-create note state change events (
NOTE_STATE_CHANGE_EVENT_CREATEDandNOTE_STATE_CHANGE_EVENT_UPDATED), matchingNOTE_STATE_CHANGE_EVENT_PRE_CREATE— so plugins can tell which staff member transitioned the note’s state. - Plugins can now display a notification badge — a small count such as unread items or open tasks — on a
globalorpatient_specificapplication icon, in the app drawer or on the panel. Provide an initial count when applications load, or push live updates with theApplicationNotificationBadgeeffect.