Health
根据体重、每公斤能量与蛋白医嘱,计算成人肠内营养的每日 kcal 与蛋白目标,并把目标换算为常用制剂体积与起始速率。能量目标 (kcal/kg/日,ASPEN/SCCM、ESPEN):正常/营养良好 20–25;营养不良/外科 25–30;危重早期(第 1–3 天)12–18(允许性低喂养);危重恢复期 25–30;大面积烧伤/严重创伤 30–35;肥胖(BMI≥30)11–14 kcal/kg 实际体重或 22–25 kcal/kg 理想体重。蛋白目标 (g/kg/日):维持 0.8–1.0;急性病/轻应激 1.0–1.2;危重非肥胖 1.2–2.0(常 1.5–2.0);烧伤/严重创伤/伤口 1.5–2.5;肥胖 ≥2.0 g/kg 理想体重(危重 ≥2.5);血透/CKD 1.0–1.2;肝性脑病 1.0–1.5(勿严格限蛋白)。换算:制剂体积(mL/日) = 能量目标(kcal) / 制剂能量密度(kcal/mL,常用 1.0/1.2/1.5/2.0);起始速率(mL/hr, 24 h) = 体积/24,通常从 20–50 mL/hr 起按每 4–8 h 增加 20–25 mL/hr 至目标;蛋白充分性 = 制剂蛋白(g/L)×体积(L)。注意事项:除非肥胖(>120% 理想)或明显水过多,否则用实际体重(肥胖用理想或校正体重);“营养性”喂养(约 10 mL/hr,约 240 kcal/日)用于维持肠道完整而不要求足量;胃残余量 >500 mL 应评估促动力药/幽门后喂养,而非自动停用;床头抬高 30–45°、确认喂养管位置以减少误吸性肺炎。来源 McClave 2016、Singer/ESPEN 2019、Boullata 2017、MDCalc。不构成医疗建议。
用三种语言从你的代码中调用此工具。
curl -X POST 'https://api.elysiatools.com/zh/api/tools/enteral-nutrition-target' \
-H 'Content-Type: application/json' \
-d '{"weight":70,"weightBasis":"actual","kcalPerKg":25,"proteinPerKg":1.2,"formulaKcalPerMl":"1","formulaProteinPerL":40,"decimalPlaces":1}'以 JSON 形式 POST 提交输入参数。文件类型参数需先单独上传。
POST https://api.elysiatools.com/zh/api/tools/enteral-nutrition-target| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| weight | number | 是 | Body weight (kg). Use actual body weight unless the patient is obese (>120% ideal) or significantly fluid-overloaded — then use ideal or adjusted weight and record the choice. |
| weightBasis | select | 是 | — |
| kcalPerKg | number | 是 | Prescribed energy target in kcal/kg/day. Typical: 20–30 maintenance, 12–18 early critical illness, 30–35 major burns/trauma. |
| proteinPerKg | number | 是 | Prescribed protein target in g/kg/day. Typical: 0.8–1.0 maintenance, 1.0–1.5 acute illness, up to 2.0 critically ill, 1.5–2.5 burns. |
| formulaKcalPerMl |
将此工具加入你的 Model Context Protocol 服务,让 AI 智能体可以列出并调用它。
将以下内容加入你的 MCP 客户端配置:
{
"mcpServers": {
"elysiatools-enteral-nutrition-target": {
"name": "enteral-nutrition-target",
"description": "根据体重、每公斤能量与蛋白医嘱,计算成人肠内营养的每日 kcal 与蛋白目标,并把目标换算为常用制剂体积与起始速率。能量目标 (kcal/kg/日,ASPEN/SCCM、ESPEN):正常/营养良好 20–25;营养不良/外科 25–30;危重早期(第 1–3 天)12–18(允许性低喂养);危重恢复期 25–30;大面积烧伤/严重创伤 30–35;肥胖(BMI≥30)11–14 kcal/kg 实际体重或 22–25 kcal/kg 理想体重。蛋白目标 (g/kg/日):维持 0.8–1.0;急性病/轻应激 1.0–1.2;危重非肥胖 1.2–2.0(常 1.5–2.0);烧伤/严重创伤/伤口 1.5–2.5;肥胖 ≥2.0 g/kg 理想体重(危重 ≥2.5);血透/CKD 1.0–1.2;肝性脑病 1.0–1.5(勿严格限蛋白)。换算:制剂体积(mL/日) = 能量目标(kcal) / 制剂能量密度(kcal/mL,常用 1.0/1.2/1.5/2.0);起始速率(mL/hr, 24 h) = 体积/24,通常从 20–50 mL/hr 起按每 4–8 h 增加 20–25 mL/hr 至目标;蛋白充分性 = 制剂蛋白(g/L)×体积(L)。注意事项:除非肥胖(>120% 理想)或明显水过多,否则用实际体重(肥胖用理想或校正体重);“营养性”喂养(约 10 mL/hr,约 240 kcal/日)用于维持肠道完整而不要求足量;胃残余量 >500 mL 应评估促动力药/幽门后喂养,而非自动停用;床头抬高 30–45°、确认喂养管位置以减少误吸性肺炎。来源 McClave 2016、Singer/ESPEN 2019、Boullata 2017、MDCalc。不构成医疗建议。",
"baseUrl": "https://api.elysiatools.com/mcp/sse?toolId=enteral-nutrition-target",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}连接到 SSE 端点后,列出已开放的工具:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}通过工具 id 调用,参数由其参数表构建:
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "enteral-nutrition-target",
"arguments": {
"weight": 70,
"weightBasis": "actual",
"kcalPerKg": 25,
"proteinPerKg": 1.2,
"formulaKcalPerMl": "1",
"formulaProteinPerL": 40,
"decimalPlaces": 1
}
}
}| select |
| 是 |
| — |
| formulaProteinPerL | number | 是 | Protein density of the selected formula in g/L (read from the label). Used to check protein adequacy against the target. |
| decimalPlaces | number | 否 | — |
JSON 结果
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}有问题或反馈?请联系 [email protected]