简要描述
请求URL
https://xhs.yibaojiankang.com/api/hmb/tk/audit_list
请求方式
{
"state":0,
"condition": "王力宏"
}
参数
参数名 |
必选 |
类型 |
说明 |
state |
是 |
string |
查询状态 ;健易保审核状态;审核状态;0为不通过 ;1 为通过 ;2-不通过问题件;3-待审核 ;4-订单带处理;5-订单已处理 |
condition |
否 |
string |
查询条件;申请人姓名/客户姓名/客户身份证/保单号/审核单号 |
page |
否 |
string |
页码 |
size |
否 |
string |
每页数量 |
返回示例
{
"code": "200",
"data": {
"current": 1,
"records": [
{
"applicant_name": "王力宏",
"audit_id": 1,
"begin_time": "Tue, 13 Oct 2020 17:43:21 GMT",
"buy_way": "01",
"ct": "Tue, 13 Oct 2020 00:00:00 GMT",
"customer_idcard": "411456789",
"customer_name": "张三",
"customer_sex": "F",
"end_time": "Tue, 13 Oct 2020 17:43:21 GMT",
"healthcare_citycode": "",
"healthcare_provincecode": "",
"policy_no": "90000001",
"recipe_code": "SHrMWg7CsjLfOkBIzXJ2tVAKYxGZmnp",
"recipe_status": 0,
"request_id": 2147483647,
"ut": "Tue, 13 Oct 2020 16:09:45 GMT"
}
],
"size": 20,
"total": 1
},
"message": "success"
}
返回参数说明
参数名 |
类型 |
说明 |
audit_id |
str |
审核记录id |
policy_no |
str |
保单号 |
begin_time |
str |
保障开始时间 |
request_id |
str |
泰康审核ID |
end_time |
str |
保障结束时间 |
customer_sex |
str |
客户性别 |
customer_name |
str |
客户名字 |
customer_idcard |
str |
客户证件号 |
buy_way |
str |
购药方式(01-院内 02院外)购药方式(01-院内 02院外) |
recipe_code |
str |
健易保审核单号 |
recipe_status |
str |
健易保审核状态;审核状态;0为不通过 ;1 为通过 ;2-不通过问题件;3-待审核 ;4-订单带处理;5-订单已处理;6-待补传资料;7-资料已补传 |
ut |
str |
审核记录生成时间 |
ct |
str |
审核记录更新时间 |
applicant_name |
str |
申请人名字 |
applicant_mobile |
str |
申请人电话 |
applicant_idcard |
str |
申请人证件号 |
recipe_doctor |
str |
审核医师 |
recipe_remark |
str |
医师意见;不超过500字 |
disease_name |
str |
疾病名称 |
icd10_code |
str |
疾病编icd码 |
备注
欢迎使用ShowDoc!