Template:MELD Calculator: Difference between revisions

(Create MELD Score calculator for end-stage liver disease with references)
 
(Add wikilinks: End-Stage Liver Disease)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
Usage: <code><nowiki>{{MELD Calculator}}</nowiki></code>
Usage: <code><nowiki>{{MELD Calculator}}</nowiki></code>
[[Category:Calculator templates]]</noinclude>
[[Category:Calculator templates]]</noinclude>
=== MELD Score ===
<div class="calculator-container" data-calculator-refresh-on-load="true">
<div class="calculator-container" data-calculator-refresh-on-load="true">
{| class="wikitable" style="width:100%; border-collapse:collapse;"
{| class="wikitable" style="width:100%; border-collapse:collapse;"
|+ style="font-size:16px; font-weight:bold; padding:8px; background:#d35400; color:white;" | MELD Score (Model for End-Stage Liver Disease)
|+ style="font-size:16px; font-weight:bold; padding:8px; background:#d35400; color:white;" | MELD Score (Model for [[Acute hepatic failure|End-Stage Liver Disease]])
|-
|-
! style="width:50%; background:#fdebd0;" | Parameter
! style="width:50%; background:#fdebd0;" | Parameter
Line 22: Line 23:
|-
|-
! style="background:#d35400; color:white;" | MELD Score
! style="background:#d35400; color:white;" | MELD Score
! style="background:#d35400; color:white; font-size:18px;" | {{calculator|id=meld_score|type=plain|formula=Math.round(10*(0.957*Math.log(Math.max(meld_cr*(1-meld_dialY)+meld_dialY*4,1))+0.378*Math.log(Math.max(meld_bil,1))+1.120*Math.log(Math.max(meld_inr,1))+0.643))|NaN-text=—|style=min-width:4ch;display:inline-block}}
! style="background:#d35400; color:white; font-size:18px;" | {{calculator|id=meld_score|type=plain|formula=round(10*(0.957*log(max(meld_cr*(1-meld_dialY)+meld_dialY*4,1))+0.378*log(max(meld_bil,1))+1.120*log(max(meld_inr,1))+0.643))|NaN-text=—|style=min-width:4ch;display:inline-block}}
|}
|}
{| class="wikitable" style="width:100%; margin-top:4px;"
{| class="wikitable" style="width:100%; margin-top:4px;"

Latest revision as of 16:49, 21 March 2026

Interactive MELD Score calculator for end-stage liver disease. Requires the calculator gadget. Usage: {{MELD Calculator}}

MELD Score

MELD Score (Model for End-Stage Liver Disease)
Parameter Value
Creatinine (mg/dL) — capped at 4.0
Bilirubin (mg/dL)
INR
On Dialysis (2× in past week or CVVHD) 1 No   Yes (Cr set to 4.0)
MELD Score
Interpretation — 3-Month Mortality
<10 ~2% mortality.
10–19 ~6% mortality.
20–29 ~20% mortality.
30–39 ~53% mortality.
≥40 ~71% mortality. Consider transplant evaluation.
References
  • Kamath PS, Wiesner RH, Malinchoc M, et al. A model to predict survival in patients with end-stage liver disease. Hepatology. 2001;33(2):464-470. PMID 11172350.
  • Wiesner R, Edwards E, Freeman R, et al. Model for end-stage liver disease (MELD) and allocation of donor livers. Gastroenterology. 2003;124(1):91-96. PMID 12512033.
  • Formula: MELD = 10 × [0.957 × ln(Cr) + 0.378 × ln(Bilirubin) + 1.120 × ln(INR) + 0.643]. Minimum lab values set to 1.0. Cr capped at 4.0.