You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nurse-facing follow-up flow for consents with requested discussion
When a parent refuses vaccination for certain reasons (medical, personal choice, contains gelatine, other), they can request a follow-up discussion with a nurse. Here we add the nurse-side flow to resolve that request.
The nurse visits the consent record and is presented with a follow-up page showing the parent's contact details and the question "Does their original decision still stand?".
If yes (refusal confirmed): taken to a confirmation page where they can add notes and confirm the refusal. The existing consent is updated in place with follow_up_outcome: "confirmed" and follow_up_resolved_at stamped and notes amended.
If no (refusal withdrawn): taken through the full consent wizard to record a given consent on behalf of the parent (following verbal consent journey). The existing consent record (that requested follow up) is invalidated and a new "given" one created.
`:who` step omitted in follow-up flow because the parent is already known from the original consent - there is no need to ask the nurse to select or create a contact again.
0 commit comments