his 1.0
  1. 苏州卫健委对接
his 1.0
  • 苏州卫健委对接
    • 医生基本信息接口
      GET
    • 患者基本信息接口
      GET
    • 门诊/急诊挂号接口
      GET
    • 门诊/急诊就诊记录接口
      GET
    • 门诊/急诊/住院西药处方接口(主)
      GET
    • 门诊/急诊/住院西药处方接口(从)
      GET
    • 门诊/急诊/住院中药处方接口(主)
      GET
    • 门诊/急诊/住院中药处方接口(从)
      GET
  • 正式环境测试
    GET
  1. 苏州卫健委对接

医生基本信息接口

开发中
GET
/api/his/healthCommission/basicDoctorInfo

请求参数

Query 参数
clientId
integer 
HIS加盟商id
必需
clinicId
integer 
可选
HIS诊所id(不传查整个盟商数据)
Header 参数
appId
string 
必需
默认值:
yaoud
sign
string 
必需
timestamp
string 
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/his/healthCommission/basicDoctorInfo?clientId=&clinicId=' \
--header 'appId;' \
--header 'sign;' \
--header 'timestamp;'

返回响应

🟢200成功
application/json
Body
code
integer 
返回编码
必需
0:成功,其他:失败
message
string 
返回消息
可选
data
array [object {10}] 
返回数据
可选
doctorId
string 
医生主键
必需
<= 32 字符
doctorName
string 
医生姓名
必需
<= 64 字符
departmentName
string 
科室名称
必需
<= 45 字符
qualification
string 
医生资格证号
必需
<= 45 字符
doctorLicence
string 
医生执业证号
必需
<= 45 字符
jobTitle
string 
医生职称名称
必需
<= 64 字符
idCardNo
string 
医生身份证号
必需
<= 18 字符
antimicrobialAuthority
integer 
抗菌权限
必需
0;0非抗菌药物使用级;1非限制级;2限制级;3
spermatophoreAuthority
integer 
精麻权限
必需
默认值为0;0无;1有
organizationCode
string 
机构唯一码
必需
18位社会统一信用代码,或者组织机构代码
<= 32 字符
示例
{
    "code": 0,
    "message": "string",
    "data": [
        {
            "doctorId": "string",
            "doctorName": "string",
            "departmentName": "string",
            "qualification": "string",
            "doctorLicence": "string",
            "jobTitle": "string",
            "idCardNo": "string",
            "antimicrobialAuthority": 0,
            "spermatophoreAuthority": 0,
            "organizationCode": "string"
        }
    ]
}
修改于 2023-10-08 03:15:14
下一页
患者基本信息接口
Built with