FDA / openfda

openFDA is a research project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.
https://open.fda.gov
Creative Commons Zero v1.0 Universal
567 stars 131 forks source link

Origin of the "drugcharacterization" field in the drug adverse events API #195

Closed eric-czech closed 1 year ago

eric-czech commented 1 year ago

Is it possible to get some information on where the drugcharacterization field comes from in the adverse events API? I understand (based on this notebook) that it is intended to indicate whether or not the drug for a record is presumed to be causal for a reaction, and that this is true for most reports. Where does this come from though? Is that information provided by the reporters of the event? Is any part of this determination automated?

Thanks!

dkrylovsb commented 1 year ago

drugcharacterization indicates reported role of drug in adverse event. Possible Codes are: 1= suspect 2=concomitant 3= interacting. openFDA receives this information from the FDA Adverse Event Reporting System (FAERS) Quarterly Data Extract Files.

For any given report, there is no certainty that a suspected drug caused the reaction. This is because physicians are encouraged to report suspected reactions; however, the event may have been related to the underlying disease being treated, or caused by some other drug being taken concurrently, or simply occurred by chance at that time.

Hope this helps.

eric-czech commented 1 year ago

It does, thank you @dkrylovsb 👍