Skip to main content

ASAP Clinic Only


Use ASAP Clinic Only to show the regular first available appointment request screen with a clinic-only restriction message.



This screen includes:

#ElementDescription
1Page titleDisplays Appointment Request.
2Back actionReturns the user to the previous screen.
3Settings actionOpens appointment request settings.
4First available doctor cardDisplays the first available doctor option, specialty, and appointment date.
5Clinic-only messageExplains that the first available service is currently available for clinic appointments only.
6Nearby clinic noticeStates that the app tries to find a nearby clinic within the configured distance range.
7Standard first available request sectionsDisplays the remaining appointment request sections that follow the regular first available flow.

Workflow

  1. Open the first available appointment request flow.
  2. Check ASAP availability for the selected location and service.
  3. Display the clinic-only restriction message when ASAP home availability is out of range or unavailable.
  4. Keep the regular first available request sections available.
  5. Continue the appointment request with a clinic-based option.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock requeststate = unauthenticated
Clinic-only restriction appliesDisplay clinic-only messagerestriction = clinic_only
Nearby clinic search appliesDisplay nearby clinic noticeclinicSearch = nearby
Clinic option availableContinue first available flowvisitType = clinic
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp BehaviorSDK Output
Screen opensLoad clinic-only restriction screenPUT /api/v3/wizard/restriction/clinic-only
Clinic-only message displayedKeep first available request form visiblerestriction = displayed
Clinic option selectedContinue with clinic appointment flowvisitType = clinic
Back selectedReturn to previous screennavigation = back
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Clinic Only

PUT 

v3/wizard/restriction/clinic-only

Returns the first available appointment request screen with a clinic-only restriction message.