FurqanIshaq commited on
Commit
81e65fd
Β·
verified Β·
1 Parent(s): e87aeaf

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. datasets/diabetes/DIA_001.json +126 -0
  2. datasets/diabetes/DIA_002.json +126 -0
  3. datasets/diabetes/DIA_003.json +123 -0
  4. datasets/diabetes/DIA_004.json +130 -0
  5. datasets/diabetes/DIA_005.json +126 -0
  6. datasets/diabetes/DIA_006.json +122 -0
  7. datasets/diabetes/DIA_007.json +127 -0
  8. datasets/diabetes/DIA_008.json +130 -0
  9. datasets/diabetes/DIA_009.json +126 -0
  10. datasets/diabetes/DIA_010.json +118 -0
  11. datasets/diabetes/cleaned/DIA_001.json +126 -0
  12. datasets/diabetes/cleaned/DIA_002.json +126 -0
  13. datasets/diabetes/cleaned/DIA_003.json +123 -0
  14. datasets/diabetes/cleaned/DIA_004.json +130 -0
  15. datasets/diabetes/cleaned/DIA_005.json +126 -0
  16. datasets/diabetes/cleaned/DIA_006.json +122 -0
  17. datasets/diabetes/cleaned/DIA_007.json +127 -0
  18. datasets/diabetes/cleaned/DIA_008.json +130 -0
  19. datasets/diabetes/cleaned/DIA_009.json +126 -0
  20. datasets/diabetes/cleaned/DIA_010.json +118 -0
  21. datasets/diabetes/rag_text_enriched/DIA_001.txt +40 -0
  22. datasets/diabetes/rag_text_enriched/DIA_002.txt +40 -0
  23. datasets/diabetes/rag_text_enriched/DIA_003.txt +40 -0
  24. datasets/diabetes/rag_text_enriched/DIA_004.txt +40 -0
  25. datasets/diabetes/rag_text_enriched/DIA_005.txt +40 -0
  26. datasets/diabetes/rag_text_enriched/DIA_006.txt +40 -0
  27. datasets/diabetes/rag_text_enriched/DIA_007.txt +40 -0
  28. datasets/diabetes/rag_text_enriched/DIA_008.txt +40 -0
  29. datasets/diabetes/rag_text_enriched/DIA_009.txt +40 -0
  30. datasets/diabetes/rag_text_enriched/DIA_010.txt +40 -0
  31. datasets/diabetes/vectorstores/DIA_001_index.pkl +3 -0
  32. datasets/diabetes/vectorstores/DIA_002_index.pkl +3 -0
  33. datasets/diabetes/vectorstores/DIA_003_index.pkl +3 -0
  34. datasets/diabetes/vectorstores/DIA_004_index.pkl +3 -0
  35. datasets/diabetes/vectorstores/DIA_005_index.pkl +3 -0
  36. datasets/diabetes/vectorstores/DIA_006_index.pkl +3 -0
  37. datasets/diabetes/vectorstores/DIA_007_index.pkl +3 -0
  38. datasets/diabetes/vectorstores/DIA_008_index.pkl +3 -0
  39. datasets/diabetes/vectorstores/DIA_009_index.pkl +3 -0
  40. datasets/diabetes/vectorstores/DIA_010_index.pkl +3 -0
