Skip to main content

Invalid Date - Add Coverage or Private


Use Invalid Date - Add Coverage or Private when the selected coverage does not apply to the appointment date.

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



This screen includes:

#ElementDescription
1Coverage messageStates that coverage is not valid for the selected date
2Add Coverage actionOpens the coverage flow
3Continue as a private user actionContinues without coverage

Workflow

  1. Validate coverage for the selected appointment date.
  2. Detect that coverage is not valid.
  3. Call PUT /api/v3/appointments/book/error/policy-not-active/regular/not-valid-on-date-add-coverage-or-private.
  4. Display the popup.
  5. Select Add Coverage or Continue as a private user.
  6. Continue the selected flow.

Validations

ScenarioApp behaviorSDK output
Coverage is not valid for the selected dateDisplay 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
Continue as a private user selectedContinue without insurance coverageNavigation event

Endpoint Resources

Regular Not valid on Date Add Coverage or Private

PUT 

v3/appointments/book/error/policy-not-active/regular/not-valid-on-date-add-coverage-or-private

Returns a popup with options to add coverage or continue as a private patient when coverage is not valid on the selected date.