Skip to main content

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:

#ElementDescription
1Future policy messageStates that coverage is not active yet
2Start dateDisplays the policy start date
3Add Coverage actionOpens the coverage flow

Workflow

  1. Detect a policy with a future start date.
  2. Call PUT /api/v3/appointments/book/error/policy-not-active/regular/future-add-coverage-only.
  3. Display the future-policy popup.
  4. Select Add Coverage.
  5. Open the coverage flow.

Validations

ScenarioApp behaviorSDK output
Policy start date is in the futureDisplay the popupPage object
Policy start date is availableDisplay the date in the messagePage object
Request returns 200Render the returned pagePage object
Request returns 405Display an application errorError response
Session is invalidReject the requestAuthentication error

Actions

ScenarioApp behaviorSDK output
Add Coverage selectedOpen the coverage flowNavigation 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.