09.10.2026
Today’s release includes the following updates:
bugfix
- In the revenue queue, filtering the claims list by an insurer that has no payer ID now returns only that insurer’s claims. Previously every insurer without a payer ID was treated as one, so filtering by any of them returned all of their claims.
- Fixed an issue where Date/Time of Specimen Collection on a Lab Order command did not save the time that was entered. Times saved from this release forward are correct, and the time picker now shows AM/PM.
- Lab Order requisition forms now print Order Date and Time and Collection Date and Time as two separate fields. Previously the form carried only Collection Date and Time and filled it with the time the order was placed, so it never showed when the specimen was actually drawn. The label prints blank when no collection time was recorded.
- Notes holding commands created through the API or by a plugin now load faster.
sdk
- A date answer on a questionnaire is now readable through the SDK data module.
InterviewQuestionResponseexposesresponse_option_dateas a real date, so a plugin can filter and compare on it with date lookups such as__gteand__year.
data
- 73 more Canvas tables now carry
createdandmodifiedtimestamps, so an integration querying the read-only replica can select only the rows that changed since its last run instead of re-reading whole tables.- Records that already existed carry a placeholder date of
1970-01-01for both timestamps, marking them as predating this change rather than as recently edited. They will not come back in a query for rows changed since a given time, so load them once in full if you need them. Both timestamps are accurate from this release forward. - Plugins will be able to read these through the SDK data module in a later release.
- Records that already existed carry a placeholder date of
- The 73 break down as:
- 34 code tables under clinical resources: allergies, conditions, medications, observations, immunizations, procedures, instructions, documents, document references, reasons for visit, devices, care plans, consents, diagnostic reports, service requests, referral reports, refill requests, prescription change requests, family history, imaging, imaging reports, imaging reviews, medication history, patient consent rejections, patient tribal affiliations
- 12 address and contact point tables: patient, staff, organization, practice location, team, vendor, appointment
- 9 report template tables for imaging, lab, and specialty, including their fields and field options
- 18 others: appointments, appointment reasons, schedule durations, facilities, practice location settings, organizational entities, roles, care team roles, claim submissions, billing line item modifiers, compound medications, reactions, detected issue evidence, document reference categories, service providers, user-selected task labels, applications, plugin commands