FAERS Count Seriousness By Drug Event
Count the number of adverse event reports classified as serious or non-serious. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. In results, term Serious means: "The adverse event resulted in death, a life threatening condition, hospitalization, disability, congenital anomaly, or other serious condition", term Non-serious means "The adverse event did not result in any of the…
Overview
Count the number of adverse event reports classified as serious or non-serious. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. In results, term Serious means: "The adverse event resulted in death, a life threatening condition, hospitalization, disability, congenital anomaly, or other serious condition", term Non-serious means "The adverse event did not result in any of the above". Data source: FDA Adverse Event Reporting System (FAERS).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"medicinalproduct": {
"description": "Drug name.",
"type": "string"
},
"occurcountry": {
"description": "Optional: Filter by country where event occurred (ISO2 code, e.g., 'US', 'GB'). Omit this parameter if you don't want to filter by country.",
"pattern": "^[A-Z]{2}$",
"type": "string"
},
"patientagegroup": {
"description": "Optional: Filter by patient age group. Omit this parameter if you don't want to filter by age.",
"enum": [
"Neonate",
"Infant",
"Child",
"Adolescent",
"Adult",
"Elderly"
],
"type": "string"
},
"patientsex": {
"description": "Optional: Filter by patient sex. Omit this parameter if you don't want to filter by sex.",
"enum": [
"Male",
"Female"
],
"type": "string"
}
},
"required": [
"medicinalproduct"
],
"type": "object"
}Examples (1)
Default FAERS Count Seriousness By Drug Event call
{
"medicinalproduct": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_count_seriousness_by_drug_event
- Tool name
- FAERS_count_seriousness_by_drug_event
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse