# Example 1: Septic Shock
# Child 3y, High HR, High WBC, Infection, CV dysfunction
pediatric_sepsis_criteria("child_2y_5y", 39.0, 150, 20, 16, 0, 1, 1, 0, 0)
# Example 2: SIRS only
# Adolescent, Fever, Tachycardia, No infection
pediatric_sepsis_criteria("adolescent_13y_18y", 39.0, 120, 14, 8, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab