-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AC-api: Determine next user action for "technical" error codes #97371
Comments
Updates:I got the team's input in standup today 12/9 for the codes I wasn't clear on handling.
A couple error codes (802 and 803) still needed input, so I reached out to Joe and got clarification in this slack thread. I asked:
Joe responded:
(I verified in DD that 802 is not a common error at this point in time)
Analysis
|
808 & 809 - blocked access is only going to be true within apps affected by account creation API which are medical records, meds, messages. Users can still get to many pages in the health portal, including: landing page, appointments, supply re-order, payments links, etc. Here is the API logic diagram again if helpful to jog memories. Account Creation API creates an MHV-Identifier, which will allow access to apps in the very last box (bottom of the flow). A missing MHV-Identifier will mean no access to these tools. |
Done! Closing |
Description
User story
As a Veteran, I want any technical issue (error or delay/pending) with the Account Creation API to be resolved automatically or, if that's not possible, communicated as specifically to me as feasible, so that I understand what I need to do to resolve it and when.
Notes
Possible tasks:
Acceptance criteria
The text was updated successfully, but these errors were encountered: