GFR計算器(eGFR,CKD‐EPI)

クレアチニン,年齢,性別から腎機能(eGFR)を推定し,CKDのステージを示した。

yr
推定GFR
慢性腎不全のステージ
腎機能
ノート

結果はタイプすると更新されます。

この計算機の情報

the GFR calculator, you can calculate the glomerular filtration rate (GFR) of a person with chronic kidney disease (CKD). The GFR calculator is a tool that can be used to calculate the glomerular filtration rate (GFR) of a person with chronic kidney disease (CKD). The GFR calculator is a tool that can be used to calculate the glomerular filtration rate (GFR) of a person with chronic kidney disease (CKD). The GFR calculator is a tool that can be used to calculate the GFR of a personTheThe equation weighs creatinine against a sex-specific constant, then adjusts for age. The GFR calculator is a tool that can be used to calculate the GFR of a person with chronic kidney disease (CKD). The GFR calculator is a tool that can be used to

よくある質問

CKD‐EPI方程式とは何か。

クレアチニンからGFRを推定する標準式は,eGFR=142×min(Scr/κ,1)^α×max(Scr/κ,1)^−1.200×0.9938^age×1.012(女性の場合)で,κとαは性別に依存する。

GFRは何を意味するの?

腎機能の低下は腎機能の低下とともに進行し,腎機能の低下は腎機能の低下とともに進行する。

これは腎疾患の診断ですか。

慢性腎疾患の診断は,尿検査や尿検査などの検査結果を反復して行う。

腎機能の低下は腎機能の低下と関連している。

50歳男性のクレアチニン値1.0mg/dlの場合,92程度でG1期となる。

ステージ3腎疾患のいかなるeGFRが考えられるか。

ステージG3aはeGFRが45〜59,G3bは30〜44で,ろ過能の中等度の低下を示し,臨床医によるモニタリングと管理が必要である。

なぜ加齢と共に 血清GFRが低下するのか?

CKD‐EPIは,年齢を含む。

血清クレアチニン値はどうして上昇するの?

筋肉量の増加,肉食,脱水はクレアチニン値を上昇させ,GFRを低下させるが,筋肉量の減少はGFRを低下させる。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/gfr/

curl

curl "https://calculator.free/api/v1/gfr/?age=50&sex=male&creatinine=1.0&units=mgdl"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/gfr/?" + new URLSearchParams({
    "age": "50",
    "sex": "male",
    "creatinine": "1.0",
    "units": "mgdl"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。