Spaces:
Sleeping
Sleeping
File size: 835 Bytes
5f2fb1e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"version": "1.0.0",
"unit_rules": {
"bp_unit": "mmHg",
"a1c_unit": "%",
"bmi_unit": "kg/m²",
"chol_unit": "mmol/L",
"percent_unit": "%"
},
"numeric_ranges": {
"a1c_pct": {"min": 3.0, "max": 20.0},
"sbp_mmhg": {"min": 60, "max": 250},
"dbp_mmhg": {"min": 30, "max": 150},
"bmi": {"min": 10.0, "max": 70.0},
"total_chol_mmol_l": {"min": 2.0, "max": 12.0}
},
"privacy_rules": {
"small_cell_suppression_min": 10,
"allow_phi": false
},
"rec_sys_rules": {
"analytics_first": true,
"longitudinal_required": true
},
"two_phase_behavior": {
"always_ask_clarifications": true,
"max_questions": 5,
"group_by_categories": ["Prioritization", "Capacity", "Cost", "Clinical", "Recommendations"],
"if_all_clear_message": "No clarifications required"
}
}
|