Input parameters for searching health resources
SearchHealthResourcesRequestInput =
PagedRequestInput&object
Experimental
Represents the parameters for a search request.
Type declaration
filters?
optionalfilters:SearchFiltersInput
The filters to apply to the search.
orderBy?
optionalorderBy: [OrderByInput]
Specifies order options for the search.
search?
optionalsearch:string
Provides the main ability to filter searches by a given term. This can be something like an organization name, location, address, or phone number.
searchContext?
optionalsearchContext:SearchContext
Context to be used for search.
searchLocation?
optionalsearchLocation:SearchLocation
The location to search health resources by.
user?
optionaluser:UserInput
The user for whom the search is being performed.
