06.02.2026
Today’s release includes the following updates:
bugfix
- Fixed an issue on the patient portal where the mobile menu stayed open after tapping an item; the drawer now closes automatically on navigation.
ui
- The note filter on a patient’s chart now includes an option to show deleted notes in the timeline — by default, deleted notes are hidden.
sdk
- Added new note and appointment state-change effects:
- Cancel an Appointment or revert a checked-in Appointment to the booked state.
- Delete and restore notes.
- Discharge an inpatient note.
- Plugins can now mark an existing Observation as entered in error via the new SDK effect:
Observation(observation_id="...").enter_in_error(). - The Instruction model is now available in the SDK data module.
- Plugins can now control command button visibility in the patient chart. The new ConfigureCommandButtons effect lets plugins hide or disable buttons in chart summary sections and result cards, with changes applied in real time.