Authorization: Bearer ********************
curl --location -g --request GET '/api/resident/clinic-records?arc_code={{arc_code}}&system_code={{system_code}}&id_crd_no=51021119700628481X' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5'
{
"message": "操作成功",
"code": 200,
"data": {
"list": [
{
"diagnosis": "诊断122",
"vst_org_cd": "500000000162",
"vst_org_nm": "江北区卫生健康委员会",
"vst_dept_cd": "2222",
"vst_dept_nm": "心内科",
"vst_tm": "2025-02-18 15:05:58"
},
{
"diagnosis": "诊断111",
"vst_org_cd": "500000000162",
"vst_org_nm": "江北区卫生健康委员会",
"vst_dept_cd": "1111",
"vst_dept_nm": "骨科",
"vst_tm": "2025-02-18 15:05:55"
}
]
}
}