# AI instructs to clamp a chest tube during patient transport to prevent water seal chamber spillage, ignoring tension pneumothorax risk

- **ID:** `medical/chest-tube-clamping-during-transport`
- **Domain:** medical
- **Category:** runtime_error
- **Error Code:** `CHEST-TUBE-006`
- **Verification:** ai_generated
- **Fix Rate:** 88%

## Root Cause

Clamping a chest tube during transport can convert a simple pneumothorax into a tension pneumothorax if air leak is present, because the clamp prevents air from escaping through the tube; water seal chamber spillage is a minor inconvenience compared to life-threatening tension physiology.

## Workarounds

1. **Never clamp a chest tube during transport if there is any suspicion of air leak. Instead, keep the water seal chamber upright and below the chest level (e.g., hang from bed rail or use a dedicated transport pole). Secure all connections with tape. Monitor for respiratory distress and subcutaneous emphysema during transport.** (95% success)
   ```
   Never clamp a chest tube during transport if there is any suspicion of air leak. Instead, keep the water seal chamber upright and below the chest level (e.g., hang from bed rail or use a dedicated transport pole). Secure all connections with tape. Monitor for respiratory distress and subcutaneous emphysema during transport.
   ```
2. **If the water seal chamber is at risk of spillage (e.g., during helicopter transport), connect the chest tube to a Heimlich valve (one-way flutter valve) for the duration of transport. This allows air to escape but prevents re-entry. Remove the Heimlich valve upon arrival and reconnect to water seal.** (90% success)
   ```
   If the water seal chamber is at risk of spillage (e.g., during helicopter transport), connect the chest tube to a Heimlich valve (one-way flutter valve) for the duration of transport. This allows air to escape but prevents re-entry. Remove the Heimlich valve upon arrival and reconnect to water seal.
   ```
3. **If clamping is absolutely necessary (e.g., during tube removal trial), clamp for no more than 30 minutes under continuous observation. Monitor for chest pain, dyspnea, or tracheal deviation. Obtain a chest X-ray immediately after clamping to rule out pneumothorax recurrence.** (75% success)
   ```
   If clamping is absolutely necessary (e.g., during tube removal trial), clamp for no more than 30 minutes under continuous observation. Monitor for chest pain, dyspnea, or tracheal deviation. Obtain a chest X-ray immediately after clamping to rule out pneumothorax recurrence.
   ```

## Dead Ends

- **Clamp the tube for the entire transport duration to avoid any spillage** — Any air leak will accumulate in the pleural space, causing tension pneumothorax within minutes. Clamping should only be done under direct physician supervision for specific indications (e.g., tube removal trial). (95% fail)
- **Use a hemostat to clamp the tube at the patient's chest wall to minimize dead space** — Clamping at the chest wall does not prevent tension pneumothorax; the air leak continues into the pleural space regardless of clamp location. (90% fail)
- **Place the water seal chamber on the patient's bed during transport to prevent tipping** — Placing the chamber on the bed risks accidental disconnection or elevation above the chest, causing fluid to flow back into the pleural space (siphon effect). The chamber must remain upright and below the chest level. (80% fail)
