DEV

Query.

devicePremarketSuggest

Premarket (510(k)/PMA) numbers FDA publishes against a device product code, for the PM# affirmation. FDA's spec wants the number that is on the listing record, so these come from the listing itself rather than from a premarket search: pass registrationNumber once the filer has named the firm to get that firm's numbers, or a name fragment in term to offer candidates before they have. Empty where FDA publishes none — check devicePremarketRequirement first, since on an exempt product code no number exists.

Arguments

No description

limit

Int

No description
GraphQL
1
2
3
type Query {
  devicePremarketSuggest(filter: DevicePremarketSuggestFilter!, limit: Int): [DevicePremarketSuggestion!]!
}

Was this page helpful?