Skip to main content

Regular Future Add Coverage or Private


Use Regular Future Add Coverage or Private when the selected policy is not active yet.

The patient can add other coverage or continue as a private patient.



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
4Continue as a private user actionContinues without coverage

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-or-private.
  3. Display the future-policy popup.
  4. Select Add Coverage or Continue as a private user.
  5. Continue the selected 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
Continue as a private user selectedContinue without insurance coverageNavigation event

Endpoint Resources

Regular Future Add Coverage or Private

PUT 

v3/appointments/book/error/policy-not-active/regular/future-add-coverage-or-private

Returns a popup with options to add coverage or continue as a private patient when the policy starts on a future date.