fda_device_udi
Search the Global Unique Device Identification Database for medical device records. Retrieve details including description, MRI safety, product codes, and sterilization. Query by brand, prescription status, or MRI safety.
Instructions
Search the Global Unique Device Identification Database (GUDID). Detailed device records: description, MRI safety, product codes, sterilization. Note: Booleans are stored as strings ('true'/'false').
Example searches:
'brand_name:"CoRoent"' — by brand
'is_rx:true' — prescription devices
'mri_safety:"MR Unsafe"' — MRI unsafe devices
'exists:public_device_record_key' — records with a public key
Count fields: product_codes.openfda.device_class, is_rx, mri_safety.exact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | OpenFDA search query. Examples: 'field:value', 'field:"Exact Phrase"', 'field:[20200101+TO+20231231]', '_exists_:field'. Combine with '+AND+', '+OR+', '+NOT+'. | |
| limit | No | Max results (default 10, max 100) |