Calculates multiple glomerular filtration rates (GFR) continuously for research, rounds, and clinics. Includes GFR category and description.
Formula:
eGFR = 142 * min(standardized Scr/K, 1)^α * max(standardized Scr/K, 1)^-1.200 * 0.9938^age * 1.012 [if female]
Correction:
if gender == "f":
tail=float(1.012)
Runs on Pydroid 3 and other Python 3 IDE available on android or IOS devices. Save as "filename".py
Get code here:
https://github.com/MelvinMDph/medlibrary