Claude commited on
Commit
d839e9d
·
1 Parent(s): c7ad943

fix: Rhythm pattern variations

Browse files
Files changed (1) hide show
  1. code_blue_agent.py +8 -0
code_blue_agent.py CHANGED
@@ -169,14 +169,22 @@ class CodeBlueAgent:
169
 
170
  # Rhythms
171
  "v fib": "rhythm_vf",
 
 
172
  "vf": "rhythm_vf",
173
  "ventricular fibrillation": "rhythm_vf",
174
  "v tach": "rhythm_vt",
 
 
175
  "vt": "rhythm_vt",
176
  "pulseless vt": "rhythm_vt",
 
177
  "pea": "rhythm_pea",
 
 
178
  "asystole": "rhythm_asystole",
179
  "flatline": "rhythm_asystole",
 
180
 
181
  # Defibrillation
182
  "shock advised": "shock_advised",
 
169
 
170
  # Rhythms
171
  "v fib": "rhythm_vf",
172
+ "v-fib": "rhythm_vf",
173
+ "vfib": "rhythm_vf",
174
  "vf": "rhythm_vf",
175
  "ventricular fibrillation": "rhythm_vf",
176
  "v tach": "rhythm_vt",
177
+ "v-tach": "rhythm_vt",
178
+ "vtach": "rhythm_vt",
179
  "vt": "rhythm_vt",
180
  "pulseless vt": "rhythm_vt",
181
+ "pulseless v-tach": "rhythm_vt",
182
  "pea": "rhythm_pea",
183
+ "p.e.a": "rhythm_pea",
184
+ "pulseless electrical": "rhythm_pea",
185
  "asystole": "rhythm_asystole",
186
  "flatline": "rhythm_asystole",
187
+ "flat line": "rhythm_asystole",
188
 
189
  # Defibrillation
190
  "shock advised": "shock_advised",