curl --location --request GET '/visit/info?patient_id=102300217' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Refresh-Token: {{Refresh-Token}}'
{
"base": {
"code": 10000,
"msg": "success"
},
"data": {
"items": [
{
"follow_up_id": "50000",
"patient_id": "102300217",
"follow_up_type": "术后随访",
"follow_up_time": "2025-06-27 05:40:36",
"responsible_person": "102300218",
"symptom_changes": "术后伤口恢复良好,无感染迹象",
"vital_signs": "体温36.5℃,血压120/80mmHg",
"medication_adherence": 2,
"adverse_events": "患者主诉服药后偶有轻微头晕,无其他不适",
"created_at": "2025-06-27 05:40:55",
"updated_at": "2025-06-27 05:40:55"
}
],
"total": 1
}
}