# Example 1: Severe Illness
# SpO2 92%, RR 22, Positive Infiltrates (but not >50%)
# Severity driven by Hypoxia (SpO2 < 94%)
acep_covid19_management(spo2 = 92, resp_rate = 22, lower_resp_disease = TRUE)
# Example 2: Mild Illness
# SpO2 98%, RR 16, Symptoms present, No lower respiratory disease
acep_covid19_management(spo2 = 98, resp_rate = 16, lower_resp_disease = FALSE)
# Example 3: Critical Illness
# Shock present
acep_covid19_management(spo2 = 88, resp_rate = 35, signs_of_shock_mods = TRUE)
Run the code above in your browser using DataLab