Expired Policy - Coverage or Private
Use Expired Policy - Coverage or Private when the selected policy has expired.
The patient can add coverage or continue as a private patient.
This screen includes:
| # | Element | Description |
|---|---|---|
| 1 | Expiration message | States that coverage has expired |
| 2 | Coverage actions | Add coverage or continue privately |
Workflow
- Detect an expired policy.
- Call
PUT /api/v3/appointments/book/error/policy-not-active/regular/expired-add-coverage-or-private. - Display the expired-policy popup.
- Select Add Coverage or Continue as a private user.
- Continue the selected flow.
Validations
| Scenario | App behavior | SDK output |
|---|---|---|
| Policy has expired | 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 Expired Add Coverage or Private
PUT
v3/appointments/book/error/policy-not-active/regular/expired-add-coverage-or-private
Returns a popup with options to add coverage or continue as a private patient when the selected policy has expired.