Skip to main content

๐Ÿ› ๏ธ Changelog: 2026-07-20

๐Ÿ“ข Release Overview

  • Migration Required: No

โœจ Added

  • Auto-process subscription activation: Enabled automatic processing of subscription activations once all necessary prerequisites and requirements are met. plans#702

  • Support practice information editing: Introduced self-service capabilities allowing medical practices to directly update and edit their administrative details. ehr#7324

  • Show shipping and additional fees on invoice preview: Added visibility for shipping costs and miscellaneous fees inside the invoice preview pane when data is available. ehr#7375

  • Support complete action for administrative prescription approvals: Added workflow capability to execute and resolve the "Approve proposed prescription (Organizational)" task. ehr#7396

  • Support medication substitution preferences for SureScript requests: Integrated a new checkbox field during prescription creation to toggle brand substitutions, mapping the boolean value to the MedicationRequest.substitution property. ehr#7424

  • Add supply duration tracking fields for SureScript prescriptions: Introduced an integer field and a unit dropdown selection (day, week, month) to populate the expectedSupplyDuration property, replacing an error-prone 1-month fallback. ehr#7416

๐Ÿ“ˆ Changed

  • Improve validation for delete card operation: Updated the card deletion workflow to throw a detailed, descriptive operational exception if an admin attempts to remove a non-existent card. payment#2445

  • Exclude ActivityDefinition status in email processing: Adjusted data serialization rules to omit the ActivityDefinition status property during communication requests, preventing a FHIR schema validation crash. plans#705

  • Support card reader payment performer type mapping: Fixed an interface filtration bug to properly map hardware payment-device roles to tasks, preventing tasks from generating without assigned performers. cpoe#812

  • Embed address form directly within the appointment modal: Refactored the patient address form location to render inside the active appointment modal window instead of an overlapping sidebar slide. ehr#7395

  • Default select single shipping method option: Configured the checkout interface to automatically select the shipping method if only one option is available for the order. patient-portal#1187

  • Hide practice users lacking active role assignments: Restricted organization list views to completely suppress user profiles that do not hold a current, active clinical or administrative role. app-admin#1011

๐Ÿ› Fixed

  • Fix retry job task duplication bug: Resolved a scheduling condition where batched tasks were fetched twice, causing the automated runner to process the same task twice. payment#2433

  • Fix invoice product reconstruction for override-only prices: Corrected a mapping crash that occurred when rebuilding line items from charge logs that contained exclusively custom override parameters. payment#2447

  • Fix text cutoff in calendar month view: Resolved a layout layout boundary error that clipped appointment slots on the month overview screen during high-density scheduling days. ehr#6057

  • Fix registration validation failures for duplicate user emails: Resolved a synchronization bug where outdated email fields sent during patient creation triggered duplicate record blocks and input validation failures. ehr#7067

  • Fix clinical management fee clearance bug: Resolved an interface bug where fixed management fee amounts were unintentionally wiped out when transitioning to a frequency-based configuration module. ehr#7313

  • Fix 500 error on medication details for nutraceuticals: Rectified an unhandled backend exception that crashed the dashboard when pulling item details for specialized nutraceutical records. ehr#7413

  • Prevent intra-organizational patient duplicates during email edits: Fixed a patient record saving loophole that accidentally allowed duplicate profile creations when modifying a user's email within the same practice. ehr#4784

  • Fix user count string display text: Corrected a data rendering and string localization error that distorted the user count tracker text block. ehr#7425

  • Fix application navigation path for pending questionnaires: Resolved an interface routing crash triggered when trying to jump directly to the main To-Do list while a deep-linked questionnaire view was open. patient-portal#1507

  • Fix hidden medication editing drop-down menu: Patched a display hierarchy issue that completely blocked the medication configuration and editing menu from rendering on screen. app-admin#1163

  • Fix responsive layout truncation on mobile interfaces: Patched a CSS stylesheet overflow bug that cut off or obscured the final list item on mobile screens. app-admin#1165


Did this answer your question?