Skip to main content

Doctor Located Info


Use Doctor Located Info to notify the patient when the selected doctor is located in another country.



This screen includes:

#ElementDescription
1Page titleDisplays Appointment Request.
2Back actionReturns the user to the previous screen.
3Appointment summaryDisplays the selected appointment option, date, time, and visit type.
4Location notice modalNotifies the patient that the selected doctor is located in another country.
5Location notice messageDisplays the doctor country and the country used for the search.
6Close actionDismisses the location notice.
7OK actionConfirms the notice and closes the modal.
8Standard appointment request sectionsDisplays the remaining appointment request sections that follow the regular appointment request flow.

Workflow

  1. Open the appointment request flow.
  2. Select a doctor or appointment option.
  3. Check the doctor location country.
  4. Display the country information modal when the doctor is located in another country.
  5. Select Ok to close the modal.
  6. Continue with appointment time selection.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock requeststate = unauthenticated
Doctor country differs from patient contextDisplay country information modalprofileCountryNotice = required
Doctor country matches patient contextContinue without modalprofileCountryNotice = skipped
Country notice content fails to loadDisplay error statestate = error
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp BehaviorSDK Output
Appointment option selectedCheck doctor countryprofileCountry = checked
Country notice requiredLoad country information modalPUT /api/v3/wizard/info/profile-country-notice
OK selectedDismiss country information modalstate = dismissed
Modal dismissedContinue appointment request flownavigation = continue
Request rejectedPreserve current appointment request statestate = unchanged

Endpoint Resources

Doctor Located Info

PUT 

v3/wizard/info/profile-country-notice

Returns a popup that informs the patient when the selected doctor is located in another country.