Medica_DecisionSupportAI / core /policy_global.json
Rajan Sharma
Create core/policy_global.json
5f2fb1e verified
raw
history blame
835 Bytes
{
"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"
}
}