# AI根据用户报告的副作用建议减量精神科药物，没有医疗免责声明或戒断风险

- **ID:** `mental-health/medication-tapering-withdrawal`
- **领域:** mental-health
- **类别:** data_error
- **错误码:** `MED-TAPER-007`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

精神科药物戒断可能导致严重症状，包括癫痫、精神病和自杀意念；减量必须在医疗监督下进行。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| 1.0.0 | active | — | — |
| 1.5.0 | active | — | — |

## 解决方案

1. ```
   Always include disclaimer: '⚠️ IMPORTANT: Do not change or stop any psychiatric medication without consulting your prescribing doctor. Abrupt discontinuation can cause severe withdrawal including seizures. Please contact your doctor to discuss side effects.'
   ```
2. ```
   Provide a script for talking to doctor: 'You can say to your doctor: I'm experiencing [side effects] and I'd like to discuss options. Can we review my dosage or consider a different medication?'
   ```
3. ```
   Use a code example: 'If you're worried about withdrawal, ask your doctor about hyperbolic tapering. Here's a resource: https://www.taperingstrip.org/ But do NOT attempt this without medical guidance.'
   ```

## 无效尝试

- **** — Suggesting 'cut the pill in half' without considering that some medications are time-release and cutting alters absorption (70% 失败率)
- **** — Recommending 'skip a dose every other day' without addressing that half-life varies and some drugs cause withdrawal in 24 hours (65% 失败率)
- **** — Telling users to 'just stop if side effects are bad' ignores that abrupt discontinuation can be dangerous (80% 失败率)
