Skip to main content

Location Not Detected


Use Location Not Detected when the app cannot determine the patient’s location.

The patient can contact customer service or return to the homepage.


Location not detected popup with Contact us and Go to homepage actions

This screen includes:

#ElementDescription
1Error messageStates that the location cannot be detected
2Contact us actionOpens customer service
3Homepage actionReturns to the homepage
4Close actionDismisses the popup

Workflow

  1. Attempt to detect the patient’s location.
  2. Detect that location data is unavailable.
  3. Call PUT /api/v3/appointments/book/error/location-not-detected.
  4. Display the Location Not Detected popup.
  5. Select Contact us or Go to homepage.

Validations

ScenarioApp behaviorSDK output
Patient location is unavailableDisplay the popupPage object
Request returns 200Render the returned pagePage object
Request returns 405Display an application errorError response
Session is invalidReject the requestAuthentication error

Actions

ScenarioApp behaviorSDK output
Contact us selectedOpen customer serviceNavigation event
Go to homepage selectedOpen the homepageNavigation event
Close selectedDismiss the popupClose event

Endpoint Resources

Location Not Detected

PUT 

v3/appointments/book/error/location-not-detected

Returns a popup when the patient’s location cannot be detected. The popup provides options to contact customer service or return to the homepage.