Future Policy - Add Coverage
Use Future Policy - Add Coverage when the selected policy is not active yet.
The patient can wait until the policy start date or add different coverage.
This screen includes:
| # | Element | Description |
|---|---|---|
| 1 | Future policy message | States that coverage is not active yet |
| 2 | Start date | Displays the policy start date |
| 3 | Add Coverage action | Opens the coverage flow |
Workflow
- Detect a policy with a future start date.
- Call
PUT /api/v3/appointments/book/error/policy-not-active/regular/future-add-coverage-only. - Display the future-policy popup.
- Select Add Coverage.
- Open the coverage flow.
Validations
| Scenario | App behavior | SDK output |
|---|---|---|
| Policy start date is in the future | Display the popup | Page object |
| Policy start date is available | Display the date in the message | 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 Future Add Coverage Only
PUT
v3/appointments/book/error/policy-not-active/regular/future-add-coverage-only
Returns a popup that prompts the patient to add coverage when the policy starts on a future date.