文档中心 > API类目 > 阿里健康药API

alibaba.alihealth.nr.trade.medical.insurance.get (阿里健康医保支付信息获取)

阿里健康医保支付信息获取

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
order_id Number 可选 123456 淘宝订单ID

响应参数

名称 类型 示例值 描述
result ResponseResult result 返回值总
  • result
  • MedicalInsurancePaymentDto
  • result
  • 返回值=数据
  • fund_bill_list
  • FundBillDto []
  • [{“amount”:“15.00”,“fundChannel”:“ALIPAYACCOUNT”}]
  • 医保支付金额信息
  • └ fund_channel
  • String
  • ALIPAYACCOUNT
  • 支付渠道代码
  • └ amount
  • String
  • 1.00
  • 金额
  • └ industry_sepc_detail
  • String
  • { "bxzje": 0(报销金额), "qfx": 0(起伏线), "gwybz": 0(公务员补助支付), "ptmztczf": 0(门诊统筹基金支付), "syjjzf": 0(生育基金支付), "mzjzjjzf": 0(民政救助支付), "xcetdbjjzf": 0(乡村儿童大病基金), "xjzfje": 0(现金支付), "lnzhzf": 0(历年帐户支付), "dnzhzf": 0(当年帐户支付), "lmjjzf": 0(劳模基金支付), "jshid": "结算流水号", "gsjjzf": 0(工伤基金支付), "ptmzqfx": 0(起伏线(普通门诊)), "ptmznrtcfw": 0(医保费用(普通门诊)), "hmjjzf": 0(惠民基金支付), "ydbz": 0(优抚对象补助), "fpjjzf": 0(扶贫基金支付), "bfzf": 0(自理总额(乙类)言水), "lxjjzf": 0(离休基金支付), "ghjjzf": 0(工会基金支付), "jtgjzhzf": 0(家庭个人帐户支付), "brjsrq": "2019-08-06 20:17:10(结算时间)", "sybxzfje": 0(商业保险支付金额), "jshlnzhye": 0(结算后历年个帐余额), "tczf": 0(统筹基金支付), "resulttext": "错误描述", "jshdnzhye": 0(结算后当年个帐余额), "zje": 0(总金额), "qezf": 0(自费总额(丙类)), "dbbzzf": 0(大病补助支付), "resultcode": "错误编码 0成功" }
  • 医保局返回的医保支付内容

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAlihealthNrTradeMedicalInsuranceGetRequest req = new AlibabaAlihealthNrTradeMedicalInsuranceGetRequest();
req.setOrderId(123456L);
AlibabaAlihealthNrTradeMedicalInsuranceGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_alihealth_nr_trade_medical_insurance_get_response>
    <result>
        <result>
            <fund_bill_list>
                <fund_bill_dto>
                    <fund_channel>ALIPAYACCOUNT</fund_channel>
                    <amount>1.00</amount>
                </fund_bill_dto>
            </fund_bill_list>
            <industry_sepc_detail>{         &quot;bxzje&quot;:  0(报销金额),           &quot;qfx&quot;:  0(起伏线),           &quot;gwybz&quot;:  0(公务员补助支付),           &quot;ptmztczf&quot;:  0(门诊统筹基金支付),           &quot;syjjzf&quot;:  0(生育基金支付),           &quot;mzjzjjzf&quot;:  0(民政救助支付),           &quot;xcetdbjjzf&quot;:  0(乡村儿童大病基金),           &quot;xjzfje&quot;:  0(现金支付),           &quot;lnzhzf&quot;:  0(历年帐户支付),           &quot;dnzhzf&quot;:  0(当年帐户支付),           &quot;lmjjzf&quot;:  0(劳模基金支付),           &quot;jshid&quot;:  &quot;结算流水号&quot;,           &quot;gsjjzf&quot;:  0(工伤基金支付),           &quot;ptmzqfx&quot;:  0(起伏线(普通门诊)),           &quot;ptmznrtcfw&quot;:  0(医保费用(普通门诊)),           &quot;hmjjzf&quot;:  0(惠民基金支付),           &quot;ydbz&quot;:  0(优抚对象补助),           &quot;fpjjzf&quot;:  0(扶贫基金支付),           &quot;bfzf&quot;:  0(自理总额(乙类)言水),           &quot;lxjjzf&quot;:  0(离休基金支付),           &quot;ghjjzf&quot;:  0(工会基金支付),           &quot;jtgjzhzf&quot;:  0(家庭个人帐户支付),           &quot;brjsrq&quot;:  &quot;2019-08-06  20:17:10(结算时间)&quot;,           &quot;sybxzfje&quot;:  0(商业保险支付金额),           &quot;jshlnzhye&quot;:  0(结算后历年个帐余额),           &quot;tczf&quot;:  0(统筹基金支付),           &quot;resulttext&quot;:  &quot;错误描述&quot;,           &quot;jshdnzhye&quot;:  0(结算后当年个帐余额),           &quot;zje&quot;:  0(总金额),           &quot;qezf&quot;:  0(自费总额(丙类)),           &quot;dbbzzf&quot;:  0(大病补助支付),           &quot;resultcode&quot;:  &quot;错误编码  0成功&quot; }</industry_sepc_detail>
        </result>
    </result>
</alibaba_alihealth_nr_trade_medical_insurance_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部