GFR (Glomerular Filtration Rate) Calculator

Professional eGFR calculator using the CKD-EPI 2021 creatinine equation (race-free). Convert units, optionally adjust for body surface area, and interpret CKD stage with accessible, mobile-first UX.

GFR (Glomerular Filtration Rate) Calculator

Use this professional-grade calculator to estimate kidney function with the CKD-EPI 2021 creatinine equation (race-free). Designed for clinicians, researchers, and informed patients, it converts units, optionally adjusts for body size, and explains CKD staging. This tool does not replace clinical judgment.

Interactive Calculator

Adults only. For ages under 18, pediatric formulas are recommended.
Sex *

Results

eGFR (CKD-EPI 2021)
mL/min/1.73 m²
Absolute GFR (if adjusted)
mL/min
Estimated BSA
CKD Stage
Interpretation guidance will appear here once all required inputs are valid.

Data Source and Methodology

Authoritative source: National Kidney Foundation (NKF) — Professional eGFR Calculators . Primary equation reference: Inker LA, Eneanya ND, Coresh J, et al. New Creatinine- and Cystatin C–Based Equations to Estimate GFR without Race. JAMA. 2021;326(19):2043–2054. doi:10.1001/jama.2021.17376

All calculations are strictly based on the formulas and data provided by this source.

The Formula Explained

For adults, CKD-EPI 2021 (creatinine, no race):

$$\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$$

where $$k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $$

Unit conversion (if needed): $$S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$$

Optional body size adjustment (Du Bois): $$\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$$ with Height in cm and Weight in kg, and $$\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$$

Glossary of Variables

NameSymbol/UnitDefinition
AgeyearsPatient age in completed years (adults ≥18).
SexBiological sex (female/male) used by the CKD-EPI coefficients.
Serum CreatinineScr (mg/dL or µmol/L)Creatinine concentration measured by the laboratory.
eGFRmL/min/1.73 m²Estimated GFR normalized to body surface area using CKD-EPI 2021.
Heightcm or inBody height, used to estimate BSA (optional).
Weightkg or lbBody weight, used to estimate BSA (optional).
BSAEstimated body surface area (Du Bois formula).
Absolute GFRmL/mineGFR adjusted to individualized BSA: eGFR × (BSA/1.73).
CKD StageG1–G5Stage classification based on eGFR; albuminuria and clinical context are also required.

Worked Example

How It Works: A Step-by-Step Example

Inputs: Age = 55 years, Sex = Female, Serum Creatinine = 1.10 mg/dL. Optional body size: Height = 165 cm, Weight = 65 kg.

  1. Coefficients: k = 0.7 (female), α = −0.241.
  2. Compute ratios: Scr/k = 1.10 / 0.7 ≈ 1.571. Then min(Scr/k,1) = 1; max(Scr/k,1) ≈ 1.571.
  3. Apply exponents: 1^α = 1; 1.571^(−1.200) ≈ 0.582.
  4. Age term: 0.9938^55 ≈ 0.711. Female factor: × 1.012.
  5. eGFR: 142 × 1 × 0.582 × 0.711 × 1.012 ≈ 59.5 mL/min/1.73 m².
  6. BSA (Du Bois): 0.007184 × 165^0.725 × 65^0.425 ≈ 1.715 m².
  7. Absolute GFR: 59.5 × (1.715 / 1.73) ≈ 58.9 mL/min.

Resulting CKD stage would be G3a based on eGFR alone; albuminuria and clinical evaluation are required for full staging.

Frequently Asked Questions (FAQ)

Which equation does this calculator use?

It implements the CKD-EPI 2021 creatinine equation without race, aligned with recommendations from NKF and ASN.

Can I enter creatinine in µmol/L?

Yes. Select µmol/L from the units dropdown. The tool converts to mg/dL internally using 1 mg/dL = 88.4 µmol/L.

Who should not rely on this calculator?

Not validated for children, pregnancy, acute kidney injury, or situations with rapidly changing renal function or extreme muscle mass/diet.

What is the difference between eGFR and absolute GFR?

