FDA / openfda

openFDA is an FDA 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
572 stars 132 forks source link

Mystery drugs in the animal and veterinary adverse events dataset #109

Closed beckyconning closed 4 years ago

beckyconning commented 4 years ago

There are many drugs listed in the animal and veterinary adverse events dataset which don't contain active ingredient name nor ATC code.

What do these represent?

dkrylovsb commented 4 years ago

@beckyconning The following two queries indicate that all adverse event records have an ATC Vet code and active ingredient:

https://api.fda.gov/animalandveterinary/event.json?search=_missing_:drug.atc_vet_code https://api.fda.gov/animalandveterinary/event.json?search=_missing_:drug.active_ingredients

I am thus closing this issue; however, please feel free to re-open in case I missed something.