- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口POST
- 登陆 by 操作员POST
处方列表-left
开发中
GET
/cost/mz
对外提供
最后修改时间:2023-09-05 09:18:03
请求参数
Query 参数
his_patient_id
string
患者id
示例值:
0005030664
refresh
string
仅刷新
示例值:
1
zfbl
string
自动匹配自付比例
示例值:
auto
rqlb
string
人群类别
示例值:
A
is_oil
string
是否是油田医保
示例值:
0
channel
string
参保地
示例值:
local
Header 参数
Authorization
string
可选
默认值:
Bearer {{Token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/cost/mz?his_patient_id=0005030664&refresh=1&zfbl=auto&rqlb=A&is_oil=0&channel=local' \
--header 'Authorization: Bearer {{Token}}'
返回响应
🟢200成功
application/json
Body
status
string
必需
code
integer
必需
message
string
必需
data
array [object {7}]
必需
his_patient
object
必需
his_pay_fee_no
string
必需
his_disease_code
string
必需
his_doct_code
object
必需
zje
number
必需
kdks
object
必需
fysfsj
string
费用发生时间
示例
{
"status": "success",
"code": 200,
"message": "\u8bf7\u6c42\u6210\u529f",
"data": [
{
"his_patient": {
"name": "\u81ea\u8d39",
"type": "1"
},
"his_pay_fee_no": "418736790208581",
"his_disease_code": "",
"his_doct_code": {
"xm": "\u5b59\u4e3d\u534e",
"ysbm": "103301"
},
"zje": 15.29,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-18 15:44:23"
},
{
"his_patient": {
"name": "\u6162\u6027\u75c5(M08313)",
"type": "8"
},
"his_pay_fee_no": "419007285911621",
"his_disease_code": "M08313",
"his_doct_code": {
"xm": "\u672a\u77e5\u533b\u5e08",
"ysbm": "000000"
},
"zje": 4.9,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-19 10:36:20"
},
{
"his_patient": {
"name": "\u6162\u6027\u75c5(M04600)",
"type": "8"
},
"his_pay_fee_no": "419005802725445",
"his_disease_code": "M04600",
"his_doct_code": {
"xm": "\u672a\u77e5\u533b\u5e08",
"ysbm": "000000"
},
"zje": 34.58,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-19 10:36:20"
},
{
"his_patient": {
"name": "\u6162\u6027\u75c5(M06700)",
"type": "8"
},
"his_pay_fee_no": "419005802725445",
"his_disease_code": "M06700",
"his_doct_code": {
"xm": "\u672a\u77e5\u533b\u5e08",
"ysbm": "000000"
},
"zje": 1294.8,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-19 10:36:20"
},
{
"his_patient": {
"name": "\u6162\u6027\u75c5(M08313)",
"type": "8"
},
"his_pay_fee_no": "419005802725445",
"his_disease_code": "M08313",
"his_doct_code": {
"xm": "\u672a\u77e5\u533b\u5e08",
"ysbm": "000000"
},
"zje": 4.9,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-19 10:36:20"
},
{
"his_patient": {
"name": "\u6162\u6027\u75c5(M08313)",
"type": "8"
},
"his_pay_fee_no": "419000162025541",
"his_disease_code": "M08313",
"his_doct_code": {
"xm": "\u672a\u77e5\u533b\u5e08",
"ysbm": "000000"
},
"zje": 4.9,
"kdks": {
"ksbm": "8071",
"name": "\u6025\u8bca\u79d1"
},
"fysfsj": "2023-05-19 10:36:20"
}
]
}
修改于 2023-09-05 09:18:03