eGFR is normalized to a standard BSA of 1.73 m². Absolute GFR scales eGFR to your estimated BSA from height and weight.

How is CKD staged?

By eGFR bands (G1≥90, G2 60–89, G3a 45–59, G3b 30–44, G4 15–29, G5<15) and albuminuria categories (A1–A3); clinical correlation is essential.

Does muscle mass affect creatinine and eGFR?

Yes. Low muscle mass can lower creatinine leading to higher eGFR estimates; the inverse is also true. Consider cystatin C when appropriate.

Is this tool a substitute for medical advice?

No. It provides educational estimates only. Decisions must be made by qualified clinicians using the full clinical picture.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,\]
\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,
Formula (extracted LaTeX)
\[k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}\]
k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}
Formula (extracted LaTeX)
\[S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}\]
S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}
Formula (extracted LaTeX)
\[\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}\]
\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}
Formula (extracted LaTeX)
\[\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.\]
\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.
Formula (extracted text)
For adults, CKD-EPI 2021 (creatinine, no race): $\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$ where $k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $ Unit conversion (if needed): $S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$ Optional body size adjustment (Du Bois): $\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$ with Height in cm and Weight in kg, and $\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Full original guide (expanded)

GFR (Glomerular Filtration Rate) Calculator

Use this professional-grade calculator to estimate kidney function with the CKD-EPI 2021 creatinine equation (race-free). Designed for clinicians, researchers, and informed patients, it converts units, optionally adjusts for body size, and explains CKD staging. This tool does not replace clinical judgment.

Interactive Calculator

Adults only. For ages under 18, pediatric formulas are recommended.
Sex *

Results

eGFR (CKD-EPI 2021)
mL/min/1.73 m²
Absolute GFR (if adjusted)
mL/min
Estimated BSA
CKD Stage
Interpretation guidance will appear here once all required inputs are valid.

Data Source and Methodology

Authoritative source: National Kidney Foundation (NKF) — Professional eGFR Calculators . Primary equation reference: Inker LA, Eneanya ND, Coresh J, et al. New Creatinine- and Cystatin C–Based Equations to Estimate GFR without Race. JAMA. 2021;326(19):2043–2054. doi:10.1001/jama.2021.17376

All calculations are strictly based on the formulas and data provided by this source.

The Formula Explained

For adults, CKD-EPI 2021 (creatinine, no race):

$$\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$$

where $$k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $$

Unit conversion (if needed): $$S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$$

Optional body size adjustment (Du Bois): $$\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$$ with Height in cm and Weight in kg, and $$\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$$

Glossary of Variables

NameSymbol/UnitDefinition
AgeyearsPatient age in completed years (adults ≥18).
SexBiological sex (female/male) used by the CKD-EPI coefficients.
Serum CreatinineScr (mg/dL or µmol/L)Creatinine concentration measured by the laboratory.
eGFRmL/min/1.73 m²Estimated GFR normalized to body surface area using CKD-EPI 2021.
Heightcm or inBody height, used to estimate BSA (optional).
Weightkg or lbBody weight, used to estimate BSA (optional).
BSAEstimated body surface area (Du Bois formula).
Absolute GFRmL/mineGFR adjusted to individualized BSA: eGFR × (BSA/1.73).
CKD StageG1–G5Stage classification based on eGFR; albuminuria and clinical context are also required.

Worked Example

How It Works: A Step-by-Step Example

Inputs: Age = 55 years, Sex = Female, Serum Creatinine = 1.10 mg/dL. Optional body size: Height = 165 cm, Weight = 65 kg.

  1. Coefficients: k = 0.7 (female), α = −0.241.
  2. Compute ratios: Scr/k = 1.10 / 0.7 ≈ 1.571. Then min(Scr/k,1) = 1; max(Scr/k,1) ≈ 1.571.
  3. Apply exponents: 1^α = 1; 1.571^(−1.200) ≈ 0.582.
  4. Age term: 0.9938^55 ≈ 0.711. Female factor: × 1.012.
  5. eGFR: 142 × 1 × 0.582 × 0.711 × 1.012 ≈ 59.5 mL/min/1.73 m².
  6. BSA (Du Bois): 0.007184 × 165^0.725 × 65^0.425 ≈ 1.715 m².
  7. Absolute GFR: 59.5 × (1.715 / 1.73) ≈ 58.9 mL/min.

