Skip to main content

Walk-In


Use Walk-In to generate a QR code for a patient who requires a walk-in appointment.

The doctor selects the applicable walk-in options. The screen then provides a QR code for the patient to scan and continue the appointment flow in the Air Doctor app.



This screen includes:

#ElementDescription
1Screen headerDisplays Walk-in with back and support actions
2Location selectorSelects the clinic or location for the walk-in visit
3QR code statusConfirms that the QR code is ready
4Patient instructionsInstructs the patient to scan the code and follow the steps in the app
5QR codeProvides the code the patient scans to start the walk-in flow

Workflow​

important

Select coverage before the visit location.

  1. Call PUT /api/v3/walk-in.
  2. Render the returned walk-in page.
  3. On profile change, call PATCH /api/v3/walk-in/change-profile.
  4. On location change, call PATCH /api/v3/walk-in/change-location.
  5. On specialty change, call PATCH /api/v3/walk-in/change-specialty.
  6. Apply each PATCH update set to the active screen.
  7. Display the QR code from the updated page state.

Validations​

ScenarioApp behaviorSDK output
Required walk-in selection is missingPrevent QR code use until the required selection existsValidation state
Location changesUpdate the walk-in screen for the selected locationPATCH update set
Doctor profile changesUpdate the walk-in screen for the selected profilePATCH update set
Specialty changesUpdate the walk-in screen for the selected specialtyPATCH update set
Walk-in screen request succeedsDisplay the applicable walk-in controls and QR codePage object
Walk-in update request succeedsApply the returned changes to the active screenPATCH update set
Request returns an application errorDisplay the applicable error stateError response

Actions​

ScenarioApp behaviorSDK output
Walk-in flow opensDisplay the walk-in screenPUT /api/v3/walk-in
Doctor profile selectedUpdate the walk-in selectionPATCH /api/v3/walk-in/change-profile
Location selectedUpdate the walk-in selectionPATCH /api/v3/walk-in/change-location
Specialty selectedUpdate the walk-in selectionPATCH /api/v3/walk-in/change-specialty
QR code is readyDisplay the code and patient instructionsUpdated page state
Patient scans QR codeContinue the patient walk-in flow in the Air Doctor appQR code action
Back selectedReturn to the previous doctor screenNavigation event
Support selectedOpen the available support optionNavigation event

Endpoint Resources​

Walk In​

PUT 

v3/walk-in

Displays the walk-in screen for the selected insurer.

Change Doctor​

PATCH 

v3/walk-in/change-profile

Updates the walk-in screen when the user selects a different doctor.

Change Location​

PATCH 

v3/walk-in/change-location

Updates the walk-in screen when the user selects a different location.

Change Specialty​

PATCH 

v3/walk-in/change-specialty

Updates the walk-in screen when the user selects a different specialty.