卫健委项目经验整理

关于支撑河南省疾控局传染病与监测预警项目的工作笔记


EDR数据下行接口举例

<p>[TOC]</p> <h2>EDR数据下行接口</h2> <h4>获取个人主数据信息接口</h4> <h5>接口名</h5> <ul> <li>getPersonalMasterDataInformation</li> </ul> <h5>接口说明</h5> <ul> <li>用于获取国家平台应推送至省统筹区域平台的个人主数据信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://59.255.152.8:8888/api/getPersonalMasterDataInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET <h5>数据格式</h5></li> <li>JSON <h5>参数</h5></li> </ul> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">数据格式</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>授权码</td> </tr> <tr> <td style="text-align: left;">orgcode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>机构编码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;TotalRecords&amp;quot;:&amp;quot;&amp;quot;, &amp;quot;PersonalMasterDataInfoList&amp;quot;: [{ &amp;quot;id&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mpi_id&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;patient_name&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;id_card&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;birth_date&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;gender_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;nationality_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;nation_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;permanent_addr_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;permanent_addr_detail&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;current_addr_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;current_addr_detail&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;marital_status_code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;contacts_tel&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;contacts_id_card&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;contacts&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;temp_id_card&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;former_name&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;create_org&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;update_org&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;create_user&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;create_time&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;update_user&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;update_time&amp;quot;: &amp;quot;&amp;quot; }] }</code></pre> <table> <thead> <tr> <th style="text-align: left;">返回参数名</th> <th style="text-align: left;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">TotalRecords</td> <td style="text-align: left;">反馈数据条数</td> </tr> <tr> <td style="text-align: left;">PersonalMasterDataInfoList</td> <td style="text-align: left;">个人主数据信息(数组可多条)</td> </tr> <tr> <td style="text-align: left;">--id</td> <td style="text-align: left;">主索引 ID</td> </tr> <tr> <td style="text-align: left;">--patient_name</td> <td style="text-align: left;">患者姓名</td> </tr> <tr> <td style="text-align: left;">--id_card</td> <td style="text-align: left;">身份证号</td> </tr> <tr> <td style="text-align: left;">--temporary_fl</td> <td style="text-align: left;">临时主索引标识</td> </tr> <tr> <td style="text-align: left;">--create_org</td> <td style="text-align: left;">创建机构</td> </tr> <tr> <td style="text-align: left;">--update_org</td> <td style="text-align: left;">修改机构</td> </tr> <tr> <td style="text-align: left;">--create_user</td> <td style="text-align: left;">创建人</td> </tr> <tr> <td style="text-align: left;">--create_time</td> <td style="text-align: left;">创建时间</td> </tr> <tr> <td style="text-align: left;">--update_user</td> <td style="text-align: left;">修改人</td> </tr> <tr> <td style="text-align: left;">--update_time</td> <td style="text-align: left;">修改时间</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML