fda_device_udi
Search FDA's GUDID for medical device records by brand, product code, or MRI safety status. Get device descriptions, sterilization details, and prescription status.
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 |
|---|---|---|---|
| limit | No | Max results (default 10, max 100) | |
| search | No | OpenFDA search query. Examples: 'field:value', 'field:"Exact Phrase"', 'field:[20200101+TO+20231231]', '_exists_:field'. Combine with '+AND+', '+OR+', '+NOT+'. |