ProviderAvailabilityOptions

fun ProviderAvailabilityOptions(visitTypeNames: List<String>?, startDate: LocalDate?, endDate: LocalDate?, specialty: String?, gender: Gender?, ehrInstances: List<String>?, clinicType: List<String>?, sortBy: ProviderAvailabilitySort?, searchContext: String?)

Parameters

visitTypeNames
  • Health system defined visit type name filter.

startDate
  • Start date of slots with yyyy-MM-dd format, default set to today if not present.

endDate
  • End date of slots with yyyy-MM-dd format, end days will be certain days after start date if not present.

specialty
  • A list of specialities of the provider

gender
  • The gender of the Provider if provided

ehrInstances
  • Which EHR System this provider belongs to

clinicType
  • What type of clinic the provider is practising in.

sortBy
searchContext