Description Usage Arguments Value Caveats References
The quick SOFA (Sequential Organ Failure Assessment) score is used to estimate mortality in sepsis.
1 | score_qsofa(gcs, respiratory_rate, sbp)
|
gcs |
Glasgow Coma Scale. |
respiratory_rate |
Respiratory rate (/min). |
sbp |
Systolic blood pressure (mmHg). |
qSOFA score (points), or NA
if any parameters are NA
.
Note that the original publications used GCS < 14 as
'altered mental state' but the current
qSOFA website promotes GCS < 15 as
cutoff. Here, GCS < 15 is used as 'altered mental state'. Note that the
actual GCS does not matter for the qSOFA: if you only know if there was a
altered metal state, use gcs = 15
for normal metal state and for
example gcs = 1
for any altered metal state.
Seymour, C. W. et al. Assessment of Clinical Criteria for Sepsis. JAMA 315, 762 (2016)..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.