SearchHealthResourcesRequestInput

Input parameters for searching health resources

SearchHealthResourcesRequestInput = PagedRequestInput & object

Experimental

Represents the parameters for a search request.

Type declaration

filters?

optional filters: SearchFiltersInput

The filters to apply to the search.

orderBy?

optional orderBy: [OrderByInput]

Specifies order options for the search.

search?

optional search: 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?

optional searchContext: SearchContext

Context to be used for search.

searchLocation?

optional searchLocation: SearchLocation

The location to search health resources by.

user?

optional user: UserInput

The user for whom the search is being performed.