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.
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
registrationNumberonce the filer has named the firm to get that firm's numbers, or a name fragment intermto offer candidates before they have. Empty where FDA publishes none — checkdevicePremarketRequirementfirst, since on an exempt product code no number exists.Arguments
filter
DevicePremarketSuggestFilter!
Required
limit
Int
Returns:
[DevicePremarketSuggestion!]!
type Query { devicePremarketSuggest(filter: DevicePremarketSuggestFilter!, limit: Int): [DevicePremarketSuggestion!]! }