Invalid Date - Add Coverage
Use Invalid Date - Add Coverage when the selected coverage does not apply to the appointment date.
The patient must add different coverage before the appointment request can continue.
This screen includes:
| # | Element | Description |
|---|---|---|
| 1 | Coverage message | States that coverage is not valid for the selected date |
| 2 | Add Coverage action | Opens the coverage flow |
Workflow
- Validate coverage for the selected appointment date.
- Detect that coverage is not valid.
- Call
PUT /api/v3/appointments/book/error/policy-not-active/regular/not-valid-on-date-add-coverage-only. - Display the popup.
- Select Add Coverage.
- Open the coverage flow.
Validations
| Scenario | App behavior | SDK output |
|---|---|---|
| Coverage is not valid for the selected date | Display the popup | Page object |
Request returns 200 | Render the returned page | Page object |
Request returns 405 | Display an application error | Error response |
| Session is invalid | Reject the request | Authentication error |
Actions
| Scenario | App behavior | SDK output |
|---|---|---|
| Add Coverage selected | Open the coverage flow | Navigation event |
Endpoint Resources
Regular Not Valid on Date Add Coverage Only
PUT
v3/appointments/book/error/policy-not-active/regular/not-valid-on-date-add-coverage-only
Returns a popup that prompts the patient to add coverage when the selected coverage is not valid on the appointment date.