datasets/diabetes/DIA_001.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_001",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 52,
11
+ "gender": "Male",
12
+ "occupation": "Shopkeeper",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "High School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "9 months",
19
+ "previous_conditions": [
20
+ "Hypertension"
21
+ ],
22
+ "past_surgeries": [
23
+ "Appendectomy"
24
+ ],
25
+ "known_allergies": [
26
+ "None"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Measles"
30
+ ],
31
+ "current_medications": [
32
+ "Amlodipine 5mg daily"
33
+ ],
34
+ "past_medications": [],
35
+ "hospitalizations": "None"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Father",
39
+ "family_heart_disease": "Mother",
40
+ "family_obesity": "None",
41
+ "other_conditions": "None"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": false,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": true,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "High in carbohydrates and sugars",
56
+ "exercise_frequency": "Rarely",
57
+ "sleep_pattern": "Irregular (5\u20136 hours)",
58
+ "stress_level": "High",
59
+ "smoking_status": "Occasional smoker",
60
+ "alcohol_consumption": "None",
61
+ "work_activity_level": "Moderate"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Medium",
65
+ "access_to_healthcare": "Moderate",
66
+ "living_conditions": "Urban residence with family"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 170,
70
+ "weight_kg": 82,
71
+ "bmi": 28.4,
72
+ "blood_pressure": "142/90",
73
+ "pulse_rate": 84,
74
+ "temperature_celsius": 36.8
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "Slight numbness, no ulcers",
79
+ "vision_assessment": "Mild blurred vision",
80
+ "neurological_signs": "Reduced vibration sense in feet"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 168,
84
+ "random_glucose_mg_dl": 245,
85
+ "postprandial_glucose_mg_dl": 252,
86
+ "hba1c_percent": 8.3,
87
+ "cholesterol_mg_dl": 210,
88
+ "triglycerides_mg_dl": 175,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 1.0,
91
+ "ogtt_result_mg_dl": 225
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 2 Diabetes Mellitus",
95
+ "diagnosis_year": "2025",
96
+ "diagnosis_method": "Fasting blood glucose and HbA1c",
97
+ "family_history_diabetes": "Father"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 160,
101
+ "average_postprandial_glucose": 240,
102
+ "hypoglycemic_episodes_per_week": 0
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": false,
106
+ "water_intake_per_day": "1.5 liters",
107
+ "sleep_duration_hours": 6
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": true,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": false,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": true,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "cooperative",
123
+ "mood_variability": "mild",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/DIA_002.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_002",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 38,
11
+ "gender": "Female",
12
+ "occupation": "Software Engineer",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "6 months",
19
+ "previous_conditions": [
20
+ "Gestational diabetes (previous pregnancy)"
21
+ ],
22
+ "past_surgeries": [
23
+ "Cesarean section"
24
+ ],
25
+ "known_allergies": [
26
+ "Sulfa drugs"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Chickenpox"
30
+ ],
31
+ "current_medications": [],
32
+ "past_medications": [
33
+ "Insulin (during pregnancy)"
34
+ ],
35
+ "hospitalizations": "None"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Mother",
39
+ "family_heart_disease": "Grandfather",
40
+ "family_obesity": "Mother",
41
+ "other_conditions": "None"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": false,
49
+ "weight_loss": false,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": true
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "High in fast food, low in fiber",
56
+ "exercise_frequency": "Once a week",
57
+ "sleep_pattern": "Late-night work hours",
58
+ "stress_level": "Very high",
59
+ "smoking_status": "No",
60
+ "alcohol_consumption": "Occasional",
61
+ "work_activity_level": "Sedentary"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "High",
65
+ "access_to_healthcare": "Good",
66
+ "living_conditions": "Apartment in city center"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 165,
70
+ "weight_kg": 77,
71
+ "bmi": 28.3,
72
+ "blood_pressure": "130/85",
73
+ "pulse_rate": 80,
74
+ "temperature_celsius": 36.7
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Slight dryness",
78
+ "foot_examination_findings": "Normal sensation",
79
+ "vision_assessment": "Normal",
80
+ "neurological_signs": "No abnormalities"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 155,
84
+ "random_glucose_mg_dl": 210,
85
+ "postprandial_glucose_mg_dl": 230,
86
+ "hba1c_percent": 7.9,
87
+ "cholesterol_mg_dl": 190,
88
+ "triglycerides_mg_dl": 160,
89
+ "urine_sugar": "Trace",
90
+ "serum_creatinine_mg_dl": 0.8,
91
+ "ogtt_result_mg_dl": 198
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 2 Diabetes Mellitus",
95
+ "diagnosis_year": "2025",
96
+ "diagnosis_method": "Oral Glucose Tolerance Test (OGTT)",
97
+ "family_history_diabetes": "Mother"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 150,
101
+ "average_postprandial_glucose": 225,
102
+ "hypoglycemic_episodes_per_week": 0
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": false,
106
+ "water_intake_per_day": "1.8 liters",
107
+ "sleep_duration_hours": 5
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": true,
112
+ "thyroid_disorder_present": false,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "slightly anxious",
123
+ "mood_variability": "moderate",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/DIA_003.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_003",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 62,
11
+ "gender": "Male",
12
+ "occupation": "Farmer",
13
+ "location": "Rural",
14
+ "marital_status": "Married",
15
+ "education_level": "Primary School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "3 years",
19
+ "previous_conditions": [
20
+ "Hypertension",
21
+ "Hyperlipidemia"
22
+ ],
23
+ "past_surgeries": [],
24
+ "known_allergies": [],
25
+ "childhood_illnesses": [
26
+ "Measles"
27
+ ],
28
+ "current_medications": [
29
+ "Amlodipine"
30
+ ],
31
+ "past_medications": [],
32
+ "hospitalizations": "None"
33
+ },
34
+ "family_history": {
35
+ "family_diabetes": "Brother",
36
+ "family_heart_disease": "Father",
37
+ "family_obesity": "None",
38
+ "other_conditions": "None"
39
+ },
40
+ "symptoms": {
41
+ "polyuria": true,
42
+ "polydipsia": true,
43
+ "polyphagia": false,
44
+ "fatigue": true,
45
+ "blurred_vision": true,
46
+ "weight_loss": true,
47
+ "slow_healing_wounds": true,
48
+ "tingling_feet": true,
49
+ "recurrent_infections": false
50
+ },
51
+ "lifestyle": {
52
+ "diet_type": "High in carbohydrates, low vegetables",
53
+ "exercise_frequency": "Daily (physical labor)",
54
+ "sleep_pattern": "Early to bed, early to rise",
55
+ "stress_level": "Low",
56
+ "smoking_status": "Occasional",
57
+ "alcohol_consumption": "None",
58
+ "work_activity_level": "Physically active"
59
+ },
60
+ "socioeconomic_factors": {
61
+ "income_level": "Moderate",
62
+ "access_to_healthcare": "Limited (rural clinic)",
63
+ "living_conditions": "Rural home with family"
64
+ },
65
+ "vital_signs": {
66
+ "height_cm": 172,
67
+ "weight_kg": 83,
68
+ "bmi": 28.0,
69
+ "blood_pressure": "145/92",
70
+ "pulse_rate": 78,
71
+ "temperature_celsius": 36.9
72
+ },
73
+ "physical_examination": {
74
+ "skin_condition": "Dry skin, minor cracks on heels",
75
+ "foot_examination_findings": "Reduced sensation on soles",
76
+ "vision_assessment": "Blurred",
77
+ "neurological_signs": "Mild peripheral neuropathy"
78
+ },
79
+ "lab_tests": {
80
+ "fasting_glucose_mg_dl": 190,
81
+ "random_glucose_mg_dl": 260,
82
+ "postprandial_glucose_mg_dl": 275,
83
+ "hba1c_percent": 9.1,
84
+ "cholesterol_mg_dl": 230,
85
+ "triglycerides_mg_dl": 195,
86
+ "urine_sugar": "Positive",
87
+ "serum_creatinine_mg_dl": 1.0,
88
+ "ogtt_result_mg_dl": 215
89
+ },
90
+ "diabetes_classification": {
91
+ "diabetes_type": "Type 2 Diabetes Mellitus",
92
+ "diagnosis_year": "2023",
93
+ "diagnosis_method": "Random Blood Sugar Test + HbA1c",
94
+ "family_history_diabetes": "Brother"
95
+ },
96
+ "glycemic_monitoring": {
97
+ "average_fasting_glucose": 185,
98
+ "average_postprandial_glucose": 260,
99
+ "hypoglycemic_episodes_per_week": 0
100
+ },
101
+ "behavioral_routines": {
102
+ "meal_timing_regular": true,
103
+ "water_intake_per_day": "2.5 liters",
104
+ "sleep_duration_hours": 7
105
+ },
106
+ "co_morbid_conditions": {
107
+ "hypertension_present": true,
108
+ "obesity_present": false,
109
+ "thyroid_disorder_present": false,
110
+ "heart_disease_present": false
111
+ },
112
+ "complications_diagnostic_stage": {
113
+ "neuropathy_symptoms": true,
114
+ "retinopathy_symptoms": true,
115
+ "nephropathy_signs": false,
116
+ "foot_ulcers_present": false
117
+ },
118
+ "emotional_state_placeholder": {
119
+ "tone": "calm",
120
+ "mood_variability": "low",
121
+ "cooperation_level": "high"
122
+ }
123
+ }
datasets/diabetes/DIA_004.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_004",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 49,
11
+ "gender": "Female",
12
+ "occupation": "School Teacher",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "5 years",
19
+ "previous_conditions": [
20
+ "Hypertension",
21
+ "High Cholesterol"
22
+ ],
23
+ "past_surgeries": [
24
+ "Gallbladder removal (Cholecystectomy)"
25
+ ],
26
+ "known_allergies": [
27
+ "Penicillin"
28
+ ],
29
+ "childhood_illnesses": [
30
+ "Chickenpox"
31
+ ],
32
+ "current_medications": [
33
+ "Metformin",
34
+ "Atorvastatin"
35
+ ],
36
+ "past_medications": [
37
+ "Gliclazide"
38
+ ],
39
+ "hospitalizations": "Once (for blood pressure crisis)"
40
+ },
41
+ "family_history": {
42
+ "family_diabetes": "Mother",
43
+ "family_heart_disease": "Grandfather",
44
+ "family_obesity": "Sister",
45
+ "other_conditions": "None"
46
+ },
47
+ "symptoms": {
48
+ "polyuria": true,
49
+ "polydipsia": true,
50
+ "polyphagia": true,
51
+ "fatigue": true,
52
+ "blurred_vision": false,
53
+ "weight_loss": false,
54
+ "slow_healing_wounds": true,
55
+ "tingling_feet": true,
56
+ "recurrent_infections": true
57
+ },
58
+ "lifestyle": {
59
+ "diet_type": "Mixed diet with occasional sweets",
60
+ "exercise_frequency": "Low (sedentary work)",
61
+ "sleep_pattern": "Irregular sleep hours due to stress",
62
+ "stress_level": "High",
63
+ "smoking_status": "Non-smoker",
64
+ "alcohol_consumption": "Occasional (social events)",
65
+ "work_activity_level": "Moderate"
66
+ },
67
+ "socioeconomic_factors": {
68
+ "income_level": "Middle",
69
+ "access_to_healthcare": "Good",
70
+ "living_conditions": "Apartment in city"
71
+ },
72
+ "vital_signs": {
73
+ "height_cm": 160,
74
+ "weight_kg": 80,
75
+ "bmi": 31.2,
76
+ "blood_pressure": "150/95",
77
+ "pulse_rate": 86,
78
+ "temperature_celsius": 36.7
79
+ },
80
+ "physical_examination": {
81
+ "skin_condition": "Normal with mild dryness",
82
+ "foot_examination_findings": "Mild loss of sensation at toes",
83
+ "vision_assessment": "Normal with glasses",
84
+ "neurological_signs": "Mild peripheral neuropathy"
85
+ },
86
+ "lab_tests": {
87
+ "fasting_glucose_mg_dl": 170,
88
+ "random_glucose_mg_dl": 245,
89
+ "postprandial_glucose_mg_dl": 260,
90
+ "hba1c_percent": 8.5,
91
+ "cholesterol_mg_dl": 230,
92
+ "triglycerides_mg_dl": 190,
93
+ "urine_sugar": "Positive",
94
+ "serum_creatinine_mg_dl": 1.0,
95
+ "ogtt_result_mg_dl": 210
96
+ },
97
+ "diabetes_classification": {
98
+ "diabetes_type": "Type 2 Diabetes Mellitus",
99
+ "diagnosis_year": "2020",
100
+ "diagnosis_method": "Fasting Blood Sugar + HbA1c",
101
+ "family_history_diabetes": "Mother"
102
+ },
103
+ "glycemic_monitoring": {
104
+ "average_fasting_glucose": 165,
105
+ "average_postprandial_glucose": 240,
106
+ "hypoglycemic_episodes_per_week": 1
107
+ },
108
+ "behavioral_routines": {
109
+ "meal_timing_regular": false,
110
+ "water_intake_per_day": "1.8 liters",
111
+ "sleep_duration_hours": 6
112
+ },
113
+ "co_morbid_conditions": {
114
+ "hypertension_present": true,
115
+ "obesity_present": true,
116
+ "thyroid_disorder_present": false,
117
+ "heart_disease_present": false
118
+ },
119
+ "complications_diagnostic_stage": {
120
+ "neuropathy_symptoms": true,
121
+ "retinopathy_symptoms": false,
122
+ "nephropathy_signs": false,
123
+ "foot_ulcers_present": false
124
+ },
125
+ "emotional_state_placeholder": {
126
+ "tone": "concerned but cooperative",
127
+ "mood_variability": "moderate",
128
+ "cooperation_level": "high"
129
+ }
130
+ }
datasets/diabetes/DIA_005.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_005",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 27,
11
+ "gender": "Male",
12
+ "occupation": "Software Developer",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "8 months",
19
+ "previous_conditions": [
20
+ "Autoimmune thyroiditis (mild)"
21
+ ],
22
+ "past_surgeries": [],
23
+ "known_allergies": [
24
+ "None"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "Mumps"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin (basal-bolus regimen)"
31
+ ],
32
+ "past_medications": [
33
+ "Short trial of oral hypoglycemics (ineffective)"
34
+ ],
35
+ "hospitalizations": "Once (for diabetic ketoacidosis at diagnosis)"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "None",
39
+ "family_heart_disease": "Grandfather",
40
+ "family_obesity": "None",
41
+ "other_conditions": "Autoimmune thyroid disorder (mother)"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "Balanced diet with carbohydrate counting",
56
+ "exercise_frequency": "Moderate (jogging 3x/week)",
57
+ "sleep_pattern": "Regular (midnight to 7am)",
58
+ "stress_level": "Moderate",
59
+ "smoking_status": "Non-smoker",
60
+ "alcohol_consumption": "Occasional",
61
+ "work_activity_level": "Sedentary"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Middle",
65
+ "access_to_healthcare": "Good (urban hospital nearby)",
66
+ "living_conditions": "Comfortable apartment with family"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 178,
70
+ "weight_kg": 64,
71
+ "bmi": 20.2,
72
+ "blood_pressure": "125/80",
73
+ "pulse_rate": 88,
74
+ "temperature_celsius": 36.9
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "Normal sensation",
79
+ "vision_assessment": "Clear vision with mild dryness",
80
+ "neurological_signs": "Normal reflexes"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 210,
84
+ "random_glucose_mg_dl": 300,
85
+ "postprandial_glucose_mg_dl": 310,
86
+ "hba1c_percent": 10.2,
87
+ "cholesterol_mg_dl": 180,
88
+ "triglycerides_mg_dl": 140,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 0.9,
91
+ "ogtt_result_mg_dl": 240
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 1 Diabetes Mellitus",
95
+ "diagnosis_year": "2024",
96
+ "diagnosis_method": "Fasting Glucose + Autoantibody Test",
97
+ "family_history_diabetes": "None"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 185,
101
+ "average_postprandial_glucose": 260,
102
+ "hypoglycemic_episodes_per_week": 2
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": true,
106
+ "water_intake_per_day": "2.8 liters",
107
+ "sleep_duration_hours": 7
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": true,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "optimistic but cautious",
123
+ "mood_variability": "moderate",
124
+ "cooperation_level": "very high"
125
+ }
126
+ }
datasets/diabetes/DIA_006.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_006",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 15,
11
+ "gender": "Female",
12
+ "occupation": "Student",
13
+ "location": "Suburban",
14
+ "marital_status": "Single",
15
+ "education_level": "High School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "4 months",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [],
21
+ "known_allergies": [
22
+ "None"
23
+ ],
24
+ "childhood_illnesses": [
25
+ "Measles"
26
+ ],
27
+ "current_medications": [
28
+ "Insulin (rapid + long acting)"
29
+ ],
30
+ "past_medications": [],
31
+ "hospitalizations": "Once (for diabetic ketoacidosis)"
32
+ },
33
+ "family_history": {
34
+ "family_diabetes": "None",
35
+ "family_heart_disease": "None",
36
+ "family_obesity": "Mother",
37
+ "other_conditions": "Asthma (father)"
38
+ },
39
+ "symptoms": {
40
+ "polyuria": true,
41
+ "polydipsia": true,
42
+ "polyphagia": true,
43
+ "fatigue": true,
44
+ "blurred_vision": true,
45
+ "weight_loss": true,
46
+ "slow_healing_wounds": false,
47
+ "tingling_feet": false,
48
+ "recurrent_infections": false
49
+ },
50
+ "lifestyle": {
51
+ "diet_type": "Controlled diet with low sugar snacks",
52
+ "exercise_frequency": "High (school sports)",
53
+ "sleep_pattern": "8 hours nightly",
54
+ "stress_level": "Low",
55
+ "smoking_status": "Non-smoker",
56
+ "alcohol_consumption": "None",
57
+ "work_activity_level": "High (active student)"
58
+ },
59
+ "socioeconomic_factors": {
60
+ "income_level": "Middle",
61
+ "access_to_healthcare": "Good",
62
+ "living_conditions": "Lives with parents in suburban home"
63
+ },
64
+ "vital_signs": {
65
+ "height_cm": 160,
66
+ "weight_kg": 50,
67
+ "bmi": 19.5,
68
+ "blood_pressure": "118/76",
69
+ "pulse_rate": 90,
70
+ "temperature_celsius": 36.8
71
+ },
72
+ "physical_examination": {
73
+ "skin_condition": "Normal",
74
+ "foot_examination_findings": "Normal sensation",
75
+ "vision_assessment": "Mildly blurred vision during highs",
76
+ "neurological_signs": "Normal"
77
+ },
78
+ "lab_tests": {
79
+ "fasting_glucose_mg_dl": 220,
80
+ "random_glucose_mg_dl": 310,
81
+ "postprandial_glucose_mg_dl": 330,
82
+ "hba1c_percent": 10.8,
83
+ "cholesterol_mg_dl": 165,
84
+ "triglycerides_mg_dl": 130,
85
+ "urine_sugar": "Positive",
86
+ "serum_creatinine_mg_dl": 0.8,
87
+ "ogtt_result_mg_dl": 260
88
+ },
89
+ "diabetes_classification": {
90
+ "diabetes_type": "Type 1 Diabetes Mellitus",
91
+ "diagnosis_year": "2025",
92
+ "diagnosis_method": "Blood Glucose + C-peptide + Autoantibodies",
93
+ "family_history_diabetes": "None"
94
+ },
95
+ "glycemic_monitoring": {
96
+ "average_fasting_glucose": 200,
97
+ "average_postprandial_glucose": 280,
98
+ "hypoglycemic_episodes_per_week": 1
99
+ },
100
+ "behavioral_routines": {
101
+ "meal_timing_regular": true,
102
+ "water_intake_per_day": "2.2 liters",
103
+ "sleep_duration_hours": 8
104
+ },
105
+ "co_morbid_conditions": {
106
+ "hypertension_present": false,
107
+ "obesity_present": false,
108
+ "thyroid_disorder_present": false,
109
+ "heart_disease_present": false
110
+ },
111
+ "complications_diagnostic_stage": {
112
+ "neuropathy_symptoms": false,
113
+ "retinopathy_symptoms": false,
114
+ "nephropathy_signs": false,
115
+ "foot_ulcers_present": false
116
+ },
117
+ "emotional_state_placeholder": {
118
+ "tone": "cheerful but adjusting",
119
+ "mood_variability": "mild",
120
+ "cooperation_level": "high"
121
+ }
122
+ }
datasets/diabetes/DIA_007.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_007",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 35,
11
+ "gender": "Female",
12
+ "occupation": "Graphic Designer",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "10 years",
19
+ "previous_conditions": [
20
+ "Celiac Disease"
21
+ ],
22
+ "past_surgeries": [],
23
+ "known_allergies": [
24
+ "Gluten"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "None"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin pump (CSII)",
31
+ "Vitamin D supplement"
32
+ ],
33
+ "past_medications": [
34
+ "Multiple daily injections before pump therapy"
35
+ ],
36
+ "hospitalizations": "Twice (mild DKA episodes)"
37
+ },
38
+ "family_history": {
39
+ "family_diabetes": "Uncle (Type 1)",
40
+ "family_heart_disease": "None",
41
+ "family_obesity": "None",
42
+ "other_conditions": "Celiac disease (mother)"
43
+ },
44
+ "symptoms": {
45
+ "polyuria": true,
46
+ "polydipsia": true,
47
+ "polyphagia": false,
48
+ "fatigue": true,
49
+ "blurred_vision": false,
50
+ "weight_loss": false,
51
+ "slow_healing_wounds": false,
52
+ "tingling_feet": false,
53
+ "recurrent_infections": false
54
+ },
55
+ "lifestyle": {
56
+ "diet_type": "Gluten-free balanced diet",
57
+ "exercise_frequency": "Moderate (yoga and walking)",
58
+ "sleep_pattern": "Regular",
59
+ "stress_level": "Moderate",
60
+ "smoking_status": "Non-smoker",
61
+ "alcohol_consumption": "Rare",
62
+ "work_activity_level": "Sedentary"
63
+ },
64
+ "socioeconomic_factors": {
65
+ "income_level": "Upper middle",
66
+ "access_to_healthcare": "Excellent",
67
+ "living_conditions": "Owns apartment with good facilities"
68
+ },
69
+ "vital_signs": {
70
+ "height_cm": 165,
71
+ "weight_kg": 60,
72
+ "bmi": 22.0,
73
+ "blood_pressure": "120/78",
74
+ "pulse_rate": 80,
75
+ "temperature_celsius": 36.6
76
+ },
77
+ "physical_examination": {
78
+ "skin_condition": "Normal",
79
+ "foot_examination_findings": "Normal",
80
+ "vision_assessment": "Normal (uses corrective lenses)",
81
+ "neurological_signs": "Normal"
82
+ },
83
+ "lab_tests": {
84
+ "fasting_glucose_mg_dl": 155,
85
+ "random_glucose_mg_dl": 220,
86
+ "postprandial_glucose_mg_dl": 230,
87
+ "hba1c_percent": 7.6,
88
+ "cholesterol_mg_dl": 175,
89
+ "triglycerides_mg_dl": 120,
90
+ "urine_sugar": "Trace",
91
+ "serum_creatinine_mg_dl": 0.9,
92
+ "ogtt_result_mg_dl": 210
93
+ },
94
+ "diabetes_classification": {
95
+ "diabetes_type": "Type 1 Diabetes Mellitus",
96
+ "diagnosis_year": "2015",
97
+ "diagnosis_method": "Fasting glucose + autoantibody panel",
98
+ "family_history_diabetes": "Uncle"
99
+ },
100
+ "glycemic_monitoring": {
101
+ "average_fasting_glucose": 150,
102
+ "average_postprandial_glucose": 210,
103
+ "hypoglycemic_episodes_per_week": 3
104
+ },
105
+ "behavioral_routines": {
106
+ "meal_timing_regular": true,
107
+ "water_intake_per_day": "2 liters",
108
+ "sleep_duration_hours": 7
109
+ },
110
+ "co_morbid_conditions": {
111
+ "hypertension_present": false,
112
+ "obesity_present": false,
113
+ "thyroid_disorder_present": false,
114
+ "heart_disease_present": false
115
+ },
116
+ "complications_diagnostic_stage": {
117
+ "neuropathy_symptoms": false,
118
+ "retinopathy_symptoms": false,
119
+ "nephropathy_signs": false,
120
+ "foot_ulcers_present": false
121
+ },
122
+ "emotional_state_placeholder": {
123
+ "tone": "calm and proactive",
124
+ "mood_variability": "low",
125
+ "cooperation_level": "very high"
126
+ }
127
+ }
datasets/diabetes/DIA_008.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_008",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 58,
11
+ "gender": "Male",
12
+ "occupation": "Accountant",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "25 years",
19
+ "previous_conditions": [
20
+ "Hypertension"
21
+ ],
22
+ "past_surgeries": [
23
+ "Appendectomy"
24
+ ],
25
+ "known_allergies": [
26
+ "Sulfa drugs"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Chickenpox"
30
+ ],
31
+ "current_medications": [
32
+ "Insulin (pump)",
33
+ "Lisinopril",
34
+ "Atorvastatin"
35
+ ],
36
+ "past_medications": [
37
+ "NPH insulin (previous regimen)"
38
+ ],
39
+ "hospitalizations": "Multiple (for glucose management education)"
40
+ },
41
+ "family_history": {
42
+ "family_diabetes": "Mother (Type 1)",
43
+ "family_heart_disease": "Father",
44
+ "family_obesity": "None",
45
+ "other_conditions": "None"
46
+ },
47
+ "symptoms": {
48
+ "polyuria": false,
49
+ "polydipsia": false,
50
+ "polyphagia": false,
51
+ "fatigue": true,
52
+ "blurred_vision": true,
53
+ "weight_loss": false,
54
+ "slow_healing_wounds": false,
55
+ "tingling_feet": true,
56
+ "recurrent_infections": false
57
+ },
58
+ "lifestyle": {
59
+ "diet_type": "Balanced diet with carb counting",
60
+ "exercise_frequency": "Low (walks 2x/week)",
61
+ "sleep_pattern": "Regular (10pm\u20136am)",
62
+ "stress_level": "Moderate",
63
+ "smoking_status": "Former smoker",
64
+ "alcohol_consumption": "Rare",
65
+ "work_activity_level": "Sedentary"
66
+ },
67
+ "socioeconomic_factors": {
68
+ "income_level": "Upper middle",
69
+ "access_to_healthcare": "Excellent",
70
+ "living_conditions": "Comfortable home, private care access"
71
+ },
72
+ "vital_signs": {
73
+ "height_cm": 175,
74
+ "weight_kg": 72,
75
+ "bmi": 23.5,
76
+ "blood_pressure": "135/85",
77
+ "pulse_rate": 78,
78
+ "temperature_celsius": 36.7
79
+ },
80
+ "physical_examination": {
81
+ "skin_condition": "Normal with mild dryness",
82
+ "foot_examination_findings": "Reduced vibration sense",
83
+ "vision_assessment": "Mild non-proliferative retinopathy",
84
+ "neurological_signs": "Mild peripheral neuropathy"
85
+ },
86
+ "lab_tests": {
87
+ "fasting_glucose_mg_dl": 140,
88
+ "random_glucose_mg_dl": 200,
89
+ "postprandial_glucose_mg_dl": 210,
90
+ "hba1c_percent": 7.2,
91
+ "cholesterol_mg_dl": 185,
92
+ "triglycerides_mg_dl": 150,
93
+ "urine_sugar": "Trace",
94
+ "serum_creatinine_mg_dl": 1.0,
95
+ "ogtt_result_mg_dl": 190
96
+ },
97
+ "diabetes_classification": {
98
+ "diabetes_type": "Type 1 Diabetes Mellitus",
99
+ "diagnosis_year": "2000",
100
+ "diagnosis_method": "Autoantibody and insulin level tests",
101
+ "family_history_diabetes": "Mother"
102
+ },
103
+ "glycemic_monitoring": {
104
+ "average_fasting_glucose": 145,
105
+ "average_postprandial_glucose": 195,
106
+ "hypoglycemic_episodes_per_week": 2
107
+ },
108
+ "behavioral_routines": {
109
+ "meal_timing_regular": true,
110
+ "water_intake_per_day": "2 liters",
111
+ "sleep_duration_hours": 7
112
+ },
113
+ "co_morbid_conditions": {
114
+ "hypertension_present": true,
115
+ "obesity_present": false,
116
+ "thyroid_disorder_present": false,
117
+ "heart_disease_present": false
118
+ },
119
+ "complications_diagnostic_stage": {
120
+ "neuropathy_symptoms": true,
121
+ "retinopathy_symptoms": true,
122
+ "nephropathy_signs": false,
123
+ "foot_ulcers_present": false
124
+ },
125
+ "emotional_state_placeholder": {
126
+ "tone": "disciplined and experienced",
127
+ "mood_variability": "low",
128
+ "cooperation_level": "very high"
129
+ }
130
+ }
datasets/diabetes/DIA_009.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_009",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 28,
11
+ "gender": "Female",
12
+ "occupation": "Teacher",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "8 years",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [
21
+ "Appendectomy (2019)"
22
+ ],
23
+ "known_allergies": [
24
+ "Penicillin"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "Mumps"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin (Basal-Bolus regimen)"
31
+ ],
32
+ "past_medications": [
33
+ "Metformin (discontinued after diagnosis confirmation)"
34
+ ],
35
+ "hospitalizations": "One episode of diabetic ketoacidosis in 2021"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Mother (Type 1)",
39
+ "family_heart_disease": "None",
40
+ "family_obesity": "None",
41
+ "other_conditions": "Maternal thyroid disorder"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "Balanced diet (moderate carbs, low sugar)",
56
+ "exercise_frequency": "Light jog 3 times a week",
57
+ "sleep_pattern": "Regular, 7\u20138 hours",
58
+ "stress_level": "Mild",
59
+ "smoking_status": "Non-smoker",
60
+ "alcohol_consumption": "Occasional (social)",
61
+ "work_activity_level": "Moderate"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Middle",
65
+ "access_to_healthcare": "Good",
66
+ "living_conditions": "Comfortable apartment in city"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 165,
70
+ "weight_kg": 58,
71
+ "bmi": 21.3,
72
+ "blood_pressure": "118/75",
73
+ "pulse_rate": 80,
74
+ "temperature_celsius": 36.7
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "No ulcers, normal sensation",
79
+ "vision_assessment": "Clear",
80
+ "neurological_signs": "Normal reflexes"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 160,
84
+ "random_glucose_mg_dl": 240,
85
+ "postprandial_glucose_mg_dl": 250,
86
+ "hba1c_percent": 8.2,
87
+ "cholesterol_mg_dl": 190,
88
+ "triglycerides_mg_dl": 130,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 0.8,
91
+ "ogtt_result_mg_dl": 230
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 1 Diabetes Mellitus",
95
+ "diagnosis_year": "2017",
96
+ "diagnosis_method": "Fasting Blood Sugar + Autoantibody Test",
97
+ "family_history_diabetes": "Mother"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 150,
101
+ "average_postprandial_glucose": 210,
102
+ "hypoglycemic_episodes_per_week": 2
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": true,
106
+ "water_intake_per_day": "2 liters",
107
+ "sleep_duration_hours": 7.5
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": true,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "calm and cooperative",
123
+ "mood_variability": "stable",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/DIA_010.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_010",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 22,
11
+ "gender": "Male",
12
+ "occupation": "University Student",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Undergraduate"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "6 months",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [],
21
+ "known_allergies": [],
22
+ "childhood_illnesses": [],
23
+ "current_medications": [
24
+ "Insulin (Basal-Bolus regimen)"
25
+ ],
26
+ "past_medications": [],
27
+ "hospitalizations": "None"
28
+ },
29
+ "family_history": {
30
+ "family_diabetes": "None",
31
+ "family_heart_disease": "None",
32
+ "family_obesity": "None",
33
+ "other_conditions": "None"
34
+ },
35
+ "symptoms": {
36
+ "polyuria": true,
37
+ "polydipsia": true,
38
+ "polyphagia": true,
39
+ "fatigue": true,
40
+ "blurred_vision": false,
41
+ "weight_loss": true,
42
+ "slow_healing_wounds": false,
43
+ "tingling_feet": false,
44
+ "recurrent_infections": false
45
+ },
46
+ "lifestyle": {
47
+ "diet_type": "Mixed diet (home-cooked meals, occasional snacks)",
48
+ "exercise_frequency": "Light (walking and cycling to university)",
49
+ "sleep_pattern": "Regular, 7 hours",
50
+ "stress_level": "Moderate (academic)",
51
+ "smoking_status": "Non-smoker",
52
+ "alcohol_consumption": "None",
53
+ "work_activity_level": "Low"
54
+ },
55
+ "socioeconomic_factors": {
56
+ "income_level": "Dependent (student)",
57
+ "access_to_healthcare": "Good (university clinic and private hospital nearby)",
58
+ "living_conditions": "Shared hostel accommodation"
59
+ },
60
+ "vital_signs": {
61
+ "height_cm": 178,
62
+ "weight_kg": 68,
63
+ "bmi": 21.5,
64
+ "blood_pressure": "115/72",
65
+ "pulse_rate": 78,
66
+ "temperature_celsius": 36.6
67
+ },
68
+ "physical_examination": {
69
+ "skin_condition": "Normal",
70
+ "foot_examination_findings": "Normal sensation",
71
+ "vision_assessment": "Normal",
72
+ "neurological_signs": "Normal reflexes"
73
+ },
74
+ "lab_tests": {
75
+ "fasting_glucose_mg_dl": 170,
76
+ "random_glucose_mg_dl": 260,
77
+ "postprandial_glucose_mg_dl": 275,
78
+ "hba1c_percent": 8.9,
79
+ "cholesterol_mg_dl": 180,
80
+ "triglycerides_mg_dl": 140,
81
+ "urine_sugar": "Positive",
82
+ "serum_creatinine_mg_dl": 0.9,
83
+ "ogtt_result_mg_dl": 250
84
+ },
85
+ "diabetes_classification": {
86
+ "diabetes_type": "Type 1 Diabetes Mellitus",
87
+ "diagnosis_year": "2025",
88
+ "diagnosis_method": "Fasting Glucose + HbA1c + C-Peptide Test",
89
+ "family_history_diabetes": "None"
90
+ },
91
+ "glycemic_monitoring": {
92
+ "average_fasting_glucose": 160,
93
+ "average_postprandial_glucose": 240,
94
+ "hypoglycemic_episodes_per_week": 1
95
+ },
96
+ "behavioral_routines": {
97
+ "meal_timing_regular": true,
98
+ "water_intake_per_day": "2.2 liters",
99
+ "sleep_duration_hours": 7
100
+ },
101
+ "co_morbid_conditions": {
102
+ "hypertension_present": false,
103
+ "obesity_present": false,
104
+ "thyroid_disorder_present": false,
105
+ "heart_disease_present": false
106
+ },
107
+ "complications_diagnostic_stage": {
108
+ "neuropathy_symptoms": false,
109
+ "retinopathy_symptoms": false,
110
+ "nephropathy_signs": false,
111
+ "foot_ulcers_present": false
112
+ },
113
+ "emotional_state_placeholder": {
114
+ "tone": "optimistic but slightly anxious",
115
+ "mood_variability": "moderate",
116
+ "cooperation_level": "high"
117
+ }
118
+ }
datasets/diabetes/cleaned/DIA_001.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_001",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 52,
11
+ "gender": "Male",
12
+ "occupation": "Shopkeeper",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "High School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "9 months",
19
+ "previous_conditions": [
20
+ "Hypertension"
21
+ ],
22
+ "past_surgeries": [
23
+ "Appendectomy"
24
+ ],
25
+ "known_allergies": [
26
+ "None"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Measles"
30
+ ],
31
+ "current_medications": [
32
+ "Amlodipine 5mg daily"
33
+ ],
34
+ "past_medications": [],
35
+ "hospitalizations": "None"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Father",
39
+ "family_heart_disease": "Mother",
40
+ "family_obesity": "None",
41
+ "other_conditions": "None"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": false,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": true,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "High in carbohydrates and sugars",
56
+ "exercise_frequency": "Rarely",
57
+ "sleep_pattern": "Irregular (5\u20136 hours)",
58
+ "stress_level": "High",
59
+ "smoking_status": "Occasional smoker",
60
+ "alcohol_consumption": "None",
61
+ "work_activity_level": "Moderate"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Medium",
65
+ "access_to_healthcare": "Moderate",
66
+ "living_conditions": "Urban residence with family"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 170,
70
+ "weight_kg": 82,
71
+ "bmi": 28.4,
72
+ "blood_pressure": "142/90",
73
+ "pulse_rate": 84,
74
+ "temperature_celsius": 36.8
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "Slight numbness, no ulcers",
79
+ "vision_assessment": "Mild blurred vision",
80
+ "neurological_signs": "Reduced vibration sense in feet"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 168,
84
+ "random_glucose_mg_dl": 245,
85
+ "postprandial_glucose_mg_dl": 252,
86
+ "hba1c_percent": 8.3,
87
+ "cholesterol_mg_dl": 210,
88
+ "triglycerides_mg_dl": 175,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 1.0,
91
+ "ogtt_result_mg_dl": 225
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 2 Diabetes Mellitus",
95
+ "diagnosis_year": "2025",
96
+ "diagnosis_method": "Fasting blood glucose and HbA1c",
97
+ "family_history_diabetes": "Father"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 160,
101
+ "average_postprandial_glucose": 240,
102
+ "hypoglycemic_episodes_per_week": 0
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": false,
106
+ "water_intake_per_day": "1.5 liters",
107
+ "sleep_duration_hours": 6
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": true,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": false,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": true,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "cooperative",
123
+ "mood_variability": "mild",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/cleaned/DIA_002.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_002",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 38,
11
+ "gender": "Female",
12
+ "occupation": "Software Engineer",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "6 months",
19
+ "previous_conditions": [
20
+ "Gestational diabetes (previous pregnancy)"
21
+ ],
22
+ "past_surgeries": [
23
+ "Cesarean section"
24
+ ],
25
+ "known_allergies": [
26
+ "Sulfa drugs"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Chickenpox"
30
+ ],
31
+ "current_medications": [],
32
+ "past_medications": [
33
+ "Insulin (during pregnancy)"
34
+ ],
35
+ "hospitalizations": "None"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Mother",
39
+ "family_heart_disease": "Grandfather",
40
+ "family_obesity": "Mother",
41
+ "other_conditions": "None"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": false,
49
+ "weight_loss": false,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": true
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "High in fast food, low in fiber",
56
+ "exercise_frequency": "Once a week",
57
+ "sleep_pattern": "Late-night work hours",
58
+ "stress_level": "Very high",
59
+ "smoking_status": "No",
60
+ "alcohol_consumption": "Occasional",
61
+ "work_activity_level": "Sedentary"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "High",
65
+ "access_to_healthcare": "Good",
66
+ "living_conditions": "Apartment in city center"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 165,
70
+ "weight_kg": 77,
71
+ "bmi": 28.3,
72
+ "blood_pressure": "130/85",
73
+ "pulse_rate": 80,
74
+ "temperature_celsius": 36.7
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Slight dryness",
78
+ "foot_examination_findings": "Normal sensation",
79
+ "vision_assessment": "Normal",
80
+ "neurological_signs": "No abnormalities"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 155,
84
+ "random_glucose_mg_dl": 210,
85
+ "postprandial_glucose_mg_dl": 230,
86
+ "hba1c_percent": 7.9,
87
+ "cholesterol_mg_dl": 190,
88
+ "triglycerides_mg_dl": 160,
89
+ "urine_sugar": "Trace",
90
+ "serum_creatinine_mg_dl": 0.8,
91
+ "ogtt_result_mg_dl": 198
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 2 Diabetes Mellitus",
95
+ "diagnosis_year": "2025",
96
+ "diagnosis_method": "Oral Glucose Tolerance Test (OGTT)",
97
+ "family_history_diabetes": "Mother"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 150,
101
+ "average_postprandial_glucose": 225,
102
+ "hypoglycemic_episodes_per_week": 0
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": false,
106
+ "water_intake_per_day": "1.8 liters",
107
+ "sleep_duration_hours": 5
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": true,
112
+ "thyroid_disorder_present": false,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "slightly anxious",
123
+ "mood_variability": "moderate",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/cleaned/DIA_003.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_003",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 62,
11
+ "gender": "Male",
12
+ "occupation": "Farmer",
13
+ "location": "Rural",
14
+ "marital_status": "Married",
15
+ "education_level": "Primary School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "3 years",
19
+ "previous_conditions": [
20
+ "Hypertension",
21
+ "Hyperlipidemia"
22
+ ],
23
+ "past_surgeries": [],
24
+ "known_allergies": [],
25
+ "childhood_illnesses": [
26
+ "Measles"
27
+ ],
28
+ "current_medications": [
29
+ "Amlodipine"
30
+ ],
31
+ "past_medications": [],
32
+ "hospitalizations": "None"
33
+ },
34
+ "family_history": {
35
+ "family_diabetes": "Brother",
36
+ "family_heart_disease": "Father",
37
+ "family_obesity": "None",
38
+ "other_conditions": "None"
39
+ },
40
+ "symptoms": {
41
+ "polyuria": true,
42
+ "polydipsia": true,
43
+ "polyphagia": false,
44
+ "fatigue": true,
45
+ "blurred_vision": true,
46
+ "weight_loss": true,
47
+ "slow_healing_wounds": true,
48
+ "tingling_feet": true,
49
+ "recurrent_infections": false
50
+ },
51
+ "lifestyle": {
52
+ "diet_type": "High in carbohydrates, low vegetables",
53
+ "exercise_frequency": "Daily (physical labor)",
54
+ "sleep_pattern": "Early to bed, early to rise",
55
+ "stress_level": "Low",
56
+ "smoking_status": "Occasional",
57
+ "alcohol_consumption": "None",
58
+ "work_activity_level": "Physically active"
59
+ },
60
+ "socioeconomic_factors": {
61
+ "income_level": "Moderate",
62
+ "access_to_healthcare": "Limited (rural clinic)",
63
+ "living_conditions": "Rural home with family"
64
+ },
65
+ "vital_signs": {
66
+ "height_cm": 172,
67
+ "weight_kg": 83,
68
+ "bmi": 28.0,
69
+ "blood_pressure": "145/92",
70
+ "pulse_rate": 78,
71
+ "temperature_celsius": 36.9
72
+ },
73
+ "physical_examination": {
74
+ "skin_condition": "Dry skin, minor cracks on heels",
75
+ "foot_examination_findings": "Reduced sensation on soles",
76
+ "vision_assessment": "Blurred",
77
+ "neurological_signs": "Mild peripheral neuropathy"
78
+ },
79
+ "lab_tests": {
80
+ "fasting_glucose_mg_dl": 190,
81
+ "random_glucose_mg_dl": 260,
82
+ "postprandial_glucose_mg_dl": 275,
83
+ "hba1c_percent": 9.1,
84
+ "cholesterol_mg_dl": 230,
85
+ "triglycerides_mg_dl": 195,
86
+ "urine_sugar": "Positive",
87
+ "serum_creatinine_mg_dl": 1.0,
88
+ "ogtt_result_mg_dl": 215
89
+ },
90
+ "diabetes_classification": {
91
+ "diabetes_type": "Type 2 Diabetes Mellitus",
92
+ "diagnosis_year": "2023",
93
+ "diagnosis_method": "Random Blood Sugar Test + HbA1c",
94
+ "family_history_diabetes": "Brother"
95
+ },
96
+ "glycemic_monitoring": {
97
+ "average_fasting_glucose": 185,
98
+ "average_postprandial_glucose": 260,
99
+ "hypoglycemic_episodes_per_week": 0
100
+ },
101
+ "behavioral_routines": {
102
+ "meal_timing_regular": true,
103
+ "water_intake_per_day": "2.5 liters",
104
+ "sleep_duration_hours": 7
105
+ },
106
+ "co_morbid_conditions": {
107
+ "hypertension_present": true,
108
+ "obesity_present": false,
109
+ "thyroid_disorder_present": false,
110
+ "heart_disease_present": false
111
+ },
112
+ "complications_diagnostic_stage": {
113
+ "neuropathy_symptoms": true,
114
+ "retinopathy_symptoms": true,
115
+ "nephropathy_signs": false,
116
+ "foot_ulcers_present": false
117
+ },
118
+ "emotional_state_placeholder": {
119
+ "tone": "calm",
120
+ "mood_variability": "low",
121
+ "cooperation_level": "high"
122
+ }
123
+ }
datasets/diabetes/cleaned/DIA_004.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_004",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 2)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 49,
11
+ "gender": "Female",
12
+ "occupation": "School Teacher",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "5 years",
19
+ "previous_conditions": [
20
+ "Hypertension",
21
+ "High Cholesterol"
22
+ ],
23
+ "past_surgeries": [
24
+ "Gallbladder removal (Cholecystectomy)"
25
+ ],
26
+ "known_allergies": [
27
+ "Penicillin"
28
+ ],
29
+ "childhood_illnesses": [
30
+ "Chickenpox"
31
+ ],
32
+ "current_medications": [
33
+ "Metformin",
34
+ "Atorvastatin"
35
+ ],
36
+ "past_medications": [
37
+ "Gliclazide"
38
+ ],
39
+ "hospitalizations": "Once (for blood pressure crisis)"
40
+ },
41
+ "family_history": {
42
+ "family_diabetes": "Mother",
43
+ "family_heart_disease": "Grandfather",
44
+ "family_obesity": "Sister",
45
+ "other_conditions": "None"
46
+ },
47
+ "symptoms": {
48
+ "polyuria": true,
49
+ "polydipsia": true,
50
+ "polyphagia": true,
51
+ "fatigue": true,
52
+ "blurred_vision": false,
53
+ "weight_loss": false,
54
+ "slow_healing_wounds": true,
55
+ "tingling_feet": true,
56
+ "recurrent_infections": true
57
+ },
58
+ "lifestyle": {
59
+ "diet_type": "Mixed diet with occasional sweets",
60
+ "exercise_frequency": "Low (sedentary work)",
61
+ "sleep_pattern": "Irregular sleep hours due to stress",
62
+ "stress_level": "High",
63
+ "smoking_status": "Non-smoker",
64
+ "alcohol_consumption": "Occasional (social events)",
65
+ "work_activity_level": "Moderate"
66
+ },
67
+ "socioeconomic_factors": {
68
+ "income_level": "Middle",
69
+ "access_to_healthcare": "Good",
70
+ "living_conditions": "Apartment in city"
71
+ },
72
+ "vital_signs": {
73
+ "height_cm": 160,
74
+ "weight_kg": 80,
75
+ "bmi": 31.2,
76
+ "blood_pressure": "150/95",
77
+ "pulse_rate": 86,
78
+ "temperature_celsius": 36.7
79
+ },
80
+ "physical_examination": {
81
+ "skin_condition": "Normal with mild dryness",
82
+ "foot_examination_findings": "Mild loss of sensation at toes",
83
+ "vision_assessment": "Normal with glasses",
84
+ "neurological_signs": "Mild peripheral neuropathy"
85
+ },
86
+ "lab_tests": {
87
+ "fasting_glucose_mg_dl": 170,
88
+ "random_glucose_mg_dl": 245,
89
+ "postprandial_glucose_mg_dl": 260,
90
+ "hba1c_percent": 8.5,
91
+ "cholesterol_mg_dl": 230,
92
+ "triglycerides_mg_dl": 190,
93
+ "urine_sugar": "Positive",
94
+ "serum_creatinine_mg_dl": 1.0,
95
+ "ogtt_result_mg_dl": 210
96
+ },
97
+ "diabetes_classification": {
98
+ "diabetes_type": "Type 2 Diabetes Mellitus",
99
+ "diagnosis_year": "2020",
100
+ "diagnosis_method": "Fasting Blood Sugar + HbA1c",
101
+ "family_history_diabetes": "Mother"
102
+ },
103
+ "glycemic_monitoring": {
104
+ "average_fasting_glucose": 165,
105
+ "average_postprandial_glucose": 240,
106
+ "hypoglycemic_episodes_per_week": 1
107
+ },
108
+ "behavioral_routines": {
109
+ "meal_timing_regular": false,
110
+ "water_intake_per_day": "1.8 liters",
111
+ "sleep_duration_hours": 6
112
+ },
113
+ "co_morbid_conditions": {
114
+ "hypertension_present": true,
115
+ "obesity_present": true,
116
+ "thyroid_disorder_present": false,
117
+ "heart_disease_present": false
118
+ },
119
+ "complications_diagnostic_stage": {
120
+ "neuropathy_symptoms": true,
121
+ "retinopathy_symptoms": false,
122
+ "nephropathy_signs": false,
123
+ "foot_ulcers_present": false
124
+ },
125
+ "emotional_state_placeholder": {
126
+ "tone": "concerned but cooperative",
127
+ "mood_variability": "moderate",
128
+ "cooperation_level": "high"
129
+ }
130
+ }
datasets/diabetes/cleaned/DIA_005.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_005",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 27,
11
+ "gender": "Male",
12
+ "occupation": "Software Developer",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "8 months",
19
+ "previous_conditions": [
20
+ "Autoimmune thyroiditis (mild)"
21
+ ],
22
+ "past_surgeries": [],
23
+ "known_allergies": [
24
+ "None"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "Mumps"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin (basal-bolus regimen)"
31
+ ],
32
+ "past_medications": [
33
+ "Short trial of oral hypoglycemics (ineffective)"
34
+ ],
35
+ "hospitalizations": "Once (for diabetic ketoacidosis at diagnosis)"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "None",
39
+ "family_heart_disease": "Grandfather",
40
+ "family_obesity": "None",
41
+ "other_conditions": "Autoimmune thyroid disorder (mother)"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "Balanced diet with carbohydrate counting",
56
+ "exercise_frequency": "Moderate (jogging 3x/week)",
57
+ "sleep_pattern": "Regular (midnight to 7am)",
58
+ "stress_level": "Moderate",
59
+ "smoking_status": "Non-smoker",
60
+ "alcohol_consumption": "Occasional",
61
+ "work_activity_level": "Sedentary"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Middle",
65
+ "access_to_healthcare": "Good (urban hospital nearby)",
66
+ "living_conditions": "Comfortable apartment with family"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 178,
70
+ "weight_kg": 64,
71
+ "bmi": 20.2,
72
+ "blood_pressure": "125/80",
73
+ "pulse_rate": 88,
74
+ "temperature_celsius": 36.9
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "Normal sensation",
79
+ "vision_assessment": "Clear vision with mild dryness",
80
+ "neurological_signs": "Normal reflexes"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 210,
84
+ "random_glucose_mg_dl": 300,
85
+ "postprandial_glucose_mg_dl": 310,
86
+ "hba1c_percent": 10.2,
87
+ "cholesterol_mg_dl": 180,
88
+ "triglycerides_mg_dl": 140,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 0.9,
91
+ "ogtt_result_mg_dl": 240
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 1 Diabetes Mellitus",
95
+ "diagnosis_year": "2024",
96
+ "diagnosis_method": "Fasting Glucose + Autoantibody Test",
97
+ "family_history_diabetes": "None"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 185,
101
+ "average_postprandial_glucose": 260,
102
+ "hypoglycemic_episodes_per_week": 2
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": true,
106
+ "water_intake_per_day": "2.8 liters",
107
+ "sleep_duration_hours": 7
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": true,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "optimistic but cautious",
123
+ "mood_variability": "moderate",
124
+ "cooperation_level": "very high"
125
+ }
126
+ }
datasets/diabetes/cleaned/DIA_006.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_006",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 15,
11
+ "gender": "Female",
12
+ "occupation": "Student",
13
+ "location": "Suburban",
14
+ "marital_status": "Single",
15
+ "education_level": "High School"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "4 months",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [],
21
+ "known_allergies": [
22
+ "None"
23
+ ],
24
+ "childhood_illnesses": [
25
+ "Measles"
26
+ ],
27
+ "current_medications": [
28
+ "Insulin (rapid + long acting)"
29
+ ],
30
+ "past_medications": [],
31
+ "hospitalizations": "Once (for diabetic ketoacidosis)"
32
+ },
33
+ "family_history": {
34
+ "family_diabetes": "None",
35
+ "family_heart_disease": "None",
36
+ "family_obesity": "Mother",
37
+ "other_conditions": "Asthma (father)"
38
+ },
39
+ "symptoms": {
40
+ "polyuria": true,
41
+ "polydipsia": true,
42
+ "polyphagia": true,
43
+ "fatigue": true,
44
+ "blurred_vision": true,
45
+ "weight_loss": true,
46
+ "slow_healing_wounds": false,
47
+ "tingling_feet": false,
48
+ "recurrent_infections": false
49
+ },
50
+ "lifestyle": {
51
+ "diet_type": "Controlled diet with low sugar snacks",
52
+ "exercise_frequency": "High (school sports)",
53
+ "sleep_pattern": "8 hours nightly",
54
+ "stress_level": "Low",
55
+ "smoking_status": "Non-smoker",
56
+ "alcohol_consumption": "None",
57
+ "work_activity_level": "High (active student)"
58
+ },
59
+ "socioeconomic_factors": {
60
+ "income_level": "Middle",
61
+ "access_to_healthcare": "Good",
62
+ "living_conditions": "Lives with parents in suburban home"
63
+ },
64
+ "vital_signs": {
65
+ "height_cm": 160,
66
+ "weight_kg": 50,
67
+ "bmi": 19.5,
68
+ "blood_pressure": "118/76",
69
+ "pulse_rate": 90,
70
+ "temperature_celsius": 36.8
71
+ },
72
+ "physical_examination": {
73
+ "skin_condition": "Normal",
74
+ "foot_examination_findings": "Normal sensation",
75
+ "vision_assessment": "Mildly blurred vision during highs",
76
+ "neurological_signs": "Normal"
77
+ },
78
+ "lab_tests": {
79
+ "fasting_glucose_mg_dl": 220,
80
+ "random_glucose_mg_dl": 310,
81
+ "postprandial_glucose_mg_dl": 330,
82
+ "hba1c_percent": 10.8,
83
+ "cholesterol_mg_dl": 165,
84
+ "triglycerides_mg_dl": 130,
85
+ "urine_sugar": "Positive",
86
+ "serum_creatinine_mg_dl": 0.8,
87
+ "ogtt_result_mg_dl": 260
88
+ },
89
+ "diabetes_classification": {
90
+ "diabetes_type": "Type 1 Diabetes Mellitus",
91
+ "diagnosis_year": "2025",
92
+ "diagnosis_method": "Blood Glucose + C-peptide + Autoantibodies",
93
+ "family_history_diabetes": "None"
94
+ },
95
+ "glycemic_monitoring": {
96
+ "average_fasting_glucose": 200,
97
+ "average_postprandial_glucose": 280,
98
+ "hypoglycemic_episodes_per_week": 1
99
+ },
100
+ "behavioral_routines": {
101
+ "meal_timing_regular": true,
102
+ "water_intake_per_day": "2.2 liters",
103
+ "sleep_duration_hours": 8
104
+ },
105
+ "co_morbid_conditions": {
106
+ "hypertension_present": false,
107
+ "obesity_present": false,
108
+ "thyroid_disorder_present": false,
109
+ "heart_disease_present": false
110
+ },
111
+ "complications_diagnostic_stage": {
112
+ "neuropathy_symptoms": false,
113
+ "retinopathy_symptoms": false,
114
+ "nephropathy_signs": false,
115
+ "foot_ulcers_present": false
116
+ },
117
+ "emotional_state_placeholder": {
118
+ "tone": "cheerful but adjusting",
119
+ "mood_variability": "mild",
120
+ "cooperation_level": "high"
121
+ }
122
+ }
datasets/diabetes/cleaned/DIA_007.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_007",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 35,
11
+ "gender": "Female",
12
+ "occupation": "Graphic Designer",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "10 years",
19
+ "previous_conditions": [
20
+ "Celiac Disease"
21
+ ],
22
+ "past_surgeries": [],
23
+ "known_allergies": [
24
+ "Gluten"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "None"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin pump (CSII)",
31
+ "Vitamin D supplement"
32
+ ],
33
+ "past_medications": [
34
+ "Multiple daily injections before pump therapy"
35
+ ],
36
+ "hospitalizations": "Twice (mild DKA episodes)"
37
+ },
38
+ "family_history": {
39
+ "family_diabetes": "Uncle (Type 1)",
40
+ "family_heart_disease": "None",
41
+ "family_obesity": "None",
42
+ "other_conditions": "Celiac disease (mother)"
43
+ },
44
+ "symptoms": {
45
+ "polyuria": true,
46
+ "polydipsia": true,
47
+ "polyphagia": false,
48
+ "fatigue": true,
49
+ "blurred_vision": false,
50
+ "weight_loss": false,
51
+ "slow_healing_wounds": false,
52
+ "tingling_feet": false,
53
+ "recurrent_infections": false
54
+ },
55
+ "lifestyle": {
56
+ "diet_type": "Gluten-free balanced diet",
57
+ "exercise_frequency": "Moderate (yoga and walking)",
58
+ "sleep_pattern": "Regular",
59
+ "stress_level": "Moderate",
60
+ "smoking_status": "Non-smoker",
61
+ "alcohol_consumption": "Rare",
62
+ "work_activity_level": "Sedentary"
63
+ },
64
+ "socioeconomic_factors": {
65
+ "income_level": "Upper middle",
66
+ "access_to_healthcare": "Excellent",
67
+ "living_conditions": "Owns apartment with good facilities"
68
+ },
69
+ "vital_signs": {
70
+ "height_cm": 165,
71
+ "weight_kg": 60,
72
+ "bmi": 22.0,
73
+ "blood_pressure": "120/78",
74
+ "pulse_rate": 80,
75
+ "temperature_celsius": 36.6
76
+ },
77
+ "physical_examination": {
78
+ "skin_condition": "Normal",
79
+ "foot_examination_findings": "Normal",
80
+ "vision_assessment": "Normal (uses corrective lenses)",
81
+ "neurological_signs": "Normal"
82
+ },
83
+ "lab_tests": {
84
+ "fasting_glucose_mg_dl": 155,
85
+ "random_glucose_mg_dl": 220,
86
+ "postprandial_glucose_mg_dl": 230,
87
+ "hba1c_percent": 7.6,
88
+ "cholesterol_mg_dl": 175,
89
+ "triglycerides_mg_dl": 120,
90
+ "urine_sugar": "Trace",
91
+ "serum_creatinine_mg_dl": 0.9,
92
+ "ogtt_result_mg_dl": 210
93
+ },
94
+ "diabetes_classification": {
95
+ "diabetes_type": "Type 1 Diabetes Mellitus",
96
+ "diagnosis_year": "2015",
97
+ "diagnosis_method": "Fasting glucose + autoantibody panel",
98
+ "family_history_diabetes": "Uncle"
99
+ },
100
+ "glycemic_monitoring": {
101
+ "average_fasting_glucose": 150,
102
+ "average_postprandial_glucose": 210,
103
+ "hypoglycemic_episodes_per_week": 3
104
+ },
105
+ "behavioral_routines": {
106
+ "meal_timing_regular": true,
107
+ "water_intake_per_day": "2 liters",
108
+ "sleep_duration_hours": 7
109
+ },
110
+ "co_morbid_conditions": {
111
+ "hypertension_present": false,
112
+ "obesity_present": false,
113
+ "thyroid_disorder_present": false,
114
+ "heart_disease_present": false
115
+ },
116
+ "complications_diagnostic_stage": {
117
+ "neuropathy_symptoms": false,
118
+ "retinopathy_symptoms": false,
119
+ "nephropathy_signs": false,
120
+ "foot_ulcers_present": false
121
+ },
122
+ "emotional_state_placeholder": {
123
+ "tone": "calm and proactive",
124
+ "mood_variability": "low",
125
+ "cooperation_level": "very high"
126
+ }
127
+ }
datasets/diabetes/cleaned/DIA_008.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_008",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 58,
11
+ "gender": "Male",
12
+ "occupation": "Accountant",
13
+ "location": "Urban",
14
+ "marital_status": "Married",
15
+ "education_level": "Master\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "25 years",
19
+ "previous_conditions": [
20
+ "Hypertension"
21
+ ],
22
+ "past_surgeries": [
23
+ "Appendectomy"
24
+ ],
25
+ "known_allergies": [
26
+ "Sulfa drugs"
27
+ ],
28
+ "childhood_illnesses": [
29
+ "Chickenpox"
30
+ ],
31
+ "current_medications": [
32
+ "Insulin (pump)",
33
+ "Lisinopril",
34
+ "Atorvastatin"
35
+ ],
36
+ "past_medications": [
37
+ "NPH insulin (previous regimen)"
38
+ ],
39
+ "hospitalizations": "Multiple (for glucose management education)"
40
+ },
41
+ "family_history": {
42
+ "family_diabetes": "Mother (Type 1)",
43
+ "family_heart_disease": "Father",
44
+ "family_obesity": "None",
45
+ "other_conditions": "None"
46
+ },
47
+ "symptoms": {
48
+ "polyuria": false,
49
+ "polydipsia": false,
50
+ "polyphagia": false,
51
+ "fatigue": true,
52
+ "blurred_vision": true,
53
+ "weight_loss": false,
54
+ "slow_healing_wounds": false,
55
+ "tingling_feet": true,
56
+ "recurrent_infections": false
57
+ },
58
+ "lifestyle": {
59
+ "diet_type": "Balanced diet with carb counting",
60
+ "exercise_frequency": "Low (walks 2x/week)",
61
+ "sleep_pattern": "Regular (10pm\u20136am)",
62
+ "stress_level": "Moderate",
63
+ "smoking_status": "Former smoker",
64
+ "alcohol_consumption": "Rare",
65
+ "work_activity_level": "Sedentary"
66
+ },
67
+ "socioeconomic_factors": {
68
+ "income_level": "Upper middle",
69
+ "access_to_healthcare": "Excellent",
70
+ "living_conditions": "Comfortable home, private care access"
71
+ },
72
+ "vital_signs": {
73
+ "height_cm": 175,
74
+ "weight_kg": 72,
75
+ "bmi": 23.5,
76
+ "blood_pressure": "135/85",
77
+ "pulse_rate": 78,
78
+ "temperature_celsius": 36.7
79
+ },
80
+ "physical_examination": {
81
+ "skin_condition": "Normal with mild dryness",
82
+ "foot_examination_findings": "Reduced vibration sense",
83
+ "vision_assessment": "Mild non-proliferative retinopathy",
84
+ "neurological_signs": "Mild peripheral neuropathy"
85
+ },
86
+ "lab_tests": {
87
+ "fasting_glucose_mg_dl": 140,
88
+ "random_glucose_mg_dl": 200,
89
+ "postprandial_glucose_mg_dl": 210,
90
+ "hba1c_percent": 7.2,
91
+ "cholesterol_mg_dl": 185,
92
+ "triglycerides_mg_dl": 150,
93
+ "urine_sugar": "Trace",
94
+ "serum_creatinine_mg_dl": 1.0,
95
+ "ogtt_result_mg_dl": 190
96
+ },
97
+ "diabetes_classification": {
98
+ "diabetes_type": "Type 1 Diabetes Mellitus",
99
+ "diagnosis_year": "2000",
100
+ "diagnosis_method": "Autoantibody and insulin level tests",
101
+ "family_history_diabetes": "Mother"
102
+ },
103
+ "glycemic_monitoring": {
104
+ "average_fasting_glucose": 145,
105
+ "average_postprandial_glucose": 195,
106
+ "hypoglycemic_episodes_per_week": 2
107
+ },
108
+ "behavioral_routines": {
109
+ "meal_timing_regular": true,
110
+ "water_intake_per_day": "2 liters",
111
+ "sleep_duration_hours": 7
112
+ },
113
+ "co_morbid_conditions": {
114
+ "hypertension_present": true,
115
+ "obesity_present": false,
116
+ "thyroid_disorder_present": false,
117
+ "heart_disease_present": false
118
+ },
119
+ "complications_diagnostic_stage": {
120
+ "neuropathy_symptoms": true,
121
+ "retinopathy_symptoms": true,
122
+ "nephropathy_signs": false,
123
+ "foot_ulcers_present": false
124
+ },
125
+ "emotional_state_placeholder": {
126
+ "tone": "disciplined and experienced",
127
+ "mood_variability": "low",
128
+ "cooperation_level": "very high"
129
+ }
130
+ }
datasets/diabetes/cleaned/DIA_009.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_009",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 28,
11
+ "gender": "Female",
12
+ "occupation": "Teacher",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Bachelor\u2019s Degree"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "8 years",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [
21
+ "Appendectomy (2019)"
22
+ ],
23
+ "known_allergies": [
24
+ "Penicillin"
25
+ ],
26
+ "childhood_illnesses": [
27
+ "Mumps"
28
+ ],
29
+ "current_medications": [
30
+ "Insulin (Basal-Bolus regimen)"
31
+ ],
32
+ "past_medications": [
33
+ "Metformin (discontinued after diagnosis confirmation)"
34
+ ],
35
+ "hospitalizations": "One episode of diabetic ketoacidosis in 2021"
36
+ },
37
+ "family_history": {
38
+ "family_diabetes": "Mother (Type 1)",
39
+ "family_heart_disease": "None",
40
+ "family_obesity": "None",
41
+ "other_conditions": "Maternal thyroid disorder"
42
+ },
43
+ "symptoms": {
44
+ "polyuria": true,
45
+ "polydipsia": true,
46
+ "polyphagia": true,
47
+ "fatigue": true,
48
+ "blurred_vision": true,
49
+ "weight_loss": true,
50
+ "slow_healing_wounds": false,
51
+ "tingling_feet": false,
52
+ "recurrent_infections": false
53
+ },
54
+ "lifestyle": {
55
+ "diet_type": "Balanced diet (moderate carbs, low sugar)",
56
+ "exercise_frequency": "Light jog 3 times a week",
57
+ "sleep_pattern": "Regular, 7\u20138 hours",
58
+ "stress_level": "Mild",
59
+ "smoking_status": "Non-smoker",
60
+ "alcohol_consumption": "Occasional (social)",
61
+ "work_activity_level": "Moderate"
62
+ },
63
+ "socioeconomic_factors": {
64
+ "income_level": "Middle",
65
+ "access_to_healthcare": "Good",
66
+ "living_conditions": "Comfortable apartment in city"
67
+ },
68
+ "vital_signs": {
69
+ "height_cm": 165,
70
+ "weight_kg": 58,
71
+ "bmi": 21.3,
72
+ "blood_pressure": "118/75",
73
+ "pulse_rate": 80,
74
+ "temperature_celsius": 36.7
75
+ },
76
+ "physical_examination": {
77
+ "skin_condition": "Normal",
78
+ "foot_examination_findings": "No ulcers, normal sensation",
79
+ "vision_assessment": "Clear",
80
+ "neurological_signs": "Normal reflexes"
81
+ },
82
+ "lab_tests": {
83
+ "fasting_glucose_mg_dl": 160,
84
+ "random_glucose_mg_dl": 240,
85
+ "postprandial_glucose_mg_dl": 250,
86
+ "hba1c_percent": 8.2,
87
+ "cholesterol_mg_dl": 190,
88
+ "triglycerides_mg_dl": 130,
89
+ "urine_sugar": "Positive",
90
+ "serum_creatinine_mg_dl": 0.8,
91
+ "ogtt_result_mg_dl": 230
92
+ },
93
+ "diabetes_classification": {
94
+ "diabetes_type": "Type 1 Diabetes Mellitus",
95
+ "diagnosis_year": "2017",
96
+ "diagnosis_method": "Fasting Blood Sugar + Autoantibody Test",
97
+ "family_history_diabetes": "Mother"
98
+ },
99
+ "glycemic_monitoring": {
100
+ "average_fasting_glucose": 150,
101
+ "average_postprandial_glucose": 210,
102
+ "hypoglycemic_episodes_per_week": 2
103
+ },
104
+ "behavioral_routines": {
105
+ "meal_timing_regular": true,
106
+ "water_intake_per_day": "2 liters",
107
+ "sleep_duration_hours": 7.5
108
+ },
109
+ "co_morbid_conditions": {
110
+ "hypertension_present": false,
111
+ "obesity_present": false,
112
+ "thyroid_disorder_present": true,
113
+ "heart_disease_present": false
114
+ },
115
+ "complications_diagnostic_stage": {
116
+ "neuropathy_symptoms": false,
117
+ "retinopathy_symptoms": false,
118
+ "nephropathy_signs": false,
119
+ "foot_ulcers_present": false
120
+ },
121
+ "emotional_state_placeholder": {
122
+ "tone": "calm and cooperative",
123
+ "mood_variability": "stable",
124
+ "cooperation_level": "high"
125
+ }
126
+ }
datasets/diabetes/cleaned/DIA_010.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "patient_id": "DIA_010",
4
+ "created_by": "synthetic_generator_v1",
5
+ "disease": "Diabetes Mellitus (Type 1)",
6
+ "version": "v1.0",
7
+ "created_on": "2025-11-02"
8
+ },
9
+ "demographics": {
10
+ "age": 22,
11
+ "gender": "Male",
12
+ "occupation": "University Student",
13
+ "location": "Urban",
14
+ "marital_status": "Single",
15
+ "education_level": "Undergraduate"
16
+ },
17
+ "medical_history": {
18
+ "duration_of_symptoms": "6 months",
19
+ "previous_conditions": [],
20
+ "past_surgeries": [],
21
+ "known_allergies": [],
22
+ "childhood_illnesses": [],
23
+ "current_medications": [
24
+ "Insulin (Basal-Bolus regimen)"
25
+ ],
26
+ "past_medications": [],
27
+ "hospitalizations": "None"
28
+ },
29
+ "family_history": {
30
+ "family_diabetes": "None",
31
+ "family_heart_disease": "None",
32
+ "family_obesity": "None",
33
+ "other_conditions": "None"
34
+ },
35
+ "symptoms": {
36
+ "polyuria": true,
37
+ "polydipsia": true,
38
+ "polyphagia": true,
39
+ "fatigue": true,
40
+ "blurred_vision": false,
41
+ "weight_loss": true,
42
+ "slow_healing_wounds": false,
43
+ "tingling_feet": false,
44
+ "recurrent_infections": false
45
+ },
46
+ "lifestyle": {
47
+ "diet_type": "Mixed diet (home-cooked meals, occasional snacks)",
48
+ "exercise_frequency": "Light (walking and cycling to university)",
49
+ "sleep_pattern": "Regular, 7 hours",
50
+ "stress_level": "Moderate (academic)",
51
+ "smoking_status": "Non-smoker",
52
+ "alcohol_consumption": "None",
53
+ "work_activity_level": "Low"
54
+ },
55
+ "socioeconomic_factors": {
56
+ "income_level": "Dependent (student)",
57
+ "access_to_healthcare": "Good (university clinic and private hospital nearby)",
58
+ "living_conditions": "Shared hostel accommodation"
59
+ },
60
+ "vital_signs": {
61
+ "height_cm": 178,
62
+ "weight_kg": 68,
63
+ "bmi": 21.5,
64
+ "blood_pressure": "115/72",
65
+ "pulse_rate": 78,
66
+ "temperature_celsius": 36.6
67
+ },
68
+ "physical_examination": {
69
+ "skin_condition": "Normal",
70
+ "foot_examination_findings": "Normal sensation",
71
+ "vision_assessment": "Normal",
72
+ "neurological_signs": "Normal reflexes"
73
+ },
74
+ "lab_tests": {
75
+ "fasting_glucose_mg_dl": 170,
76
+ "random_glucose_mg_dl": 260,
77
+ "postprandial_glucose_mg_dl": 275,
78
+ "hba1c_percent": 8.9,
79
+ "cholesterol_mg_dl": 180,
80
+ "triglycerides_mg_dl": 140,
81
+ "urine_sugar": "Positive",
82
+ "serum_creatinine_mg_dl": 0.9,
83
+ "ogtt_result_mg_dl": 250
84
+ },
85
+ "diabetes_classification": {
86
+ "diabetes_type": "Type 1 Diabetes Mellitus",
87
+ "diagnosis_year": "2025",
88
+ "diagnosis_method": "Fasting Glucose + HbA1c + C-Peptide Test",
89
+ "family_history_diabetes": "None"
90
+ },
91
+ "glycemic_monitoring": {
92
+ "average_fasting_glucose": 160,
93
+ "average_postprandial_glucose": 240,
94
+ "hypoglycemic_episodes_per_week": 1
95
+ },
96
+ "behavioral_routines": {
97
+ "meal_timing_regular": true,
98
+ "water_intake_per_day": "2.2 liters",
99
+ "sleep_duration_hours": 7
100
+ },
101
+ "co_morbid_conditions": {
102
+ "hypertension_present": false,
103
+ "obesity_present": false,
104
+ "thyroid_disorder_present": false,
105
+ "heart_disease_present": false
106
+ },
107
+ "complications_diagnostic_stage": {
108
+ "neuropathy_symptoms": false,
109
+ "retinopathy_symptoms": false,
110
+ "nephropathy_signs": false,
111
+ "foot_ulcers_present": false
112
+ },
113
+ "emotional_state_placeholder": {
114
+ "tone": "optimistic but slightly anxious",
115
+ "mood_variability": "moderate",
116
+ "cooperation_level": "high"
117
+ }
118
+ }
datasets/diabetes/rag_text_enriched/DIA_001.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_001
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 52-year-old Male Shopkeeper from a Urban area. Marital status: Married, education: High School.
5
+ Duration of symptoms: 9 months.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Hypertension. Surgeries: Appendectomy. Allergies: None. Currently taking: Amlodipine 5mg daily.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Father; Heart disease: Mother
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, fatigue, blurred vision, weight loss, tingling feet.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: High in carbohydrates and sugars, Exercise: Rarely, Sleep: Irregular (5–6 hours), Stress: High.
18
+ Smoking: Occasional smoker, Alcohol: None.
19
+ Socioeconomic: Income Medium, Healthcare access Moderate, Living conditions Urban residence with family.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 142/90, Pulse: 84 bpm, BMI: 28.4 (Height: 170 cm, Weight: 82 kg).
23
+ Skin: Normal. Foot exam: Slight numbness, no ulcers. Vision: Mild blurred vision. Neurological: Reduced vibration sense in feet.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 168, random glucose mg dl: 245, postprandial glucose mg dl: 252, hba1c percent: 8.3, cholesterol mg dl: 210, triglycerides mg dl: 175, urine sugar: Positive, serum creatinine mg dl: 1.0, ogtt result mg dl: 225
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 160 mg/dL, Postprandial: 240 mg/dL, Hypoglycemia episodes/week: 0.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: False, Water intake: 1.5 liters, Sleep duration: 6 hours.
33
+ Tone: cooperative, mood variability: mild, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 2 Diabetes Mellitus in 2025 via Fasting blood glucose and HbA1c. Family history of diabetes: Father.
37
+ Co-morbidities: hypertension: True, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: True, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_002.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_002
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 38-year-old Female Software Engineer from a Urban area. Marital status: Single, education: Master’s Degree.
5
+ Duration of symptoms: 6 months.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Gestational diabetes (previous pregnancy). Surgeries: Cesarean section. Allergies: Sulfa drugs. Currently taking: none.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Mother; Heart disease: Grandfather; Obesity: Mother
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, recurrent infections.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: High in fast food, low in fiber, Exercise: Once a week, Sleep: Late-night work hours, Stress: Very high.
18
+ Smoking: No, Alcohol: Occasional.
19
+ Socioeconomic: Income High, Healthcare access Good, Living conditions Apartment in city center.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 130/85, Pulse: 80 bpm, BMI: 28.3 (Height: 165 cm, Weight: 77 kg).
23
+ Skin: Slight dryness. Foot exam: Normal sensation. Vision: Normal. Neurological: No abnormalities.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 155, random glucose mg dl: 210, postprandial glucose mg dl: 230, hba1c percent: 7.9, cholesterol mg dl: 190, triglycerides mg dl: 160, urine sugar: Trace, serum creatinine mg dl: 0.8, ogtt result mg dl: 198
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 150 mg/dL, Postprandial: 225 mg/dL, Hypoglycemia episodes/week: 0.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: False, Water intake: 1.8 liters, Sleep duration: 5 hours.
33
+ Tone: slightly anxious, mood variability: moderate, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 2 Diabetes Mellitus in 2025 via Oral Glucose Tolerance Test (OGTT). Family history of diabetes: Mother.
37
+ Co-morbidities: hypertension: False, obesity: True, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_003.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_003
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 62-year-old Male Farmer from a Rural area. Marital status: Married, education: Primary School.
5
+ Duration of symptoms: 3 years.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Hypertension, Hyperlipidemia. Surgeries: none. Allergies: none. Currently taking: Amlodipine.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Brother; Heart disease: Father
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, fatigue, blurred vision, weight loss, slow healing wounds, tingling feet.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: High in carbohydrates, low vegetables, Exercise: Daily (physical labor), Sleep: Early to bed, early to rise, Stress: Low.
18
+ Smoking: Occasional, Alcohol: None.
19
+ Socioeconomic: Income Moderate, Healthcare access Limited (rural clinic), Living conditions Rural home with family.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 145/92, Pulse: 78 bpm, BMI: 28.0 (Height: 172 cm, Weight: 83 kg).
23
+ Skin: Dry skin, minor cracks on heels. Foot exam: Reduced sensation on soles. Vision: Blurred. Neurological: Mild peripheral neuropathy.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 190, random glucose mg dl: 260, postprandial glucose mg dl: 275, hba1c percent: 9.1, cholesterol mg dl: 230, triglycerides mg dl: 195, urine sugar: Positive, serum creatinine mg dl: 1.0, ogtt result mg dl: 215
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 185 mg/dL, Postprandial: 260 mg/dL, Hypoglycemia episodes/week: 0.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2.5 liters, Sleep duration: 7 hours.
33
+ Tone: calm, mood variability: low, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 2 Diabetes Mellitus in 2023 via Random Blood Sugar Test + HbA1c. Family history of diabetes: Brother.
37
+ Co-morbidities: hypertension: True, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: True, retinopathy symptoms: True, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_004.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_004
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 49-year-old Female School Teacher from a Urban area. Marital status: Married, education: Bachelor’s Degree.
5
+ Duration of symptoms: 5 years.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Hypertension, High Cholesterol. Surgeries: Gallbladder removal (Cholecystectomy). Allergies: Penicillin. Currently taking: Metformin, Atorvastatin.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Mother; Heart disease: Grandfather; Obesity: Sister
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, slow healing wounds, tingling feet, recurrent infections.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Mixed diet with occasional sweets, Exercise: Low (sedentary work), Sleep: Irregular sleep hours due to stress, Stress: High.
18
+ Smoking: Non-smoker, Alcohol: Occasional (social events).
19
+ Socioeconomic: Income Middle, Healthcare access Good, Living conditions Apartment in city.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 150/95, Pulse: 86 bpm, BMI: 31.2 (Height: 160 cm, Weight: 80 kg).
23
+ Skin: Normal with mild dryness. Foot exam: Mild loss of sensation at toes. Vision: Normal with glasses. Neurological: Mild peripheral neuropathy.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 170, random glucose mg dl: 245, postprandial glucose mg dl: 260, hba1c percent: 8.5, cholesterol mg dl: 230, triglycerides mg dl: 190, urine sugar: Positive, serum creatinine mg dl: 1.0, ogtt result mg dl: 210
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 165 mg/dL, Postprandial: 240 mg/dL, Hypoglycemia episodes/week: 1.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: False, Water intake: 1.8 liters, Sleep duration: 6 hours.
33
+ Tone: concerned but cooperative, mood variability: moderate, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 2 Diabetes Mellitus in 2020 via Fasting Blood Sugar + HbA1c. Family history of diabetes: Mother.
37
+ Co-morbidities: hypertension: True, obesity: True, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: True, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_005.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_005
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 27-year-old Male Software Developer from a Urban area. Marital status: Single, education: Bachelor’s Degree.
5
+ Duration of symptoms: 8 months.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Autoimmune thyroiditis (mild). Surgeries: none. Allergies: None. Currently taking: Insulin (basal-bolus regimen).
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Heart disease: Grandfather; Other conditions: Autoimmune thyroid disorder (mother)
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, blurred vision, weight loss.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Balanced diet with carbohydrate counting, Exercise: Moderate (jogging 3x/week), Sleep: Regular (midnight to 7am), Stress: Moderate.
18
+ Smoking: Non-smoker, Alcohol: Occasional.
19
+ Socioeconomic: Income Middle, Healthcare access Good (urban hospital nearby), Living conditions Comfortable apartment with family.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 125/80, Pulse: 88 bpm, BMI: 20.2 (Height: 178 cm, Weight: 64 kg).
23
+ Skin: Normal. Foot exam: Normal sensation. Vision: Clear vision with mild dryness. Neurological: Normal reflexes.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 210, random glucose mg dl: 300, postprandial glucose mg dl: 310, hba1c percent: 10.2, cholesterol mg dl: 180, triglycerides mg dl: 140, urine sugar: Positive, serum creatinine mg dl: 0.9, ogtt result mg dl: 240
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 185 mg/dL, Postprandial: 260 mg/dL, Hypoglycemia episodes/week: 2.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2.8 liters, Sleep duration: 7 hours.
33
+ Tone: optimistic but cautious, mood variability: moderate, cooperation level: very high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2024 via Fasting Glucose + Autoantibody Test. Family history of diabetes: None.
37
+ Co-morbidities: hypertension: False, obesity: False, thyroid disorder: True, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_006.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_006
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 15-year-old Female Student from a Suburban area. Marital status: Single, education: High School.
5
+ Duration of symptoms: 4 months.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: none. Surgeries: none. Allergies: None. Currently taking: Insulin (rapid + long acting).
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Obesity: Mother; Other conditions: Asthma (father)
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, blurred vision, weight loss.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Controlled diet with low sugar snacks, Exercise: High (school sports), Sleep: 8 hours nightly, Stress: Low.
18
+ Smoking: Non-smoker, Alcohol: None.
19
+ Socioeconomic: Income Middle, Healthcare access Good, Living conditions Lives with parents in suburban home.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 118/76, Pulse: 90 bpm, BMI: 19.5 (Height: 160 cm, Weight: 50 kg).
23
+ Skin: Normal. Foot exam: Normal sensation. Vision: Mildly blurred vision during highs. Neurological: Normal.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 220, random glucose mg dl: 310, postprandial glucose mg dl: 330, hba1c percent: 10.8, cholesterol mg dl: 165, triglycerides mg dl: 130, urine sugar: Positive, serum creatinine mg dl: 0.8, ogtt result mg dl: 260
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 200 mg/dL, Postprandial: 280 mg/dL, Hypoglycemia episodes/week: 1.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2.2 liters, Sleep duration: 8 hours.
33
+ Tone: cheerful but adjusting, mood variability: mild, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2025 via Blood Glucose + C-peptide + Autoantibodies. Family history of diabetes: None.
37
+ Co-morbidities: hypertension: False, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_007.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_007
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 35-year-old Female Graphic Designer from a Urban area. Marital status: Married, education: Master’s Degree.
5
+ Duration of symptoms: 10 years.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Celiac Disease. Surgeries: none. Allergies: Gluten. Currently taking: Insulin pump (CSII), Vitamin D supplement.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Uncle (Type 1); Other conditions: Celiac disease (mother)
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, fatigue.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Gluten-free balanced diet, Exercise: Moderate (yoga and walking), Sleep: Regular, Stress: Moderate.
18
+ Smoking: Non-smoker, Alcohol: Rare.
19
+ Socioeconomic: Income Upper middle, Healthcare access Excellent, Living conditions Owns apartment with good facilities.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 120/78, Pulse: 80 bpm, BMI: 22.0 (Height: 165 cm, Weight: 60 kg).
23
+ Skin: Normal. Foot exam: Normal. Vision: Normal (uses corrective lenses). Neurological: Normal.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 155, random glucose mg dl: 220, postprandial glucose mg dl: 230, hba1c percent: 7.6, cholesterol mg dl: 175, triglycerides mg dl: 120, urine sugar: Trace, serum creatinine mg dl: 0.9, ogtt result mg dl: 210
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 150 mg/dL, Postprandial: 210 mg/dL, Hypoglycemia episodes/week: 3.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2 liters, Sleep duration: 7 hours.
33
+ Tone: calm and proactive, mood variability: low, cooperation level: very high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2015 via Fasting glucose + autoantibody panel. Family history of diabetes: Uncle.
37
+ Co-morbidities: hypertension: False, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_008.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_008
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 58-year-old Male Accountant from a Urban area. Marital status: Married, education: Master’s Degree.
5
+ Duration of symptoms: 25 years.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: Hypertension. Surgeries: Appendectomy. Allergies: Sulfa drugs. Currently taking: Insulin (pump), Lisinopril, Atorvastatin.
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Mother (Type 1); Heart disease: Father
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: fatigue, blurred vision, tingling feet.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Balanced diet with carb counting, Exercise: Low (walks 2x/week), Sleep: Regular (10pm–6am), Stress: Moderate.
18
+ Smoking: Former smoker, Alcohol: Rare.
19
+ Socioeconomic: Income Upper middle, Healthcare access Excellent, Living conditions Comfortable home, private care access.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 135/85, Pulse: 78 bpm, BMI: 23.5 (Height: 175 cm, Weight: 72 kg).
23
+ Skin: Normal with mild dryness. Foot exam: Reduced vibration sense. Vision: Mild non-proliferative retinopathy. Neurological: Mild peripheral neuropathy.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 140, random glucose mg dl: 200, postprandial glucose mg dl: 210, hba1c percent: 7.2, cholesterol mg dl: 185, triglycerides mg dl: 150, urine sugar: Trace, serum creatinine mg dl: 1.0, ogtt result mg dl: 190
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 145 mg/dL, Postprandial: 195 mg/dL, Hypoglycemia episodes/week: 2.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2 liters, Sleep duration: 7 hours.
33
+ Tone: disciplined and experienced, mood variability: low, cooperation level: very high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2000 via Autoantibody and insulin level tests. Family history of diabetes: Mother.
37
+ Co-morbidities: hypertension: True, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: True, retinopathy symptoms: True, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_009.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_009
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 28-year-old Female Teacher from a Urban area. Marital status: Single, education: Bachelor’s Degree.
5
+ Duration of symptoms: 8 years.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: none. Surgeries: Appendectomy (2019). Allergies: Penicillin. Currently taking: Insulin (Basal-Bolus regimen).
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Diabetes: Mother (Type 1); Other conditions: Maternal thyroid disorder
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, blurred vision, weight loss.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Balanced diet (moderate carbs, low sugar), Exercise: Light jog 3 times a week, Sleep: Regular, 7–8 hours, Stress: Mild.
18
+ Smoking: Non-smoker, Alcohol: Occasional (social).
19
+ Socioeconomic: Income Middle, Healthcare access Good, Living conditions Comfortable apartment in city.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 118/75, Pulse: 80 bpm, BMI: 21.3 (Height: 165 cm, Weight: 58 kg).
23
+ Skin: Normal. Foot exam: No ulcers, normal sensation. Vision: Clear. Neurological: Normal reflexes.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 160, random glucose mg dl: 240, postprandial glucose mg dl: 250, hba1c percent: 8.2, cholesterol mg dl: 190, triglycerides mg dl: 130, urine sugar: Positive, serum creatinine mg dl: 0.8, ogtt result mg dl: 230
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 150 mg/dL, Postprandial: 210 mg/dL, Hypoglycemia episodes/week: 2.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2 liters, Sleep duration: 7.5 hours.
33
+ Tone: calm and cooperative, mood variability: stable, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2017 via Fasting Blood Sugar + Autoantibody Test. Family history of diabetes: Mother.
37
+ Co-morbidities: hypertension: False, obesity: False, thyroid disorder: True, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/rag_text_enriched/DIA_010.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Patient Case ID: DIA_010
2
+
3
+ [SECTION: DEMOGRAPHICS]
4
+ A 22-year-old Male University Student from a Urban area. Marital status: Single, education: Undergraduate.
5
+ Duration of symptoms: 6 months.
6
+
7
+ [SECTION: MEDICAL HISTORY]
8
+ Previous conditions: none. Surgeries: none. Allergies: none. Currently taking: Insulin (Basal-Bolus regimen).
9
+
10
+ [SECTION: FAMILY HISTORY]
11
+ Family history non-contributory.
12
+
13
+ [SECTION: SYMPTOMS]
14
+ Patient reports: polyuria, polydipsia, polyphagia, fatigue, weight loss.
15
+
16
+ [SECTION: LIFESTYLE & SOCIOECONOMICS]
17
+ Diet: Mixed diet (home-cooked meals, occasional snacks), Exercise: Light (walking and cycling to university), Sleep: Regular, 7 hours, Stress: Moderate (academic).
18
+ Smoking: Non-smoker, Alcohol: None.
19
+ Socioeconomic: Income Dependent (student), Healthcare access Good (university clinic and private hospital nearby), Living conditions Shared hostel accommodation.
20
+
21
+ [SECTION: VITALS & EXAMINATION]
22
+ BP: 115/72, Pulse: 78 bpm, BMI: 21.5 (Height: 178 cm, Weight: 68 kg).
23
+ Skin: Normal. Foot exam: Normal sensation. Vision: Normal. Neurological: Normal reflexes.
24
+
25
+ [SECTION: LAB RESULTS]
26
+ fasting glucose mg dl: 170, random glucose mg dl: 260, postprandial glucose mg dl: 275, hba1c percent: 8.9, cholesterol mg dl: 180, triglycerides mg dl: 140, urine sugar: Positive, serum creatinine mg dl: 0.9, ogtt result mg dl: 250
27
+
28
+ [SECTION: GLYCEMIC MONITORING]
29
+ Average fasting glucose: 160 mg/dL, Postprandial: 240 mg/dL, Hypoglycemia episodes/week: 1.
30
+
31
+ [SECTION: BEHAVIOR & EMOTIONAL STATE]
32
+ Meals regular: True, Water intake: 2.2 liters, Sleep duration: 7 hours.
33
+ Tone: optimistic but slightly anxious, mood variability: moderate, cooperation level: high.
34
+
35
+ [SECTION: DISEASE CLASSIFICATION & CO-MORBIDITIES]
36
+ Diagnosed with Type 1 Diabetes Mellitus in 2025 via Fasting Glucose + HbA1c + C-Peptide Test. Family history of diabetes: None.
37
+ Co-morbidities: hypertension: False, obesity: False, thyroid disorder: False, heart disease: False.
38
+
39
+ [SECTION: DIAGNOSTIC COMPLICATIONS]
40
+ neuropathy symptoms: False, retinopathy symptoms: False, nephropathy signs: False, foot ulcers present: False
datasets/diabetes/vectorstores/DIA_001_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f94d1bcaf1a9da391bdcdd525a9079ac6d8b02e3af3c2d5944bb2f72b5f124
3
+ size 3730
datasets/diabetes/vectorstores/DIA_002_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592bbeb5ef41153bffb15b239911251c6e8d81baf68c89635947ba75b1c5ed61
3
+ size 3749
datasets/diabetes/vectorstores/DIA_003_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c46e6537720c0c1bea2a6ddddf7444c87bc51f05a9524d925ba39df0a211dba
3
+ size 3775
datasets/diabetes/vectorstores/DIA_004_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eea1067c88135e87428cb61fd5b56bae9de63a6e086270ee04bf24bec2b3bf1
3
+ size 3901
datasets/diabetes/vectorstores/DIA_005_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ec106dbcf394d8f8e7cdce946323cb3424e976bc33692b21196803b917889b
3
+ size 3871
datasets/diabetes/vectorstores/DIA_006_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddfe0fa0c28d890ee57c884b1e132cacfabfe84849c1d79c639b9006c7489c1a
3
+ size 3741
datasets/diabetes/vectorstores/DIA_007_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471396cfecd496ab1d3a258455e7937f4a74cf4361c88cf9393f8affd02cca92
3
+ size 3733
datasets/diabetes/vectorstores/DIA_008_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e97019623fac96904f1fd2f7ac9fabea48aaa7ba27b0904b4d610b61207fb2
3
+ size 3807
datasets/diabetes/vectorstores/DIA_009_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a069fcb0bc29853a1f616e5e1f0be170296f065c97e226e89de43e8055311581
3
+ size 3797
datasets/diabetes/vectorstores/DIA_010_index.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96596a2d89ac84e6cbf0a1f232b6b2112a3c6cdac18cd650e01a5c762463791e
3
+ size 3809