Module: 病案获取复诊列表^2024/05/26

Since:
  • 2024/05/26
Author:
  • zz

Methods

(inner) get /medicalrecord_follow_up_list(medicalrecordId, doctorIdopt, orderopt, languageopt, timestamp, sign)

Parameters:
Name Type Attributes Default Description
medicalrecordId String(24) 病案ID
doctorId String(24) <optional>
医生ID
order Number <optional>
1 针对createdAt字段的排序参数,默认1,1 为升序排列,-1 为降序排列 2022/6/16
language String(50) <optional>
语种,不传或无值将维持默认语种(简体中文)不会转换简繁体文字内容,目前支持:simplifiedChinese:简体中文,traditionalChinese:繁体中文 2022/2/28
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
Properties:
Name Type Attributes Description
_id String(24) ID
medicalrecordIdRoot String(24) <optional>
复诊根ID
medicalrecordIdParent String(24) <optional>
复诊父ID
medicalrecordIdSub String(24) <optional>
复诊子ID
medicalrecordIdFrom String(24) <optional>
复制来源病案ID 2022/1/21
rootDiseaseMedicalrecord String(24) <optional>
根病案ID 2024/05/26
isdeleted Boolean 删除标记,true=删除
createdAt Date 诊断时间
patients Object 患者信息
Properties
Name Type Attributes Description
name String(20) 患者姓名
gender String(10) 患者性别
birthday Date 患者生日
relation String(20) 患者关系
weight Number 患者体重
height Number 患者身高
address String(100) 患者所在地
medicalhistory Array.<String> 患者既往病史
other String(200) <optional>
患者其他信息
diseaseId Object 病症信息
Properties
Name Type Description
_id String(24) 病症ID
title String(50) 病症名称
title String(50) 证型名称
curativeeffect Number <optional>
疗效结果,1:痊愈,2:好转,3:无效,4:加重 2021/11/22
curativeeffectInfo String(200) <optional>
疗效描述
wxQrcodeUrl String(500) <optional>
微信二维码图片
status Number 并安状态,0:新建,1:患者已提交,2:医生已处理,3:等待付款,4:医生已发布(已完成)
pdfPath String(500) pdf下载地址
diagnosisRate Arra.<Object> 概率分布,各种证型症候概率分布数据 2024/05/26
Properties
Name Type Attributes Description
name String(50) 证型
percent Number 概率占比百分比值
weightsRatio Number 症候符合率占比
rule Boolean 是否包含规则逻辑
ruleValue Boolean 规则条件是否满足
value Boolean 证型是否命中
weightLowestValue Boolean 概率阈值是否满足
treatmentplan Array.<Object> <optional>
中药配方方案规则等数据
Properties
Name Type Description
rule Boolean 是否包含规则逻辑
ruleValue Boolean 规则条件是否满足
value Boolean 是否命中
prescriptionName String(50) 中药配方名称
goWeightLowestCoefficient Number 合方阈值系数
diagnosticresults Array.<Object> 处方名称 2024-05-26
Properties
Name Type Description
name String(50) 处方名称
costs Object <optional>
费用对象
Properties
Name Type Attributes Default Description
prescription Object <optional>
药费对象
Properties
Name Type Attributes Default Description
quantity Number <optional>
7 方剂数量
amount Number <optional>
0 方剂金额
patentmedicines Object <optional>
中成药费对象
Properties
Name Type Attributes Default Description
quantity Number <optional>
7 中成药数量
amount Number <optional>
0 中成药金额
postage Number <optional>
0 邮费
consultationFee Number <optional>
0 问诊费
otherFee Number <optional>
0 其他费用
amount Number <optional>
0 费用合计
coDisease Arra.<Object> <optional>
合病并病信息,记录针对根病症病案的合病并病信息,各种证型症候概率分布数据 2024/05/26
Properties
Name Type Attributes Description
name String(50) 证型
percent Number 概率占比百分比值
weightsRatio Number 症候符合率占比
rule Number 是否包含规则逻辑
ruleValue Boolean 规则条件是否满足
value Number 证型是否命中
weightLowestValue Boolean 概率阈值是否满足
weightLowest Number <optional>
概率阈值
weights Number <optional>
概率值
diseaseId Number <optional>
病症ID
goWeightLowestCoefficient Number <optional>
合方阈值系数 2024-05-16
Examples
请求示例:/open/api/medicalrecord_follow_up_list?medicalrecordId=5e2e5d786fcd3751d8941ba2&sign=143C90B22D698234BAA7691B0020D5D6D4737106A57E72EEED098E9193075C69&timestamp=1570428513
返回示例:
  [{
    "patients": {
      "medicalhistory": [
        "高血压",
        "心脏病"
      ],
      "name": "张三",
      "gender": "男",
      "birthday": "1976-11-13T16:00:00.000Z",
      "relation": "本人",
      "weight": 70,
      "height": 175,
      "address": "北京市",
      "other": "无"
    },
    "_id": "5e46911fc127de7a58deacd7",
    "diseaseId": {
      "_id": "5e3815da27ddaa24a8b0c74b",
      "title": "感冒"
    },
    "createdAt": "2020-02-14T12:22:55.558Z"
  }]