Skip to main content

Appointment Verification


Use the Appointment Verification popup to inform the user that an appointment request was submitted and is awaiting clinic approval. This popup may display when the clinic is unavailable to process requests immediately and can present alternative consultation options.



This screen includes:

#ElementDescription
1TitleDisplays request submission confirmation
2Close actionDismisses the popup
3Status illustrationIndicates that the appointment request is pending clinic review
4Verification messageExplains that final approval is pending and displays the expected response time
5Alternative consultation messageInforms the user that a video consultation remains available
6Book a video visit actionOpens the video consultation booking flow
7Modal containerDisplays appointment verification information and blocks interaction with the underlying screen

Workflow

  1. Submit an clinic appointment request.
  2. Open the Appointment Verification popup.
  3. Review the approval information.
  4. Select Book a video visit or dismiss the popup.
  5. Continue the appointment flow.

Validations

ScenarioApp BehaviorSDK Output
Appointment request submittedDisplay verification popupstatus = 200
Clinic approval pendingDisplay expected response timestate = pending_approval
Video consultation availableDisplay alternative booking actionvideoVisit = available
Popup request failsDisplay error statestatus = 405
User not authorizedBlock popup accesserror = unauthorized

Actions

ScenarioApp BehaviorSDK Output
Popup opensDisplay appointment verification informationPUT /api/v3/direct-clinic/appointment/info
Book a video visit selectedOpen video consultation booking flownavigation = video_visit
Close selectedDismiss popupnavigation = dismiss
Approval information displayedUpdate verification statestate = pending_approval

Endpoint Resources

Appointment Verification Popup

PUT 

v3/direct-clinic/appointment/info

Returns an informational popup indicating that the appointment is being verified