{
  "id": "medical/neonatal-respiratory-rate-adult",
  "signature": "AI calculates neonatal respiratory rate threshold using adult norms, missing tachypnea in a 2-day-old term infant",
  "signature_zh": "AI使用成人标准计算新生儿呼吸频率阈值，漏诊2天足月新生儿的呼吸急促",
  "regex": "(respiratory rate|RR).*(newborn|neonate|infant|baby).*(adult|normal|20|12)",
  "domain": "medical",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "Neonatal respiratory rates are much higher than adults (normal 30-60 breaths/min for term newborns vs 12-20 for adults). Using adult thresholds (e.g., >20 = tachypnea) fails to detect respiratory distress in infants, delaying intervention for pneumonia, sepsis, or congenital heart disease.",
  "root_cause_type": "generic",
  "root_cause_zh": "新生儿呼吸频率远高于成人（足月新生儿正常30-60次/分钟，成人12-20次/分钟）。使用成人阈值（例如>20=呼吸急促）无法检测婴儿呼吸窘迫，延误肺炎、败血症或先天性心脏病的干预。",
  "versions": [
    {
      "version": "WHO Pocket Book of Hospital Care for Children 2nd ed",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "AAP Neonatal Resuscitation Program 8th ed",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Epic EHR Neonatal Module v2023",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Neonatal rates are not linear with age. A 2-day-old has rates 3x higher than a 2-year-old. Formula-based adjustments are inaccurate; use published reference tables.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "The upper limit of normal for a term newborn is 60 bpm; 40 bpm is abnormally low (bradypnea) and may miss tachypnea. Different thresholds exist for preterm vs term infants.",
      "fail_rate": 0.75,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Tachypnea often precedes desaturation by hours in neonatal sepsis. Pulse oximetry can be normal in early respiratory distress, especially with supplemental oxygen.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Use WHO or AAP reference tables for respiratory rate by age: Term newborn (0-28 days): normal 30-60 bpm, tachypnea >60 bpm. Preterm: normal 40-70 bpm, threshold >70 bpm. Implement as age-specific logic in decision support.",
      "success_rate": 0.95,
      "how": "Use WHO or AAP reference tables for respiratory rate by age: Term newborn (0-28 days): normal 30-60 bpm, tachypnea >60 bpm. Preterm: normal 40-70 bpm, threshold >70 bpm. Implement as age-specific logic in decision support.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Integrate neonatal early warning score (NEWS) or modified pediatric early warning score (PEWS) that automatically flags abnormal RR based on age-appropriate z-scores.",
      "success_rate": 0.9,
      "how": "Integrate neonatal early warning score (NEWS) or modified pediatric early warning score (PEWS) that automatically flags abnormal RR based on age-appropriate z-scores.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Educate clinicians to always document respiratory rate and compare against age-specific norms. Use visual aids (posters, EHR pop-ups) showing normal ranges for each age group.",
      "success_rate": 0.85,
      "how": "Educate clinicians to always document respiratory rate and compare against age-specific norms. Use visual aids (posters, EHR pop-ups) showing normal ranges for each age group.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "使用WHO或AAP按年龄的呼吸频率参考表：足月新生儿（0-28天）：正常30-60次/分钟，呼吸急促>60次/分钟。早产儿：正常40-70次/分钟，阈值>70次/分钟。在决策支持中实现年龄特定逻辑。",
    "集成新生儿早期预警评分（NEWS）或改良儿科早期预警评分（PEWS），根据年龄适当的z分数自动标记异常呼吸频率。",
    "教育临床医生始终记录呼吸频率并与年龄特定标准比较。使用视觉辅助工具（海报、电子病历弹出窗口）显示每个年龄组的正常范围。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.who.int/publications/i/item/9789241548067",
  "official_doc_section": null,
  "error_code": "PEDIATRICS-017",
  "verification_tier": "ai_generated",
  "confidence": 0.87,
  "fix_success_rate": 0.9,
  "resolvable": "true",
  "first_seen": "2023-11-05",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}