DEV

Type.

AnimalDrugApprovalSuggestion

An FDA-approved animal drug offered as a trade-name typeahead suggestion (see animalDrugApprovalSuggest).

Fields

activeIngredientName

String

Active ingredient FDA files the approval under, e.g. "Amoxicillin Trihydrate".

applicationNumber

String!

Required

The approval number, hyphenated as FDA prints it ("055-078") — the value the affirmation is filed with. Which affirmation that becomes follows from the number: below 200-000 is a NADA (VNA), at or above is an ANADA (VAN).

applicationType

AnimalDrugApplicationType!

Required

Whether the approval is a NADA, an ANADA or a conditional NADA.

dosageForm

String

Dosage form, e.g. "Tablet" or "Medicated Feed" — with the marketing status it tells two same-named products apart.

marketingStatus

String

How the product is marketed, as FDA publishes it: RX, OTC or VFD (veterinary feed directive).

proprietaryName

String!

Required

The trade name as FDA publishes it, registered symbols and all.

species

[String!]!

Required

Species the approval covers, e.g. ["Dogs","Cats (Domestic)"] — the fastest check that this is the right product.

sponsorName

String

The application holder, e.g. "Zoetis Inc.".

withdrawnAt

DateTime

When the sponsor voluntarily withdrew the application; null while the approval stands. A withdrawn approval is still suggested, since the withdrawal is a fact the filer needs, but ranks below a current one.

Was this page helpful?