# Example 1: Unstable patient with fluid in RUQ
# Result: Positive FAST -> Laparotomy
fast_trauma_algorithm(0, 1, 0, 0, 1)
# Example 2: Stable patient with fluid in Pelvis
# Result: Positive FAST -> CT Scan
fast_trauma_algorithm(0, 0, 0, 1, 0)
# Example 3: Unstable patient with Negative FAST
# Result: Negative -> Search for other causes (Pelvic fx, etc.)
fast_trauma_algorithm(0, 0, 0, 0, 1)
Run the code above in your browser using DataLab