注意:该接口受了解途径&客户渠道权限控制,确认存在但无数据返回请确认参数配置
curl --location --request GET '/api/anon/openapi/patient/queryPatient?patientID=156315' \
--header 'FRHis-Open-Timestamp;' \
--header 'FRHis-Open-App-Id;' \
--header 'FRHis-Open-Token;' \
--header 'FRHis-Open-RequestID;'
{
"errcode": 0,
"errmsg": "成功",
"data": {
"patientID": 156315,
"vipNumber": "2204242509",
"name": "强必水变书",
"englishName": null,
"pyCode": "qbsbs",
"wbCode": "xniyn",
"gender": "1",
"age": 18,
"relationType": null,
"mobilePhone": "19802865228",
"telephone": null,
"certificateType": "",
"certificateNumber": "",
"birthdayType": 1,
"birthday": null,
"typeOfVIP": null,
"status": "",
"basicAccount": null,
"depositBalance": null,
"giftBalance": null,
"remainingPoints": null,
"patientCategory": null,
"address": "江西省贺州市-",
"medicalInsuranceNumber": null,
"consultantsId": 6,
"developId": 3104,
"customerServiceId": 3104,
"createTime": "2022-04-24 18:03:51",
"remarks": "",
"updateTime": "2022-04-24 18:03:51"
}
}