健康背景信息

基础版

伴随一份体检报告,需要用户回答的健康背景信息最小集合。其中的问题均为是非题

使用场景

  • H5健康档案

字段定义

序号 中文名 变量名 答案类型
1 生日 dob "YYYY-MM-DD"
2 性别 gender "male" or "female"
3 是否患有高血压? has_hbp bool
4 是否患有糖尿病? has_diabetes bool
5 是否患有心血管疾病? has_cvd bool
6 是否吸烟? is_smoking bool
7 是否有心血管病家族史? has_ascvd_family_history bool
8 是否患有慢性肾病? has_ckd bool
9 是否患有痛风? has_gout bool

数据包示例

{
    "dob": "1990-06-22",
    "gender": "male",
    "has_hbp": false,
    "has_cvd": false,
    "is_smoking": false,
    "has_ascvd_family_history": true,
    "has_ckd": false,
    "has_gout": false
}

results matching ""

    No results matching ""