07.15.2026
Today’s release includes the following updates:
bugfix
- The claim error/warning scrubber checks no longer display the “This claim has no Rendering Provider Tax ID” error. A rendering provider Tax ID is not required under group/organization billing.
- Changing a claim’s Rendering Provider from the dropdown now saves correctly when the selected provider has no Tax ID, instead of failing with an error.
- Fixed an issue where, when using buttons to insert commands into a note, a command could be inserted into another provider’s collapsed background note instead of the note you had open. Commands now target the note you currently have open, or start a fresh note when all notes are collapsed.
config
- On outgoing prescriptions, Canvas can now use the note’s practice location for the prescriber’s address, business name, phone, and fax instead of the prescriber’s primary practice location. This behavior is off by default; reach out to Canvas support to enable it for your instance.
sdk
- Plugins can now choose the practice location that supplies the prescriber (“from”) address on an outbound electronic prescription, on a per-prescription basis, so a provider working across multiple offices can route a specific medication to a specific site. When set, the selected location’s business name, phone, fax, and street address replace the prescriber’s default. Pass
practice_location_overrideto the Prescribe command’ssend()method.