# AI instructs to draw blood cultures exclusively from a central venous catheter without peripheral venipuncture, ignoring contamination risk

- **ID:** `medical/central-line-blood-culture-contamination`
- **Domain:** medical
- **Category:** runtime_error
- **Error Code:** `CLABSI-CULT-003`
- **Verification:** ai_generated
- **Fix Rate:** 86%

## Root Cause

Blood cultures drawn solely from a central line have a 2-5x higher contamination rate than peripheral draws, leading to false positives, unnecessary antibiotics, and increased line-days; paired peripheral and central cultures are required for accurate diagnosis of catheter-related bloodstream infection.

## Workarounds

1. **Draw at least one set of blood cultures from a peripheral vein (antecubital or forearm) and one set from each central lumen suspected of infection. Use sterile technique: clean skin with 2% chlorhexidine in 70% isopropyl alcohol for 60 seconds, allow to dry 30 seconds. Collect 10 mL per bottle (aerobic and anaerobic).** (93% success)
   ```
   Draw at least one set of blood cultures from a peripheral vein (antecubital or forearm) and one set from each central lumen suspected of infection. Use sterile technique: clean skin with 2% chlorhexidine in 70% isopropyl alcohol for 60 seconds, allow to dry 30 seconds. Collect 10 mL per bottle (aerobic and anaerobic).
   ```
2. **If peripheral access is impossible, draw two sets from different central lumens at least 15 minutes apart, AND obtain a quantitative culture (e.g., pour-plate method) to differentiate contamination from true infection.** (78% success)
   ```
   If peripheral access is impossible, draw two sets from different central lumens at least 15 minutes apart, AND obtain a quantitative culture (e.g., pour-plate method) to differentiate contamination from true infection.
   ```
3. **Use a 'differential time to positivity' (DTP) approach: compare time to positivity between central and peripheral cultures. If central culture becomes positive >2 hours earlier than peripheral, it indicates catheter-related infection.** (88% success)
   ```
   Use a 'differential time to positivity' (DTP) approach: compare time to positivity between central and peripheral cultures. If central culture becomes positive >2 hours earlier than peripheral, it indicates catheter-related infection.
   ```

## Dead Ends

- **Use a larger volume (20 mL) from the central line to dilute any contaminants** — Contamination arises from skin flora at the catheter hub, not from low volume; larger volume does not reduce contamination and may increase risk of line thrombosis. (90% fail)
- **Discard the first 5 mL of blood from the central line before drawing culture** — Discard protocols reduce heparin contamination but do not eliminate skin flora from the hub; paired peripheral cultures remain necessary. (75% fail)
- **Apply topical antiseptic to the hub for 30 seconds instead of 60 seconds** — Inadequate antisepsis time (<60 seconds) fails to eliminate coagulase-negative staphylococci, the most common contaminant. (80% fail)
