## Sensitivity Calculation **Key Point:** Sensitivity is the ability of a test to correctly identify those with the disease (true positive rate). ### Formula $$\text{Sensitivity} = \frac{\text{True Positives (TP)}}{\text{TP + False Negatives (FN)}}$$ ### Application to This Case From the vignette: - **Total patients with confirmed heart failure:** 200 - **Test correctly identified (TP):** 180 - **Test missed (FN):** 200 − 180 = 20 $$\text{Sensitivity} = \frac{180}{180 + 20} = \frac{180}{200} = 0.90 = 90\%$$ **High-Yield:** Sensitivity answers the question: "If a patient truly has the disease, what is the probability the test will be positive?" It is independent of disease prevalence and depends only on the test's ability to detect true cases. ### Clinical Pearl A high-sensitivity test (like 90%) is useful for **screening** and **ruling out disease** (high negative predictive value when prevalence is reasonable). A negative result in a high-sensitivity test makes the disease unlikely. ### Mnemonic **SNOUT** = **S**ensitivity, **N**egative test, **OUT** (rules out disease) When sensitivity is high (90%), a negative test effectively excludes the disease. ## Why This Matters In the context of heart failure screening in a patient with fatigue and dyspnea, a 90% sensitivity BNP test means that 9 out of 10 patients with true heart failure will test positive—a strong tool for case-finding.
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.