Closed hcadavid closed 7 months ago
Hi Hector,
This is precisely the point I raised on the Slack channel as well. According to this article, in Europe the 2009 formula is most often used, without the race coefficient. This is a more accurate estimate of GFR than the new formula.
Thanks @baukearends for clarifying this. Something important to be considered then is ensuring that any eGFRs value given as an input (for an eventual prediction model) was calculated with this specific formula.
@baukearends the CKD-EPI Equations for Glomerular Filtration Rate (GFR) was implemented according to the specification:
https://github.com/MyDigiTwinNL/CDF2Medmij-Mapping-tool/blob/36a3eaa217770d9463737e3feda6fe50fc0e0570/src/lifelines/eGFR.ts#L125-L163
and a number of test cases were included using the values given by this calculator as a reference: https://www.mdcalc.com/calc/3939/ckd-epi-equations-glomerular-filtration-rate-gfr :
https://github.com/MyDigiTwinNL/CDF2Medmij-Mapping-tool/blob/36a3eaa217770d9463737e3feda6fe50fc0e0570/src/__tests__/egfr.test.ts#L14-L30
However, while doing so I found the following:
Do you think we should consider using this version of the equation instead?