3.40 查询智能核保结论接口
<p>[TOC]</p>
<p>请求模式:渠道方→华农阿凡达平台</p>
<p>接口描述:问卷评估后的查询智能核保结论</p>
<p>测试接口地址:<a href="https://porsche-avatar.chinahuanong.com.cn/avatar/smart/result">https://porsche-avatar.chinahuanong.com.cn/avatar/smart/result</a></p>
<p>生产接口地址:<a href="https://avatar.chinahuanong.com.cn/avatar/smart/result">https://avatar.chinahuanong.com.cn/avatar/smart/result</a></p>
<h3>请求头</h3>
<p><code>head</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>渠道代码</td>
<td><code>policySource</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>保险公司分配给<br/>渠道方的渠道编码</td>
</tr>
<tr>
<td>请求时间</td>
<td><code>reqTime</code></td>
<td><code>DateTime</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>接口类型</td>
<td><code>interfaceType</code></td>
<td><code>varchar</code></td>
<td>CY</td>
<td>针对每个接口,使用接口的<code>API</code>信息</td>
</tr>
<tr>
<td>订单号</td>
<td><code>orderNo</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>贯穿保单始终的订单号,<br/>核保接口orderNo一致</td>
</tr>
<tr>
<td>唯一标识符</td>
<td><code>uuid</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>单次请求唯一标识符,任一次请求不允许相同</td>
</tr>
</tbody>
</table>
<h3>请求体</h3>
<p><code>reqBody</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>问卷编码</td>
<td><code>qaCode</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
</tbody>
</table>
<h3>响应头</h3>
<p><code>head</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>渠道代码</td>
<td><code>policySource</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>保险公司分配给<br/>渠道方的渠道编码</td>
</tr>
<tr>
<td>响应时间</td>
<td><code>respTime</code></td>
<td><code>DateTime</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>接口类型</td>
<td><code>interfaceType</code></td>
<td><code>varchar</code></td>
<td>CY</td>
<td>针对每个接口,使用接口的<code>API</code>信息</td>
</tr>
<tr>
<td>订单号</td>
<td><code>orderNo</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>唯一标识符</td>
<td><code>uuid</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>单次请求唯一标识符,任一次请求不允许相同</td>
</tr>
</tbody>
</table>
<h3>响应体</h3>
<p><code>respBody</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>处理状态码</td>
<td><code>dealCode</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>处理结果状态码</td>
</tr>
<tr>
<td>处理结果描述</td>
<td><code>dealDesc</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>处理结果描述</td>
</tr>
<tr>
<td>智能核保结果</td>
<td><code>data</code></td>
<td><code>object</code></td>
<td>CY</td>
<td></td>
</tr>
</tbody>
</table>
<p><code>data</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>智能核保id</td>
<td><code>id</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>结论编码</td>
<td><code>conclusionCode</code></td>
<td><code>Integer</code></td>
<td>Y</td>
<td>[1:标准体 ,2:拒保 ,3:除外 ,4:加费 ,5:除外且加费 ,6:延期 ]<br />结论为 拒保/延期 ,则不可承保</td>
</tr>
<tr>
<td>结论名称</td>
<td><code>conclusionName</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>结论描述</td>
<td><code>conclusionDesc</code></td>
<td><code>list&lt;string&gt;</code></td>
<td>N</td>
<td>只有结论为3/4/5/6 时使用</td>
</tr>
<tr>
<td>加费比例</td>
<td><code>additionalPer</code></td>
<td><code>Integer</code></td>
<td>N</td>
<td>只有结论为4/5 时使用</td>
</tr>
<tr>
<td>备注</td>
<td><code>remark</code></td>
<td><code>varchar</code></td>
<td>N</td>
<td></td>
</tr>
<tr>
<td>产品类型</td>
<td><code>productType</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td>核保接口planCode,可承保方案</td>
</tr>
<tr>
<td>有问题疾病名称</td>
<td><code>diseases</code></td>
<td><code>list&lt;string&gt;</code></td>
<td>N</td>
<td>当结论为2/3/4/5/6时会有</td>
</tr>
<tr>
<td>情详论结病疾</td>
<td><code>diseaseConclusions</code></td>
<td><code>list&lt;object&gt;</code></td>
<td>N</td>
<td></td>
</tr>
</tbody>
</table>
<p><code>diseaseConclusions</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>疾病名称</td>
<td><code>disease</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>结论编码</td>
<td><code>conclusionCode</code></td>
<td><code>Integer</code></td>
<td>Y</td>
<td>[1:标准体 ,2:拒保 ,3:除外 ,4:加费 ,5:除外且加费 ,6:延期 ]</td>
</tr>
<tr>
<td>结论描述</td>
<td><code>conclusionDesc</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>加费比例</td>
<td><code>additionalPer</code></td>
<td><code>Integer</code></td>
<td>N</td>
<td>只有结论为4/5 时使用</td>
</tr>
<tr>
<td>问题/答案</td>
<td><code>qas</code></td>
<td><code>list&lt;object&gt;</code></td>
<td>Y</td>
<td></td>
</tr>
</tbody>
</table>
<p><code>qas</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>字段类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>疾病编码</td>
<td><code>diseaseCode</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>疾病名称</td>
<td><code>diseaseName</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>问题编码</td>
<td><code>questionCode</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>问题名称</td>
<td><code>questionName</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>答案编码</td>
<td><code>answerCode</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>答案名称</td>
<td><code>answerName</code></td>
<td><code>varchar</code></td>
<td>Y</td>
<td></td>
</tr>
</tbody>
</table>
<h3>请求报文</h3>
<pre><code class="language-json">{
&quot;reqBody&quot;: {
&quot;qaCode&quot;: &quot;A1698618437514821632&quot;
},
&quot;head&quot;: {
&quot;interfaceType&quot;: &quot;rule\/result&quot;,
&quot;orderNo&quot;: &quot;20230904164608229773&quot;,
&quot;policySource&quot;: &quot;HN_LC&quot;,
&quot;reqTime&quot;: &quot;2023-09-04 16:46:53&quot;,
&quot;uuid&quot;: &quot;be260ea9-1eb6-d555-5974-89adbea99545&quot;
}
}</code></pre>
<h3>响应报文</h3>
<pre><code class="language-json">{
&quot;head&quot;: {
&quot;interfaceType&quot;: &quot;rule/result&quot;,
&quot;orderNo&quot;: &quot;20230904164608229773&quot;,
&quot;policySource&quot;: &quot;HN_LC&quot;,
&quot;respTime&quot;: 1693817213922,
&quot;uuid&quot;: &quot;be260ea9-1eb6-d555-5974-89adbea99545&quot;
},
&quot;respBody&quot;: {
&quot;dealCode&quot;: &quot;1&quot;,
&quot;dealDesc&quot;: &quot;成功&quot;
&quot;data&quot;: {
&quot;conclusionCode&quot;: 2,
&quot;conclusionDesc&quot;: [],
&quot;conclusionName&quot;: &quot;拒保&quot;,
&quot;diseaseConclusions&quot;: [{
&quot;additionalPer&quot;: 0,
&quot;conclusionCode&quot;: 2,
&quot;conclusionDesc&quot;: &quot;&quot;,
&quot;disease&quot;: &quot;糖尿病&quot;,
&quot;qas&quot;: [{
&quot;answerCode&quot;: &quot;Y&quot;,
&quot;answerName&quot;: &quot;是&quot;,
&quot;diseaseCode&quot;: &quot;mbs0060&quot;,
&quot;diseaseName&quot;: &quot;糖尿病&quot;,
&quot;questionCode&quot;: &quot;mbs0060q101&quot;,
&quot;questionName&quot;: &quot;您是否符合以下任意一项或多项:\r\n1) 1型糖尿病;\r\n2) 或最近3次测量的平均空腹血糖结果超过7mmol/L(126mg/dl);\r\n3) 或最近3次测量的平均2小时餐后血糖结果超过12.0mmol/L(216mg/dl);\r\n4) 或最近一次糖化血红蛋白结果超过7%?&quot;
}]
}],
&quot;diseases&quot;: [&quot;糖尿病&quot;],
&quot;id&quot;: &quot;A1698618437514821632&quot;,
&quot;productType&quot;: &quot;263421&quot;
}
}
}</code></pre>