bc_get_recruiting_studies_by_location
Discover recruiting clinical trials in a specific geographic area using country, state, city, medical condition, study type, and age group filters to find relevant studies for patients and providers.
Instructions
Find recruiting clinical trials in a specific geographic location.
This function helps patients and healthcare providers find clinical trials that are currently recruiting participants in their area.
Args: location_country (str): Country name where studies are conducted. location_state (str, optional): State or province name. location_city (str, optional): City name. condition (str, optional): Medical condition to filter by. study_type (str, optional): Type of study filter (default: "ALL"). age_range (str, optional): Age group filter (default: "ALL"). page_size (int): Number of results to return (default: 50, max: 1000).
Returns: dict: Recruiting studies in the specified location or error message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
age_range | No | Age group: 'CHILD', 'ADULT', 'OLDER_ADULT', 'ALL' | ALL |
condition | No | Medical condition to filter by (e.g., 'cancer', 'diabetes') | |
location_city | No | City name (e.g., 'Los Angeles', 'Boston') | |
location_country | Yes | Country name (e.g., 'United States', 'Germany', 'United Kingdom') | |
location_state | No | State or province (e.g., 'California', 'New York') | |
page_size | No | Number of results to return | |
study_type | No | Type of study: 'INTERVENTIONAL', 'OBSERVATIONAL', 'ALL' | ALL |