# Example 1: High Risk
# Prior Intubation (+2), HR 115 (+2), Trop High (+2), Urea 15 (+1), NT-proBNP 6000 (+1)
# Score = 8
ottawa_heart_failure_risk_scale(0, 1, 115, 95, 80, 0, 15, 25, 1, 6000)
# Example 2: Low Risk
# No history, Vitals stable, Labs normal
# Score = 0
ottawa_heart_failure_risk_scale(0, 0, 80, 98, 85, 0, 5, 24, 0, 400)
Run the code above in your browser using DataLab