# AI instructs a nurse to clamp a chest tube during patient transport without verifying water seal chamber integrity, causing tension pneumothorax

- **ID:** `medical/chest-tube-water-seal-chamber`
- **Domain:** medical
- **Category:** runtime_error
- **Error Code:** `CHEST_TUBE_CLAMP_LEAK`
- **Verification:** ai_generated
- **Fix Rate:** 90%

## Root Cause

Clamping a chest tube with a water seal system that has an air leak or is not intact can trap air in the pleural space, converting a simple pneumothorax into a life-threatening tension pneumothorax.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Pleur-evac-A-7000-2024 | active | — | — |
| Atrium-Ocean-2023 | active | — | — |

## Workarounds

1. **Before clamping, ensure the water seal chamber is intact: check for continuous bubbling (indicating air leak) and that the water level is at the 2 cm mark. If bubbling is present, do not clamp. Instead, use a one-way valve (Heimlich valve) for transport. If no bubbling and system is intact, clamping for brief transport (under 30 minutes) may be acceptable with continuous monitoring.** (95% success)
   ```
   Before clamping, ensure the water seal chamber is intact: check for continuous bubbling (indicating air leak) and that the water level is at the 2 cm mark. If bubbling is present, do not clamp. Instead, use a one-way valve (Heimlich valve) for transport. If no bubbling and system is intact, clamping for brief transport (under 30 minutes) may be acceptable with continuous monitoring.
   ```
2. **If clamping is necessary for transport (e.g., to prevent disconnection), use a commercial chest tube clamp with a locking mechanism. Apply the clamp close to the chest wall to minimize dead space. Document the time of clamping and ensure the patient is transported with oxygen and a decompression needle available. Upon arrival, unclamp immediately and reconnect to a new drainage system.** (90% success)
   ```
   If clamping is necessary for transport (e.g., to prevent disconnection), use a commercial chest tube clamp with a locking mechanism. Apply the clamp close to the chest wall to minimize dead space. Document the time of clamping and ensure the patient is transported with oxygen and a decompression needle available. Upon arrival, unclamp immediately and reconnect to a new drainage system.
   ```
3. **Consider using a portable chest drainage system with a built-in water seal and no need for clamping (e.g., Pleur-evac Sahara). These systems are designed for transport and maintain water seal without clamping.** (92% success)
   ```
   Consider using a portable chest drainage system with a built-in water seal and no need for clamping (e.g., Pleur-evac Sahara). These systems are designed for transport and maintain water seal without clamping.
   ```

## Dead Ends

- **Assuming that clamping is always safe for transport because it prevents accidental disconnection** — Clamping without verifying water seal integrity can cause tension pneumothorax if there is an air leak. The water seal chamber must show no bubbling and the system must be intact before clamping. (75% fail)
- **Believing that a chest tube can be clamped for any duration as long as the patient is monitored** — Even with monitoring, a tension pneumothorax can develop rapidly (within minutes) and is often unrecognized until the patient becomes hypotensive or hypoxic. (60% fail)
- **Using a hemostat to clamp the tube without checking if the clamp is sterile or if it might damage the tube** — Non-sterile clamps can introduce infection; crushing the tube can cause permanent damage and leakage. Also, the clamp may slip off during transport. (50% fail)
