From 80496222ab5bee0bf252739931b171373809f7fe Mon Sep 17 00:00:00 2001 From: Wes Rowe <4054752+wesrowe@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:20:19 -0800 Subject: [PATCH] wip --- .../mhv-to-va.gov/governance/mhv-account-creation-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/products/health-care/digital-health-modernization/mhv-to-va.gov/governance/mhv-account-creation-api.md b/products/health-care/digital-health-modernization/mhv-to-va.gov/governance/mhv-account-creation-api.md index 08493ec8933..92e2516181b 100644 --- a/products/health-care/digital-health-modernization/mhv-to-va.gov/governance/mhv-account-creation-api.md +++ b/products/health-care/digital-health-modernization/mhv-to-va.gov/governance/mhv-account-creation-api.md @@ -49,8 +49,7 @@ The Account Creation API logic starts about halfway down the diagram below: ```mermaid flowchart TD - C -->|Yes| D(Does the user have an MHV-Identifier?) - C -->|No| F{fa:fa-circle-exclamation route-guard user to /my-health + render 'No access' alert} + [previous checks for verified account, facilities] --> D --> |Yes| G(Render application) D --> |No| H(What tools are they trying to access?) H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation route-guard user to /my-health + render Acct Creation API error alert}