# Example 1: Low Risk (Safe for discharge)
# TIMI 0, No EKG changes, Negative Troponins x2
adapt_cardiac_risk(0, 0, 0, 0)
# Example 2: Not Low Risk
# TIMI 1, No EKG changes, Negative Troponins x2
adapt_cardiac_risk(1, 0, 0, 0)
# Example 3: Not Low Risk
# TIMI 0, No EKG changes, Positive 2h Troponin
adapt_cardiac_risk(0, 0, 0, 1)
Run the code above in your browser using DataLab