Invalid Date - Add Coverage or Private
Use Invalid Date - Add Coverage or Private when the selected coverage does not apply to the appointment date.
The patient can add different coverage or continue as a private patient.
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 |
| 3 | Continue as a private user action | Continues without coverage |
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-or-private. - Display the popup.
- Select Add Coverage or Continue as a private user.
- Continue the selected 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 |
| Continue as a private user selected | Continue without insurance coverage | Navigation event |
Endpoint Resources
Regular Not valid on Date Add Coverage or Private
PUT
v3/appointments/book/error/policy-not-active/regular/not-valid-on-date-add-coverage-or-private
Returns a popup with options to add coverage or continue as a private patient when coverage is not valid on the selected date.