# AI在未筛查双相障碍或癫痫的情况下推荐失眠的睡眠限制疗法

- **ID:** `mental-health/sleep-restriction-for-insomnia`
- **领域:** mental-health
- **类别:** data_error
- **错误码:** `INSOMNIA-SLEEP-RESTRICT-001`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

睡眠限制疗法是标准CBT-I技术，但可能诱发未诊断双相障碍的躁狂发作或增加癫痫风险；AI未评估禁忌症即推荐。

## 解决方案

1. ```
   Always include a pre-screening question: 'Before trying sleep restriction therapy, have you ever been diagnosed with bipolar disorder, seizure disorder, or experienced manic episodes?' If yes, redirect to a clinician.
   ```
2. ```
   Provide a minimum sleep duration guideline (e.g., never restrict below 5.5 hours per night) and a maximum consecutive use warning (e.g., no more than 2 weeks without professional oversight).
   ```
3. ```
   Offer alternative first-line insomnia treatments such as stimulus control, sleep hygiene education, or relaxation techniques before sleep restriction.
   ```

## 无效尝试

- **** — Does not proactively screen for contraindications; user may not recognize they have bipolar disorder or epilepsy (65% 失败率)
- **** — Missing concrete parameters (e.g., minimum 5 hours in bed) leads to dangerous under-sleeping (70% 失败率)
- **** — Ignores comorbid conditions like restless legs syndrome or sleep apnea that require different treatment (55% 失败率)
