Skip to main content

Home Screen - Side Navigation


Use the Side Navigation to access account and application destinations.

important

Displays on mobile view and supported WebView environments with a hamburger menu.

This screen includes:

  • Header
    • Close control
  • Navigation list
    • My Coverage
    • Appointments
    • Account
    • Settings
    • About Us
    • Contact Us
  • Overlay panel
    • Slides over te | Error response | the current screen
note

The Side Navigation provides access to top-level routes without changing the current screen until a destination is selected.


Workflow

  1. Open the side navigation (hamburger icon).
  2. View available destinations based on session state.
  3. Select a destination or close the panel.
  4. Navigate only after destination selection.

Example Account screen – hamburger menu (WebView)
Displays the side navigation when accessed through the hamburger menu.


Validations

ScenarioApp behaviorSDK output
Mobile or supported WebViewRender side navigationpanel = available
Desktop without hamburgerDo not render side navigationpanel = not_available
User logged inDisplay full navigation listsession = authenticated
User logged outDisplay limited navigation and login entrysession = guest
Destination requires authentication and user is logged outRedirect to login flowAuth required state
Destination availableEnable navigationNavigation ready
Destination fails to loadDisplay error stateError response

Actions

ScenarioApp behaviorSDK output
Side navigation openedShow overlay panel and navigation listpanel = open
Close selectedHide panelpanel = closed
Back navigation while panel is openClose panelpanel = closed
Destination selectedClose panel and navigate to routeactiveRoute = <destination>
Panel opened or closedKeep current route unchangedNo route change

Endpoint Resources

PUT 

Patient side menu

/v3/home/menu

Produces the patient side menu popup.