Adverse Food Events
90,000 product-related user-reported adverse medical events
@kaggle.fda_adverse_food_events
90,000 product-related user-reported adverse medical events
@kaggle.fda_adverse_food_events
The CFSAN Adverse Event Reporting System (CAERS) is a database that contains information on adverse event and product complaint reports submitted to FDA for foods, dietary supplements, and cosmetics. The database is designed to support CFSAN's safety surveillance program. Adverse events are coded to terms in the Medical Dictionary for Regulatory Activities (MedDRA) terminology.
See the metadata description in the accompanying README.pdf below or here. Approximately 90k reactions are recorded from 2004-mid 2017, with 12 columns of information regarding type of reaction and related event details.
This dataset is collected by the US Food and Drug Administration.
CREATE TABLE caers_ascii_2004_2017q2 (
"ra_report" BIGINT -- RA Report #,
"ra_caers_created_date" TIMESTAMP,
"aec_event_start_date" TIMESTAMP,
"pri_product_role" VARCHAR,
"pri_reported_brand_product_name" VARCHAR,
"pri_fda_industry_code" BIGINT,
"pri_fda_industry_name" VARCHAR,
"ci_age_at_adverse_event" DOUBLE,
"ci_age_unit" VARCHAR,
"ci_gender" VARCHAR,
"aec_one_row_outcomes" VARCHAR,
"sym_one_row_coded_symptoms" VARCHAR
);Anyone who has the link will be able to view this.