04.07.2026
Today’s release includes the following updates:
bugfix
- Ensures “Interaction checks cannot be performed for free text compound medications” now displays when initiating a Refill or Adjust Prescription for a compound medication from the chart medication list.
sdk
- Adds 6 new SDK events for the Data Integration document lifecycle:
DOCUMENT_RECEIVED,DOCUMENT_LINKED_TO_PATIENT,DOCUMENT_CATEGORIZED,DOCUMENT_REVIEWER_ASSIGNED,DOCUMENT_REVIEWED, andDOCUMENT_DELETED. Plugins can now react to documents arriving, being linked to patients, categorized, assigned to reviewers, being reviewed, or deleted. - Adds a new
CanvasFhirclient for interacting with the Canvas FHIR API from within plugins. Supportscreate,read,update, andsearchoperations with automatic credential management and caching. Requiresclient_idandclient_secretto be configured in plugin secrets.