{ "$schema": "http://json-schema.org/draft-04/schema", "id": "schema.json", "description": "Configuration for the comprehensive diabetes model", "type": "object", "ui:layout": { "pages": [ { "url_path": "/", "title": "New Scenario Setup", "fieldsets": [ { "$ref": "#/properties/diabetes_type", "update_on_change": true }, { "$ref": "#/properties/save_items_on_run", "items_length": 1, "max_items_length": 2, "update_on_change": true } ] }, { "url_path": "/population-dataset", "built_in_page": { "type": "dataset-picker", "title": "Population Dataset", "message": "A preloaded population dataset may be selected here. If none are selected, then you will be prompted to configure a new one later in the setup process." }, "fieldsets": [ { "$ref": "#/properties/dataset_screening_message", "expand_if": { "diabetes_type": "screen" } }, { "$ref": "#/properties/population_dataset_uuid" } ] }, { "title": "Scenario Setup: Basic - Type 1 Diabetes", "url_path": "/basic-setup-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t1d" }, "fieldsets": [ [ { "$ref": "#/properties/scenario_name_t1d" }, { "$ref": "#/properties/simulation_type_t1d", "update_on_change": true }, { "$ref": "#/properties/psa_intervention_costs_t1d", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/psa_factor_change_t1d", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/psa_risk_reduction_t1d", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/variability_title", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/psa_complication_variability_t1d", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/psa_mortality_variability_t1d", "expand_if": { "simulation_type_t1d": "PSA" } }, { "$ref": "#/properties/iterations_t1d" }, { "$ref": "#/properties/seed_t1d" } ], [ { "$ref": "#/properties/size_t1d" }, { "$ref": "#/properties/time_horizon_t1d", "update_on_change": true }, { "$ref": "#/properties/max_steps_t1d", "expand_if": { "$and": { "diabetes_type": "t1d", "time_horizon_t1d": "fixed" } } }, { "$ref": "#/properties/max_age_t1d", "expand_if": { "$and": { "diabetes_type": "t1d", "time_horizon_t1d": "max_age" } } }, { "$ref": "#/properties/iteration_size_note" } ] ] }, { "title": "Scenario Setup: Intervention Sets - Type 1 Diabetes", "url_path": "/configure-intervention-sets-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t1d" }, "fieldsets": [ { "$ref": "#/properties/intervention_types_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Generic intervention", "url_path": "/configure-generic-intervention-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "intervention_types_t1d": { "0": { "type_generic_t1d": { "0": "generic" } } } } }, "fieldsets": [ { "$ref": "#/properties/generic_control_intervention_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Glycemic control intervention", "url_path": "/configure-glycemic-control-intervention-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "intervention_types_t1d": { "0": { "type_glycemic_t1d": { "0": "glycemic" } } } } }, "fieldsets": [ { "$ref": "#/properties/glycemic_control_setup_type_t1d", "update_on_change": true }, { "$ref": "#/properties/glycemic_control_intervention_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "basic" } }, { "$ref": "#/properties/glycemic_control_trajectory_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/glycemic_control_intensification_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/glycemic_control_targets_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/glycemic_control_costs_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/glycemic_control_noncompliers_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t1d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Cholesterol control intervention", "url_path": "/configure-cholesterol-control-intervention-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "intervention_types_t1d": { "0": { "type_cholesterol_t1d": { "0": "cholesterol" } } } } }, "fieldsets": [ { "$ref": "#/properties/cholesterol_control_setup_type_t1d", "update_on_change": true }, { "$ref": "#/properties/cholesterol_control_intervention_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "basic" } }, { "$ref": "#/properties/cholesterol_control_trajectory_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_statin_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_costs_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_noncompliers_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t1d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Blood pressure control intervention", "url_path": "/configure-blood-pressure-control-intervention-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "intervention_types_t1d": { "0": { "type_bp_t1d": { "0": "bp" } } } } }, "fieldsets": [ { "$ref": "#/properties/bp_control_setup_type_t1d", "update_on_change": true }, { "$ref": "#/properties/bp_control_intervention_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "basic" } }, { "$ref": "#/properties/bp_control_trajectory_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/bp_control_intensification_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/bp_control_targets_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/bp_control_costs_advanced_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "advanced" } }, { "$ref": "#/properties/bp_control_noncompliers_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t1d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Smoking cessation intervention", "url_path": "/configure-smoking-intervention-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "intervention_types_t1d": { "0": { "type_smoke_t1d": { "0": "smoking" } } } } }, "fieldsets": [ { "$ref": "#/properties/smoking_control_intervention_t1d", "items_length": "iterations_t1d", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Population Generation - Type 1 Diabetes", "url_path": "/population-generation-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t1d", "population_dataset_uuid": "none" } }, "fieldsets": [ { "$ref": "#/properties/population_composition", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/SEARCH_demographics", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/SEARCH_risk_factors", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/SEARCH_clinical_history", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/EXCHANGE_demographics", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/EXCHANGE_risk_factors", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/EXCHANGE_clinical_history", "items_length": "iterations_t1d", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Economic Factors - Type 1 Diabetes", "url_path": "/economic-factors-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t1d" }, "fieldsets": [ { "$ref": "#/properties/include_medicare_t1d", "update_on_change": true }, { "$ref": "#/properties/baseline_economic_factors_t1d", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_t1d", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/costs_t1d", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/costs_medicare_t1d", "items_length": "iterations_t1d", "max_items_length": 1 }, { "$ref": "#/properties/mortality_multipliers_t1d", "items_length": "iterations_t1d", "max_items_length": 1 } ] }, { "title": "Scenario Setup: Basic - Type 2 Diabetes", "url_path": "/basic-setup-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t2d" }, "fieldsets": [ [ { "$ref": "#/properties/scenario_name_t2d" }, { "$ref": "#/properties/simulation_type_t2d", "update_on_change": true }, { "$ref": "#/properties/psa_intervention_costs_t2d", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/psa_factor_change_t2d", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/psa_risk_reduction_t2d", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/variability_title", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/psa_complication_variability_t2d", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/psa_mortality_variability_t2d", "expand_if": { "simulation_type_t2d": "PSA" } }, { "$ref": "#/properties/iterations_t2d" }, { "$ref": "#/properties/seed_t2d" } ], [ { "$ref": "#/properties/size_t2d" }, { "$ref": "#/properties/time_horizon_t2d", "update_on_change": true }, { "$ref": "#/properties/max_steps_t2d", "expand_if": { "$and": { "diabetes_type": "t2d", "time_horizon_t2d": "fixed" } } }, { "$ref": "#/properties/max_age_t2d", "expand_if": { "$and": { "diabetes_type": "t2d", "time_horizon_t2d": "max_age" } } }, { "$ref": "#/properties/iteration_size_note" } ] ] }, { "title": "Scenario Setup: Intervention Sets - Type 2 Diabetes", "url_path": "/configure-intervention-sets-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t2d" }, "fieldsets": [ { "$ref": "#/properties/intervention_types_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Generic intervention", "url_path": "/configure-generic-intervention-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "intervention_types_t2d": { "0": { "type_generic_t2d": { "0": "generic" } } } } }, "fieldsets": [ { "$ref": "#/properties/generic_control_intervention_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Glycemic control intervention", "url_path": "/configure-glycemic-control-intervention-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "intervention_types_t2d": { "0": { "type_glycemic_t2d": { "0": "glycemic" } } } } }, "fieldsets": [ { "$ref": "#/properties/glycemic_control_setup_type_t2d", "update_on_change": true }, { "$ref": "#/properties/glycemic_control_intervention_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "basic" } }, { "$ref": "#/properties/glycemic_control_trajectory_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/glycemic_control_intensification_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/glycemic_control_targets_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/glycemic_control_costs_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/glycemic_control_noncompliers_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_t2d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Cholesterol control intervention", "url_path": "/configure-cholesterol-control-intervention-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "intervention_types_t2d": { "0": { "type_cholesterol_t2d": { "0": "cholesterol" } } } } }, "fieldsets": [ { "$ref": "#/properties/cholesterol_control_setup_type_t2d", "update_on_change": true }, { "$ref": "#/properties/cholesterol_control_intervention_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "basic" } }, { "$ref": "#/properties/cholesterol_control_trajectory_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_statin_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_costs_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/cholesterol_control_noncompliers_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Blood pressure control intervention", "url_path": "/configure-blood-pressure-control-intervention-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "intervention_types_t2d": { "0": { "type_bp_t2d": { "0": "bp" } } } } }, "fieldsets": [ { "$ref": "#/properties/bp_control_setup_type_t2d", "update_on_change": true }, { "$ref": "#/properties/bp_control_intervention_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "basic" } }, { "$ref": "#/properties/bp_control_trajectory_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/bp_control_intensification_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/bp_control_targets_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/bp_control_costs_advanced_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "advanced" } }, { "$ref": "#/properties/bp_control_noncompliers_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "bp_control_setup_type_t2d": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Smoking cessation intervention", "url_path": "/configure-smoking-intervention-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "intervention_types_t2d": { "0": { "type_smoke_t2d": { "0": "smoking" } } } } }, "fieldsets": [ { "$ref": "#/properties/smoking_control_intervention_t2d", "items_length": "iterations_t2d", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Population Generation - Type 2 Diabetes", "url_path": "/population-generation-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "t2d", "population_dataset_uuid": "none" } }, "fieldsets": [ { "$ref": "#/properties/demographics", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/risk_factors", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/clinical_history", "items_length": "iterations_t2d", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Economic Factors - Type 2 Diabetes", "url_path": "/economic-factors-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t2d" }, "fieldsets": [ { "$ref": "#/properties/include_medicare_t2d", "update_on_change": true }, { "$ref": "#/properties/baseline_economic_factors_t2d", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_t2d", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/costs_t2d", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/costs_medicare_t2d", "items_length": "iterations_t2d", "max_items_length": 1 }, { "$ref": "#/properties/mortality_multipliers_t2d", "items_length": "iterations_t2d", "max_items_length": 1 } ] }, { "title": "Scenario Setup: Basic - Prediabetes", "url_path": "/basic-setup-for-prediabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "pre" }, "fieldsets": [ [ { "$ref": "#/properties/scenario_name_pre" }, { "$ref": "#/properties/simulation_type_pre", "update_on_change": true }, { "$ref": "#/properties/psa_intervention_costs_pre", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/psa_factor_change_pre", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/psa_risk_reduction_pre", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/variability_title", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/psa_complication_variability_pre", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/psa_mortality_variability_pre", "expand_if": { "simulation_type_pre": "PSA" } }, { "$ref": "#/properties/iterations_pre" }, { "$ref": "#/properties/seed_pre" } ], [ { "$ref": "#/properties/size_pre" }, { "$ref": "#/properties/time_horizon_pre", "update_on_change": true }, { "$ref": "#/properties/max_steps_pre", "expand_if": { "time_horizon_pre": "fixed" } }, { "$ref": "#/properties/max_age_pre", "expand_if": { "time_horizon_pre": "max_age" } }, { "$ref": "#/properties/iteration_size_note" } ] ] }, { "title": "Scenario Setup: Intervention Sets - Prediabetes", "url_path": "/configure-intervention-sets-for-prediabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "pre" }, "fieldsets": [ { "$ref": "#/properties/intervention_types_pre", "items_length": "iterations_pre", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Lifestyle intervention - Prediabetes", "url_path": "/configure-lifestyle-intervention-for-prediabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "pre", "intervention_types_pre": { "0": { "type_lifestyle_pre": { "0": "lifestyle" } } } } }, "fieldsets": [ { "$ref": "#/properties/lifestyle_control_setup_type_pre", "update_on_change": true }, { "$ref": "#/properties/lifestyle_control_intervention_pre", "items_length": "iterations_pre", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_pre": "basic" } }, { "$ref": "#/properties/lifestyle_control_advanced_pre", "items_length": "iterations_pre", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_pre": "advanced" } }, { "$ref": "#/properties/lifestyle_control_effects_pre", "items_length": "iterations_pre", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_pre": "advanced" } }, { "$ref": "#/properties/lifestyle_control_costs_pre", "items_length": "iterations_pre", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_pre": "advanced" } }, { "$ref": "#/properties/lifestyle_control_noncompliers_pre", "items_length": "iterations_pre", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_pre": "advanced" } } ] }, { "title": "Prediabetes parameters", "url_path": "/configure-parameters-for-prediabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "pre" }, "fieldsets": [ { "$ref": "#/properties/cvd_multipliers_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/mortality_multipliers_pre", "items_length": "iterations_pre", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Population Generation - Prediabetes", "url_path": "/population-generation-for-prediabetes", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "pre", "population_dataset_uuid": "none" } }, "fieldsets": [ { "$ref": "#/properties/demographics_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/risk_factors_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/clinical_history_pre", "items_length": "iterations_pre", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Economic Factors - Prediabetes", "url_path": "/economic-factors-for-prediabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "pre" }, "fieldsets": [ { "$ref": "#/properties/include_medicare_pre", "update_on_change": true }, { "$ref": "#/properties/baseline_economic_factors_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_prediabetes_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/costs_prediabetes_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/costs_pre", "items_length": "iterations_pre", "max_items_length": 1 }, { "$ref": "#/properties/costs_medicare_pre", "items_length": "iterations_pre", "max_items_length": 1 } ] }, { "title": "Complication Multipliers - Type 1 Diabetes", "url_path": "/complication-multipliers-for-type-1-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t1d" }, "fieldsets": [ { "$ref": "#/properties/complication_multipliers_t1d", "items_length": "iterations_t1d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Complication Multipliers - Type 2 Diabetes", "url_path": "/complication-multipliers-for-type-2-diabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "t2d" }, "fieldsets": [ { "$ref": "#/properties/complication_multipliers_t2d", "items_length": "iterations_t2d", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Complication Multipliers - Prediabetes", "url_path": "/complication-multipliers-for-prediabetes", "form_submit_button": true, "expand_if": { "diabetes_type": "pre" }, "fieldsets": [ { "$ref": "#/properties/complication_multipliers_pre", "items_length": "iterations_pre", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Basic - Screening", "url_path": "/basic-setup-for-screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ [ { "$ref": "#/properties/scenario_name_screen" }, { "$ref": "#/properties/simulation_type_screen", "update_on_change": true }, { "$ref": "#/properties/psa_intervention_costs_screen", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/psa_factor_change_screen", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/psa_risk_reduction_screen", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/variability_title", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/psa_complication_variability_screen", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/psa_mortality_variability_screen", "expand_if": { "simulation_type_screen": "PSA" } }, { "$ref": "#/properties/iterations_screen" }, { "$ref": "#/properties/seed_screen" } ], [ { "$ref": "#/properties/size_screen" }, { "$ref": "#/properties/time_horizon_screen", "update_on_change": true }, { "$ref": "#/properties/max_steps_screen", "expand_if": { "time_horizon_screen": "fixed" } }, { "$ref": "#/properties/max_age_screen", "expand_if": { "time_horizon_screen": "max_age" } }, { "$ref": "#/properties/iteration_size_note" } ] ] }, { "title": "Screening", "url_path": "/screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ { "$ref": "#/properties/who_gets_screened", "max_items_length": 1, "items_length": "iterations_screen" }, { "$ref": "#/properties/screening_characteristics", "max_items_length": 1, "items_length": "iterations_screen" }, { "$ref": "#/properties/annual_probability_of_developing_prediabetes", "max_items_length": 1, "items_length": "iterations_screen" }, { "$ref": "#/properties/probability_of_nonscreening_diagnosis", "max_items_length": 1, "items_length": "iterations_screen" } ] }, { "title": "Scenario Setup: Intervention Sets - Screening", "url_path": "/configure-intervention-sets-for-screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ { "$ref": "#/properties/intervention_types_screen", "items_length": "iterations_screen", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Lifestyle intervention - Screening", "url_path": "/configure-lifestyle-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_lifestyle_screen": { "0": "lifestyle" } } } } }, "fieldsets": [ { "$ref": "#/properties/lifestyle_control_setup_type_screen", "update_on_change": true }, { "$ref": "#/properties/lifestyle_control_intervention_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_screen": "basic" } }, { "$ref": "#/properties/lifestyle_control_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/lifestyle_control_effects_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/lifestyle_control_costs_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/lifestyle_control_noncompliers_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "lifestyle_control_setup_type_screen": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Generic intervention", "url_path": "/configure-generic-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_generic_screen": { "0": "generic" } } } } }, "fieldsets": [ { "$ref": "#/properties/generic_control_intervention_screen", "items_length": "iterations_screen", "max_items_length": 1, "update_on_change": true } ] }, { "title": "Scenario Setup: Intervention Sets - Glycemic control intervention", "url_path": "/configure-glycemic-control-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_glycemic_screen": { "0": "glycemic" } } } } }, "fieldsets": [ { "$ref": "#/properties/glycemic_control_setup_type_screen", "update_on_change": true }, { "$ref": "#/properties/glycemic_control_intervention_screen", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "basic" } }, { "$ref": "#/properties/glycemic_control_trajectory_advanced_screen", "items_length": "iterations_t2d", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/glycemic_control_intensification_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/glycemic_control_targets_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/glycemic_control_costs_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/glycemic_control_noncompliers_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "glycemic_control_setup_type_screen": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Cholesterol control intervention", "url_path": "/configure-cholesterol-control-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_cholesterol_screen": { "0": "cholesterol" } } } } }, "fieldsets": [ { "$ref": "#/properties/cholesterol_control_setup_type_screen", "update_on_change": true }, { "$ref": "#/properties/cholesterol_control_intervention_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_t2d": "basic" } }, { "$ref": "#/properties/cholesterol_control_trajectory_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/cholesterol_control_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/cholesterol_control_statin_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/cholesterol_control_costs_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/cholesterol_control_noncompliers_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "cholesterol_control_setup_type_screen": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Blood pressure control intervention", "url_path": "/configure-blood-pressure-control-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_bp_screen": { "0": "bp" } } } } }, "fieldsets": [ { "$ref": "#/properties/bp_control_setup_type_screen", "update_on_change": true }, { "$ref": "#/properties/bp_control_intervention_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "basic" } }, { "$ref": "#/properties/bp_control_trajectory_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/bp_control_intensification_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/bp_control_targets_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/bp_control_costs_advanced_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "advanced" } }, { "$ref": "#/properties/bp_control_noncompliers_screen", "items_length": "iterations_screen", "max_items_length": 1, "expand_if": { "bp_control_setup_type_screen": "advanced" } } ] }, { "title": "Scenario Setup: Intervention Sets - Smoking cessation intervention", "url_path": "/configure-smoking-intervention-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "intervention_types_screen": { "0": { "type_smoke_screen": { "0": "smoking" } } } } }, "fieldsets": [ { "$ref": "#/properties/smoking_control_intervention_screen", "items_length": "iterations_screen", "max_items_length": 1 } ] }, { "title": "Screening parameters", "url_path": "/configure-parameters-for-screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ { "$ref": "#/properties/cvd_multipliers_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/mortality_multipliers_screen", "items_length": "iterations_screen", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Population Generation - Screening", "url_path": "/population-generation-for-screening", "form_submit_button": true, "expand_if": { "$and": { "diabetes_type": "screen", "population_dataset_uuid": "none" } }, "fieldsets": [ { "$ref": "#/properties/demographics_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/risk_factors_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/clinical_history_screen", "items_length": "iterations_screen", "max_items_length": 1 } ] }, { "title": "Advanced Setup: Economic Factors - Screening", "url_path": "/economic-factors-for-screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ { "$ref": "#/properties/include_medicare_screen", "update_on_change": true }, { "$ref": "#/properties/baseline_economic_factors_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_prediabetes_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/costs_prediabetes_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/disutilities_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/costs_screen", "items_length": "iterations_screen", "max_items_length": 1 }, { "$ref": "#/properties/costs_medicare_screen", "items_length": "iterations_screen", "max_items_length": 1 } ] }, { "title": "Complication Multipliers - Screening", "url_path": "/complication-multipliers-for-screening", "form_submit_button": true, "expand_if": { "diabetes_type": "screen" }, "fieldsets": [ { "$ref": "#/properties/complication_multipliers_screen", "items_length": "iterations_screen", "max_items_length": 1, "update_on_change": true } ] }, { "url_path": "/summary", "built_in_page": { "type": "summary", "title": "Scenario Summary", "message": "Data as it will be sent to the simulator.", "button_text": "Finish Form" } } ] }, "properties": { "diabetes_type": { "title": "Diabetes type: choose one from the dropdown menu below", "$ref": "#/definitions/string", "enum": ["t1d", "t2d", "pre", "screen"], "enumNames": ["Type 1", "Type 2", "Prediabetes", "Screening for type 2 diabetes and prediabetes"], "default": "t1d", "_basic_config": true }, "save_items_on_run": { "title": "", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": false, "header_buttons": { "common_text": "Save Population/Config on Completed Simulation Run", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 }, "save_population": { "ui:widget": "checkboxes" }, "save_config": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "save_population": { "title": " ", "description": "*Saved population available only after viewing results. Do not use this option for runs with multiple iterations or PSA runs.", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["save_population"], "enumNames": [ "Save population dataset on completed simulation run" ] } }, "save_config": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["save_config"], "enumNames": ["Save config file on completed simulation run"] } } } } }, "population_dataset_uuid": { "title": "Pre-loaded Population Dataset", "$ref": "#/definitions/string", "enum": ["none"], "enumNames": ["none"], "nullValue": "none", "default": "none", "_basic_config": true, "validate": false }, "dataset_screening_message": { "type": "object", "properties": { "Important Note:": { "$ref": "#/definitions/text", "description": "You have chosen the Prediabetes (Screening) diabetes type. Please either use the predefined 'prediabetes_nhanes_screening' data set, or, if you are using a user-uploaded population dataset, ensure that it includes either an A1c or FPG column. These columns will be used to calculate diagnosis.", "readOnly": true } } }, "scenario_name_t1d": { "title": "Name of the scenario", "default": "Example scenario T1D", "$ref": "#/definitions/string", "_basic_config": true }, "scenario_name_t2d": { "title": "Name of the scenario", "default": "Example scenario T2D", "$ref": "#/definitions/string", "_basic_config": true }, "scenario_name_pre": { "title": "Name of the scenario", "default": "Example scenario PRE", "$ref": "#/definitions/string", "_basic_config": true }, "scenario_name_screen": { "title": "Name of the scenario", "default": "Example scenario SCREEN", "$ref": "#/definitions/string", "_basic_config": true }, "simulation_type_t1d": { "title": "Type of simulation to run", "description": "Complication costs and disutilities are also included in PSA.", "$ref": "#/definitions/string", "enum": ["Standard", "PSA"], "default": "Standard", "_basic_config": true }, "simulation_type_t2d": { "title": "Type of simulation to run", "description": "Complication costs and disutilities are also included in PSA.", "$ref": "#/definitions/string", "enum": ["Standard", "PSA"], "default": "Standard", "_basic_config": true }, "simulation_type_pre": { "title": "Type of simulation to run", "description": "Complication costs and disutilities are also included in PSA.", "$ref": "#/definitions/string", "enum": ["Standard", "PSA"], "default": "Standard", "_basic_config": true }, "simulation_type_screen": { "title": "Type of simulation to run", "description": "Complication costs and disutilities are also included in PSA.", "$ref": "#/definitions/string", "enum": ["Standard", "PSA"], "default": "Standard", "_basic_config": true }, "psa_intervention_costs_t1d": { "title": "PSA intervention costs", "$ref": "#/definitions/string", "enum": ["Do not vary", "10", "25", "50"], "enumNames": ["+/- 0%", "10%", "25%", "50%"], "default": "Do not vary", "_basic_config": true }, "psa_factor_change_t1d": { "title": "PSA factor changes (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_risk_reduction_t1d": { "title": "PSA risk reductions (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "variability_title": { "type": "object", "ui:schema": { "classNames": "title-only-field" }, "properties": { "placeholder": { "title": "PSA complication and mortality equations", "type": "null" } } }, "psa_complication_variability_t1d": { "title": "Include PSA complication variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_mortality_variability_t1d": { "title": "Include PSA mortality variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_intervention_costs_t2d": { "title": "PSA intervention costs", "$ref": "#/definitions/string", "enum": ["Do not vary", "10", "25", "50"], "enumNames": ["+/- 0%", "10%", "25%", "50%"], "default": "Do not vary", "_basic_config": true }, "psa_factor_change_t2d": { "title": "PSA factor changes (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_risk_reduction_t2d": { "title": "PSA risk reductions (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_complication_variability_t2d": { "title": "Include PSA complication variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_mortality_variability_t2d": { "title": "Include PSA mortality variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_intervention_costs_pre": { "title": "PSA intervention costs", "$ref": "#/definitions/string", "enum": ["Do not vary", "10", "25", "50"], "enumNames": ["+/- 0%", "10%", "25%", "50%"], "default": "Do not vary", "_basic_config": true }, "psa_factor_change_pre": { "title": "PSA factor changes (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_risk_reduction_pre": { "title": "PSA risk reductions (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_complication_variability_pre": { "title": "Include PSA complication variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_mortality_variability_pre": { "title": "Include PSA mortality variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_intervention_costs_screen": { "title": "PSA intervention costs", "$ref": "#/definitions/string", "enum": ["Do not vary", "10", "25", "50"], "enumNames": ["+/- 0%", "10%", "25%", "50%"], "default": "Do not vary", "_basic_config": true }, "psa_factor_change_screen": { "title": "PSA factor changes (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_risk_reduction_screen": { "title": "PSA risk reductions (vary across CI based on selected p-value)", "$ref": "#/definitions/string", "enum": ["Do not vary", "1", "5", "10"], "enumNames": ["Do not vary", "1%", "5%", "10%"], "default": "5", "_basic_config": true }, "psa_complication_variability_screen": { "title": "Include PSA complication variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "psa_mortality_variability_screen": { "title": "Include PSA mortality variability", "type": "boolean", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" }, "_basic_config": true }, "intervention_sets_t1d": { "title": "Number of intervention sets", "$ref": "#/definitions/interventionSetsLength", "default": 1 }, "intervention_sets_t2d": { "title": "Number of intervention sets", "$ref": "#/definitions/interventionSetsLength", "default": 1 }, "intervention_sets_pre": { "title": "Number of intervention sets", "$ref": "#/definitions/interventionSetsLength", "default": 1 }, "iterations_t1d": { "title": "Number of iterations", "description": "In 'Standard', this is the number of times a simulation is run. In 'Sensitivity analysis', this is the number of times a new set of values is drawn.", "$ref": "#/definitions/positiveInteger", "maximum": 1000, "default": 1, "_basic_config": true }, "iterations_t2d": { "title": "Number of iterations", "description": "In 'Standard', this is the number of times a simulation is run. In 'Sensitivity analysis', this is the number of times a new set of values is drawn.", "$ref": "#/definitions/positiveInteger", "maximum": 1000, "default": 1, "_basic_config": true }, "iterations_pre": { "title": "Number of iterations", "description": "In 'Standard', this is the number of times a simulation is run. In 'Sensitivity analysis', this is the number of times a new set of values is drawn.", "$ref": "#/definitions/positiveInteger", "maximum": 1000, "default": 1, "_basic_config": true }, "iterations_screen": { "title": "Number of iterations", "description": "In 'Standard', this is the number of times a simulation is run. In 'Sensitivity analysis', this is the number of times a new set of values is drawn.", "$ref": "#/definitions/positiveInteger", "maximum": 1000, "default": 1, "_basic_config": true }, "seed_t1d": { "title": "Simulation Seed", "description": "seed value can be anything between 1 and 9999", "$ref": "#/definitions/seedInteger", "default": 1234, "_basic_config": true }, "seed_t2d": { "title": "Simulation Seed", "description": "seed value can be anything between 1 and 9999", "$ref": "#/definitions/seedInteger", "default": 1234, "_basic_config": true }, "seed_pre": { "title": "Simulation Seed", "description": "seed value can be anything between 1 and 9999", "$ref": "#/definitions/seedInteger", "default": 1234, "_basic_config": true }, "seed_screen": { "title": "Simulation Seed", "description": "seed value can be anything between 1 and 9999", "$ref": "#/definitions/seedInteger", "default": 1234, "_basic_config": true }, "size_t1d": { "title": "Number of individuals in the population", "default": 10000, "$ref": "#/definitions/positiveInteger", "maximum": 1000000, "_basic_config": true }, "size_t2d": { "title": "Number of individuals in the population", "default": 10000, "$ref": "#/definitions/positiveInteger", "maximum": 1000000, "_basic_config": true }, "size_pre": { "title": "Number of individuals in the population", "default": 10000, "$ref": "#/definitions/positiveInteger", "maximum": 1000000, "_basic_config": true }, "size_screen": { "title": "Number of individuals in the population", "default": 10000, "$ref": "#/definitions/positiveInteger", "maximum": 1000000, "_basic_config": true }, "time_horizon_t1d": { "title": "Time horizon execution strategy", "description": "'Fixed' runs for a set duration. 'Max age' runs until the youngest individual reaches the max age. 'All deceased' runs until all agents have passed away.", "$ref": "#/definitions/string", "default": "fixed", "enum": ["fixed", "max_age", "all_deceased"], "enumNames": [ "Fixed", "Max age", "All deceased (this will take a long time to run)" ], "_basic_config": true }, "max_age_t1d": { "title": "Maximum age", "$ref": "#/definitions/positiveInteger", "default": 30, "_basic_config": true }, "max_steps_t1d": { "title": "Maximum number of steps (years)", "$ref": "#/definitions/positiveInteger", "default": 5, "_basic_config": true }, "time_horizon_t2d": { "title": "Time horizon execution strategy", "description": "'Fixed' runs for a set duration. 'Max age' runs until the youngest individual reaches the max age. 'All deceased' runs until all agents have passed away.", "$ref": "#/definitions/string", "default": "fixed", "enum": ["fixed", "max_age", "all_deceased"], "enumNames": [ "Fixed", "Max age", "All deceased (this will take a long time to run)" ] }, "max_age_t2d": { "title": "Maximum age", "$ref": "#/definitions/positiveInteger", "default": 30 }, "max_steps_t2d": { "title": "Maximum number of steps (years)", "$ref": "#/definitions/positiveInteger", "default": 5, "_basic_config": true }, "time_horizon_pre": { "title": "Time horizon execution strategy", "description": "'Fixed' runs for a set duration. 'Max age' runs until the youngest individual reaches the max age. 'All deceased' runs until all agents have passed away.", "$ref": "#/definitions/string", "default": "fixed", "enum": ["fixed", "max_age", "all_deceased"], "enumNames": [ "Fixed", "Max age", "All deceased (this will take a long time to run)" ] }, "max_age_pre": { "title": "Maximum age", "$ref": "#/definitions/positiveInteger", "default": 30 }, "max_steps_pre": { "title": "Maximum number of steps (years)", "$ref": "#/definitions/positiveInteger", "default": 5, "_basic_config": true }, "time_horizon_screen": { "title": "Time horizon execution strategy", "description": "'Fixed' runs for a set duration. 'Max age' runs until the youngest individual reaches the max age. 'All deceased' runs until all agents have passed away.", "$ref": "#/definitions/string", "default": "fixed", "enum": ["fixed", "max_age", "all_deceased"], "enumNames": [ "Fixed", "Max age", "All deceased (this will take a long time to run)" ] }, "iteration_size_note" : { "type": "null", "title": "NOTE: Populations size multiplied by number of iterations must not exceed 1 million", "default": null, "readOnly": true }, "max_age_screen": { "title": "Maximum age", "$ref": "#/definitions/positiveInteger", "default": 30 }, "max_steps_screen": { "title": "Maximum number of steps (years)", "$ref": "#/definitions/positiveInteger", "default": 5, "_basic_config": true }, "population_composition": { "title": "Population composition", "type": "array", "ui:schema": { "items": { "ui:field_type": { "type": "grid", "columns": 4 } } }, "validation": [ { "condition": "$.0.SEARCH + $.0.EXCHANGE = 1", "error_message": "SEARCH and EXCHANGE must sum to 1." } ], "items": { "type": "object", "properties": { "SEARCH": { "title": "Young patients (onset at age < 21)", "$ref": "#/definitions/positiveProportion", "default": 0.52 }, "EXCHANGE": { "title": "Older Patients (onset at age ≥ 21)", "$ref": "#/definitions/positiveProportion", "default": 0.48 } } }, "_watch_for_changes": true }, "SEARCH_demographics": { "title": "Young patient population composition", "validation": [ { "condition": "$.0.mean_sd_demographics.age_at_entry_mean - $.0.mean_sd_demographics.age_at_entry_sd > 0", "error_message": "Standard deviation must be less than the mean" }, { "condition": "$.0.mean_sd_demographics.diabetes_duration_entry_mean - $.0.mean_sd_demographics.diabetes_duration_entry_sd > 0", "error_message": "Standard deviation must be less than the mean" }, { "condition": "$.0.race_proportions.proportion_black + $.0.race_proportions.proportion_hispanic + $.0.race_proportions.proportion_other + $.0.race_proportions.proportion_white = 1", "error_message": "Race proportions must sum to 1." }, { "condition": "$.0.education_proportions.proportion_postsecondary_education + $.0.education_proportions.proportion_secondary_education + $.0.education_proportions.proportion_less_than_secondary_education = 1", "error_message": "Education proportions must sum to 1." } ], "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Young patient demographics", "numbered": "" } }, "mean_sd_demographics": { "ui:field_type": { "type": "grid", "columns": 4 } }, "race_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "education_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "other_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } } } }, "type": "array", "items": { "type": "object", "properties": { "mean_sd_demographics": { "title": " ", "description": "", "type": "object", "properties": { "age_at_entry_mean": { "title": "Age at entry mean", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10.71 }, "age_at_entry_sd": { "title": "Age at entry sd", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.45 }, "diabetes_duration_entry_mean": { "title": "Diabetes duration entry mean", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.84 }, "diabetes_duration_entry_sd": { "title": "Diabetes duration entry sd", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.58 } } }, "race_proportions": { "title": "Race proportions", "description": "", "type": "object", "properties": { "proportion_white": { "title": "White", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.716 }, "proportion_black": { "title": "Black", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hispanic": { "title": "Hispanic", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_other": { "title": "Other", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.284 } } }, "education_proportions": { "title": "Education proportions", "description": "", "type": "object", "properties": { "proportion_postsecondary_education": { "title": "Postsecondary education", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_secondary_education": { "title": "Secondary education", "$ref": "#/definitions/positiveProportion", "default": 0.015 }, "proportion_less_than_secondary_education": { "title": "Less than secondary education", "$ref": "#/definitions/positiveProportion", "default": 0.985 } } }, "other_proportions": { "title": "Other proportions", "description": "", "type": "object", "properties": { "proportion_married": { "title": "Married", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_female": { "title": "Female", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.471 }, "proportion_smoker": { "title": "Smoking", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.03 } } } } }, "_watch_for_changes": true }, "SEARCH_risk_factors": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Young patient risk factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "$ref": "#/definitions/text", "readOnly": true }, "HBA1C": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.79 }, "HBA1C sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1.56 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19.95 }, "BMI sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.17 }, "DBP": { "title": "Diastolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 62.8 }, "DBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9.7 }, "SBP": { "title": "Systolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "SBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 99.6 }, "SBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12.0 }, "Total cholesterol": { "title": "Total cholesterol (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Total cholesterol mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 161 }, "Total cholesterol sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 28 }, "HDL": { "title": "HDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 55 }, "HDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12 }, "LDL": { "title": "LDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "LDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 92 }, "LDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 23 }, "Triglycerides": { "title": "ln(Triglycerides (ln(mg/dL)))", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Triglycerides mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.1 }, "Triglycerides sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.43 }, "Heart rate": { "title": "Heart rate (per minute)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Heart rate mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 84 }, "Heart rate sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4 }, "Insulin dose": { "title": "Insulin dose (units/kg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Insulin dose mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.64 }, "Insulin dose sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.28 } } }, "_watch_for_changes": true }, "SEARCH_clinical_history": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Young patient clinical history (proportions)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "proportion_microalbuminuria": { "title": "Microalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.063 }, "proportion_macroalbuminuria": { "title": "Macroalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.006 }, "proportion_gfr": { "title": "Impaired GFR (glomerular filtration rate)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.088 }, "proportion_esrd": { "title": "ESRD (end-stage renal disease)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.020727 }, "proportion_npdr": { "title": "NPDR (nonproliferative retinopathy)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_pdr": { "title": "PDR (proliferative retinopathy)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_csme": { "title": "CSME (clinically significant macular edema)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_cvd": { "title": "CVD (cardiovascular disease)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_dpn": { "title": "DPN (diabetic peripheral neuropathy)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_foot_ulcer": { "title": "Foot ulcer", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_amputation": { "title": "Amputation", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_hypoglycemia": { "title": "Hypoglycemia", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.006 }, "proportion_dka": { "title": "DKA (diabetic ketoacidosis)", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.055724 }, "proportion_hypertension": { "title": "Hypertension (proportion ever diagnosed)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.003 }, "proportion_blindness": { "title": "Blindness", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_dcct_intervention": { "title": "DCCT intervention", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1 } } }, "_watch_for_changes": true }, "EXCHANGE_demographics": { "title": "Older patient population composition", "validation": [ { "condition": "$.0.race_proportions.proportion_black + $.0.race_proportions.proportion_hispanic + $.0.race_proportions.proportion_other + $.0.race_proportions.proportion_white = 1", "error_message": "Race proportions must sum to 1." }, { "condition": "$.0.education_proportions.proportion_postsecondary_education + $.0.education_proportions.proportion_secondary_education + $.0.education_proportions.proportion_less_than_secondary_education = 1", "error_message": "Education proportions must sum to 1." } ], "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Older patient demographics", "numbered": "" } }, "mean_sd_demographics": { "ui:field_type": { "type": "grid", "columns": 4 } }, "race_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "education_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "other_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } } } }, "type": "array", "items": { "type": "object", "properties": { "mean_sd_demographics": { "title": " ", "description": "", "type": "object", "properties": { "age_at_entry_mean": { "title": "Age at entry mean", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54.01 }, "age_at_entry_sd": { "title": "Age at entry sd", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 13.74 }, "diabetes_duration_entry_mean": { "title": "Diabetes duration entry mean", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 21.09 }, "diabetes_duration_entry_sd": { "title": "Diabetes duration entry sd", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12.53 } } }, "race_proportions": { "title": "Race proportions", "description": "", "type": "object", "properties": { "proportion_white": { "title": "White", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.898 }, "proportion_black": { "title": "Black", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hispanic": { "title": "Hispanic", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_other": { "title": "Other", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.102 } } }, "education_proportions": { "title": "Education proportions", "description": "", "type": "object", "properties": { "proportion_postsecondary_education": { "title": "Postsecondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.58 }, "proportion_secondary_education": { "title": "Secondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.28 }, "proportion_less_than_secondary_education": { "title": "Less than secondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.14 } } }, "other_proportions": { "title": "Other proportions", "description": "", "type": "object", "properties": { "proportion_married": { "title": "Married", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.713 }, "proportion_female": { "title": "Female", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.508 }, "proportion_smoker": { "title": "Smoking", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.067 } } } } }, "_watch_for_changes": true }, "EXCHANGE_risk_factors": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Older patient risk factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.75 }, "HBA1C sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1.28 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27.62 }, "BMI sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.39 }, "DBP": { "title": "Diastolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 72.5 }, "DBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9.4 }, "SBP": { "title": "Systolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "SBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 124.7 }, "SBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 15.4 }, "Total cholesterol (mg/dL)": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Total cholesterol mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 174 }, "Total cholesterol sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31 }, "HDL": { "title": "HDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 65 }, "HDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17 }, "LDL": { "title": "LDL (mg/dL)", "$ref": "#/definitions/text", "readOnly": true }, "LDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 89 }, "LDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25 }, "Triglycerides": { "title": "ln(Triglycerides (ln(mg/dL)))", "$ref": "#/definitions/text", "readOnly": true }, "Triglycerides mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.46 }, "Triglycerides sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.44 }, "Heart rate": { "title": "Heart rate (per minute)", "$ref": "#/definitions/text", "readOnly": true }, "Heart rate mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 75 }, "Heart rate sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "Insulin dose": { "title": "Insulin dose (units/kg)", "$ref": "#/definitions/text", "readOnly": true }, "Insulin dose mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.59 }, "Insulin dose sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.22 } } }, "_watch_for_changes": true }, "EXCHANGE_clinical_history": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Older patient clinical history (proportions)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "proportion_microalbuminuria": { "title": "Microalbuminuria", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.095 }, "proportion_macroalbuminuria": { "title": "Macroalbuminuria", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.019 }, "proportion_gfr": { "title": "Impaired GFR (glomerular filtration rate)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.088 }, "proportion_esrd": { "title": "ESRD (end-stage renal disease)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.021 }, "proportion_npdr": { "title": "NPDR (non-proliferative retinopathy)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_pdr": { "title": "PDR (proliferative retinopathy)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_csme": { "title": "CSME (clinically significant macular edema)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_cvd": { "title": "CVD (cardiovascular disease)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_dpn": { "title": "DPN (diabetic peripheral neuropathy)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_foot_ulcer": { "title": "Foot ulcer", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_amputation": { "title": "Amputation", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "proportion_hypoglycemia": { "title": "Hypoglycemia", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.129 }, "proportion_dka": { "title": "DKA (diabetic ketoacidosis)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.033 }, "proportion_hypertension": { "title": "Hypertension (proportion ever diagnosed)", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.137 }, "proportion_blindness": { "title": "Blindness", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_dcct_intervention": { "title": "DCCT intervention", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1 } } }, "_watch_for_changes": true }, "demographics": { "title": "Population Composition", "validation": [ { "condition": "$.0.race_proportions.proportion_black + $.0.race_proportions.proportion_hispanic + $.0.race_proportions.proportion_other + $.0.race_proportions.proportion_white = 1", "error_message": "Race proportions must sum to 1." } ], "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Demographics", "numbered": "" } }, "mean_sd_demographics": { "ui:field_type": { "type": "grid", "columns": 4 } }, "race_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "other_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } } } }, "type": "array", "items": { "type": "object", "properties": { "mean_sd_demographics": { "title": " ", "description": "", "type": "object", "properties": { "Age at entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 61.28 }, "Age at entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12.85 }, "Diabetes duration entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11.0 }, "Diabetes duration entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10.45 } } }, "race_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_white": { "title": "Race: White", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.35 }, "proportion_black": { "title": "Race: Black", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.224 }, "proportion_hispanic": { "title": "Race: Hispanic", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.313 }, "proportion_other": { "title": "Race: Other", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.113 } } }, "other_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_postsecondary_education": { "title": "Proportion with postsecondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.44 }, "proportion_smoker": { "title": "Proportion currently smoking", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.175 }, "proportion_female": { "title": "Proportion females", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.502 } } } } }, "_watch_for_changes": true }, "demographics_pre": { "title": "Population Composition", "validation": [ { "condition": "$.0.race_proportions.proportion_black + $.0.race_proportions.proportion_hispanic + $.0.race_proportions.proportion_other + $.0.race_proportions.proportion_white = 1", "error_message": "Race proportions must sum to 1." } ], "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Demographics", "numbered": "" } }, "mean_sd_demographics": { "ui:field_type": { "type": "grid", "columns": 4 } }, "race_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "other_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } } } }, "type": "array", "items": { "type": "object", "properties": { "mean_sd_demographics": { "title": " ", "description": "", "type": "object", "properties": { "Age at entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 46.45 }, "Age at entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.27 }, "Diabetes duration entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "Diabetes duration entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 } } }, "race_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_white": { "title": "Race: White", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.429 }, "proportion_black": { "title": "Race: Black", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.1947 }, "proportion_hispanic": { "title": "Race: Hispanic", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.2478 }, "proportion_other": { "title": "Race: Other", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.1285 } } }, "other_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_postsecondary_education": { "title": "Proportion with postsecondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.5642 }, "proportion_smoker": { "title": "Proportion currently smoking", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.25 }, "proportion_female": { "title": "Proportion females", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.5202 } } } } }, "_watch_for_changes": true }, "demographics_screen": { "title": "Population Composition", "validation": [ { "condition": "$.0.race_proportions.proportion_black + $.0.race_proportions.proportion_hispanic + $.0.race_proportions.proportion_other + $.0.race_proportions.proportion_white = 1", "error_message": "Race proportions must sum to 1." } ], "ui:schema": { "ui:field_type": "accordion", "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Demographics", "numbered": "" } }, "mean_sd_demographics": { "ui:field_type": { "type": "grid", "columns": 4 } }, "race_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } }, "other_proportions": { "ui:field_type": { "type": "grid", "columns": 4 } } } }, "type": "array", "items": { "type": "object", "properties": { "mean_sd_demographics": { "title": " ", "description": "", "type": "object", "properties": { "Age at entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 46.45 }, "Age at entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.27 }, "Diabetes duration entry mean": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 }, "Diabetes duration entry sd": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.0 } } }, "race_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_white": { "title": "Race: White", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.429 }, "proportion_black": { "title": "Race: Black", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.1947 }, "proportion_hispanic": { "title": "Race: Hispanic", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.2478 }, "proportion_other": { "title": "Race: Other", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.1285 } } }, "other_proportions": { "title": " ", "description": "", "type": "object", "properties": { "proportion_postsecondary_education": { "title": "Proportion with postsecondary education", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.5642 }, "proportion_smoker": { "title": "Proportion currently smoking", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.25 }, "proportion_female": { "title": "Proportion females", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.5202 } } } } }, "_watch_for_changes": true }, "risk_factors": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Risk factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.35 }, "HBA1C sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1.77 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 32.55 }, "BMI sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.42 }, "SBP": { "title": "Systolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "SBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 129.57 }, "SBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.86 }, "HDL": { "title": "HDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 48.42 }, "HDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 14.52 }, "LDL": { "title": "LDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "LDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 105.71 }, "LDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39.67 }, "Triglycerides": { "title": "ln(Triglycerides (ln(mg/dL)))", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Triglycerides mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.81 }, "Triglycerides sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.49 }, "Serum creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Serum creatinine mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.94 }, "Serum creatinine sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.38 } } }, "_watch_for_changes": true }, "risk_factors_pre": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Risk factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.44 }, "HBA1C sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.39 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 28.47 }, "BMI sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6.56 }, "SBP": { "title": "Systolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "SBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 121.75 }, "SBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.19 }, "HDL": { "title": "HDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54.06 }, "HDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 16.35 }, "LDL": { "title": "LDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "LDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 115.85 }, "LDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 34.23 }, "Triglycerides": { "title": "ln(Triglycerides (ln(mg/dL)))", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Triglycerides mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.68 }, "Triglycerides sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.48 }, "Serum creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Serum creatinine mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.87 }, "Serum creatinine sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.27 }, "FPG": { "title": "FPG (Fasting plasma glucose)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "FPG mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 98.2 }, "FPG sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9.84 } } } }, "risk_factors_screen": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Risk factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HBA1C mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.44 }, "HBA1C sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.39 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 28.47 }, "BMI sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6.56 }, "SBP": { "title": "Systolic blood pressure (mmHg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "SBP mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 121.75 }, "SBP sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.19 }, "HDL": { "title": "HDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "HDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54.06 }, "HDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 16.35 }, "LDL": { "title": "LDL (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "LDL mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 115.85 }, "LDL sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 34.23 }, "Triglycerides": { "title": "ln(Triglycerides (ln(mg/dL)))", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Triglycerides mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4.68 }, "Triglycerides sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.48 }, "Serum creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Serum creatinine mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.87 }, "Serum creatinine sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.27 }, "FPG": { "title": "FPG (Fasting plasma glucose)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "FPG mean": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 98.2 }, "FPG sd": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9.84 } } } }, "clinical_history": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Clinical history (proportions)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "proportion_microalbuminuria": { "title": "Microalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.2314 }, "proportion_macroalbuminuria": { "title": "Macroalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_egfr_60": { "title": "eGFR <60", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.2054 }, "proportion_egfr_30": { "title": "eGFR <30", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0168 }, "proportion_dialysis": { "title": "Dialysis", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0022 }, "proportion_neuropathy": { "title": "Neuropathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_foot_ulcer": { "title": "Foot ulcer", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_amputation": { "title": "Amputation", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_laser_retina": { "title": "Laser retinopathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_blindness": { "title": "Blindness", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_mi": { "title": "MI", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0994 }, "proportion_stroke": { "title": "Stroke", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0796 }, "proportion_chf": { "title": "CHF", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0817 }, "proportion_angina": { "title": "Angina", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0649 }, "proportion_revascularization": { "title": "Revascularization", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_from_accord_dataset": { "title": "Proportion from ACCORD dataset", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "clinical_history_pre": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Clinical history (proportions)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "proportion_microalbuminuria": { "title": "Microalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0731 }, "proportion_macroalbuminuria": { "title": "Macroalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_egfr_60": { "title": "eGFR <60", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0654 }, "proportion_egfr_30": { "title": "eGFR <30", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.004 }, "proportion_dialysis": { "title": "Dialysis", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0007 }, "proportion_neuropathy": { "title": "Neuropathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_foot_ulcer": { "title": "Foot ulcer", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_amputation": { "title": "Amputation", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_laser_retina": { "title": "Laser retinopathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_blindness": { "title": "Blindness", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_mi": { "title": "MI", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0266 }, "proportion_stroke": { "title": "Stroke", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0242 }, "proportion_chf": { "title": "CHF", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0181 }, "proportion_angina": { "title": "Angina", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.015 }, "proportion_revascularization": { "title": "Revascularization", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_family_history": { "title": "Family history", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hypo_med": { "title": "Hypoglycemia requiring medical assistance", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hypo_any": { "title": "Hypoglycemia requiring any assistance", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_from_accord_dataset": { "title": "Proportion from ACCORD dataset", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 } } }, "_watch_for_changes": true }, "clinical_history_screen": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Clinical history (proportions)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "proportion_microalbuminuria": { "title": "Microalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0731 }, "proportion_macroalbuminuria": { "title": "Macroalbuminuria", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 }, "proportion_egfr_60": { "title": "eGFR <60", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0654 }, "proportion_egfr_30": { "title": "eGFR <30", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.004 }, "proportion_dialysis": { "title": "Dialysis", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0007 }, "proportion_neuropathy": { "title": "Neuropathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_foot_ulcer": { "title": "Foot ulcer", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_amputation": { "title": "Amputation", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_laser_retina": { "title": "Laser retinopathy", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_blindness": { "title": "Blindness", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_mi": { "title": "MI", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0266 }, "proportion_stroke": { "title": "Stroke", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0242 }, "proportion_chf": { "title": "CHF", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0181 }, "proportion_angina": { "title": "Angina", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.015 }, "proportion_revascularization": { "title": "Revascularization", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_family_history": { "title": "Family history", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hypo_med": { "title": "Hypoglycemia requiring medical assistance", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_hypo_any": { "title": "Hypoglycemia requiring any assistance", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 }, "proportion_from_accord_dataset": { "title": "Proportion from ACCORD dataset", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0.0 } } }, "_watch_for_changes": true }, "include_medicare_t1d": { "type": "boolean", "title": "Include Medicare event cost in result", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" } }, "include_medicare_pre": { "type": "boolean", "title": "Include Medicare event cost in result", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" } }, "include_medicare_screen": { "type": "boolean", "title": "Include Medicare event cost in result", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" } }, "baseline_economic_factors_t1d": { "title": "Economic factors", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Discount factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Cost discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 }, "QALY discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 } } }, "_watch_for_changes": true }, "include_medicare_t2d": { "type": "boolean", "title": "Include Medicare event cost in result", "enum": [true, false], "default": false, "ui:schema": { "classNames": "input-style-override" } }, "baseline_economic_factors_t2d": { "title": "Economic factors", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Discount factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Cost discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 }, "QALY discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 } } }, "_watch_for_changes": true }, "baseline_economic_factors_pre": { "title": "Economic factors", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Discount factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Cost discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 }, "QALY discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 } } }, "_watch_for_changes": true }, "baseline_economic_factors_screen": { "title": "Economic factors", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Discount factors", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Cost discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 }, "QALY discount factor": { "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.03 } } }, "_watch_for_changes": true }, "disutilities_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event disutilities", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "Baseline QALY placeholder": { "ui:options": { "label": false } } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "$ref": "#/definitions/text", "readOnly": true }, "Utility decrement": { "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY text": { "title": "Baseline QALY", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.836 }, "Baseline QALY placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "age text": { "title": "Age", "$ref": "#/definitions/text", "readOnly": true }, "Age": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.009 }, "age placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "female text": { "title": "Female", "$ref": "#/definitions/text", "readOnly": true }, "Female": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.028 }, "female placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "baseline_duration text": { "title": "Baseline Duration", "$ref": "#/definitions/text", "readOnly": true }, "Baseline duration": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.001 }, "baseline_duration placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Microalbuminuria, first year": { "$ref": "#/definitions/text", "readOnly": true }, "Microalbuminuria, first year mean": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": -0.01 }, "Microalbuminuria, first year se": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "Microalbuminuria, following year": { "$ref": "#/definitions/text", "readOnly": true }, "Microalbuminuria, following year mean": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": -0.01 }, "Microalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.021 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.021 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Impaired GFR, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Impaired GFR, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.034 }, "Impaired GFR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Impaired GFR, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Impaired GFR, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.034 }, "Impaired GFR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "ESRD, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "ESRD, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "ESRD, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "ESRD, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "NPDR, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "NPDR, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.003 }, "NPDR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "NPDR, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "NPDR, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.003 }, "NPDR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "PDR, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.013 }, "PDR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "PDR, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.013 }, "PDR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "CSME, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CSME, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.002 }, "CSME, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "CSME, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CSME, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.002 }, "CSME, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "CVD MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.066 }, "CVD MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.018 }, "CVD MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.066 }, "CVD MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.018 }, "CVD non-MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "CVD non-MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.011 }, "CVD non-MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "CVD non-MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.011 }, "DPN, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.056 }, "DPN, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "DPN, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.056 }, "DPN, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Ulcer, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.066 }, "Ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.116 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.023 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.116 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.023 }, "Hypoglycemia, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.009 }, "Hypoglycemia, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "DKA, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DKA, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.035 }, "DKA, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 } } }, "_watch_for_changes": true }, "costs_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event cost", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7131 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 978 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": 13 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 29 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9119 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1161 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3865 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1001 }, "GFR, first year": { "title": "Impaired GFR, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "GFR, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9119 }, "GFR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1161 }, "GFR, following year": { "title": "Impaired GFR, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "GFR, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3865 }, "GFR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1001 }, "ESRD, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 73534 }, "ESRD, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8269 }, "ESRD, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 97431 }, "ESRD, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11596 }, "PDR, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2023 }, "PDR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 539 }, "PDR, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2250 }, "PDR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 755 }, "CSME, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CSME, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5357 }, "CSME, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1232 }, "DPN, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3646 }, "DPN, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 390 }, "DPN, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2200 }, "DPN, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 498 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4418 }, "Ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1904 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2520 }, "Ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1955 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10264 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7126 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "CVD MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38773 }, "CVD MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4354 }, "CVD MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9225 }, "CVD MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4130 }, "CVD non-MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 16546 }, "CVD non-MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2882 }, "CVD non-MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1185 }, "CVD non-MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1121 }, "Hypoglycemia, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5497 }, "Hypoglycemia, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 448 }, "DKA, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DKA, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10624 }, "DKA, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 577 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "costs_medicare_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event cost - Medicare", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10584.4 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 30.9 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": 0 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10263.6 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 148.3 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2321 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 142.9 }, "GFR, first year": { "title": "Impaired GFR, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "GFR, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10263.6 }, "GFR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 148.3 }, "GFR, following year": { "title": "Impaired GFR, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "GFR, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2321 }, "GFR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 142.9 }, "ESRD, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 56469.2 }, "ESRD, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 504.3 }, "ESRD, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 41429.3 }, "ESRD, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 543.1 }, "PDR, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 871.8 }, "PDR, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 279 }, "PDR, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39.8 }, "PDR, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 233.1 }, "CSME, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CSME, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1404.5 }, "CSME, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 234.7 }, "DPN, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4434.2 }, "DPN, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 182.8 }, "DPN, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1168.3 }, "DPN, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 161.2 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10639.3 }, "Ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 198 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3090.4 }, "Ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 183.9 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40697.7 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 776.5 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7379.8 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 932 }, "CVD MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 16343.2 }, "CVD MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 186.6 }, "CVD MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD MACE, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1146.9 }, "CVD MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 193.4 }, "CVD non-MACE, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6790.3 }, "CVD non-MACE, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 152.1 }, "CVD non-MACE, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD non-MACE, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 257.6 }, "CVD non-MACE, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 44.9 }, "Hypoglycemia, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6400.2 }, "Hypoglycemia, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 155.3 }, "DKA, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DKA, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11204.4 }, "DKA, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 717.2 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6770.70 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 302.2 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 739.7 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 271.3 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "disutilities_t2d": { "title": "", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Disutilities", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Utility decrement": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY text": { "title": "Baseline QALY", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.935 }, "Baseline QALY placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.006 }, "Smoking, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.003 }, "BMI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "Duration": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Duration, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.008 }, "Duration, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.025 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.038 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.013 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.017 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.02 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.092 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.028 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.15 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.034 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.011 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.045 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.023 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.027 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.107 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.051 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.028 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.005 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (any assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 } } }, "_watch_for_changes": true }, "costs_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9311 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 445 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": -64 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 94231.0 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4336.0 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 98981.0 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5066.0 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4323.0 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 160.0 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2012.0 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 186.0 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11045.0 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 704.0 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2147.0 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 684.0 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25008.0 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3767.0 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4393.0 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 995.0 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2202.0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 276.0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12995.0 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1733.0 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2378.0 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1813.0 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 45251.0 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1203.0 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8572.0 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1107.0 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 23780.0 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 850.0 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4729.0 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 876.0 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31202.0 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 920.0 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7062.0 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 883.0 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20328.0 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 560.0 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8907.0 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 331.0 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7656.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 296.0 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "costs_medicare_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - Medicare", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9688.7 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3.5 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": 0 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54739.2 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 64.4 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38621.6 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 69.1 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4561.9 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.9 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 870.7 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.1 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10433.3 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2303.7 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 24 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39617.7 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 112 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7506 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 135.5 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 681.8 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38.2 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6511.1 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39.1 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446.9 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 35 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18981.5 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26.2 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1602.5 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25.4 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12442 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 159.9 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.4 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12476 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2990.8 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19.6 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11300.6 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.7 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 575.8 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31.2 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5240.1 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.7 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 541.7 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27.5 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9399.2 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 500 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "costs_medicare_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - Medicare", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9688.7 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3.5 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": 0 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54739.2 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 64.4 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38621.6 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 69.1 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4561.9 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.9 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 870.7 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.1 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10433.3 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2303.7 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 24 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39617.7 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 112 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7506 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 135.5 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 681.8 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38.2 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6511.1 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39.1 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446.9 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 35 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18981.5 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26.2 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1602.5 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25.4 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12442 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 159.9 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.4 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12476 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2990.8 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19.6 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11300.6 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.7 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 575.8 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31.2 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5240.1 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.7 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 541.7 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27.5 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9399.2 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 500 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "costs_medicare_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - Medicare", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9688.7 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3.5 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": 0 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9576 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1875.2 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 17.3 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 54739.2 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 64.4 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38621.6 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 69.1 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4561.9 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.9 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 870.7 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.1 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 10433.3 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2303.7 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 24 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39617.7 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 112 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7506 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 135.5 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 681.8 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 38.2 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6511.1 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 39.1 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446.9 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 35 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 18981.5 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 26.2 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1602.5 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25.4 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12442 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 159.9 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.4 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12476 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2990.8 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 19.6 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11300.6 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20.7 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 575.8 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31.2 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5240.1 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 22.7 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 541.7 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27.5 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9399.2 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 27 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 500 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "disutilities_pre": { "title": "", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Disutilities - T2D", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Utility decrement": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY text": { "title": "Baseline QALY", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.935 }, "Baseline QALY placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.006 }, "Smoking, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.003 }, "BMI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "Duration": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Duration, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.008 }, "Duration, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.025 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.038 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.013 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.017 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.02 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.092 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.028 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.15 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.034 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.011 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.045 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.023 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.027 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.107 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.051 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.028 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.005 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (any assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 } } }, "_watch_for_changes": true }, "disutilities_screen": { "title": "", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Disutilities - T2D", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Utility decrement": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY text": { "title": "Baseline QALY", "$ref": "#/definitions/text", "readOnly": true }, "Baseline QALY": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.935 }, "Baseline QALY placeholder": { "title": " ", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Smoking, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.006 }, "Smoking, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.005 }, "BMI": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "BMI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.003 }, "BMI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "Duration": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Duration, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.008 }, "Duration, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.003 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.025 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.038 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.013 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.004 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.017 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.02 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.092 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.028 }, "Amputation, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.15 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.034 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.011 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.014 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.045 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.023 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.01 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.027 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.007 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.107 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.015 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.051 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.043 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.014 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.015 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.009 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.028 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.008 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.005 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.007 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (any assistance), first year mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.0 }, "Hypoglycemia (any assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.006 } } }, "_watch_for_changes": true }, "costs_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - T2D", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9311 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 445 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": -64 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 94231.0 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4336.0 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 98981.0 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5066.0 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4323.0 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 160.0 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2012.0 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 186.0 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11045.0 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 704.0 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2147.0 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 684.0 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25008.0 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3767.0 }, "Amputation, following year": { "title": "Amputation, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4393.0 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 995.0 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2202.0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 276.0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12995.0 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1733.0 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2378.0 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1813.0 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 45251.0 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1203.0 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8572.0 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1107.0 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 23780.0 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 850.0 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4729.0 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 876.0 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31202.0 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 920.0 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7062.0 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 883.0 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20328.0 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 560.0 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8907.0 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 331.0 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7656.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 296.0 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "costs_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - T2D", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Cost": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard error": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost text": { "title": "Base cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Base cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9311 }, "Base cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 445 }, "TV age cost text": { "title": "Time-varying age cost", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "TV age cost": { "title": " ", "description": "", "type": "number", "default": -64 }, "TV age cost se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 9 }, "Macroalbuminuria, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "Macroalbuminuria, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "Macroalbuminuria, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "Macroalbuminuria, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <30, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 30, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <30, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 30, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 30, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "eGFR <60, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11509 }, "eGFR 60, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 315 }, "eGFR <60, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "eGFR 60, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3057 }, "eGFR 60, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 291 }, "Dialysis, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 94231.0 }, "Dialysis, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4336.0 }, "Dialysis, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Dialysis, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 98981.0 }, "Dialysis, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5066.0 }, "Neuropathy, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4323.0 }, "Neuropathy, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 160.0 }, "Neuropathy, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Neuropathy, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2012.0 }, "Neuropathy, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 186.0 }, "Foot ulcer, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 11045.0 }, "Foot ulcer, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 704.0 }, "Foot ulcer, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2147.0 }, "Foot ulcer, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 684.0 }, "Amputation, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25008.0 }, "Amputation, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 3767.0 }, "Amputation, following year": { "title": "Amputation, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Amputation, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Laser retina, first year": { "title": "Laser retinopathy, first year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4393.0 }, "Laser retina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 995.0 }, "Laser retina, following year": { "title": "Laser retinopathy, following year", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Laser retina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2202.0 }, "Laser retina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 276.0 }, "Blindness, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 12995.0 }, "Blindness, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1733.0 }, "Blindness, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Blindness, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 2378.0 }, "Blindness, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1813.0 }, "MI, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 45251.0 }, "MI, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1203.0 }, "MI, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "MI, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8572.0 }, "MI, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1107.0 }, "Stroke, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 23780.0 }, "Stroke, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 850.0 }, "Stroke, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Stroke, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 4729.0 }, "Stroke, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 876.0 }, "CHF, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 31202.0 }, "CHF, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 920.0 }, "CHF, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CHF, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7062.0 }, "CHF, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 883.0 }, "Revascularization, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 20328.0 }, "Revascularization, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 560.0 }, "Revascularization, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Revascularization, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Revascularization, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8907.0 }, "Angina, first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 331.0 }, "Angina, following year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Angina, following year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Angina, following year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Hypoglycemia (medical assistance), first year": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia (medical assistance), first year cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7656.0 }, "Hypoglycemia (medical assistance), first year se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 296.0 }, "Incremental cost in year of death": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Incremental cost in year of death cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Incremental cost in year of death se": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } }, "_watch_for_changes": true }, "interventions_or_treatments": { "title": "Name of the treatment", "description": "", "$ref": "#/definitions/string" }, "baseline_demographics": { "title": "Baseline demoraphics (always 1)", "description": "", "$ref": "#/definitions/interventionSetsLength", "default": 1 }, "economics": { "title": "Cost Effectiveness configurations", "description": "", "type": "object", "ui:schema": { "ui:order": ["discount", "cost_strategy", "intervention_cost"] }, "properties": { "discount": { "title": "Discount factor.", "description": "", "$ref": "#/definitions/positiveProportion", "default": 3 }, "cost_strategy": { "title": "Cost calculation strategy.", "description": "", "$ref": "#/definitions/string", "default": "ADDITIVE", "enum": ["ADDITIVE", "MULTIPLICATIVE"] }, "intervention_cost": { "title": "Cost of an intervention.", "description": "", "$ref": "#/definitions/positiveInteger", "default": 0 } } }, "intervention_sets_t1d_psa": { "title": "T1D", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Intervention set", "numbered": "" } }, "factor_changes": { "ui:field_type": { "type": "grid", "columns": 3 } }, "risk_reductions": { "ui:field_type": { "type": "grid", "columns": 3 } } } }, "type": "array", "items": { "type": "object", "properties": { "intervention_set_name": { "title": "Intervention set name", "type": "string", "default": "initial default" }, "factor_changes": { "title": "Factor changes", "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "hba1c": { "title": "HbA1c (%)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "hba1c mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "hba1c sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "bmi": { "title": "BMI (1 point change)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "bmi mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "bmi sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "dbp": { "title": "Diastolic blood pressure (mm/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "dbp mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "dbp sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "sbp": { "title": "Systolic blood pressure (mm/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "sbp mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "sbp sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "hdl": { "title": "HDL (mm/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "hdl mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "hdl sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "ldl": { "title": "LDL (mm/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ldl mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "ldl sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "trig mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "trig sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "hr": { "title": "Heart rate (per minute)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "hr mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "hr sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "smoker": { "title": "Smoking (probability change)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "smoker mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "smoker sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "insulin_dose": { "title": "Insulin dose (units/kg)", "description": "", "$ref": "#/definitions/text", "readOnly": true }, "insulin_dose mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "insulin_dose sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "Variable_placeholder": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Mean": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Standard deviation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Microalbuminuria": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Microalbuminuria mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Microalbuminuria sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Macroalbuminuria": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Macroalbuminuria mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Macroalbuminuria sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Impaired GFR": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Impaired GFR mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Impaired GFR sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "ESRD": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "ESRD mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "ESRD sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "NPDR": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "NPDR mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "NPDR sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "PDR": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "PDR mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "PDR sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "CSME": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CSME mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "CSME sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "CVD": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "CVD mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "CVD sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "DPN": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DPN mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "DPN sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Foot ulcer": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Foot ulcer mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Foot ulcer sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Amputation": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Amputation mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Amputation sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Hypoglycemia": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "Hypoglycemia mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "Hypoglycemia sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "DKA": { "description": "", "$ref": "#/definitions/text", "readOnly": true }, "DKA mean": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" }, "DKA sd": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion" } } } } }, "_watch_for_changes": true }, "intervention_types_t1d": { "title": "T1D", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": false, "header_buttons": { "common_text": "Intervention set - Basic setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "type_generic_t1d": { "ui:widget": "checkboxes" }, "type_glycemic_t1d": { "ui:widget": "checkboxes" }, "type_cholesterol_t1d": { "ui:widget": "checkboxes" }, "type_bp_t1d": { "ui:widget": "checkboxes" }, "type_smoke_t1d": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "intervention_set_name_t1d": { "title": "Intervention set name", "type": "string", "default": "initial default" }, "placeholder1": { "title": " ", "type": "null" }, "placeholder2": { "title": " ", "type": "null" }, "intervention_type_text": { "title": "Select interventions to use:", "type": "null", "readOnly": true }, "type_generic_t1d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["generic"], "enumNames": ["Generic intervention"] } }, "type_glycemic_t1d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["glycemic"], "enumNames": ["Glycemic control"] } }, "type_cholesterol_t1d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["cholesterol"], "enumNames": ["Cholesterol control"] } }, "type_bp_t1d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["bp"], "enumNames": ["Blood pressure control"] } }, "type_smoke_t1d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["smoking"], "enumNames": ["Smoking cessation"] } } } } }, "intervention_types_t2d": { "title": "T2D", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": false, "header_buttons": { "common_text": "Intervention set - Basic setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "type_generic_t2d": { "ui:widget": "checkboxes" }, "type_glycemic_t2d": { "ui:widget": "checkboxes" }, "type_cholesterol_t2d": { "ui:widget": "checkboxes" }, "type_bp_t2d": { "ui:widget": "checkboxes" }, "type_smoke_t2d": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "intervention_set_name_t2d": { "title": "Intervention set name", "type": "string", "default": "initial default" }, "placeholder1": { "title": " ", "type": "null" }, "placeholder2": { "title": " ", "type": "null" }, "intervention_type_text": { "title": "Select interventions to use:", "type": "null", "readOnly": true }, "type_generic_t2d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["generic"], "enumNames": ["Generic intervention"] } }, "type_glycemic_t2d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["glycemic"], "enumNames": ["Glycemic control"] } }, "type_cholesterol_t2d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["cholesterol"], "enumNames": ["Cholesterol control"] } }, "type_bp_t2d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["bp"], "enumNames": ["Blood pressure control"] } }, "type_smoke_t2d": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["smoking"], "enumNames": ["Smoking cessation"] } } } } }, "intervention_types_pre": { "title": "Prediabetes", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": false, "header_buttons": { "common_text": "Intervention set - Basic setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "type_lifestyle_pre": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "intervention_set_name_pre": { "title": "Intervention set name", "type": "string", "default": "initial default" }, "placeholder1": { "title": " ", "type": "null" }, "placeholder2": { "title": " ", "type": "null" }, "intervention_type_text": { "title": "Select interventions to use:", "type": "null", "readOnly": true }, "type_lifestyle_pre": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["lifestyle"], "enumNames": ["Lifestyle"] } } } } }, "intervention_types_screen": { "title": "Screening", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": false, "header_buttons": { "common_text": "Intervention set - Basic setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "intervention_type_text": { "classNames": "small-description" }, "type_lifestyle_screen": { "ui:widget": "checkboxes" }, "type_generic_screen": { "ui:widget": "checkboxes" }, "type_glycemic_screen": { "ui:widget": "checkboxes" }, "type_cholesterol_screen": { "ui:widget": "checkboxes" }, "type_bp_screen": { "ui:widget": "checkboxes" }, "type_smoke_screen": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "intervention_set_name_screen": { "title": "Intervention set name", "type": "string", "default": "initial default" }, "placeholder1": { "title": " ", "type": "null" }, "placeholder2": { "title": " ", "type": "null" }, "intervention_type_text": { "title": "Select interventions to use:", "description": "* You have chosen the Screening diabetes type. Ensure that you have selected at least one Advanced Type 2 Diabetes Intervention from the list below (Glycemic, Cholesterol, Blood Pressure)", "type": "null", "readOnly": true }, "placeholder3": { "title": " ", "type": "null" }, "placeholder4": { "title": " ", "type": "null" }, "type_lifestyle_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["lifestyle"], "enumNames": ["Lifestyle"] } }, "type_generic_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["generic"], "enumNames": ["Generic intervention"] } }, "type_glycemic_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["glycemic"], "enumNames": ["Glycemic control"] } }, "type_cholesterol_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["cholesterol"], "enumNames": ["Cholesterol control"] } }, "type_bp_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["bp"], "enumNames": ["Blood pressure control"] } }, "type_smoke_screen": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["smoking"], "enumNames": ["Smoking cessation"] } } } } }, "who_gets_screened": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Who Gets Screened?", "numbered": "" } }, "age": { "ui:field_type": { "type": "grid", "columns": 4 }, "classNames": "overflow-hidden" }, "screening_frequency": { "classNames": "small-description" } } }, "type": "array", "items": { "type": "object", "properties": { "age": { "title": " ", "type": "object", "properties": { "min_age": { "title": "Age ≥", "$ref": "#/definitions/nonnegativeInteger", "default": 35 }, "max_age": { "title": "Age <", "$ref": "#/definitions/nonnegativeInteger", "default": 95 } } }, "min_bmi": { "title": "BMI ≥", "$ref": "#/definitions/nonnegativeNumber", "default": 25 }, "race_ethnicity": { "title": "Race/Ethnicity", "$ref": "#/definitions/string", "uniqueItems": true, "enum": ["all", "black", "hispanic", "white", "other"], "enumNames": ["All", "Black", "Hispanic", "White", "Other"], "default": "all", "nullValue": "all" }, "screening_frequency": { "title": "Screening occurs once every how many years?", "description": "* enter 0 for one-time screening", "$ref": "#/definitions/nonnegativeNumber", "default": 3 } } } }, "screening_characteristics": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Screening Characteristics", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "screen_test_name": { "title": "Screen test name", "$ref": "#/definitions/string", "uniqueItems": true, "enum": ["a1c", "fpg", "other"], "enumNames": ["A1C", "FPG", "Other"], "default": "a1c", "nullValue": "a1c" }, "diabetes_sensitivity": { "title": "Sensitivity for diabetes (%)", "$ref": "#/definitions/nonnegativeNumber", "default": 50.2, "maximum": 100 }, "diabetes_specificity": { "title": "Specificity for diabetes (%)", "$ref": "#/definitions/nonnegativeNumber", "default": 97.3, "maximum": 100 }, "prediabetes_sensitivity": { "title": "Sensitivity for prediabetes (%)", "$ref": "#/definitions/nonnegativeNumber", "default": 50, "maximum": 100 }, "prediabetes_specificity": { "title": "Specificity for prediabetes (%)", "$ref": "#/definitions/nonnegativeNumber", "default": 100, "maximum": 100 }, "cost_screening": { "title": "Cost of screening test ($)", "$ref": "#/definitions/nonnegativeNumber", "default": 14.71 }, "cost_confirmatory": { "title": "Cost of confirmatory test if screen indicates diabetes ($)", "$ref": "#/definitions/nonnegativeNumber", "default": 8.73 }, "confirmation_test": { "title": "Confirmation test for prediabetes", "$ref": "#/definitions/string", "uniqueItems": true, "enum": ["no", "yes"], "enumNames": ["No", "Yes"], "default": "no", "nullValue": "no" } } } }, "annual_probability_of_developing_prediabetes": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Annual Probability of Developing Prediabetes", "numbered": "" } }, "probability_of_prediabetes": { "ui:field_type": "grid" }, "A1c_FPG_after_developing_prediabetes": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "probability_of_prediabetes": { "title": "Probability of prediabetes", "type": "object", "properties": { "baseline_annual_hazard_rate": { "title": "Baseline annual hazard rate for developing prediabetes", "description": "", "type": "number", "minimum": 0, "maximum": 1, "default": 0.0300, "multipleOf": 0.001 }, "odds_ratio_for_age": { "title": "Odds ratio for (age – 50 years)", "description": "", "type": "number", "minimum": 0.01, "maximum": 5, "default": 1.00, "multipleOf": 0.01 }, "odds_ratio_for_A1c": { "title": "Odds ratio for (A1c – 5.4%)", "description": "", "type": "number", "minimum": 0.01, "maximum": 5, "default": 1, "multipleOf": 0.01 }, "odds_ratio_for_BMI": { "title": "Odds ratio for (BMI – 30)", "description": "", "type": "number", "minimum": 0.01, "maximum": 5, "default": 1, "multipleOf": 0.01 } } }, "A1c_FPG_after_developing_prediabetes": { "title": "A1c and FPG values after developing prediabetes", "type": "object", "properties": { "A1c": { "title": "A1c (%)", "description": "", "type": "number", "default": 5.9, "minimum": 5.8, "maximum": 6.4, "multipleOf": 0.1 }, "FPG": { "title": "FPG (mg/dL)", "description": "", "type": "number", "default": 106, "minimum": 100, "maximum": 125 } } } } } }, "probability_of_nonscreening_diagnosis": { "title": " ", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Probability of Non-Screening Diagnosis of Diabetes", "numbered": "" } } } }, "type": "array", "items": { "type": "object", "properties": { "probability": { "title": "Annual probability of non-screening diagnosis of diabetes", "$ref": "#/definitions/positiveProportion", "default": 0.1, "multipleOf": 0.01 } } } }, "generic_control_intervention_t1d": { "title": "Generic intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Intervention set - Generic intervention", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "factor_changes": { "title": "Factor changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "dbp": { "title": "Diastolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mm/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mm/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "hr": { "title": "Heart rate (per minute)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "insulin_dose": { "title": "Insulin dose (units/kg)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "gfr": { "title": "Impaired GFR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "esrd": { "title": "ESRD", "$ref": "#/definitions/negativeProportion", "default": 0 }, "npdr": { "title": "NPDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "pdr": { "title": "PDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "csme": { "title": "CSME", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_non_mace": { "title": "CVD non-mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_mace": { "title": "CVD mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dpn": { "title": "DPN", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypoglycemia": { "title": "Hypoglycemia", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dka": { "title": "DKA", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "generic_control_intervention_t2d": { "title": "Generic intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Intervention set - Generic intervention", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "factor_changes": { "title": "Factor Changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mmHg)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "serum_creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "generic_control_intervention_screen": { "title": "Generic intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Intervention set - Generic intervention", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "factor_changes": { "title": "Factor Changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mmHg)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "serum_creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "generic_control_intervention_pre": { "title": "Generic intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Intervention set - Generic intervention", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "factor_changes": { "title": "Factor Changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mmHg)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "serum_creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "sensitivity_analysis_t1d": { "title": "Configurations for probabilistic sensitivity analysis (PSA)", "description": "", "type": "object", "ui:schema": { "psa_samples": { "ui:widget": "checkboxes", "ui:fieldtype": { "type": "grid", "columns": 5 } } }, "properties": { "psa_samples": { "title": "Values to be randomly sampled from previous inputs", "description": "", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": [ "discount_factors", "disutilities", "cost", "risk_factors", "risk_reductions" ], "enumNames": [ "Discount factors", "Disutilities", "Costs", "Risk factors", "Risk reductions" ] } } } }, "sensitivity_analysis_t2d": { "title": "Configurations for probabilistic sensitivity analysis (PSA)", "description": "", "type": "object", "ui:schema": { "psa_samples": { "ui:widget": "checkboxes", "ui:fieldtype": { "type": "grid", "columns": 5 } } }, "properties": { "psa_samples": { "title": "Values to be randomly sampled from previous inputs", "description": "", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": [ "discount_factors", "disutilities", "cost", "risk_factors", "risk_reductions" ], "enumNames": [ "Discount factors", "Disutilities", "Costs", "Risk factors", "Risk reductions" ] } } } }, "sensitivity_analysis_pre": { "title": "Configurations for probabilistic sensitivity analysis (PSA)", "description": "", "type": "object", "ui:schema": { "psa_samples": { "ui:widget": "checkboxes", "ui:fieldtype": { "type": "grid", "columns": 5 } } }, "properties": { "psa_samples": { "title": "Values to be randomly sampled from previous inputs", "description": "", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": [ "discount_factors", "disutilities", "cost", "risk_factors", "risk_reductions" ], "enumNames": [ "Discount factors", "Disutilities", "Costs", "Risk factors", "Risk reductions" ] } } } }, "glycemic_control_setup_type_t1d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "glycemic_control_noncompliers_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "glycemic_non_compliant_t1d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "cholesterol_control_noncompliers_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "cholesterol_non_compliant_t1d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "bp_control_noncompliers_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "bp_non_compliant_t1d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "glycemic_control_noncompliers_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "glycemic_non_compliant_t2d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "cholesterol_control_noncompliers_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "cholesterol_non_compliant_t2d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "bp_control_noncompliers_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "bp_non_compliant_t2d": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "glycemic_control_noncompliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "glycemic_non_compliant_screen": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "cholesterol_control_noncompliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "cholesterol_non_compliant_screen": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "bp_control_noncompliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "bp_non_compliant_screen": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "lifestyle_control_noncompliers_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "lifestyle_non_compliant_pre": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "lifestyle_control_noncompliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Non-compliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 1 } } }, "type": "array", "items": { "type": "object", "properties": { "lifestyle_non_compliant_screen": { "title": "Proportion of non-compliant patients", "description": "", "$ref": "#/definitions/positiveProportion", "default": 0 } } }, "_watch_for_changes": true }, "cholesterol_control_setup_type_t1d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "bp_control_setup_type_t1d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "glycemic_control_setup_type_t2d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "cholesterol_control_setup_type_t2d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "bp_control_setup_type_t2d": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "glycemic_control_setup_type_screen": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "cholesterol_control_setup_type_screen": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "bp_control_setup_type_screen": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "lifestyle_control_setup_type_pre": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "lifestyle_control_setup_type_screen": { "title": "Choose an intervention setup type:", "$ref": "#/definitions/string", "enum": ["basic", "advanced"], "enumNames": ["Basic setup", "Advanced setup"], "default": "basic" }, "glycemic_control_intervention_t1d": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Glycemic Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 400 }, "factor_changes": { "title": "Factor changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": -1 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "dbp": { "title": "Diastolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mm/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mm/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "hr": { "title": "Heart rate (per minute)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "insulin_dose": { "title": "Insulin dose (units/kg)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "gfr": { "title": "Impaired GFR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "esrd": { "title": "ESRD", "$ref": "#/definitions/negativeProportion", "default": 0 }, "npdr": { "title": "NPDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "pdr": { "title": "PDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "csme": { "title": "CSME", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_non_mace": { "title": "CVD non-mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_mace": { "title": "CVD mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dpn": { "title": "DPN", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypoglycemia": { "title": "Hypoglycemia", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dka": { "title": "DKA", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "glycemic_control_trajectory_advanced_t1d": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_a1c_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_a1c_trajectory": { "title": "Enter custom A1c trajectory (instead of using A1c progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c before intensifying": { "title": "Annual A1c change (%) before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Before Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Before Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c after intensifying": { "title": "Annual A1c change (%) after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c After Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c After Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 }, "Annual A1c subsequent intensifications": { "title": "Annual A1c change (%) for subsequent intensifications", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Subsequent Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Subsequent Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 } } } }, "glycemic_control_intensification_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of intensifying on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1.5 }, "Effect of next intensification on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of next intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of next intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 }, "Subsequent intensifications (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of subsequent intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 } } } }, "glycemic_control_targets_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify A1c targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "If age < 18": { "$ref": "#/definitions/text", "readOnly": true }, "If age < 18 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If age < 18 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "If CVD = 1 or ESRD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 or ESRD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "If CVD = 1 or ESRD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If age >= 65 and (CVD = 1 or ESRD = 1)": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and (CVD = 1 or ESRD = 1) Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8.5 }, "If age >= 65 and (CVD = 1 or ESRD = 1) Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "Intensify if A1c > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if A1c > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Intensify if A1c > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "glycemic_control_costs_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 478 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 } } } }, "glycemic_control_intervention_t2d": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Glycemic Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 400 }, "factor_changes": { "title": "Factor Changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mmHg)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "serum_creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "glycemic_control_trajectory_advanced_t2d": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_a1c_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_a1c_trajectory": { "title": "Enter custom A1c trajectory (instead of using A1c progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c before intensifying": { "title": "Annual A1c change (%) before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Before Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Before Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c after intensifying": { "title": "Annual A1c change (%) after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c After Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c After Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 }, "Annual A1c subsequent intensifications": { "title": "Annual A1c change (%) for subsequent intensifications", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Subsequent Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Subsequent Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 } } } }, "glycemic_control_intensification_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of intensifying on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1.5 }, "Effect of next intensification on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of next intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of next intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of subsequent intensification on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of subsequent intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 } } } }, "glycemic_control_targets_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify A1c targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If CVD = 1 or dialysis = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 or dialysis = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "If CVD = 1 or dialysis = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If age >= 65 and (CVD = 1 or dialysis = 1)": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and (CVD = 1 or dialysis = 1) Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8.5 }, "If age >= 65 and (CVD = 1 or dialysis = 1) Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "Intensify if A1c > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if A1c > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.5 }, "Intensify if A1c > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "glycemic_control_costs_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 478 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 } } } }, "glycemic_control_intervention_screen": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Glycemic Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 400 }, "factor_changes": { "title": "Factor Changes", "type": "object", "properties": { "hba1c": { "title": "HbA1c (%)", "description": "", "type": "number", "default": 0 }, "bmi": { "title": "BMI (1 point change)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mmHg)", "description": "", "type": "number", "default": 0 }, "hdl": { "title": "HDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL (mg/dL)", "description": "", "type": "number", "default": 0 }, "trig": { "title": "Triglycerides (mg/dL)", "description": "", "type": "number", "default": 0 }, "smoker": { "title": "Smoking (probability change)", "description": "", "type": "number", "default": 0 }, "serum_creatinine": { "title": "Serum creatinine (mg/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "glycemic_control_trajectory_advanced_screen": { "title": "Glycemic control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_a1c_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_a1c_trajectory": { "title": "Enter custom A1c trajectory (instead of using A1c progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c before intensifying": { "title": "Annual A1c change (%) before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Before Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Before Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c after intensifying": { "title": "Annual A1c change (%) after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c After Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c After Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 }, "Annual A1c subsequent intensifications": { "title": "Annual A1c change (%) for subsequent intensifications", "$ref": "#/definitions/text", "readOnly": true }, "Annual A1c Subsequent Standard": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.2 }, "Annual A1c Subsequent Intervention": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.1 } } } }, "glycemic_control_intensification_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of intensifying on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of intensifying on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1.5 }, "Effect of next intensification on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of next intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of next intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of subsequent intensification on A1c (% change)": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent intensification on A1c Standard": { "title": " ", "description": "", "type": "number", "default": -1 }, "Effect of subsequent intensification on A1c Intervention": { "title": " ", "description": "", "type": "number", "default": -1 } } } }, "glycemic_control_targets_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify A1c targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If CVD = 1 or dialysis = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 or dialysis = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "If CVD = 1 or dialysis = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 7.5 }, "If age >= 65 and (CVD = 1 or dialysis = 1)": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and (CVD = 1 or dialysis = 1) Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8.5 }, "If age >= 65 and (CVD = 1 or dialysis = 1) Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 8 }, "Intensify if A1c > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if A1c > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0.5 }, "Intensify if A1c > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "glycemic_control_costs_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 478 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 758 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 1975 } } } }, "cholesterol_control_intervention_t1d": { "title": "Cholesterol control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Cholesterol Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "age": { "title": "Minimum age of application", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "factor_changes": { "title": "Change in Risk Factors", "type": "object", "properties": { "hdl": { "title": "HDL", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL", "description": "", "type": "number", "default": 0 }, "trig": { "title": "ln(Triglycerides)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "gfr": { "title": "Impaired GFR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "esrd": { "title": "ESRD", "$ref": "#/definitions/negativeProportion", "default": 0 }, "npdr": { "title": "NPDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "pdr": { "title": "PDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "csme": { "title": "CSME", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_non_mace": { "title": "CVD non-mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_mace": { "title": "CVD mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dpn": { "title": "DPN", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypoglycemia": { "title": "Hypoglycemia", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dka": { "title": "DKA", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "cholesterol_control_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify intervention", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age": { "title": "Treatment begins at age", "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment begins at age Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment if CVD=0 (choose 1)": { "title": "Treatment if CVD=0 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=0)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=0)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "Treatment if CVD=1 (choose 1)": { "title": "Treatment if CVD=1 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Standard placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Intervention placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=1)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=1)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 } } } }, "cholesterol_control_trajectory_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 }, "modify_trajectory": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "modify_trajectory": { "title": " ", "description": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["modify_trajectory"], "enumNames": [ "Enter custom cholesterol trajectories (instead of using cholesterol progression equations)" ] } }, "modify_trajectory_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Annual LDL change (mg/dL) before treatment": { "title": "Annual LDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_ldl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual HDL change (mg/dL) before treatment": { "title": "Annual HDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_hdl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual ln(triglycerides) change (ln(mg/dL)) before treatment": { "title": "Annual ln(triglycerides) change (ln(mg/dL)) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_triglycerides_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "cholesterol_control_statin_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effect of statin on LDL-cholesterol", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate-intensity statin": { "title": "Moderate-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_reduction": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.4 }, "High-intensity statin": { "title": "High-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_reduction": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": 0.5 } } } }, "cholesterol_control_costs_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate": { "title": "Moderate intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "Moderate intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446 }, "High": { "title": "High intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "High intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 497 } } } }, "cholesterol_control_trajectory_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 }, "modify_trajectory": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "modify_trajectory": { "title": " ", "description": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["modify_trajectory"], "enumNames": [ "Enter custom cholesterol trajectories (instead of using cholesterol progression equations)" ] } }, "modify_trajectory_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Annual LDL change (mg/dL) before treatment": { "title": "Annual LDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_ldl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual HDL change (mg/dL) before treatment": { "title": "Annual HDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_hdl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual ln(triglycerides) change (ln(mg/dL)) before treatment": { "title": "Annual ln(triglycerides) change (ln(mg/dL)) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_triglycerides_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "cholesterol_control_intervention_t2d": { "title": "Cholesterol control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Cholesterol Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "age": { "title": "Minimum age of application", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "factor_changes": { "title": "Change in Risk Factors", "type": "object", "properties": { "hdl": { "title": "HDL", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL", "description": "", "type": "number", "default": 0 }, "trig": { "title": "ln(Triglycerides)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "cholesterol_control_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify intervention", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age": { "title": "Treatment begins at age", "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment begins at age Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment if CVD=0 (choose 1)": { "title": "Treatment if CVD=0 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=0)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=0)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "Treatment if CVD=1 (choose 1)": { "title": "Treatment if CVD=1 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Standard placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Intervention placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=1)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=1)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 } } } }, "cholesterol_control_statin_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effect of statin on LDL-cholesterol", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate-intensity statin": { "title": "Moderate-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_reduction": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.4 }, "High-intensity statin": { "title": "High-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_reduction": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": 0.5 } } } }, "cholesterol_control_costs_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate": { "title": "Moderate intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "Moderate intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446 }, "High": { "title": "High intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "High intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 497 } } } }, "cholesterol_control_trajectory_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 }, "modify_trajectory": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "modify_trajectory": { "title": " ", "description": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["modify_trajectory"], "enumNames": [ "Enter custom cholesterol trajectories (instead of using cholesterol progression equations)" ] } }, "modify_trajectory_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Annual LDL change (mg/dL) before treatment": { "title": "Annual LDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_ldl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual HDL change (mg/dL) before treatment": { "title": "Annual HDL change (mg/dL) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_hdl_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual ln(triglycerides) change (ln(mg/dL)) before treatment": { "title": "Annual ln(triglycerides) change (ln(mg/dL)) before treatment", "$ref": "#/definitions/text", "readOnly": true }, "annual_triglycerides_change": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "cholesterol_control_intervention_screen": { "title": "Cholesterol control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Cholesterol Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "age": { "title": "Minimum age of application", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "factor_changes": { "title": "Change in Risk Factors", "type": "object", "properties": { "hdl": { "title": "HDL", "description": "", "type": "number", "default": 0 }, "ldl": { "title": "LDL", "description": "", "type": "number", "default": 0 }, "trig": { "title": "ln(Triglycerides)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "cholesterol_control_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify intervention", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age": { "title": "Treatment begins at age", "$ref": "#/definitions/text", "readOnly": true }, "Treatment begins at age Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment begins at age Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 40 }, "Treatment if CVD=0 (choose 1)": { "title": "Treatment if CVD=0 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=0)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=0)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd0_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd0_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "Treatment if CVD=1 (choose 1)": { "title": "Treatment if CVD=1 (choose 1)", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Standard placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Treatment if CVD=1 (choose 1) Intervention placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Moderate-intensity statin (CVD=1)": { "title": "Moderate-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 }, "moderate_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "High-intensity statin (CVD=1)": { "title": "High-intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_cvd1_std": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "high_statin_cvd1_int": { "title": " ", "$ref": "#/definitions/nonnegativeNumber", "default": 1 } } } }, "cholesterol_control_statin_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effect of statin on LDL-cholesterol", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate-intensity statin": { "title": "Moderate-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "moderate_statin_reduction": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.4 }, "High-intensity statin": { "title": "High-intensity statin reduces LDL by (express % as fraction)", "$ref": "#/definitions/text", "readOnly": true }, "high_statin_reduction": { "title": " ", "$ref": "#/definitions/negativeProportion", "default": 0.5 } } } }, "cholesterol_control_costs_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Moderate": { "title": "Moderate intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "Moderate intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 446 }, "High": { "title": "High intensity statin", "$ref": "#/definitions/text", "readOnly": true }, "High intensity statin": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 497 } } } }, "bp_control_intervention_t1d": { "title": "Blood pressure control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Blood Pressure Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "apply if greater than": { "title": "Apply if systolic blood pressure greater than", "$ref": "#/definitions/positiveInteger", "default": 140 }, "factor_changes": { "title": "Change in risk factors", "type": "object", "properties": { "dbp": { "title": "Diastolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 }, "sbp": { "title": "Systolic blood pressure (mm/dL)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "gfr": { "title": "Impaired GFR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "esrd": { "title": "ESRD", "$ref": "#/definitions/negativeProportion", "default": 0 }, "npdr": { "title": "NPDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "pdr": { "title": "PDR", "$ref": "#/definitions/negativeProportion", "default": 0 }, "csme": { "title": "CSME", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_non_mace": { "title": "CVD non-mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "cvd_mace": { "title": "CVD mace", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dpn": { "title": "DPN", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypoglycemia": { "title": "Hypoglycemia", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dka": { "title": "DKA", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "bp_control_trajectory_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_sbp_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_sbp_trajectory": { "title": "Enter custom SBP trajectory (instead of using SBP progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change before intensifying": { "title": "Annual SBP change before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change Before Standard": { "title": " ", "description": "", "type": "number", "default": 0 }, "Annual SBP change Before Intervention": { "title": " ", "description": "", "type": "number", "default": 0 }, "Annual SBP change after intensifying": { "title": "Annual SBP change after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change After Standard": { "title": " ", "description": "", "type": "number", "default": 0 }, "Annual SBP change After Intervention": { "title": " ", "description": "", "type": "number", "default": 0 } } } }, "bp_control_intensification_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of first drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of second drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drugs on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 } } } }, "bp_control_targets_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify blood pressure targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "If age >= 65 and CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 and CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "Intensify if SBP > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if SBP > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Intensify if SBP > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "bp_control_costs_advanced_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 } } } }, "smoking_control_intervention_t1d": { "title": "Smoking cessation intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Smoking Cessation: Basic Setup", "numbered": "" } } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "probability of quitting": { "title": "Increase in probability of quitting (Enter percentage point increase as a fraction, e.g. enter 0.20 for a 20% percentage point increase).", "$ref": "#/definitions/positiveProportion", "default": 0 } } } }, "bp_control_intervention_t2d": { "title": "Blood pressure control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Blood Pressure Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "apply if greater than": { "title": "Apply if systolic blood pressure greater than", "$ref": "#/definitions/positiveInteger", "default": 140 }, "factor_changes": { "title": "Change in risk factors", "type": "object", "properties": { "sbp": { "title": "Systolic blood pressure (mm Hg)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "bp_control_trajectory_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_sbp_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_sbp_trajectory": { "title": "Enter custom SBP trajectory (instead of using SBP progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change before intensifying": { "title": "Annual SBP change before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change Before Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change Before Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change after intensifying": { "title": "Annual SBP change after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change After Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change After Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "bp_control_intensification_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of first drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of second drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drugs on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 } } } }, "bp_control_targets_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify blood pressure targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "If age >= 65 and CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 and CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "Intensify if SBP > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if SBP > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Intensify if SBP > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "bp_control_costs_advanced_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 } } } }, "smoking_control_intervention_t2d": { "title": "Smoking cessation intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Smoking Cessation: Basic Setup", "numbered": "" } } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "probability of quitting": { "title": "Increase in probability of quitting (Enter percentage point increase as a fraction, e.g. enter 0.20 for a 20% percentage point increase).", "$ref": "#/definitions/positiveProportion", "default": 0 } } } }, "bp_control_intervention_screen": { "title": "Blood pressure control intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Blood Pressure Control: Basic Setup", "numbered": "" } }, "factor_changes": { "ui:field_type": "grid" }, "risk_reductions": { "ui:field_type": "grid" } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "apply if greater than": { "title": "Apply if systolic blood pressure greater than", "$ref": "#/definitions/positiveInteger", "default": 140 }, "factor_changes": { "title": "Change in risk factors", "type": "object", "properties": { "sbp": { "title": "Systolic blood pressure (mm Hg)", "description": "", "type": "number", "default": 0 } } }, "risk_reductions": { "title": "Risk reductions", "description": "Enter risk reductions as positive numbers written as fractions (e.g., for 20% reduction, enter 0.20). For increases, enter negative number.", "type": "object", "properties": { "microalbuminuria": { "title": "Microalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "macroalbuminuria": { "title": "Macroalbuminuria", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_60": { "title": "eGFR <60", "$ref": "#/definitions/negativeProportion", "default": 0 }, "egfr_30": { "title": "eGFR <30", "$ref": "#/definitions/negativeProportion", "default": 0 }, "dialysis": { "title": "Dialysis", "$ref": "#/definitions/negativeProportion", "default": 0 }, "neuropathy": { "title": "Neuropathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "ulcer": { "title": "Foot ulcer", "$ref": "#/definitions/negativeProportion", "default": 0 }, "amputation": { "title": "Amputation", "$ref": "#/definitions/negativeProportion", "default": 0 }, "laser_retin": { "title": "Laser retinopathy", "$ref": "#/definitions/negativeProportion", "default": 0 }, "blindness": { "title": "Blindness", "$ref": "#/definitions/negativeProportion", "default": 0 }, "mi": { "title": "MI", "$ref": "#/definitions/negativeProportion", "default": 0 }, "stroke": { "title": "Stroke", "$ref": "#/definitions/negativeProportion", "default": 0 }, "chf": { "title": "CHF", "$ref": "#/definitions/negativeProportion", "default": 0 }, "angina": { "title": "Angina", "$ref": "#/definitions/negativeProportion", "default": 0 }, "revasc": { "title": "Revascularization", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_med": { "title": "Hypoglycemia requiring medical assistance", "$ref": "#/definitions/negativeProportion", "default": 0 }, "hypo_any": { "title": "Hypoglycemia requiring any assistance", "$ref": "#/definitions/negativeProportion", "default": 0 } } } } } }, "bp_control_trajectory_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify trajectory", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "custom_sbp_trajectory": { "classNames": "input-style-override" } } }, "type": "array", "items": { "type": "object", "properties": { "custom_sbp_trajectory": { "title": "Enter custom SBP trajectory (instead of using SBP progression equation)", "type": "boolean", "enum": [true, false], "default": false }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change before intensifying": { "title": "Annual SBP change before intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change Before Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change Before Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change after intensifying": { "title": "Annual SBP change after intensifying", "$ref": "#/definitions/text", "readOnly": true }, "Annual SBP change After Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Annual SBP change After Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "bp_control_intensification_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effectiveness of intensification", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of first drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of first drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of second drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of second drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drugs on blood pressure": { "$ref": "#/definitions/text", "readOnly": true }, "Effect of subsequent drug on blood pressure Standard": { "title": " ", "description": "", "type": "number", "default": -9 }, "Effect of subsequent drug on blood pressure Intervention": { "title": " ", "description": "", "type": "number", "default": -9 } } } }, "bp_control_targets_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify blood pressure targets", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "General": { "$ref": "#/definitions/text", "readOnly": true }, "General Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "General Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "If age >= 65 and CVD = 1": { "$ref": "#/definitions/text", "readOnly": true }, "If age >= 65 and CVD = 1 Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 140 }, "If age >= 65 and CVD = 1 Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 130 }, "Intensify if SBP > target": { "$ref": "#/definitions/text", "readOnly": true }, "Intensify if SBP > target Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Intensify if SBP > target Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "bp_control_costs_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Variable_placeholder": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Standard control": { "$ref": "#/definitions/text", "readOnly": true }, "Intervention": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment": { "$ref": "#/definitions/text", "readOnly": true }, "Current treatment Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "Current treatment Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "First intensification": { "$ref": "#/definitions/text", "readOnly": true }, "First intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "First intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 339 }, "Next intensification": { "$ref": "#/definitions/text", "readOnly": true }, "Next intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Next intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 607 }, "Subsequent intensifications": { "$ref": "#/definitions/text", "readOnly": true }, "Subsequent intensification Standard": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 }, "Subsequent intensification Intervention": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 940 } } } }, "smoking_control_intervention_screen": { "title": "Smoking cessation intervention", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Smoking Cessation: Basic Setup", "numbered": "" } } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost": { "title": "Annual cost", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "probability of quitting": { "title": "Increase in probability of quitting (Enter percentage point increase as a fraction, e.g. enter 0.20 for a 20% percentage point increase).", "$ref": "#/definitions/positiveProportion", "default": 0 } } } }, "lifestyle_control_intervention_pre": { "title": "Lifestyle intervention", "description": "The lifestyle intervention is only applied to people with A1c in the prediabetes range (5.7-6.4%) and BMI>=25 and FPG in the prediabetes range (100-125 mg/dl). To change these criteria, use advanced intervention by selecting it from the dropdown menu above.", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Lifestyle: Basic Setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost_text": { "title": "Annual cost", "$ref": "#/definitions/text", "readOnly": true }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "year_1_cost": { "title": "Year 1", "$ref": "#/definitions/nonnegativeNumber", "default": 495 }, "subsequent_years_cost": { "title": "Subsequent years", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder3": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "bmi_change_text": { "title": "Percent change in BMI relative to baseline (Enter percentage changes as a fraction, e.g. enter –0.05 for a 5% reduction)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder4": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "year_1_change": { "title": "Year 1", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "year_subsequent_change": { "title": "Subsequent years", "$ref": "#/definitions/negativeProportion", "default": -0.02 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true } } } }, "lifestyle_control_advanced_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify intervention", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "The lifestyle intervention is only applied to people with A1c and BMI and FPG in the ranges set below. Individual constraints can be relaxed, for example, by setting the minimum FPG = 0.": { "$ref": "#/definitions/text", "readOnly": true }, "placeholder01": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder02": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with BMI >= (kg/m^2)": { "$ref": "#/definitions/text", "readOnly": true }, "apply_bmi": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25 }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with HbA1 between": { "title": "Apply to persons with HbA1c (%) between", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with HbA1 between from": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.7 }, "Apply to persons with HbA1 between to": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6.5 }, "Apply to persons with FPG between": { "title": "Apply to persons with FPG (mg/dL) between", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with FPG between from": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 100 }, "Apply to persons with FPG between to": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 126 }, "Percent change in BMI relative to baseline": { "title": "Percent change in BMI relative to baseline (Enter percentage changes as a fraction, e.g. enter -0.05 for a 5% reduction.)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder3": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.025 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 4": { "title": "Year 4", "$ref": "#/definitions/text", "readOnly": true }, "year_4_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder8": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 5": { "title": "Year 5", "$ref": "#/definitions/text", "readOnly": true }, "year_5_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder9": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "year_subsequent_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder10": { "title": " ", "$ref": "#/definitions/text", "readOnly": true } } } }, "lifestyle_control_effects_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effects on annual probability of diabetes onset", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "bmi_change_calculated": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "bmi_change_calculated": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["true"], "enumNames": [ "Instead of using the BMI changes entered above, calculate the reduction in onset risk directly according to relative risk reductions entered below." ] } }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "text_1": { "title": "If percentage reduction in onset risk is calculated directly, the following values will be used (Enter percentage reductions as a positive fraction, e.g., enter 0.40 for a 40% reduction):", "$ref": "#/definitions/text", "readOnly": true }, "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.403 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.201 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 4": { "title": "Year 4", "$ref": "#/definitions/text", "readOnly": true }, "year_4_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder8": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 5": { "title": "Year 5", "$ref": "#/definitions/text", "readOnly": true }, "year_5_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder9": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "year_subsequent_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder10": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "text_3": { "title": "Change in other factors (enter negative numbers for reductions and positive numbers for increases)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder11": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder12": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "SBP": { "title": "SBP (mmHg)", "$ref": "#/definitions/text", "readOnly": true }, "SBP_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "placeholder13": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "HDL": { "title": "HDL (mg/dL)", "$ref": "#/definitions/text", "readOnly": true }, "HDL_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "placeholder14": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "LDL": { "title": "LDL (mg/dL)", "$ref": "#/definitions/text", "readOnly": true }, "LDL_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 } } } }, "lifestyle_control_costs_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 495 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "subsequent_year_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "lifestyle_control_intervention_screen": { "title": "Lifestyle intervention", "description": "The lifestyle intervention is only applied to people with A1c in the prediabetes range (5.7-6.4%) and BMI>=25 and FPG in the prediabetes range (100-125 mg/dl). To change these criteria, use advanced intervention by selecting it from the dropdown menu above.", "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Lifestyle: Basic Setup", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "annual_cost_text": { "title": "Annual cost", "$ref": "#/definitions/text", "readOnly": true }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "year_1_cost": { "title": "Year 1", "$ref": "#/definitions/nonnegativeNumber", "default": 495 }, "subsequent_years_cost": { "title": "Subsequent years", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder3": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "bmi_change_text": { "title": "Percent change in BMI relative to baseline (Enter percentage changes as a fraction, e.g. enter –0.05 for a 5% reduction)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder4": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "year_1_change": { "title": "Year 1", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "year_subsequent_change": { "title": "Subsequent years", "$ref": "#/definitions/negativeProportion", "default": -0.02 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true } } } }, "lifestyle_control_advanced_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify intervention", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "The lifestyle intervention is only applied to people with A1c and BMI and FPG in the ranges set below. Individual constraints can be relaxed, for example, by setting the minimum FPG = 0.": { "$ref": "#/definitions/text", "readOnly": true }, "placeholder01": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder02": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with BMI >= (kg/m^2)": { "$ref": "#/definitions/text", "readOnly": true }, "apply_bmi": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 25 }, "placeholder1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with HbA1 between": { "title": "Apply to persons with HbA1c (%) between", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with HbA1 between from": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 5.7 }, "Apply to persons with HbA1 between to": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 6.5 }, "Apply to persons with FPG between": { "title": "Apply to persons with FPG (mg/dL) between", "$ref": "#/definitions/text", "readOnly": true }, "Apply to persons with FPG between from": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 100 }, "Apply to persons with FPG between to": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 126 }, "Percent change in BMI relative to baseline": { "title": "Percent change in BMI relative to baseline (Enter percentage changes as a fraction, e.g. enter -0.05 for a 5% reduction.)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder3": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.05 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.025 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 4": { "title": "Year 4", "$ref": "#/definitions/text", "readOnly": true }, "year_4_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder8": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 5": { "title": "Year 5", "$ref": "#/definitions/text", "readOnly": true }, "year_5_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder9": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "year_subsequent_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": -0.0125 }, "placeholder10": { "title": " ", "$ref": "#/definitions/text", "readOnly": true } } } }, "lifestyle_control_effects_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify effects on annual probability of diabetes onset", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 }, "bmi_change_calculated": { "ui:widget": "checkboxes" } } }, "type": "array", "items": { "type": "object", "properties": { "bmi_change_calculated": { "title": " ", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": ["true"], "enumNames": [ "Instead of using the BMI changes entered above, calculate the reduction in onset risk directly according to relative risk reductions entered below." ] } }, "placeholder_1": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder_2": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "text_1": { "title": "If percentage reduction in onset risk is calculated directly, the following values will be used (Enter percentage reductions as a positive fraction, e.g., enter 0.40 for a 40% reduction):", "$ref": "#/definitions/text", "readOnly": true }, "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.403 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.201 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 4": { "title": "Year 4", "$ref": "#/definitions/text", "readOnly": true }, "year_4_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder8": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 5": { "title": "Year 5", "$ref": "#/definitions/text", "readOnly": true }, "year_5_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder9": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "year_subsequent_prob": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0.101 }, "placeholder10": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "text_3": { "title": "Change in other factors (enter negative numbers for reductions and positive numbers for increases)", "$ref": "#/definitions/text", "readOnly": true }, "placeholder11": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "placeholder12": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "SBP": { "title": "SBP (mmHg)", "$ref": "#/definitions/text", "readOnly": true }, "SBP_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "placeholder13": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "HDL": { "title": "HDL (mg/dL)", "$ref": "#/definitions/text", "readOnly": true }, "HDL_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 }, "placeholder14": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "LDL": { "title": "LDL (mg/dL)", "$ref": "#/definitions/text", "readOnly": true }, "LDL_change": { "title": " ", "description": "", "$ref": "#/definitions/negativeProportion", "default": 0 } } } }, "lifestyle_control_costs_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Modify annual costs", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Year 1": { "title": "Year 1", "$ref": "#/definitions/text", "readOnly": true }, "year_1_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 495 }, "placeholder5": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 2": { "title": "Year 2", "$ref": "#/definitions/text", "readOnly": true }, "year_2_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder6": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Year 3": { "title": "Year 3", "$ref": "#/definitions/text", "readOnly": true }, "year_3_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 }, "placeholder7": { "title": " ", "$ref": "#/definitions/text", "readOnly": true }, "Subsequent years": { "title": "Subsequent years", "$ref": "#/definitions/text", "readOnly": true }, "subsequent_year_cost": { "title": " ", "description": "", "$ref": "#/definitions/nonnegativeNumber", "default": 0 } } } }, "cvd_multipliers_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "CVD Multipliers (relative to diabetes)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "normoglycemia": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "prediabetes": { "title": "Prediabetes", "type": "number", "default": 0.6 } } } }, "mortality_multipliers_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Mortality Multipliers (relative to diabetes)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Equation 1 (no CVD history)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_1": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "prediabetes_1": { "title": "Prediabetes", "type": "number", "default": 0.6 }, "Equation 2 (Year of CVD event)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_2": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "prediabetes_2": { "title": "Prediabetes", "type": "number", "default": 0.6 }, "Equation 3 (Previous CVD)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_3": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "prediabetes_3": { "title": "Prediabetes", "type": "number", "default": 0.6 } } } }, "cvd_multipliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "CVD Multipliers (relative to diabetes)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "normoglycemia": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "screening": { "title": "Prediabetes", "type": "number", "default": 0.6 } } } }, "mortality_multipliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Mortality Multipliers (relative to diabetes)", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "Equation 1 (no CVD history)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_1": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "screening_1": { "title": "Prediabetes", "type": "number", "default": 0.6 }, "Equation 2 (Year of CVD event)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_2": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "screening_2": { "title": "Prediabetes", "type": "number", "default": 0.6 }, "Equation 3 (Previous CVD)": { "$ref": "#/definitions/text", "readOnly": true }, "normoglycemia_3": { "title": "Normoglycemia", "type": "number", "default": 0.5 }, "screening_3": { "title": "Prediabetes", "type": "number", "default": 0.6 } } } }, "mortality_multipliers_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Mortality multipliers for calibration", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Equation 1 (no CVD history)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 1": { "title": " ", "type": "number", "default": 1 }, "Equation 2 (Year of CVD event)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 2": { "title": " ", "type": "number", "default": 1 }, "Equation 3 (Previous CVD)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 3": { "title": " ", "type": "number", "default": 1 } } } }, "mortality_multipliers_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Mortality multipliers for calibration", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 2 } } }, "type": "array", "items": { "type": "object", "properties": { "Equation 1 (no CVD history)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 1": { "title": " ", "type": "number", "default": 2 }, "Equation 2 (Year of CVD event)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 2": { "title": " ", "type": "number", "default": 2 }, "Equation 3 (Previous CVD)": { "$ref": "#/definitions/text", "readOnly": true }, "Equation 3": { "title": " ", "type": "number", "default": 2 } } } }, "disutilities_prediabetes_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Disutilities - Prediabetes", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "baseline_qaly": { "title": "Baseline QALY (normoglycemia, prediabetes)", "type": "number", "default": 0.935 }, "bmi": { "title": "BMI (one-unit increase)", "type": "number", "default": -0.003 }, "duration_in_analysis": { "title": "Duration in analysis (years)", "type": "number", "default": 0.0 } } } }, "disutilities_prediabetes_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Disutilities - Prediabetes", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "baseline_qaly": { "title": "Baseline QALY (normoglycemia, screening)", "type": "number", "default": 0.935 }, "bmi": { "title": "BMI (one-unit increase)", "type": "number", "default": -0.003 }, "duration_in_analysis": { "title": "Duration in analysis (years)", "type": "number", "default": 0.0 } } } }, "costs_prediabetes_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - Prediabetes", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "base_cost_normoglycemia": { "title": "Base cost (normoglycemia)", "type": "number", "default": 2168 }, "base_cost_prediabetes": { "title": "Base cost (prediabetes)", "type": "number", "default": 2668 }, "tv_age_cost": { "title": "Time-varying age cost (normoglycemia, prediabetes)", "type": "number", "default": 10 } } } }, "costs_prediabetes_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Event Cost - Prediabetes", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "base_cost_normoglycemia": { "title": "Base cost (normoglycemia)", "type": "number", "default": 2168 }, "base_cost_screening": { "title": "Base cost (screening)", "type": "number", "default": 2668 }, "tv_age_cost": { "title": "Time-varying age cost (normoglycemia, screening)", "type": "number", "default": 10 } } } }, "complication_multipliers_t1d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Complication multipliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "npdr multiplier": { "title": "NPDR", "type": "number", "default": 1 }, "esrd multiplier": { "title": "ESRD", "type": "number", "default": 1 }, "dpn multiplier": { "title": "DPN", "type": "number", "default": 1 }, "microalbuminuria multiplier": { "title": "Microalbuminuria", "type": "number", "default": 1 }, "pdr multiplier": { "title": "PDR", "type": "number", "default": 1 }, "hypoglycemia multiplier": { "title": "Hypoglycemia", "type": "number", "default": 1 }, "macroalbuminuria multiplier": { "title": "Macroalbuminuria", "type": "number", "default": 1 }, "amputation multiplier": { "title": "Amputation", "type": "number", "default": 1 }, "cvd_non_mace multiplier": { "title": "CVD non-MACE", "type": "number", "default": 1 }, "ulcer multiplier": { "title": "Ulcer", "type": "number", "default": 1 }, "cvd_mace multiplier": { "title": "CVD MACE", "type": "number", "default": 1 }, "gfr multiplier": { "title": "GFR", "type": "number", "default": 1 }, "dka multiplier": { "title": "DKA", "type": "number", "default": 1 }, "csme multiplier": { "title": "CSME", "type": "number", "default": 1 }, "blindness multiplier": { "title": "Blindness", "type": "number", "default": 1 } } } }, "complication_multipliers_t2d": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Complication multipliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "stroke multiplier": { "title": "Stroke", "type": "number", "default": 1 }, "chf multiplier": { "title": "CHF", "type": "number", "default": 1 }, "angina multiplier": { "title": "Angina", "type": "number", "default": 1 }, "microalbuminuria multiplier": { "title": "Microalbuminuria", "type": "number", "default": 1 }, "macroalbuminuria multiplier": { "title": "Macroalbuminuria", "type": "number", "default": 1 }, "amputation multiplier": { "title": "Amputation", "type": "number", "default": 1 }, "mi multiplier": { "title": "MI", "type": "number", "default": 1 }, "revasc multiplier": { "title": "Revascularization", "type": "number", "default": 1 }, "blindness multiplier": { "title": "Blindness", "type": "number", "default": 1 }, "hypoglycemia_any multiplier": { "title": "Hypoglycemia Any", "type": "number", "default": 1 }, "hypoglycemia_medical multiplier": { "title": "Hypoglycemia Medical", "type": "number", "default": 1 }, "neurop multiplier": { "title": "Neuropathy", "type": "number", "default": 1 }, "egfr_30 multiplier": { "title": "EGFR 30", "type": "number", "default": 1 }, "egfr_60 multiplier": { "title": "EGFR 60", "type": "number", "default": 1 }, "dialysis multiplier": { "title": "Dialysis", "type": "number", "default": 1 }, "ulcer multiplier": { "title": "Ulcer", "type": "number", "default": 1 }, "laser_retina multiplier": { "title": "Laser Retina", "type": "number", "default": 1 } } } }, "complication_multipliers_pre": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Complication multipliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "stroke multiplier": { "title": "Stroke", "type": "number", "default": 1 }, "chf multiplier": { "title": "CHF", "type": "number", "default": 1 }, "angina multiplier": { "title": "Angina", "type": "number", "default": 1 }, "microalbuminuria multiplier": { "title": "Microalbuminuria", "type": "number", "default": 1 }, "macroalbuminuria multiplier": { "title": "Macroalbuminuria", "type": "number", "default": 1 }, "amputation multiplier": { "title": "Amputation", "type": "number", "default": 1 }, "mi multiplier": { "title": "MI", "type": "number", "default": 1 }, "revasc multiplier": { "title": "Revascularization", "type": "number", "default": 1 }, "blindness multiplier": { "title": "Blindness", "type": "number", "default": 1 }, "hypoglycemia_any multiplier": { "title": "Hypoglycemia Any", "type": "number", "default": 1 }, "hypoglycemia_medical multiplier": { "title": "Hypoglycemia Medical", "type": "number", "default": 1 }, "neurop multiplier": { "title": "Neuropathy", "type": "number", "default": 1 }, "egfr_30 multiplier": { "title": "EGFR 30", "type": "number", "default": 1 }, "egfr_60 multiplier": { "title": "EGFR 60", "type": "number", "default": 1 }, "dialysis multiplier": { "title": "Dialysis", "type": "number", "default": 1 }, "ulcer multiplier": { "title": "Ulcer", "type": "number", "default": 1 }, "laser_retina multiplier": { "title": "Laser Retina", "type": "number", "default": 1 } } } }, "complication_multipliers_screen": { "ui:schema": { "ui:field_type": "accordion", "ui:options": { "orderable": false, "addable": false }, "items": { "ui:options": { "default_collapsed": true, "header_buttons": { "common_text": "Complication multipliers", "numbered": "" } }, "ui:field_type": { "type": "grid", "columns": 3 } } }, "type": "array", "items": { "type": "object", "properties": { "stroke multiplier": { "title": "Stroke", "type": "number", "default": 1 }, "chf multiplier": { "title": "CHF", "type": "number", "default": 1 }, "angina multiplier": { "title": "Angina", "type": "number", "default": 1 }, "microalbuminuria multiplier": { "title": "Microalbuminuria", "type": "number", "default": 1 }, "macroalbuminuria multiplier": { "title": "Macroalbuminuria", "type": "number", "default": 1 }, "amputation multiplier": { "title": "Amputation", "type": "number", "default": 1 }, "mi multiplier": { "title": "MI", "type": "number", "default": 1 }, "revasc multiplier": { "title": "Revascularization", "type": "number", "default": 1 }, "blindness multiplier": { "title": "Blindness", "type": "number", "default": 1 }, "hypoglycemia_any multiplier": { "title": "Hypoglycemia Any", "type": "number", "default": 1 }, "hypoglycemia_medical multiplier": { "title": "Hypoglycemia Medical", "type": "number", "default": 1 }, "neurop multiplier": { "title": "Neuropathy", "type": "number", "default": 1 }, "egfr_30 multiplier": { "title": "EGFR 30", "type": "number", "default": 1 }, "egfr_60 multiplier": { "title": "EGFR 60", "type": "number", "default": 1 }, "dialysis multiplier": { "title": "Dialysis", "type": "number", "default": 1 }, "ulcer multiplier": { "title": "Ulcer", "type": "number", "default": 1 }, "laser_retina multiplier": { "title": "Laser Retina", "type": "number", "default": 1 } } } } }, "definitions": { "text": { "type": "null" }, "string": { "type": "string", "minLength": 1 }, "nonnegativeNumber": { "type": "number", "minimum": 0 }, "nonnegativeInteger": { "type": "integer", "minimum": 0 }, "positiveInteger": { "type": "integer", "minimum": 1 }, "seedInteger": { "type": "integer", "minimum": 1, "maximum": 9999 }, "negativeInteger": { "type": "integer", "maximum": 0 }, "positiveProportion": { "type": "number", "minimum": 0, "maximum": 1 }, "negativeProportion": { "type": "number", "minimum": -1, "maximum": 1 }, "interventionSetsLength": { "type": "integer", "minimum": 1, "maximum": 10 } } }