fda_drug_counts
Count FDA drug adverse event reports by any field, such as most common reactions, brands, generic names, or reporter country. Use search filters to narrow results.
Instructions
Aggregate/count FDA drug adverse event data by any field. For counting other endpoints, use fda_count instead.
Common count fields:
'patient.reaction.reactionmeddrapt.exact' — most common adverse reactions
'patient.drug.openfda.brand_name.exact' — most reported drug brands
'patient.drug.openfda.generic_name.exact' — most reported generic names
'receivedate' — reports over time
'primarysource.reportercountry.exact' — reports by country
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max count results (default 10) | |
| search | No | Optional search filter, e.g. 'patient.drug.openfda.brand_name:aspirin' | |
| count_field | Yes | Field to count by. Use '.exact' suffix for full phrase counts. E.g. 'patient.reaction.reactionmeddrapt.exact' |