Resulting CKD stage would be G3a based on eGFR alone; albuminuria and clinical evaluation are required for full staging.

Frequently Asked Questions (FAQ)

Which equation does this calculator use?

It implements the CKD-EPI 2021 creatinine equation without race, aligned with recommendations from NKF and ASN.

Can I enter creatinine in µmol/L?

Yes. Select µmol/L from the units dropdown. The tool converts to mg/dL internally using 1 mg/dL = 88.4 µmol/L.

Who should not rely on this calculator?

Not validated for children, pregnancy, acute kidney injury, or situations with rapidly changing renal function or extreme muscle mass/diet.

What is the difference between eGFR and absolute GFR?

eGFR is normalized to a standard BSA of 1.73 m². Absolute GFR scales eGFR to your estimated BSA from height and weight.

How is CKD staged?

By eGFR bands (G1≥90, G2 60–89, G3a 45–59, G3b 30–44, G4 15–29, G5<15) and albuminuria categories (A1–A3); clinical correlation is essential.

Does muscle mass affect creatinine and eGFR?

Yes. Low muscle mass can lower creatinine leading to higher eGFR estimates; the inverse is also true. Consider cystatin C when appropriate.

Is this tool a substitute for medical advice?

No. It provides educational estimates only. Decisions must be made by qualified clinicians using the full clinical picture.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,\]
\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,
Formula (extracted LaTeX)
\[k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}\]
k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}
Formula (extracted LaTeX)
\[S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}\]
S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}
Formula (extracted LaTeX)
\[\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}\]
\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}
Formula (extracted LaTeX)
\[\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.\]
\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.
Formula (extracted text)
For adults, CKD-EPI 2021 (creatinine, no race): $\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$ where $k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $ Unit conversion (if needed): $S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$ Optional body size adjustment (Du Bois): $\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$ with Height in cm and Weight in kg, and $\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

GFR (Glomerular Filtration Rate) Calculator

Use this professional-grade calculator to estimate kidney function with the CKD-EPI 2021 creatinine equation (race-free). Designed for clinicians, researchers, and informed patients, it converts units, optionally adjusts for body size, and explains CKD staging. This tool does not replace clinical judgment.

Interactive Calculator

Adults only. For ages under 18, pediatric formulas are recommended.
Sex *

Results

eGFR (CKD-EPI 2021)
mL/min/1.73 m²
Absolute GFR (if adjusted)
mL/min
Estimated BSA
CKD Stage
Interpretation guidance will appear here once all required inputs are valid.

Data Source and Methodology

Authoritative source: National Kidney Foundation (NKF) — Professional eGFR Calculators . Primary equation reference: Inker LA, Eneanya ND, Coresh J, et al. New Creatinine- and Cystatin C–Based Equations to Estimate GFR without Race. JAMA. 2021;326(19):2043–2054. doi:10.1001/jama.2021.17376

All calculations are strictly based on the formulas and data provided by this source.

The Formula Explained

For adults, CKD-EPI 2021 (creatinine, no race):

$$\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$$

where $$k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $$

Unit conversion (if needed): $$S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$$

Optional body size adjustment (Du Bois): $$\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$$ with Height in cm and Weight in kg, and $$\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$$

Glossary of Variables

NameSymbol/UnitDefinition
AgeyearsPatient age in completed years (adults ≥18).
SexBiological sex (female/male) used by the CKD-EPI coefficients.
Serum CreatinineScr (mg/dL or µmol/L)Creatinine concentration measured by the laboratory.
eGFRmL/min/1.73 m²Estimated GFR normalized to body surface area using CKD-EPI 2021.
Heightcm or inBody height, used to estimate BSA (optional).
Weightkg or lbBody weight, used to estimate BSA (optional).
BSAEstimated body surface area (Du Bois formula).
Absolute GFRmL/mineGFR adjusted to individualized BSA: eGFR × (BSA/1.73).
CKD StageG1–G5Stage classification based on eGFR; albuminuria and clinical context are also required.

