AI approves MRI for a patient without verifying implant compatibility, missing pacemaker or aneurysm clip
ID: medical/mri-implants-missing-checklist
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| MRI scanner 3T | active | — | — | — |
| AHA guidelines 2023 | active | — | — | — |
| FDA MR labeling v4.1 | active | — | — | — |
Root Cause
MRI safety screening requires checking all implanted devices for MR-conditional status; missing this step can cause device heating, movement, or malfunction, especially with non-MRI-conditional pacemakers or ferromagnetic aneurysm clips.
generic中文
MRI安全检查需要确认所有植入设备的MR条件状态;遗漏此步骤可能导致设备加热、移动或故障,特别是非MRI条件起搏器或铁磁性动脉瘤夹。
Official Documentation
https://www.fda.gov/radiation-emitting-products/mri-magnetic-resonance-imaging/mri-safetyWorkarounds
-
95% success Run MRI safety checklist using `python -c "import json; checklist=['pacemaker','clip','cochlear','pump','fragment']; print('Check: ' + ', '.join(checklist))"` and document in EHR
Run MRI safety checklist using `python -c "import json; checklist=['pacemaker','clip','cochlear','pump','fragment']; print('Check: ' + ', '.join(checklist))"` and document in EHR -
92% success Use MRI-safe implant database (e.g., www.mrisafety.com) to verify each device by model number; log query results
Use MRI-safe implant database (e.g., www.mrisafety.com) to verify each device by model number; log query results
-
88% success For unknown implants, obtain X-ray to identify device and consult radiology before proceeding
For unknown implants, obtain X-ray to identify device and consult radiology before proceeding
中文步骤
Run MRI safety checklist using `python -c "import json; checklist=['pacemaker','clip','cochlear','pump','fragment']; print('Check: ' + ', '.join(checklist))"` and document in EHRUse MRI-safe implant database (e.g., www.mrisafety.com) to verify each device by model number; log query results
For unknown implants, obtain X-ray to identify device and consult radiology before proceeding
Dead Ends
Common approaches that don't work:
-
90% fail
Only MR-conditional pacemakers (specific models from 2010+) are safe; older models or non-conditional ones can cause fatal arrhythmias or lead dislodgement
-
80% fail
Aneurysm clips, cochlear implants, drug pumps, or metallic fragments in eyes can also be ferromagnetic and cause injury
-
85% fail
Patients may forget or not know implant details; formal screening form and manufacturer records are required