MELD-Na Calculator
Calculate classic MELD-Na from bilirubin, INR, creatinine, sodium, and dialysis adjustment for documented clinical score checks.
MELD-Na Calculator
Background.
A MELD-Na calculator estimates the classic Model for End-Stage Liver Disease sodium score from bilirubin, INR, creatinine, serum sodium, and dialysis status. The common user is checking a documented score, teaching the formula, reconciling a chart note, or preparing for a clinical discussion. The calculator should return both the underlying MELD score and the sodium-adjusted score, because a user may need to understand whether the result is driven by bilirubin, INR, creatinine, low sodium, or the interaction between MELD and sodium.
The worked example uses bilirubin 3.2 mg/dL, INR 1.8, creatinine 1.4 mg/dL, sodium 130 mmol/L, and no qualifying dialysis flag. The classic MELD formula gives 20.6299600124342. Sodium is bounded to the accepted classic range, so 130 remains 130, and the sodium delta is 7. The MELD-Na adjustment adds 1.32 times 7 and subtracts 0.033 times the MELD score times 7. The resulting raw MELD-Na is 25.1044392495619, which rounds to 25. Showing those intermediate numbers is essential because online MELD calculators often disagree when they round too early, cap values differently, or use a newer allocation formula instead of classic MELD-Na.
The page must be careful about clinical scope. MELD-Na is a clinical score used in liver disease severity discussions, but it is not a diagnosis, treatment plan, or transplant listing decision. HRSA and OPTN resources describe MELD and PELD calculators for liver allocation, and current allocation policy can use updated formulas such as MELD 3.0. A public calculator for "MELD-Na" should therefore make clear that it implements the classic MELD-Na arithmetic for documentation and education. The user's actual score for transplant purposes is based on values and policy rules submitted through the transplant program and OPTN systems.
Implementation details matter. The formula uses natural logarithms, not base-10 logarithms. Core lab values below 1.0 are adjusted up to 1.0 before taking logarithms because the logarithm of values below 1 can reduce the score in a way the clinical rule does not intend. Creatinine is capped at 4.0, and dialysis status can set creatinine to 4.0 under classic handling. Sodium is bounded between 125 and 137 for the classic MELD-Na adjustment. These caps should be visible in the output as "values used" so a user can see why the calculator used a different number from the raw lab entry.
The calculator should also support raw and rounded output. Research formulas operate on continuous values, but clinical score display often uses whole numbers. To prevent rounding discrepancies, the app should compute with full precision internally, show the raw value in the details, and then show the rounded result as the headline score. That approach makes audits easier and reduces the chance of a one-point difference caused by premature rounding.
The output should also preserve the formula version label. That matters because a user comparing chart documentation, an older classic MELD-Na note, and a current allocation resource may otherwise assume all MELD-related scores are interchangeable. That label should appear in exported or copied results.
What is meld-na calculator?
MELD-Na is a sodium-adjusted version of the Model for End-Stage Liver Disease score. Classic MELD uses serum bilirubin, INR, and serum creatinine to estimate short-term mortality risk in patients with advanced liver disease. MELD-Na adds serum sodium because hyponatremia has been associated with worse waiting-list outcomes in liver transplant candidates. The sodium adjustment increases the score when sodium is low within the bounded range used by the formula.
A calculator for MELD-Na should be treated as a clinical score worksheet. It does not interpret why a patient has abnormal bilirubin, INR, creatinine, or sodium. It does not determine whether a patient should receive transplant priority, medication changes, admission, or any procedure. Those decisions require clinician judgment, current policy, and verified laboratory data. The calculator simply applies the classic arithmetic to the entered values.
The score is sensitive to formula version. Some calculators now emphasize MELD 3.0 or other policy-specific calculations. This dossier is for a classic MELD-Na calculator and should label that clearly. If the product later adds an official OPTN-style MELD/PELD calculator, it should be a separate tool or a separate mode with source-dated policy logic. Keeping the version explicit prevents classic educational arithmetic from being confused with current allocation policy.
How to use this calculator.
- Enter serum bilirubin in mg/dL.
- Enter INR.
- Enter serum creatinine in mg/dL.
- Enter serum sodium in mmol/L.
- Select whether the dialysis criterion applies.
- Review the adjusted lab values, original MELD, raw MELD-Na, and rounded score.
- Use the result for documentation checks only and verify clinical decisions through the treating team or transplant program.
The formula.
The calculator starts by preparing the laboratory values for the logarithmic formula. Bilirubin, INR, and creatinine are each lower-bounded at 1.0. This means a bilirubin value of 0.7 is treated as 1.0 for the formula, and the same rule applies to INR and creatinine. The lower bound prevents low values from reducing the score through negative logarithms. Creatinine is then capped at 4.0, and the classic dialysis rule can set creatinine to 4.0 when the dialysis criterion is met.
The original MELD score uses natural logarithms. It multiplies the natural log of bilirubin by 3.78, the natural log of INR by 11.2, and the natural log of creatinine by 9.57, then adds 6.43. In the worked example, the adjusted values are the same as the raw values because all three core labs are at least 1.0 and creatinine is below 4.0. The calculation is 3.78 times ln(3.2), plus 11.2 times ln(1.8), plus 9.57 times ln(1.4), plus 6.43. The result is 20.6299600124342.
The sodium adjustment then bounds sodium between 125 and 137. A sodium value below 125 is treated as 125, and a sodium value above 137 is treated as 137. The sodium delta is 137 minus the bounded sodium value. In the example, sodium is 130, so the delta is 7. The classic MELD-Na adjustment is the MELD score plus 1.32 times the sodium delta minus 0.033 times the MELD score times the sodium delta. Substituting the example values gives 25.1044392495619.
Rounding should occur at the end. If the implementation rounds the MELD score before applying the sodium adjustment, or rounds the sodium-adjusted result before display details are generated, the visible answer may differ from a hand audit. The preferred implementation keeps full precision for the calculation, displays the raw score in the details, and then rounds the final score for the headline output.
A worked example.
The example patient data are bilirubin 3.2 mg/dL, INR 1.8, creatinine 1.4 mg/dL, sodium 130 mmol/L, and no qualifying dialysis flag. Because bilirubin, INR, and creatinine are all above 1.0, the lower-bound rule does not change them. Creatinine is also below the cap of 4.0, so the creatinine used in the formula remains 1.4. The calculator applies the natural-log MELD formula. Using the full precision values, the MELD score is 20.6299600124342. Sodium is then bounded between 125 and 137. A sodium of 130 remains 130, so the sodium delta is 137 minus 130, or 7. The MELD-Na formula adds 1.32 times 7 and subtracts 0.033 times 20.6299600124342 times 7. The raw result is 25.1044392495619. Rounded to the nearest whole number, the displayed MELD-Na score is 25. The calculator should display both values so the rounded score can be audited against the full-precision calculation.
Frequently asked questions.
Is this the current official OPTN allocation calculator?
Why does the formula use natural logarithms?
Why is sodium capped between 125 and 137?
What does the dialysis checkbox do?
Can patients use this calculator at home?
Why do different MELD calculators give different answers?
Does MELD-Na diagnose cirrhosis or liver failure?
Should the calculator show both raw and rounded results?
References& sources.
- [1]Kim, W. R., et al. (2008). Hyponatremia and mortality among patients on the liver-transplant waiting list. New England Journal of Medicine.
- [2]Kim, W. R., et al. (2008). Hyponatremia and Mortality among Patients on the Liver-Transplant Waiting List (PMC full text).
- [3]Biggins, S. W., et al. (2006). Evidence-based incorporation of serum sodium concentration into MELD. Gastroenterology.
- [4]Kamath, P. S., et al. (2001). A model to predict survival in patients with end-stage liver disease. Hepatology.
- [5]Wiesner, R., et al. (2003). Model for end-stage liver disease (MELD) and allocation of donor livers. Gastroenterology.
- [6]Health Resources and Services Administration (2025). Allocation Calculators. OPTN.
- [7]Health Resources and Services Administration. Questions and Answers About Liver Allocation. OPTN.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled