Skip to main content

Select Coverage


Use Select Coverage to select the patient’s coverage before the doctor continues the walk-in flow.

The screen displays the coverage options available for the walk-in visit.


This screen includes:

#ElementDescription
1Screen headerDisplays Walk-in with back and support actions
2Coverage instructionPrompts the doctor to select the patient’s coverage
3Coverage optionsDisplay the available insurer or coverage providers
4Coverage actionSelects the applicable coverage and continues the walk-in flow

Workflow​

important

Select coverage before the visit location.

  1. Call PUT /api/v3/walk-in/coverage.
  2. Render the returned coverage options.
  3. Select the patient’s coverage.
  4. Continue to the next walk-in step.

Validations​

ScenarioApp behaviorSDK output
Coverage options are availableDisplay the available coverage optionsPage object
Coverage is selectedContinue the walk-in flow with the selected coveragePage update
Request returns an application errorDisplay the applicable error stateError response

Actions​

ScenarioApp behaviorSDK output
Coverage selectedApply the selected coverage and continuePage update
Back selectedReturn to the previous screenNavigation event
Support selectedOpen the available support optionNavigation event

Endpoint Resources​

Select Coverage​

PUT 

v3/walk-in/coverage

Displays the insurer selection step in the walk-in flow.