fda_drug_labels
Search FDA drug labeling for indications, warnings, boxed warnings, adverse reactions, drug interactions, and dosage using custom OpenFDA queries.
Instructions
Search FDA drug product labeling (package inserts / prescribing information — SPL). Contains indications, warnings, boxed warnings, adverse reactions, drug interactions, dosage.
Example searches:
'openfda.brand_name:"Tylenol"' — labeling for Tylenol
'exists:boxed_warning' — all labels with a Black Box Warning
'effective_time:[20200101+TO+20231231]' — labels updated in date range
'openfda.product_type:"HUMAN PRESCRIPTION DRUG"' — prescription drug labels only
Count fields: openfda.product_type.exact, openfda.brand_name.exact, openfda.route.exact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 100) | |
| search | No | OpenFDA search query. Examples: 'field:value', 'field:"Exact Phrase"', 'field:[20200101+TO+20231231]', '_exists_:field'. Combine with '+AND+', '+OR+', '+NOT+'. |