妊娠体重増加計算器

妊娠前のBMIに基づく 妊娠1週目の推奨体重増加範囲

wk
推奨ゲイン
期間目標
妊娠前BMI
BMIカテゴリ

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

この計算機の情報

you are pregnant, you should be able to gain weight by the end of the first trimester. If you are underweight, you should gain weight by the end of the second trimester. If you are obese, you should gain weight by the end of the third trimester. If you are overweight, you should gain weight by the end of the fourth trimester. If you are obese, you should gain weight by the end of the fifth trimester. If you are overweight, you should gain weight by the end of the sixth trimester. If you are obese, you should gain weight by

よくある質問

妊娠中にどれだけ体重を増やすべきですか。

妊娠前のBMIは,体重不足の場合12.5〜18kg,正常の場合11.5〜16kg,過重の場合7〜11.5kg,肥満の場合5〜9kgである。

週間目標はどうやって決められますか。

妊娠13週以降は週間増加率が一定で,累積目標は妊娠13週以降の増加率を13週間の累積目標とする。

双子の指導は異なるのか?

双子を抱えると推奨総重量がかなり上がります - 正常体重の母親の場合は約17-25kg - 2人の赤ちゃんと 胎盤と液体が増えます このツールは双子を選択すると高い双子の範囲を示します

20週目までに 体重はどれくらい増えたらいいの?

妊娠体重増加計算機は妊娠前のBMIに合わせて計算する。

妊娠初期に体重が減少するのは正常なことですか。

妊娠初期の体重増加は、妊娠初期の体重増加は、妊娠初期の体重増加よりも大きい。

妊娠中に肥満になったら?

推奨総重量は正常体重の11.5~16kgに対して、過重の場合は7~11.5kg、肥満の場合は5~9kgと低い。

❤️ ラブ Calculator.Free? 分けて

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

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

エンドポイント

GET https://calculator.free/api/v1/pregnancy-weight-gain/

curl

curl "https://calculator.free/api/v1/pregnancy-weight-gain/?units=metric&height=165&weight=60&week=20"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/pregnancy-weight-gain/?" + new URLSearchParams({
    "units": "metric",
    "height": "165",
    "weight": "60",
    "week": "20"
  }));
const data = await r.json();
console.log(data.results);

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