get Catchment Area
abstract fun getCatchmentArea(visitState: String, residenceState: String, residenceZipCode: String, brand: String): DataObserver<CatchmentArea>
Content copied to clipboard
Determines the EHR system and department that should be used for a given visit state and patient address state/zip code. This method is only necessary when your health system has multiple EHR systems/virtual departments.
Parameters
visitState
The initials of the state the user is currently asking for care in, e.g. "CA", "WA"
residenceState
The initials of the state the user currently lives in.
residenceZipCode
The 5-digit zip code the user currently lives in.
brand