fetch_patient_biochemical_trends
Retrieve a patient's biochemical trend data, including current results, historical baseline, percentage changes, and Z-scores, to support CKD risk assessment.
Instructions
【南向 Mock 工具①】模拟调用院内 LIS 系统,获取患儿生化指标趋势数据包。
返回本次检验结果、约 N 个月前的历史基线、逐项变化百分比,以及身高/体重 Z 评分序列。 字段结构与院内 LIS 南向 MCP 接口一致,上线后仅需替换数据源。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | 回溯基线的月数,默认 3 个月。 | |
| patient_id | Yes | 患儿编号,如 C_8801。可用 list_mock_patients 查询。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |