-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
39 lines (39 loc) · 1.61 KB
/
data.json
File metadata and controls
39 lines (39 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"urineAnalysis": {
"pHLevel": 6.2,
"Glucose": "Negative",
"Protein": "Trace",
"Leukocytes": "Negative",
"Nitrites": "Negative",
"Microalbumin": "15 mg/L",
"Creatinine": "120 mg/dL"
},
"stoolAnalysis": {
"Consistency": "Normal",
"Blood": "Negative",
"Calprotectin": "45 μg/g",
"M2PK": "Normal",
"FatContent": "2.5%",
"Elastase": "350 μg/g",
"Parasites": "None detected"
},
"physicalMarkers": {
"HeartRate": "72 bpm",
"Temperature": "98.6°F",
"Weight": "165 lbs",
"BodyFat": "18.5%",
"Hydration": "Well hydrated",
"SitToStand": "12 seconds",
"Balance": "Good"
},
"aiInsights": {
"summary": "Based on your recent health data analysis, your overall health profile shows positive indicators across multiple domains. Your urine analysis reveals normal kidney function with appropriate pH levels and minimal protein presence. Cardiovascular markers including heart rate and blood pressure are within healthy ranges. Your hydration levels are optimal, which is excellent for overall metabolic function.",
"recommendations": [
"Continue maintaining your current hydration levels - aim for 8-10 glasses of water daily",
"Your heart rate indicates good cardiovascular fitness - consider maintaining your current activity level",
"Body fat percentage is within healthy range - continue balanced nutrition",
"Balance test results are good - consider adding stability exercises to maintain mobility as you age",
"Regular monitoring of kidney markers is recommended - schedule follow-up testing in 3-6 months"
]
}
}