MELD Score Calculator
Calculate the Model for End-Stage Liver Disease (MELD) score, used to assess liver disease severity and prioritize liver transplant allocation. Educational reference tool only.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| MELD Score Calculator | — | MELD = formula combining bilirubin, INR, creatinine | score 6-40 |
Step-by-Step Examples
Bilirubin=1.5, INR=1.2, Creatinine=0.9.
- Using floor values: Creat=1.0 (floored), Bili=1.5, INR=1.2
- MELD = 9.57×ln(1.0)+3.78×ln(1.5)+11.2×ln(1.2)+6.43
- = 0+1.53+2.05+6.43 = 10.01 ≈ 10
Bilirubin=3.5, INR=1.8, Creatinine=1.5.
- MELD = 9.57×ln(1.5)+3.78×ln(3.5)+11.2×ln(1.8)+6.43
- = 3.88+4.74+6.59+6.43 = 21.64 ≈ 22
Bilirubin=8.0, INR=2.5, Creatinine=2.8.
- MELD = 9.57×ln(2.8)+3.78×ln(8.0)+11.2×ln(2.5)+6.43
- = 9.85+7.86+10.27+6.43 = 34.41 ≈ 34
Real-World Applications
Common Mistakes to Avoid
MELD-based transplant allocation involves complex additional factors and exception criteria beyond the basic calculation — always requires specialist hepatology and transplant team evaluation.
The MELD formula applies specific floor values (minimum 1.0 for bilirubin/INR, minimum 1.0 and maximum 4.0 for creatinine) that significantly affect calculations in extreme cases.
Several updated versions exist (MELD-Na incorporates sodium, MELD 3.0 includes additional factors) — the basic original formula shown here is simplified for educational purposes.