## Understanding Negative Predictive Value (NPV) **Key Point:** NPV is the probability that a person with a **negative test result** actually **does not have** the disease. It answers the question: "If my test is negative, how confident can I be that I don't have the disease?" ### Definition $$NPV = \frac{TN}{TN + FN} = \frac{\text{True Negatives}}{\text{True Negatives + False Negatives}}$$ Where: - **TN (True Negatives):** People without disease who test negative ✓ - **FN (False Negatives):** People with disease who test negative ✗ (missed cases) ### What NPV = 98% Means - Of all people who test **negative**, 98% truly do not have the disease. - Conversely, 2% of those who test negative actually have the disease (false negatives). - NPV tells us about the **post-test probability** of being disease-free given a negative result. ### Mnemonic **Mnemonic: "NPV = No Problem Verified"** — If the test is negative and NPV is high, you can be confident the patient doesn't have the disease. ### High-Yield Distinction Table | Term | Definition | Question Answered | | --- | --- | --- | | **Sensitivity** | $\frac{TP}{TP+FN}$ | If I have the disease, will the test catch it? | | **Specificity** | $\frac{TN}{TN+FP}$ | If I don't have the disease, will the test say so? | | **PPV** | $\frac{TP}{TP+FP}$ | If my test is positive, do I have the disease? | | **NPV** | $\frac{TN}{TN+FN}$ | If my test is negative, am I disease-free? | **Clinical Pearl:** NPV is most useful in **rule-out** scenarios. A highly negative test (high NPV) is reassuring and can safely exclude disease.
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.