19 August, 2025
Patient Portal
Enhancements
- Questionnaire Page Optimization
Refactored the internal and external questionnaire page code into reusable components to reduce duplication and improve maintainability. - Scheduler Page Optimization
Similar optimization performed on the scheduler page for both internal and external views by splitting large components and consolidating duplicates. - Government ID Upload
Enhanced upload functionality to support multiple file formats such as PDF, HEIC, and DOC. - BriskMD Appointment Booking Workflow
Introduced a new external appointment booking flow branded as BriskMD. This workflow allows pharmacies to initiate appointment scheduling for patients, including patient demographics, questionnaires, terms acceptance, payment, and confirmation.
- Stripe Payment on External Flow
Stripe payment functionality has been integrated and verified for external booking flows, ensuring smooth payment processing.
Admin Portal
Enhancements
- Provider Consult Pricing
Admins can now add and manage consult pricing (Sync, Async, and Control) directly under a provider’s profile. These fields are non-mandatory.
Bugs
- Date of Birth Display Issue
Fixed an error where the Date of Birth field was showing one day ahead of the actual date on the consult page.
- Create Admin Validation Issues
Improved validation rules in the “Create Admin” tab to ensure:
- Proper email format validation.
- First/Last name fields do not allow blank spaces.
Support Portal
Enhancements
- Consult Pricing Management
Added the ability to store consult prices for providers (aligned with the new Admin Portal feature).
Bugs
- Consult Module: Pharmacy Search
Fixed an issue where pharmacy search was not functioning correctly. - Consult Status Controls
“Change Status” and “Cancel” buttons are no longer displayed for consults with Payment Pending status. - Consult Filters
Corrected filter behavior in the consult table so “Completed From” and “Completed To” filters only return consults with a Completed status. - Pharmacy Form Validation
Enhanced input validation for Phone and Fax fields to display real-time and accurate error messages. Fixed spelling errors and formatting consistency. - Provider Reassignment
Resolved incorrect prompts for date/time when reassigning async consults. - Tenant Config Settings
Fixed an issue where certain radio buttons (e.g., Govt ID card option) were not selectable.
Provider Portal (New)
Enhancements
- Consult Page Prescriptions
- Regular Prescriptions: Instead of navigating to a new page, providers can now add prescriptions via a drawer interface.
- Doespot Prescriptions: Simplified flow; providers are taken directly to the Doespot prescription page upon clicking “Prescribe.”
- Compound Prescriptions: Similar drawer-based workflow introduced for adding compound prescriptions.
- Regular Prescriptions: Instead of navigating to a new page, providers can now add prescriptions via a drawer interface.
- Requested Medication Tab
Added a new tab in the Consult Details page to display requested medications, consistent with the old portal.
- Protocol Display
Protocols are now displayed directly within the Consult Details page, matching the functionality of the old portal.
Bugs
- Breadcrumb Structure
Fixed breadcrumb navigation to display the correct structure for navigating towards consults. Also removed the redundant back arrow. - UI Updates
- Chat List page: Removed extra padding.
- Video List page: Removed extra padding.
- Responsiveness
Resolved responsiveness issues on the provider dashboard. - Pagination Count
Fixed incorrect pagination counts on the Consult History tab.
- Intake Form Visibility
Provider-specific questions under the intake form are now hidden (but remain correctly visible under Provider Notes).