05.18.2026
Today’s release includes the following updates:
bugfix
- Fixed a bug with Data Integration lab report values where values were not persisted if the report types field was modified.
- Fixed an issue where an assessed condition could disappear from a note’s billing footer if a Resolve Condition command for the same condition was added and then deleted before being committed.
- Fixed an issue where a goal that had been closed via a Close Goal command could still appear in the list of active goals if any earlier update had an active lifecycle status.
- Lab values are now associated with their corresponding tests when a Lab Report is uploaded via Data Integration.
- Reduced intermittent errors and stalled requests during peak business hours caused by stale connections to internal infrastructure.
sdk
- The notes field on conditions is now readable from the SDK, so plugins can access the free-text note attached to a condition.
- Plugins can now respond to the new
GET_NOTE_RESTRICTIONSevent with aNoteRestrictionsEffector push real-time updates with aNoteRestrictionsUpdatedEffectto implement custom note access policies, including concurrent-edit locking and role-based access control per note type. Read more. - Plugins can now respond to events for the Visual Exam Finding command, enabling workflows around image-based exam findings captured in notes. Read more.