Skip to main content

Expired Policy - Add Coverage


Use the Expired Policy popup to stop an appointment request when the selected policy status is expired. The user must contact the insurer before access can continue.



This screen includes:

#ElementDescription
1Expiration messageStates that coverage has expired
2Contact instructionDirects the patient to contact the insurer
3Understood actionDismisses the popup

Workflow

  1. Validate the selected policy.
  2. Identify the expired policy status.
  3. Call PUT /api/v3/appointments/book/error/policy-not-active/embedded/expired-blocking.
  4. Display the expired-policy popup.
  5. Stop the appointment request.
  6. Select OK to dismiss the popup.

Validations

ScenarioApp behaviorSDK output
Policy status is expiredDisplay the popup and stop continuationstate = blocked
Request returns 200Render the returned pagePage object
Request returns 405Display the application errorError response
Session is invalidReject the requeststate = unauthenticated

Actions

ScenarioApp behaviorSDK output
Select OKDismiss the popup and preserve the blocked stateClose event

Endpoint Resources

Embedded Expired Blocking

PUT 

v3/appointments/book/error/policy-not-active/embedded/expired-blocking

Returns an embedded popup that stops an appointment request when the selected policy status is expired.