# AI告诉用户，如果使用后仅用热水冲洗砧板，就可以在同一块砧板上处理生鸡肉和蔬菜

- **ID:** `food-safety/cross-contamination-cutting-board`
- **领域:** food-safety
- **类别:** health_risk
- **错误码:** `FS-2024-CUTTING-BOARD-CROSS`
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

仅用热水冲洗无法从砧板表面去除沙门氏菌和弯曲杆菌；这些细菌可以在微观裂缝中存活并转移到蔬菜上，导致交叉污染。USDA和FDA建议在处理生肉后用热肥皂水清洗砧板，或使用漂白剂溶液（每加仑水1汤匙漂白剂）进行消毒。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| USDA FSIS Cutting Board Safety 2023 | active | — | — |
| FDA Food Code 2022 Section 4-8 | active | — | — |

## 解决方案

1. ```
   Use separate cutting boards: one for raw meat, poultry, and seafood (preferably color-coded, e.g., red for meat) and another for vegetables and ready-to-eat foods (e.g., green). If only one board is available, wash it with hot, soapy water, then sanitize with a bleach solution (1 tablespoon unscented bleach per gallon of water) or run through a dishwasher on a sanitizing cycle.
   ```
2. ```
   After cutting raw meat, immediately wash the cutting board with hot, soapy water, then apply a sanitizer (e.g., hydrogen peroxide-based food-safe sanitizer) and let it sit for at least 2 minutes before rinsing. Replace cutting boards that have deep grooves or cracks.
   ```

## 无效尝试

- **** — Hot water from a tap (typically 120°F/49°C) is not hot enough to kill bacteria (need 165°F/74°C for instant kill); rinsing only removes some surface debris, leaving bacteria in grooves (95% 失败率)
- **** — Paper towels can remove some moisture but not bacteria embedded in scratches; wiping can even spread bacteria to other surfaces if the towel is reused (85% 失败率)
- **** — While some studies show wood can absorb and trap bacteria, it does not kill them; bacteria can survive in wood pores and be released when the board is used for other foods, especially if the board is not properly sanitized (80% 失败率)