Worked Example

How It Works: A Step-by-Step Example

Inputs: Age = 55 years, Sex = Female, Serum Creatinine = 1.10 mg/dL. Optional body size: Height = 165 cm, Weight = 65 kg.

  1. Coefficients: k = 0.7 (female), α = −0.241.
  2. Compute ratios: Scr/k = 1.10 / 0.7 ≈ 1.571. Then min(Scr/k,1) = 1; max(Scr/k,1) ≈ 1.571.
  3. Apply exponents: 1^α = 1; 1.571^(−1.200) ≈ 0.582.
  4. Age term: 0.9938^55 ≈ 0.711. Female factor: × 1.012.
  5. eGFR: 142 × 1 × 0.582 × 0.711 × 1.012 ≈ 59.5 mL/min/1.73 m².
  6. BSA (Du Bois): 0.007184 × 165^0.725 × 65^0.425 ≈ 1.715 m².
  7. Absolute GFR: 59.5 × (1.715 / 1.73) ≈ 58.9 mL/min.

Resulting CKD stage would be G3a based on eGFR alone; albuminuria and clinical evaluation are required for full staging.

Frequently Asked Questions (FAQ)

Which equation does this calculator use?

It implements the CKD-EPI 2021 creatinine equation without race, aligned with recommendations from NKF and ASN.

Can I enter creatinine in µmol/L?

Yes. Select µmol/L from the units dropdown. The tool converts to mg/dL internally using 1 mg/dL = 88.4 µmol/L.

Who should not rely on this calculator?

Not validated for children, pregnancy, acute kidney injury, or situations with rapidly changing renal function or extreme muscle mass/diet.

What is the difference between eGFR and absolute GFR?

eGFR is normalized to a standard BSA of 1.73 m². Absolute GFR scales eGFR to your estimated BSA from height and weight.

How is CKD staged?

By eGFR bands (G1≥90, G2 60–89, G3a 45–59, G3b 30–44, G4 15–29, G5<15) and albuminuria categories (A1–A3); clinical correlation is essential.

Does muscle mass affect creatinine and eGFR?

Yes. Low muscle mass can lower creatinine leading to higher eGFR estimates; the inverse is also true. Consider cystatin C when appropriate.

Is this tool a substitute for medical advice?

No. It provides educational estimates only. Decisions must be made by qualified clinicians using the full clinical picture.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,\]
\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,
Formula (extracted LaTeX)
\[k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}\]
k = \begin{cases} 0.7 &amp; \text{if female} \\ 0.9 &amp; \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 &amp; \text{if female} \\ -0.302 &amp; \text{if male} \end{cases}
Formula (extracted LaTeX)
\[S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}\]
S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}
Formula (extracted LaTeX)
\[\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}\]
\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}
Formula (extracted LaTeX)
\[\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.\]
\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.
Formula (extracted text)
For adults, CKD-EPI 2021 (creatinine, no race): $\mathrm{eGFR} = 142 \times \min\!\left(\frac{S_{cr}}{k},\,1\right)^{\alpha} \times \max\!\left(\frac{S_{cr}}{k},\,1\right)^{-1.200} \times 0.9938^{\text{Age}} \times 1.012^{[\text{female}]}\,,$ where $k = \begin{cases} 0.7 & \text{if female} \\ 0.9 & \text{if male} \end{cases} \qquad \alpha = \begin{cases} -0.241 & \text{if female} \\ -0.302 & \text{if male} \end{cases} $ Unit conversion (if needed): $S_{cr}(\mathrm{mg/dL})=\frac{S_{cr}(\mu\mathrm{mol}/\mathrm{L})}{88.4}$ Optional body size adjustment (Du Bois): $\mathrm{BSA}=0.007184\times \mathrm{Height}^{0.725}\times \mathrm{Weight}^{0.425}$ with Height in cm and Weight in kg, and $\mathrm{Absolute\ GFR}=\mathrm{eGFR}\times \frac{\mathrm{BSA}}{1.73}.$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).