Skip to main content

Expired Policy - Add Coverage


Use Expired Policy - Add Coverage when the selected policy has expired.

The patient must add valid coverage before the appointment request can continue.


Coverage expired popup with an Add Coverage action

This screen includes:

#ElementDescription
1Expiration messageStates that coverage has expired
2Add Coverage actionOpens the coverage flow

Workflow

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

Validations

ScenarioApp behaviorSDK output
Policy has expiredDisplay the popupPage 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 Expired Add Coverage Only

PUT 

v3/appointments/book/error/policy-not-active/regular/expired-add-coverage-only

Returns a regular popup with an option to add coverage when the selected policy has expired.