๐ข Release Overview
Migration Required: No
๐ Changed
Refactor ModalDialog component to use compound component pattern: Decoupled component architecture by implementing a compound pattern, reducing prop dependency and improving long-term code maintainability. ehr#7505
Simplify Option and Checkbox question rendering: Refactored the UI visualization for single-choice and multi-choice questions to make blocks more compact and easier to manage within the Survey Builder canvas. survey-components#240
Hide Sig free text field for Nutraceutical medications: Updated the medication editing interface to hide the free-text Sig field when dealing with a Nutraceutical, keeping only the structured fields as mandatory. app-admin#1205
๐ Fixed
Fix patient Coverage filtering to only include insurance records: Resolved an issue where all coverage resources were pulled indiscriminately by adding a filter to restrict results to those listed under the Patient Information Insurance view with the
HIPtype code. ehr#7557Fix validation conflict on read-only discard-after field during Rx import: Corrected a bug where the system threw a validation error requiring data for the "discard after" field, even though the field was configured as read-only. app-admin#1193
