Skip to main content

Prescriptions


Use Prescriptions to filter video doctors by prescription eligibility for the patient location.

Prescription eligibility derives from doctor configuration, visit type, patient location, and prescription rules.


Prescription filter in the video doctor list

This screen includes:

#ElementDescription
1Prescription filterFilters doctors who can prescribe in the patient location
2Doctor eligibility labelDisplays when a doctor cannot prescribe in the patient location
3Location contextDetermines prescription eligibility
4Empty results stateDisplays when no doctors match the active filters

Workflow

  1. Open the doctor list for a video visit.
  2. Evaluate prescription eligibility by doctor and patient location.
  1. Enable the prescription filter when supported.
  2. Show eligible doctors only when the filter is active.
  3. Display restriction labels for ineligible doctors when the filter is inactive.
  4. Continue booking with the selected doctor.

Validations

ScenarioApp BehaviorSDK Output
Prescription filter enabledShow eligible doctors onlyprescribeOnly = true
Prescription filter disabledShow all doctorsprescribeOnly = false
Doctor cannot prescribe in locationDisplay restriction labelprescription = unavailable
Doctor can prescribe in locationHide restriction labelprescription = available
No doctors match filterDisplay empty stateresults = empty

Actions

ScenarioApp BehaviorSDK Output
Prescription filter selectedRefresh doctor resultsprescribeOnly = true
Prescription filter clearedRefresh doctor resultsprescribeOnly = false
Eligible doctor selectedContinue bookingprescription = available
Ineligible doctor selectedContinue with restriction labelprescription = unavailable