Skip to main content

ASAP No Available Doctors


Use ASAP Unavailable to show the doctor results empty state when no doctors are available for the current ASAP search.



This screen includes:

#ElementDescription
1HeaderDisplays back navigation, the selected specialty search term, and settings access.
2View toggleLets the user switch the doctor results view.
3Filter actionOpens doctor search filters.
4Empty results messageExplains that no doctors match the selected criteria.
5Retry guidanceInstructs the user to adjust filter settings and try again.

Workflow

  1. Start an ASAP search.
  2. Apply the selected specialty, location, and filters.
  3. Display the empty results state when no doctors are available.
  4. Update filters or location to search again.
  5. Return to the previous screen when needed.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock searchstate = unauthenticated
Location missingBlock ASAP searchvalidation = location_required
No available doctors foundDisplay empty results stateasap = unavailable
Filters exclude all doctorsDisplay empty results stateresults = empty
Search criteria changedRefresh doctor resultssearch = updated
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp BehaviorSDK Output
Screen opensLoad ASAP no available doctors screenPUT /api/v3/wizard/restriction/asap-no-available-doctors
Filter selectedOpen doctor filtersfilters = opened
Filter updatedRefresh doctor resultsfilters = updated
View toggle selectedChange results viewview = updated
Back selectedReturn to previous screennavigation = back
Search retriedRequest updated doctor results`search = retry

Endpoint Resources

Asap Unavailable

PUT 

v3/wizard/restriction/asap-no-available-doctors

Returns the empty results state when no doctors are available for the current ASAP search.