Extract health answers into its own card on the patient session page#6648
Open
murugapl wants to merge 5 commits intoupdate-consent-triage-cardsfrom
Open
Extract health answers into its own card on the patient session page#6648murugapl wants to merge 5 commits intoupdate-consent-triage-cardsfrom
murugapl wants to merge 5 commits intoupdate-consent-triage-cardsfrom
Conversation
This component is now broken out from the consent card and is shown as a standalone card on the patient session page. Slight updates to wording, and uses new AppActionLinkComponent for actions.
There is now a separate Gillick assessment card to handle this
Previously the component only rendered a warning icon. This adds an icon: parameter accepting :warning (default), :tick, and :cross, raising an ArgumentError for unknown values. The Gillick assessment component is updated to use the component rather than inline SVG paragraphs.
We no longer show the coloured heading with consent/triage status, and we now use the new AppActionLinkComponent instaed of buttons for actions like recording a new response
Moves answers to health questions out of the consent card into a standalone AppPatientSessionHealthAnswersComponent. The card renders as a warning callout when any health answer is "yes", with the heading including a count of yes responses.
thomasleese
approved these changes
Apr 20, 2026
17eb909 to
fc1a193
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves answers to health questions out of the consent card into a standalone AppPatientSessionHealthAnswersComponent. The card renders as a warning callout when any health answer is "yes", with the heading including a count of yes responses.
Jira Issue - MAV-6229
Screenshots