File size: 420 Bytes
19d6abb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"age": 45,
"sex": "male",
"blood_pressure_systolic": 135,
"blood_pressure_diastolic": 85,
"blood_sugar_fasting": 105.5,
"cholesterol_total": 210.0,
"hdl_cholesterol": 38.0,
"bmi": 26.4,
"sleep_hours": 5.5,
"stress_level": "high",
"smoking": true,
"alcohol": "moderate",
"exercise_days_per_week": 1,
"iron_level": 75.0,
"cortisol": 22.1,
"family_history": ["diabetes", "hypertension"]
}
|