@medicus.ai/medicus-report-pdf-generator 1.3.11 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/maisonsante.json +13 -1
- package/lib/big_integral_questionnaire.js +298 -0
- package/lib/template.js +26 -17
- package/lib/wellbeing_report_generator.js +18 -1
- package/locales/en.json +64 -0
- package/locales/wellbeing/en.json +422 -408
- package/package.json +1 -1
- package/preview-big-integral.js +75 -0
- package/templates/maisonsante/ltr_no_pages.html +1 -0
- package/templates/maisonsante/rtl_no_pages.html +1 -0
- package/test.js +7 -10
- package/testing-reports/mediclinic/arabic-data.js +402 -506
- package/testing-reports/mediclinic/doctor-data.js +483 -620
- package/testing-reports/mediclinic/with-wellbeing.js +382 -8110
- package/testing-reports/pha/notes-example.js +397 -0
- package/testing-reports/pha/ex1.js +0 -485
- package/testing-reports/pha/ex2.js +0 -116
- package/testing-reports/pha/prod-patient.js +0 -510
- package/testing-reports/pha/with-wellbeing-full-data.js +0 -813
- package/testing-reports/pha/with-wellbeing.js +0 -529
- package/testing-reports/pha/without-wellbeing.js +0 -448
|
@@ -1,247 +1,170 @@
|
|
|
1
|
-
|
|
1
|
+
module.exports = {
|
|
2
2
|
"IsDoctor": true,
|
|
3
|
-
"Profile": [
|
|
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
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"value": "Not at all"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"title": "Over the last 2 weeks, how often have you been bothered by feeling afraid, as if something awful might happen?",
|
|
110
|
-
"value": "More than half the days"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"title": "If you checked any problems, how difficult have they made it for you to do your work, take care of things at home, or get along with other people?",
|
|
114
|
-
"value": "Not difficult at all"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"title": "What type of diet do you follow?",
|
|
118
|
-
"value": "Healthy diet"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"title": "In a typical day, how many meals, including main meals and snacks, do you have?",
|
|
122
|
-
"value": "1 to 2 meals a day"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"title": "How physically active are you?",
|
|
126
|
-
"value": "1 to 2.5 hours per week"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"title": "Are you a smoker?",
|
|
130
|
-
"value": "Occasionally"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"title": "Do you drink alcohol?",
|
|
134
|
-
"value": "No"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"title": "How many hours of sleep do you get on average per night?",
|
|
138
|
-
"value": "5 to 6 hours"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"title": "How satisfied are you with your sleep over the past 2 weeks?",
|
|
142
|
-
"value": "Neither satisfied nor dissatisfied"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"title": "How many times per week do you meet with friends or family?",
|
|
146
|
-
"value": "1 to 2 times per week"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"title": "Overall, how satisfied are you with your social life?",
|
|
150
|
-
"value": "Satisfied"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"title": "How much water do you drink on average per day?",
|
|
154
|
-
"value": "Less than 1 liter per day"
|
|
155
|
-
}
|
|
156
|
-
],
|
|
3
|
+
"Profile": [{"title": "What is your gender?", "value": "Male"}, {
|
|
4
|
+
"title": "When is your birthday?",
|
|
5
|
+
"value": "51 years"
|
|
6
|
+
}, {"title": "What is your height?", "value": "178 cm"}, {
|
|
7
|
+
"title": "What is your weight?",
|
|
8
|
+
"value": "90 kg"
|
|
9
|
+
}, {
|
|
10
|
+
"title": "Do you have any of the following conditions?",
|
|
11
|
+
"value": "Asthma"
|
|
12
|
+
}, {
|
|
13
|
+
"title": "Do you take any of the following medications?",
|
|
14
|
+
"value": "None"
|
|
15
|
+
}, {
|
|
16
|
+
"title": "Do you have a family history of any condition?",
|
|
17
|
+
"value": "Diabetes: No one | High blood pressure: No one"
|
|
18
|
+
}, {
|
|
19
|
+
"title": "Do you have a persistent cough, whether with or without mucus?",
|
|
20
|
+
"value": "No"
|
|
21
|
+
}, {
|
|
22
|
+
"title": "Do you have difficulty breathing more than other people with a similar age and fitness level?",
|
|
23
|
+
"value": "Sometimes"
|
|
24
|
+
}, {
|
|
25
|
+
"title": "How often do you reach out for your phone while reading a book, attending a meeting, watching TV, or doing other activities?",
|
|
26
|
+
"value": "Quite often"
|
|
27
|
+
}, {
|
|
28
|
+
"title": "How often do you forget where you put things like your keys, wallet, glasses, etc.?",
|
|
29
|
+
"value": "Seldom"
|
|
30
|
+
}, {
|
|
31
|
+
"title": "Over the last 2 weeks, how often have you been bothered by having little interest or pleasure in doing things?",
|
|
32
|
+
"value": "Several days"
|
|
33
|
+
}, {
|
|
34
|
+
"title": "Over the last 2 weeks, how often have you been bothered by feeling down, depressed, or hopeless?",
|
|
35
|
+
"value": "More than half the days"
|
|
36
|
+
}, {
|
|
37
|
+
"title": "Over the last 2 weeks, how often have you been bothered by trouble falling or staying asleep, or sleeping too much?",
|
|
38
|
+
"value": "Several days"
|
|
39
|
+
}, {
|
|
40
|
+
"title": "Over the last 2 weeks, how often have you been bothered by feeling tired or having little energy?",
|
|
41
|
+
"value": "Not at all"
|
|
42
|
+
}, {
|
|
43
|
+
"title": "Over the last 2 weeks, how often have you been bothered by poor appetite or overeating?",
|
|
44
|
+
"value": "Not at all"
|
|
45
|
+
}, {
|
|
46
|
+
"title": "Over the last 2 weeks, how often have you been bothered by feeling bad about yourself or that you are a failure or have let yourself or your family down?",
|
|
47
|
+
"value": "More than half the days"
|
|
48
|
+
}, {
|
|
49
|
+
"title": "Over the last 2 weeks, how often have you been bothered by trouble concentrating on things, such as reading the newspaper or watching television?",
|
|
50
|
+
"value": "Several days"
|
|
51
|
+
}, {
|
|
52
|
+
"title": "Over the last 2 weeks, how often have you been bothered by moving or speaking so slowly that other people could have noticed. Or the opposite being so figety or restless that you have been moving around a lot more than usual?",
|
|
53
|
+
"value": "Not at all"
|
|
54
|
+
}, {
|
|
55
|
+
"title": "Over the last 2 weeks, how often have you been bothered by thoughts that you would be better off dead, or of hurting yourself?",
|
|
56
|
+
"value": "Not at all"
|
|
57
|
+
}, {
|
|
58
|
+
"title": "Over the last 2 weeks, how often have you been bothered by feeling nervous, anxious, or on edge?",
|
|
59
|
+
"value": "Several days"
|
|
60
|
+
}, {
|
|
61
|
+
"title": "Over the last 2 weeks, how often have you been bothered by not being able to stop or control worrying?",
|
|
62
|
+
"value": "More than half the days"
|
|
63
|
+
}, {
|
|
64
|
+
"title": "Over the last 2 weeks, how often have you been bothered by worrying too much about different things?",
|
|
65
|
+
"value": "More than half the days"
|
|
66
|
+
}, {
|
|
67
|
+
"title": "Over the last 2 weeks, how often have you been bothered by trouble relaxing?",
|
|
68
|
+
"value": "Not at all"
|
|
69
|
+
}, {
|
|
70
|
+
"title": "Over the last 2 weeks, how often have you been bothered by being so restless that it is hard to sit still?",
|
|
71
|
+
"value": "Several days"
|
|
72
|
+
}, {
|
|
73
|
+
"title": "Over the last 2 weeks, how often have you been bothered by becoming easily annoyed or irritable?",
|
|
74
|
+
"value": "Not at all"
|
|
75
|
+
}, {
|
|
76
|
+
"title": "Over the last 2 weeks, how often have you been bothered by feeling afraid, as if something awful might happen?",
|
|
77
|
+
"value": "More than half the days"
|
|
78
|
+
}, {
|
|
79
|
+
"title": "If you checked any problems, how difficult have they made it for you to do your work, take care of things at home, or get along with other people?",
|
|
80
|
+
"value": "Not difficult at all"
|
|
81
|
+
}, {
|
|
82
|
+
"title": "What type of diet do you follow?",
|
|
83
|
+
"value": "Healthy diet"
|
|
84
|
+
}, {
|
|
85
|
+
"title": "In a typical day, how many meals, including main meals and snacks, do you have?",
|
|
86
|
+
"value": "1 to 2 meals a day"
|
|
87
|
+
}, {"title": "How physically active are you?", "value": "1 to 2.5 hours per week"}, {
|
|
88
|
+
"title": "Are you a smoker?",
|
|
89
|
+
"value": "Occasionally"
|
|
90
|
+
}, {
|
|
91
|
+
"title": "Do you drink alcohol?",
|
|
92
|
+
"value": "No"
|
|
93
|
+
}, {
|
|
94
|
+
"title": "How many hours of sleep do you get on average per night?",
|
|
95
|
+
"value": "5 to 6 hours"
|
|
96
|
+
}, {
|
|
97
|
+
"title": "How satisfied are you with your sleep over the past 2 weeks?",
|
|
98
|
+
"value": "Neither satisfied nor dissatisfied"
|
|
99
|
+
}, {
|
|
100
|
+
"title": "How many times per week do you meet with friends or family?",
|
|
101
|
+
"value": "1 to 2 times per week"
|
|
102
|
+
}, {
|
|
103
|
+
"title": "Overall, how satisfied are you with your social life?",
|
|
104
|
+
"value": "Satisfied"
|
|
105
|
+
}, {"title": "How much water do you drink on average per day?", "value": "Less than 1 liter per day"}],
|
|
157
106
|
"SR": "{\"allergyClasses\":[{\"className\":\"Class 0\",\"color\":\"#41B9D6\",\"formattedMaxValue\":\"0.1\",\"formattedMinValue\":null,\"isNormal\":true,\"lingualReading\":\"Undetectable\",\"maxValue\":0.1,\"minValue\":null,\"name\":\"undetectable\"},{\"className\":\"Class 0/1\",\"color\":\"#87B7CE\",\"formattedMaxValue\":\"0.35\",\"formattedMinValue\":\"0.1\",\"isNormal\":false,\"lingualReading\":\"Very low\",\"maxValue\":0.35,\"minValue\":0.1,\"name\":\"very-low\"},{\"className\":\"Class 1\",\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0.7\",\"formattedMinValue\":\"0.35\",\"isNormal\":false,\"lingualReading\":\"Low\",\"maxValue\":0.7,\"minValue\":0.35,\"name\":\"low\"},{\"className\":\"Class 2\",\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"3.5\",\"formattedMinValue\":\"0.7\",\"isNormal\":false,\"lingualReading\":\"Moderate\",\"maxValue\":3.5,\"minValue\":0.7,\"name\":\"moderate\"},{\"className\":\"Class 3\",\"color\":\"#EE734E\",\"formattedMaxValue\":\"17\",\"formattedMinValue\":\"3.5\",\"isNormal\":false,\"lingualReading\":\"High\",\"maxValue\":17.0,\"minValue\":3.5,\"name\":\"high\"},{\"className\":\"Class 4\",\"color\":\"#E05A5A\",\"formattedMaxValue\":\"50\",\"formattedMinValue\":\"17\",\"isNormal\":false,\"lingualReading\":\"Very high\",\"maxValue\":50.0,\"minValue\":17.0,\"name\":\"very-high\"},{\"className\":\"Class 5\",\"color\":\"#BC2828\",\"formattedMaxValue\":\"100\",\"formattedMinValue\":\"50\",\"isNormal\":false,\"lingualReading\":\"Intense\",\"maxValue\":100.0,\"minValue\":50.0,\"name\":\"intense\"},{\"className\":\"Class 6\",\"color\":\"#0F0F0F\",\"formattedMaxValue\":null,\"formattedMinValue\":\"100\",\"isNormal\":false,\"lingualReading\":\"very-intense\",\"maxValue\":null,\"minValue\":100.0,\"name\":\"very-intense\"}],\"allergyItems\":[],\"approvalDate\":\"18/03/2025\",\"approvedBy\":\"\",\"atcd\":{\"biomarker\":null,\"question\":[]},\"copyright\":\"\",\"customRangeAllergyItems\":[],\"doctorNote\":[],\"forPatient\":true,\"isRectified\":false,\"items\":[{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"data:image/png;base64,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\",\"insights\":[],\"name\":\"Health Risk Calculators\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[],\"panelId\":2244,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":null,\"formattedNormalRangeMin\":null,\"formattedValue\":\"Moderate risk\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"history\":[],\"id\":4030,\"insightsCount\":4,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Moderate risk\",\"methodType\":null,\"name\":\"Diab-R\",\"normalRangeMax\":null,\"normalRangeMin\":null,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":false,\"status\":1,\"type\":0,\"unit\":\"\",\"value\":\"moderate-risk\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":null,\"name\":\"Diab-R\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":null,\"name\":\"Diab-R\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#EE734E\",\"content\":\"According to the information you provided you have a moderate risk of developing type 2 diabetes in the upcoming 10 years (calculated according to FINDRISC). <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/low_cardiovascular.png\",\"id\":1322,\"introductoryStatement\":\"According to the information you provided you have a moderate risk of developing type 2 diabetes in the upcoming 10 years (calculated according to FINDRISC).\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":4,\"name\":\"Diab-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"You have a moderate risk of developing diabetes\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your diabetes mellitus risk calculator (Diab-R) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your diabetes mellitus risk calculator (Diab-R) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":4,\"name\":\"Diab-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"You are capable of more than you know. Take 20 to 30 minutes of your day to exercise. You can even get creative with it to avoid boredom by taking a brisk walk, going for a bike ride or swimming. <br/> <br/><b>Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.</b>\",\"detailedList\":null,\"disclaimer\":\"Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-risk-2@3x.png\",\"id\":102,\"introductoryStatement\":\"You are capable of more than you know. Take 20 to 30 minutes of your day to exercise. You can even get creative with it to avoid boredom by taking a brisk walk, going for a bike ride or swimming.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":5,\"name\":\"FBS\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":4,\"name\":\"Diab-R\",\"status\":1}],\"stackedInsight\":778,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Activity.png\",\"name\":\"Physical Activity\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"3 out of 10 diabetes cases are caused by physical inactivity. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-stats-2@3x.png\",\"id\":778,\"introductoryStatement\":\"3 out of 10 diabetes cases are caused by physical inactivity.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":5,\"name\":\"FBS\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Diabetes Mellitus Risk Calculator\",\"insightsCount\":4,\"name\":\"Diab-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Activity.png\",\"name\":\"Physical Activity\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":null,\"formattedNormalRangeMin\":null,\"formattedValue\":\"High risk\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"history\":[],\"id\":4029,\"insightsCount\":6,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"High risk\",\"methodType\":null,\"name\":\"CVD-R\",\"normalRangeMax\":null,\"normalRangeMin\":null,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":false,\"status\":1,\"type\":0,\"unit\":\"\",\"value\":\"high-risk\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":null,\"name\":\"CVD-R\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":null,\"name\":\"CVD-R\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#EE734E\",\"content\":\"According to the information you provided you have a high risk of developing a cardiovascular disease in the upcoming 10 years (calculated according to SCORE). <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/low_cardiovascular.png\",\"id\":1318,\"introductoryStatement\":\"According to the information you provided you have a high risk of developing a cardiovascular disease in the upcoming 10 years (calculated according to SCORE).\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"You have a high risk of developing a cardiovascular disease\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your cardiovascular disease risk calculator (CVD-R) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your cardiovascular disease risk calculator (CVD-R) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Losing excess weight is beneficial to your health in all kinds of ways, from lowering your cholesterol to preventing heart disease. A healthy weight can also prevent complications stemming from existing conditions, such as type 2 diabetes and high blood pressure, among others. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-risk-2@3x.png\",\"id\":261,\"introductoryStatement\":\"Losing excess weight is beneficial to your health in all kinds of ways, from lowering your cholesterol to preventing heart disease. A healthy weight can also prevent complications stemming from existing conditions, such as type 2 diabetes and high blood pressure, among others.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1},{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1}],\"stackedInsight\":773,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Around 2 out of 10 ischemic heart disease cases are attributable to obesity. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-stats-2@3x.png\",\"id\":773,\"introductoryStatement\":\"Around 2 out of 10 ischemic heart disease cases are attributable to obesity.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Quit while you are ahead and do your heart the favor it deserves! Smoking can adversely affect the heart's health and increase the risk of serious health conditions. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-risk-2@3x.png\",\"id\":242,\"introductoryStatement\":\"Quit while you are ahead and do your heart the favor it deserves! Smoking can adversely affect the heart's health and increase the risk of serious health conditions.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1}],\"stackedInsight\":782,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Smoking.png\",\"name\":\"Smoking\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"One year after quitting smoking, the risk for heart disease is reduced by half. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-stats-2@3x.png\",\"id\":782,\"introductoryStatement\":\"One year after quitting smoking, the risk for heart disease is reduced by half.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Cardiovascular Disease Risk Calculator\",\"insightsCount\":6,\"name\":\"CVD-R\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Smoking.png\",\"name\":\"Smoking\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"custom_panel_icon.png\",\"insights\":[],\"name\":\"HBA1C\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"HBA1COP0026027310781\",\"name\":\"HBA1C\",\"notes\":[],\"sample\":null}],\"panelId\":2229,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"5.6\",\"formattedNormalRangeMin\":\"4\",\"formattedValue\":\"5.5\",\"fullName\":\"HBA1C\",\"history\":[],\"id\":3988,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"HbA1c\",\"normalRangeMax\":5.6,\"normalRangeMin\":4.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"5.6\",\"formattedMinValue\":\"4\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":5.6,\"minValue\":4.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"6.4\",\"formattedMinValue\":\"5.7\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":6.4,\"minValue\":5.7,\"name\":\"Increased-risk-for-diabetes\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"7\",\"formattedMinValue\":\"6.5\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":7.0,\"minValue\":6.5,\"name\":\"May-indicate-diabetes\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":null,\"formattedMinValue\":\"7\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":7.1,\"name\":\"Uncontrolled-diabetes\"}],\"relatedInsights\":[],\"sample\":\"Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"%\",\"value\":\"5.5\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"LIPID PROFILE (CHOL,TRIG,HDL,LDL)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"LIPID PROFILE (CHOL,TRIG,HDL,LDL)OP0026027310781\",\"name\":\"LIPID PROFILE (CHOL,TRIG,HDL,LDL)\",\"notes\":[],\"sample\":null}],\"panelId\":2230,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"5.17\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"5\",\"fullName\":\"Cholesterol (Total)\",\"history\":[],\"id\":3989,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Desirable\",\"methodType\":null,\"name\":\"TCH\",\"normalRangeMax\":5.17,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"5.18\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":5.17,\"minValue\":0.0,\"name\":\"Desirable\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"6.19\",\"formattedMinValue\":\"5.18\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":6.19,\"minValue\":5.18,\"name\":\"Borderline\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"6.19\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":6.2,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"5\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#F7AA2E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"2.59\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"2.9\",\"fullName\":\"LDL Cholesterol (DLDL)\",\"history\":[],\"id\":3990,\"insightsCount\":2,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Near optimal\",\"methodType\":null,\"name\":\"LDL\",\"normalRangeMax\":2.59,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"2.59\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":2.59,\"minValue\":0.0,\"name\":\"Optimal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"3.34\",\"formattedMinValue\":\"2.6\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":3.34,\"minValue\":2.6,\"name\":\"Near optimal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"4.11\",\"formattedMinValue\":\"3.35\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":4.11,\"minValue\":3.35,\"name\":\"Borderline high\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"4.89\",\"formattedMinValue\":\"4.12\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":4.89,\"minValue\":4.12,\"name\":\"High\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":null,\"formattedMinValue\":\"4.89\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":4.9,\"name\":\"Very high\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"2.90\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your low-density lipoprotein cholesterol (LDL) level is near optimal. Low-density lipoprotein cholesterol is primarily made up of cholesterol with a small amount of protein. It is often called the \\\"bad\\\" cholesterol because it deposits excess cholesterol on blood vessel walls and contributes to the hardening of the arteries. <br><br>A near optimal low-density lipoprotein cholesterol level is not usually a cause for concern.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":191,\"introductoryStatement\":\"Your low-density lipoprotein cholesterol (LDL) level is near optimal.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"LDL Cholesterol (DLDL)\",\"insightsCount\":2,\"name\":\"LDL\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms.\",\"summary\":\"<br><br>A near optimal low-density lipoprotein cholesterol level is not usually a cause for concern.<br><br>\",\"testExplained\":\"<br/> Low-density lipoprotein cholesterol is primarily made up of cholesterol with a small amount of protein. It is often called the \\\"bad\\\" cholesterol because it deposits excess cholesterol on blood vessel walls and contributes to the hardening of the arteries.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The low-density lipoprotein cholesterol (LDL) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions. Since doctors will often base their treatment decisions on low-density lipoprotein cholesterol levels, this test may also be used for monitoring after starting a diet or workout plan. It may also be used to determine whether or not prescribing lipid-lowering medications would be useful.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The low-density lipoprotein cholesterol (LDL) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions. Since doctors will often base their treatment decisions on low-density lipoprotein cholesterol levels, this test may also be used for monitoring after starting a diet or workout plan. It may also be used to determine whether or not prescribing lipid-lowering medications would be useful.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"LDL Cholesterol (DLDL)\",\"insightsCount\":null,\"name\":\"LDL\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"You may be asked to fast for 12 hours before the test, with nothing to eat or drink except water. Your doctor will give you specific instructions to stop taking certain medications that can affect the test results. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as well as any health condition.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"You may be asked to fast for 12 hours before the test, with nothing to eat or drink except water. Your doctor will give you specific instructions to stop taking certain medications that can affect the test results. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as well as any health condition.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"LDL Cholesterol (DLDL)\",\"insightsCount\":null,\"name\":\"LDL\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Choose healthier sources of fat, including leaner cuts of meat, low-fat dairy, and monounsaturated fats found in olive and canola oils. <br/> <br/><b>Always try to discuss changes in your diet with your doctor and make sure you are not allergic to any of the foods mentioned above before adding them to your diet.</b>\",\"detailedList\":null,\"disclaimer\":\"Always try to discuss changes in your diet with your doctor and make sure you are not allergic to any of the foods mentioned above before adding them to your diet.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":168,\"introductoryStatement\":\"Choose healthier sources of fat, including leaner cuts of meat, low-fat dairy, and monounsaturated fats found in olive and canola oils.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":4,\"name\":\"TRIG\",\"status\":1},{\"color\":\"#F7AA2E\",\"fullName\":\"LDL Cholesterol (DLDL)\",\"insightsCount\":2,\"name\":\"LDL\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#F7AA2E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"1.69\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"1.9\",\"fullName\":\"Triglycerides (TG)\",\"history\":[],\"id\":3991,\"insightsCount\":4,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Borderline high\",\"methodType\":null,\"name\":\"TRIG\",\"normalRangeMax\":1.69,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"1.7\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":1.69,\"minValue\":0.0,\"name\":\"Desirable\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"2.25\",\"formattedMinValue\":\"1.7\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":2.25,\"minValue\":1.7,\"name\":\"Borderline high\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"5.64\",\"formattedMinValue\":\"2.26\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":5.64,\"minValue\":2.26,\"name\":\"High\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":null,\"formattedMinValue\":\"5.64\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":5.65,\"name\":\"Very high\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"1.90\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your triglycerides (TRIG) level is mildly higher than the reference range. Your body converts food into calories for you to use as energy. Leftover or unused calories for energy are stored in the form of fat known as triglycerides. The more calories you eat beyond what your body requires, the higher your triglycerides level may be. <br><br>A high triglycerides level may be associated with following an unhealthy lifestyle, being overweight, and having certain medical conditions such as diabetes, among other causes.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":59,\"introductoryStatement\":\"Your triglycerides (TRIG) level is mildly higher than the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":4,\"name\":\"TRIG\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms.\",\"summary\":\"<br><br>A high triglycerides level may be associated with following an unhealthy lifestyle, being overweight, and having certain medical conditions such as diabetes, among other causes.<br><br>\",\"testExplained\":\"<br/> Your body converts food into calories for you to use as energy. Leftover or unused calories for energy are stored in the form of fat known as triglycerides. The more calories you eat beyond what your body requires, the higher your triglycerides level may be.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The triglycerides (TRIG) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The triglycerides (TRIG) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":null,\"name\":\"TRIG\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"Your doctor will give you specific instructions. However, you may need to fast for 12 hours before the test, with nothing to eat or drink except water. Moreover, you should not consume alcohol for 24 hours immediately before the test. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"Your doctor will give you specific instructions. However, you may need to fast for 12 hours before the test, with nothing to eat or drink except water. Moreover, you should not consume alcohol for 24 hours immediately before the test. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":null,\"name\":\"TRIG\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your triglycerides (TRIG) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your triglycerides (TRIG) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":4,\"name\":\"TRIG\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Elevated serum triglycerides can be associated with an increased risk for pancreatitis, and coronary heart disease, among other conditions. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":144,\"introductoryStatement\":\"Elevated serum triglycerides can be associated with an increased risk for pancreatitis, and coronary heart disease, among other conditions.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Triglycerides (TG)\",\"insightsCount\":4,\"name\":\"TRIG\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#F7AA2E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"0\",\"formattedNormalRangeMin\":\"1.62\",\"formattedValue\":\"1.5\",\"fullName\":\"HDL Cholesterol (HDL)\",\"history\":[],\"id\":3992,\"insightsCount\":1,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Moderate risk\",\"methodType\":null,\"name\":\"HDL\",\"normalRangeMax\":0.0,\"normalRangeMin\":1.62,\"normalRangeType\":3,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"0.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":0.99,\"minValue\":0.0,\"name\":\"High risk\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"1.61\",\"formattedMinValue\":\"1\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":1.61,\"minValue\":1.0,\"name\":\"Moderate risk\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0\",\"formattedMinValue\":\"1.61\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":0.0,\"minValue\":1.62,\"name\":\"No risk\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"1.5\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your high-density lipoprotein cholesterol (HDL) level is borderline low. High-density lipoprotein cholesterol is the well-behaved or \\\"good cholesterol.\\\" This friendly scavenger cruises your bloodstream and removes harmful cholesterol from where it does not belong, taking it back to the liver where it can be reprocessed. <br><br>A low high-density lipoprotein cholesterol may be associated with taking certain medication, hereditary lipid disorders, and genetic disorders, among other conditions. It is thought to accelerate the development of atherosclerosis, among others, and should be addressed by your healthcare provider. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":193,\"introductoryStatement\":\"Your high-density lipoprotein cholesterol (HDL) level is borderline low.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"HDL Cholesterol (HDL)\",\"insightsCount\":1,\"name\":\"HDL\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"<br><br>A low high-density lipoprotein cholesterol may be associated with taking certain medication, hereditary lipid disorders, and genetic disorders, among other conditions. It is thought to accelerate the development of atherosclerosis, among others, and should be addressed by your healthcare provider.\",\"testExplained\":\"<br/> High-density lipoprotein cholesterol is the well-behaved or \\\"good cholesterol.\\\" This friendly scavenger cruises your bloodstream and removes harmful cholesterol from where it does not belong, taking it back to the liver where it can be reprocessed.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The high-density lipoprotein cholesterol (HDL) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The high-density lipoprotein cholesterol (HDL) blood test is part of the lipid panel, which is used for a routine health check. This test is performed to predict the risk of developing cardiovascular disease (CVD), among other conditions.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"HDL Cholesterol (HDL)\",\"insightsCount\":null,\"name\":\"HDL\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"You may be asked to fast for 12 hours before the test, with nothing to eat or drink except water. Your doctor will give you specific instructions to stop taking certain medications that can affect the test results. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as well as any health condition.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"You may be asked to fast for 12 hours before the test, with nothing to eat or drink except water. Your doctor will give you specific instructions to stop taking certain medications that can affect the test results. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as well as any health condition.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"HDL Cholesterol (HDL)\",\"insightsCount\":null,\"name\":\"HDL\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"custom_panel_icon.png\",\"insights\":[],\"name\":\"FBC - (FULL BLOOD COUNT)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"FBC - (FULL BLOOD COUNT)OP0026027310781\",\"name\":\"FBC - (FULL BLOOD COUNT)\",\"notes\":[],\"sample\":null}],\"panelId\":2231,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"0.1\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"0\",\"fullName\":\"Basophils\",\"history\":[],\"id\":3993,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"Baso-A\",\"normalRangeMax\":0.1,\"normalRangeMin\":0.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0.1\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":0.1,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"0.1\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":0.11,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"0\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"0.5\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"0.18\",\"fullName\":\"Eosinophils\",\"history\":[],\"id\":3994,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"Eos-A\",\"normalRangeMax\":0.5,\"normalRangeMin\":0.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0.5\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":0.5,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"0.5\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":0.51,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"0.18\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"17.5\",\"formattedNormalRangeMin\":\"13\",\"formattedValue\":\"12.4\",\"fullName\":\"Haemoglobin\",\"history\":[],\"id\":3995,\"insightsCount\":3,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Low\",\"methodType\":null,\"name\":\"Hgb\",\"normalRangeMax\":17.5,\"normalRangeMin\":13.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"12.9\",\"formattedMinValue\":\"2\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":12.9,\"minValue\":2.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"17.5\",\"formattedMinValue\":\"13\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":17.5,\"minValue\":13.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"17.5\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":17.6,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"g/dL\",\"value\":\"12.4\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your red blood cell parameters are imbalanced. Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color. <br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":2322,\"introductoryStatement\":\"Your red blood cell parameters are imbalanced.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":3,\"name\":\"HCT\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":3,\"name\":\"RBC\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":3,\"name\":\"Hgb\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms.\",\"summary\":\"<br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br>\",\"testExplained\":\"<br/> Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color.\",\"title\":\"\",\"toleranceText\":\"Please note that your result is very close to the reference range. Slight increases and decreases are normal and should not be a cause for alarm.\",\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/gender_icon.png\",\"name\":\"Gender\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The hemoglobin (Hgb) blood test is performed to check on overall health and to identify or monitor conditions, such as anemia.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The hemoglobin (Hgb) blood test is performed to check on overall health and to identify or monitor conditions, such as anemia.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":null,\"name\":\"Hgb\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"If your blood is only being tested for hemoglobin (Hgb), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"If your blood is only being tested for hemoglobin (Hgb), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":null,\"name\":\"Hgb\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your hemoglobin (Hgb) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your hemoglobin (Hgb) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":3,\"name\":\"Hgb\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Left untreated, anemia can lead to a rapid heart rate. This occurs as a result of the lack of oxygen in the blood, which causes your heart to pump more blood to compensate. This can overburden your heart. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":387,\"introductoryStatement\":\"Left untreated, anemia can lead to a rapid heart rate. This occurs as a result of the lack of oxygen in the blood, which causes your heart to pump more blood to compensate. This can overburden your heart.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":3,\"name\":\"RBC\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":3,\"name\":\"HCT\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":3,\"name\":\"Hgb\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/gender_icon.png\",\"name\":\"Gender\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"3.2\",\"formattedNormalRangeMin\":\"1\",\"formattedValue\":\"1.2\",\"fullName\":\"Lymphocytes\",\"history\":[],\"id\":3996,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"ALC\",\"normalRangeMax\":3.2,\"normalRangeMin\":1.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"0.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":0.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"3.2\",\"formattedMinValue\":\"1\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":3.2,\"minValue\":1.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"3.2\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":3.21,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"1.20\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"1.1\",\"formattedNormalRangeMin\":\"0.3\",\"formattedValue\":\"0.3\",\"fullName\":\"Monocytes\",\"history\":[],\"id\":3997,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"AMC\",\"normalRangeMax\":1.1,\"normalRangeMin\":0.3,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"0.29\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":0.29,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"1.1\",\"formattedMinValue\":\"0.3\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":1.1,\"minValue\":0.3,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"1.1\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":1.11,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"0.3\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"7.6\",\"formattedNormalRangeMin\":\"1.7\",\"formattedValue\":\"1.8\",\"fullName\":\"Neutrophils\",\"history\":[],\"id\":3998,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"ANC\",\"normalRangeMax\":7.6,\"normalRangeMin\":1.7,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"1.69\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":1.69,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"7.6\",\"formattedMinValue\":\"1.7\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":7.6,\"minValue\":1.7,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"7.6\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":7.609999999999999,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"1.80\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"450\",\"formattedNormalRangeMin\":\"150\",\"formattedValue\":\"160\",\"fullName\":\"Platelet Count\",\"history\":[],\"id\":3999,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"PLT\",\"normalRangeMax\":450.0,\"normalRangeMin\":150.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"149\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":149.0,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"450\",\"formattedMinValue\":\"150\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":450.0,\"minValue\":150.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"450\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":451.0,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"160\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"5.9\",\"formattedNormalRangeMin\":\"4.5\",\"formattedValue\":\"4.2\",\"fullName\":\"Red Cell Count\",\"history\":[],\"id\":4000,\"insightsCount\":3,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Low\",\"methodType\":null,\"name\":\"RBC\",\"normalRangeMax\":5.9,\"normalRangeMin\":4.5,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"4.49\",\"formattedMinValue\":\"1\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":4.49,\"minValue\":1.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"5.9\",\"formattedMinValue\":\"4.5\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":5.9,\"minValue\":4.5,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"5.9\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":5.91,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10⁶/uL\",\"value\":\"4.2\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your red blood cell parameters are imbalanced. Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color. <br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":2322,\"introductoryStatement\":\"Your red blood cell parameters are imbalanced.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":3,\"name\":\"HCT\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":3,\"name\":\"RBC\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":3,\"name\":\"Hgb\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms.\",\"summary\":\"<br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br>\",\"testExplained\":\"<br/> Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/gender_icon.png\",\"name\":\"Gender\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The red blood cells (RBC) count is a blood test used as a part of a general check-up to screen for a variety of conditions. This test may also help in identifying and monitoring treatments of various disorders that affect the production or lifespan of red blood cells.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The red blood cells (RBC) count is a blood test used as a part of a general check-up to screen for a variety of conditions. This test may also help in identifying and monitoring treatments of various disorders that affect the production or lifespan of red blood cells.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":null,\"name\":\"RBC\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"If your red blood cells (RBC) count is only being done as part of a complete blood count (CBC), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"If your red blood cells (RBC) count is only being done as part of a complete blood count (CBC), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":null,\"name\":\"RBC\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your red blood cells (RBC) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your red blood cells (RBC) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":3,\"name\":\"RBC\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"11\",\"formattedNormalRangeMin\":\"4\",\"formattedValue\":\"10\",\"fullName\":\"White Cell Count\",\"history\":[],\"id\":4001,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"WBC\",\"normalRangeMax\":11.0,\"normalRangeMin\":4.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"3.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":3.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"11\",\"formattedMinValue\":\"4\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":11.0,\"minValue\":4.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"300\",\"formattedMinValue\":\"11.01\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":300.0,\"minValue\":11.01,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"10³/uL\",\"value\":\"10\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"47\",\"formattedNormalRangeMin\":\"37\",\"formattedValue\":\"35\",\"fullName\":\"HCT(PCV)\",\"history\":[],\"id\":4002,\"insightsCount\":3,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Low\",\"methodType\":null,\"name\":\"HCT\",\"normalRangeMax\":47.0,\"normalRangeMin\":37.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"36.99\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":36.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"47\",\"formattedMinValue\":\"37\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":47.0,\"minValue\":37.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"47\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":47.01,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"%\",\"value\":\"35\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your red blood cell parameters are imbalanced. Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color. <br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":2322,\"introductoryStatement\":\"Your red blood cell parameters are imbalanced.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":3,\"name\":\"HCT\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Red Cell Count\",\"insightsCount\":3,\"name\":\"RBC\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Haemoglobin\",\"insightsCount\":3,\"name\":\"Hgb\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results depending on your health profile and other symptoms.\",\"summary\":\"<br><br>Taken together, your red blood cell parameters suggest that you may have anemia. Anemia occurs when your body does not have enough healthy red blood cells to carry adequate oxygen to the tissues, which may result in tiredness and weakness. Anemia can also occur if your red blood cells do not contain enough hemoglobin.<br><br>\",\"testExplained\":\"<br/> Hemoglobin is an iron-rich protein in red blood cells that collects oxygen in the lungs and releases it throughout the body, in order to generate the energy necessary for cell survival. Hemoglobin gives blood its red color.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/gender_icon.png\",\"name\":\"Gender\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The hematocrit (HCT) blood test can be performed to screen for, identify or monitor some conditions and diseases that affect how much of the blood is made up of red blood cells. The hematocrit test is often used to screen for anemia. While a hematocrit test can suggest if there is a problem with the number of red blood cells, it cannot determine the underlying cause.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The hematocrit (HCT) blood test can be performed to screen for, identify or monitor some conditions and diseases that affect how much of the blood is made up of red blood cells. The hematocrit test is often used to screen for anemia. While a hematocrit test can suggest if there is a problem with the number of red blood cells, it cannot determine the underlying cause.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":null,\"name\":\"HCT\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"If your blood is only being tested for hematocrit (HCT), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"If your blood is only being tested for hematocrit (HCT), you can eat and drink normally before the test. However, if your blood sample will be used for additional tests you may need to fast before the test. Your doctor will give you specific instructions. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":null,\"name\":\"HCT\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your hematocrit (HCT) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your hematocrit (HCT) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"HCT(PCV)\",\"insightsCount\":3,\"name\":\"HCT\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"16.2\",\"formattedNormalRangeMin\":\"12.1\",\"formattedValue\":\"14\",\"fullName\":\"RDW\",\"history\":[],\"id\":4003,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"RDW-CV\",\"normalRangeMax\":16.2,\"normalRangeMin\":12.1,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"12.09\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":12.09,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"16.2\",\"formattedMinValue\":\"12.1\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":16.2,\"minValue\":12.1,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"16.2\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":16.21,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"EDTA Whole Blood\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"%\",\"value\":\"14\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"custom_panel_icon.png\",\"insights\":[],\"name\":\"UREA NITROGEN\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"UREA NITROGENOP0026027310781\",\"name\":\"UREA NITROGEN\",\"notes\":[],\"sample\":null}],\"panelId\":2232,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"7.14\",\"formattedNormalRangeMin\":\"2.14\",\"formattedValue\":\"7\",\"fullName\":\"Urea Nitrogen\",\"history\":[],\"id\":4004,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"BUN\",\"normalRangeMax\":7.14,\"normalRangeMin\":2.14,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"2.13\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":2.13,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"7.14\",\"formattedMinValue\":\"2.14\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":7.14,\"minValue\":2.14,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"7.14\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":7.15,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"7\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"CREATININE (CR)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"CREATININE (CR)OP0026027310781\",\"name\":\"CREATININE (CR)\",\"notes\":[],\"sample\":null}],\"panelId\":2233,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"0\",\"formattedNormalRangeMin\":\"62\",\"formattedValue\":\"81\",\"fullName\":\"eGFR\",\"history\":[],\"id\":4005,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"eGFR\",\"normalRangeMax\":0.0,\"normalRangeMin\":62.0,\"normalRangeType\":3,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"61\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":61.0,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0\",\"formattedMinValue\":\"61\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":0.0,\"minValue\":62.0,\"name\":\"Normal\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mL/min/1.73m²\",\"value\":\"81\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"115\",\"formattedNormalRangeMin\":\"80\",\"formattedValue\":\"99\",\"fullName\":\"CREATININE (CR)\",\"history\":[],\"id\":4006,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"CREAT\",\"normalRangeMax\":115.0,\"normalRangeMin\":80.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"79.9\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":79.9,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"115\",\"formattedMinValue\":\"80\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":115.0,\"minValue\":80.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"115\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":115.1,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"umol/L\",\"value\":\"99.0\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"TSH (THYROID STIMULATING HORMONE)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"TSH (THYROID STIMULATING HORMONE)OP0026027310781\",\"name\":\"TSH (THYROID STIMULATING HORMONE)\",\"notes\":[],\"sample\":null}],\"panelId\":2234,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"4.2\",\"formattedNormalRangeMin\":\"0.27\",\"formattedValue\":\"0.1\",\"fullName\":\"Thyroid Stimulating Hormone\",\"history\":[],\"id\":4007,\"insightsCount\":3,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Low\",\"methodType\":null,\"name\":\"TSH\",\"normalRangeMax\":4.2,\"normalRangeMin\":0.27,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"0.2699\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":0.2699,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"4.2\",\"formattedMinValue\":\"0.27\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":4.2,\"minValue\":0.27,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"4.2\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":4.2001,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"uIU/ml\",\"value\":\"0.1\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your thyroid-stimulating hormone (TSH) level is below the reference range. Thyroid-stimulating hormone is a hormone secreted by the pituitary gland to regulate the production of other hormones secreted by the thyroid gland such as thyroxine (T4) and triiodothyronine (T3). <br><br>High levels of thyroid hormones can cause decreased levels of the thyroid-stimulating hormone to be produced, in an attempt to restrict additional thyroid hormone production. Accordingly, low thyroid-stimulating hormone levels could be caused by conditions related to inadequate thyroid-stimulating hormone production by the pituitary gland or overproduction of thyroid hormones by the thyroid gland, among other causes.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":414,\"introductoryStatement\":\"Your thyroid-stimulating hormone (TSH) level is below the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Thyroid Stimulating Hormone\",\"insightsCount\":3,\"name\":\"TSH\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms.\",\"summary\":\"<br><br>High levels of thyroid hormones can cause decreased levels of the thyroid-stimulating hormone to be produced, in an attempt to restrict additional thyroid hormone production. Accordingly, low thyroid-stimulating hormone levels could be caused by conditions related to inadequate thyroid-stimulating hormone production by the pituitary gland or overproduction of thyroid hormones by the thyroid gland, among other causes.<br><br>\",\"testExplained\":\"<br/> Thyroid-stimulating hormone is a hormone secreted by the pituitary gland to regulate the production of other hormones secreted by the thyroid gland such as thyroxine (T4) and triiodothyronine (T3).\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The thyroid-stimulating hormone (TSH) blood test can be performed to screen for thyroid dysfunction, determine the underlying cause of abnormal thyroid function or monitor treatment for an underactive or an overactive thyroid gland. An abnormal thyroid-stimulating hormone test result is usually followed by additional tests to investigate the cause.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The thyroid-stimulating hormone (TSH) blood test can be performed to screen for thyroid dysfunction, determine the underlying cause of abnormal thyroid function or monitor treatment for an underactive or an overactive thyroid gland. An abnormal thyroid-stimulating hormone test result is usually followed by additional tests to investigate the cause.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Thyroid Stimulating Hormone\",\"insightsCount\":null,\"name\":\"TSH\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Thyroid Stimulating Hormone\",\"insightsCount\":null,\"name\":\"TSH\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your thyroid-stimulating hormone (TSH) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your thyroid-stimulating hormone (TSH) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Thyroid Stimulating Hormone\",\"insightsCount\":3,\"name\":\"TSH\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Get back in touch with some stress-relieving activities, and let exercise become your life-long companion. Mild physical exercise is good for your health since it does not only decrease your stress levels but also helps in maintaining a healthy weight and bone density. This is particularly beneficial in the presence of thyroid hormone dysregulations. Remember that there are many other ways to curb stress. <br/> <br/><b>Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.</b>\",\"detailedList\":null,\"disclaimer\":\"Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":347,\"introductoryStatement\":\"Get back in touch with some stress-relieving activities, and let exercise become your life-long companion. Mild physical exercise is good for your health since it does not only decrease your stress levels but also helps in maintaining a healthy weight and bone density. This is particularly beneficial in the presence of thyroid hormone dysregulations. Remember that there are many other ways to curb stress.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Thyroid Stimulating Hormone\",\"insightsCount\":3,\"name\":\"TSH\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"GLUCOSE FASTING (FBS)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"GLUCOSE FASTING (FBS)OP0026027310781\",\"name\":\"GLUCOSE FASTING (FBS)\",\"notes\":[],\"sample\":null}],\"panelId\":2235,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"5.6\",\"formattedNormalRangeMin\":\"3.89\",\"formattedValue\":\"6\",\"fullName\":\"Glucose Fasting (FBS)\",\"history\":[],\"id\":4008,\"insightsCount\":5,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"High\",\"methodType\":null,\"name\":\"FBS\",\"normalRangeMax\":5.6,\"normalRangeMin\":3.89,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":2,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"3.88\",\"formattedMinValue\":\"1\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":3.88,\"minValue\":1.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"5.6\",\"formattedMinValue\":\"3.89\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":5.6,\"minValue\":3.89,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"50\",\"formattedMinValue\":\"5.61\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":50.0,\"minValue\":5.61,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"6.00\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your fasting blood glucose (FBS) level is mildly higher than the reference range. Glucose is the main sugar in your blood. It is your body's primary energy source, and is essential for your cells to function properly. <br><br>Having a mildly high fasting blood glucose level suggests that your blood glucose levels are higher than the reference range, but might not be high enough to be considered as diabetes. High fasting blood glucose levels may be the result of low insulin levels, resistance to insulin, infections, hormone imbalances or other health problems.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":85,\"introductoryStatement\":\"Your fasting blood glucose (FBS) level is mildly higher than the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":5,\"name\":\"FBS\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms.\",\"summary\":\"<br><br>Having a mildly high fasting blood glucose level suggests that your blood glucose levels are higher than the reference range, but might not be high enough to be considered as diabetes. High fasting blood glucose levels may be the result of low insulin levels, resistance to insulin, infections, hormone imbalances or other health problems.<br><br>\",\"testExplained\":\"<br/> Glucose is the main sugar in your blood. It is your body's primary energy source, and is essential for your cells to function properly.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The fasting blood glucose (FBS) test is performed to screen for and detect diabetes and prediabetes, and to monitor high blood glucose levels (hyperglycemia).\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The fasting blood glucose (FBS) test is performed to screen for and detect diabetes and prediabetes, and to monitor high blood glucose levels (hyperglycemia).\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":null,\"name\":\"FBS\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"Your doctor will give you specific instructions. However, you may need to fast for 8 to 12 hours before the test, with nothing to eat or drink except water. You should not take insulin or oral medications, until after your test has been done, unless you are told otherwise by your healthcare provider. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"Your doctor will give you specific instructions. However, you may need to fast for 8 to 12 hours before the test, with nothing to eat or drink except water. You should not take insulin or oral medications, until after your test has been done, unless you are told otherwise by your healthcare provider. Ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":null,\"name\":\"FBS\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your fasting blood glucose (FBS) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your fasting blood glucose (FBS) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":5,\"name\":\"FBS\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Without intervention, your mildly elevated blood sugar levels can possibly develop into diabetes. This can lead to various complications such as problems with the cardiovascular system. Following lifestyle changes and talking to your doctor might help you prevent undesired outcomes. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":114,\"introductoryStatement\":\"Without intervention, your mildly elevated blood sugar levels can possibly develop into diabetes. This can lead to various complications such as problems with the cardiovascular system. Following lifestyle changes and talking to your doctor might help you prevent undesired outcomes.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Glucose Fasting (FBS)\",\"insightsCount\":5,\"name\":\"FBS\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"URIC ACID\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"URIC ACIDOP0026027310781\",\"name\":\"URIC ACID\",\"notes\":[],\"sample\":null}],\"panelId\":2236,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"0.42\",\"formattedNormalRangeMin\":\"0.2\",\"formattedValue\":\"0.6\",\"fullName\":\"Uric Acid\",\"history\":[],\"id\":4009,\"insightsCount\":5,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"High\",\"methodType\":null,\"name\":\"UA\",\"normalRangeMax\":0.42,\"normalRangeMin\":0.2,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":2,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"0.19\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":0.19,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"0.42\",\"formattedMinValue\":\"0.2\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":0.42,\"minValue\":0.2,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"0.42\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":null,\"minValue\":0.43,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"0.60\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your uric acid (UA) level is higher than the reference range. Uric acid is a waste product in your blood that comes from the breakdown of purines, naturally-occurring molecules that are found in both your diet and your body. <br><br>High levels of uric acid suggest that your body is making extra uric acid, or your kidneys are not able to clear enough of it. These levels may cause crystals of uric acid to form in your joints, causing painful inflammation known as gout. It may also result in the collection of uric acid crystals in the kidneys and cause kidney stones.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms, especially if you have symptoms such as swelling and pain in your joints. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":293,\"introductoryStatement\":\"Your uric acid (UA) level is higher than the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":5,\"name\":\"UA\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms, especially if you have symptoms such as swelling and pain in your joints.\",\"summary\":\"<br><br>High levels of uric acid suggest that your body is making extra uric acid, or your kidneys are not able to clear enough of it. These levels may cause crystals of uric acid to form in your joints, causing painful inflammation known as gout. It may also result in the collection of uric acid crystals in the kidneys and cause kidney stones.<br><br>\",\"testExplained\":\"<br/> Uric acid is a waste product in your blood that comes from the breakdown of purines, naturally-occurring molecules that are found in both your diet and your body.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The uric acid (UA) blood test is performed to aid in evaluating and monitoring certain conditions associated with abnormal uric acid levels, such as gout. It can also be used to monitor patients receiving chemotherapy.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The uric acid (UA) blood test is performed to aid in evaluating and monitoring certain conditions associated with abnormal uric acid levels, such as gout. It can also be used to monitor patients receiving chemotherapy.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":null,\"name\":\"UA\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":null,\"name\":\"UA\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your uric acid (UA) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your uric acid (UA) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":5,\"name\":\"UA\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Left untreated, high levels of uric acid may lead to the development of advanced gout, or kidney stones, among other conditions. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":558,\"introductoryStatement\":\"Left untreated, high levels of uric acid may lead to the development of advanced gout, or kidney stones, among other conditions.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":5,\"name\":\"UA\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Drink sufficient amounts of fluid on a daily basis, unless your doctor has told you otherwise. Maintaining a good hydration level is very important for your kidneys' health. Also, it helps increase the excretion of uric acid and lowers its levels. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":583,\"introductoryStatement\":\"Drink sufficient amounts of fluid on a daily basis, unless your doctor has told you otherwise. Maintaining a good hydration level is very important for your kidneys' health. Also, it helps increase the excretion of uric acid and lowers its levels.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":5,\"name\":\"UA\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Hydration_levels.png\",\"name\":\"Hydration Levels\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Losing extra weight can help decrease the risk of developing gout. Try to follow a healthy lifestyle by enjoying a healthy diet and increasing your physical activity. <br/> <br/><b>Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.</b>\",\"detailedList\":null,\"disclaimer\":\"Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":590,\"introductoryStatement\":\"Losing extra weight can help decrease the risk of developing gout. Try to follow a healthy lifestyle by enjoying a healthy diet and increasing your physical activity.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Uric Acid\",\"insightsCount\":5,\"name\":\"UA\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"PSA (PROSTATIC SPECIFIC ANTIGEN) - TOTAL\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"PSA (PROSTATIC SPECIFIC ANTIGEN) - TOTALOP0026027310781\",\"name\":\"PSA (PROSTATIC SPECIFIC ANTIGEN) - TOTAL\",\"notes\":[],\"sample\":null}],\"panelId\":2237,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"2.5\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"1.37\",\"fullName\":\"PSA (Prostatic Specific Antigen) - Total\",\"history\":[],\"id\":4010,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"tPSA\",\"normalRangeMax\":2.5,\"normalRangeMin\":0.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"2.5\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":2.5,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"2.5\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":2.501,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"ng/mL\",\"value\":\"1.370\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"custom_panel_icon.png\",\"insights\":[],\"name\":\"POTASSIUM (K)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"POTASSIUM (K)OP0026027310781\",\"name\":\"POTASSIUM (K)\",\"notes\":[],\"sample\":null}],\"panelId\":2238,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"5.1\",\"formattedNormalRangeMin\":\"3.5\",\"formattedValue\":\"5\",\"fullName\":\"Potassium (K)\",\"history\":[],\"id\":4011,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"K\",\"normalRangeMax\":5.1,\"normalRangeMin\":3.5,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"3.49\",\"formattedMinValue\":\"1\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":3.49,\"minValue\":1.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"5.1\",\"formattedMinValue\":\"3.5\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":5.1,\"minValue\":3.5,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"5.1\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":5.11,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmol/L\",\"value\":\"5.00\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"LIVER FUNCTION TEST\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"LIVER FUNCTION TESTOP0026027310781\",\"name\":\"LIVER FUNCTION TEST\",\"notes\":[],\"sample\":null}],\"panelId\":2239,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"52\",\"formattedNormalRangeMin\":\"35\",\"formattedValue\":\"39\",\"fullName\":\"Albumin (ALB)\",\"history\":[],\"id\":4012,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"Alb\",\"normalRangeMax\":52.0,\"normalRangeMin\":35.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"34.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":34.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"52\",\"formattedMinValue\":\"35\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":52.0,\"minValue\":35.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"52\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":52.01,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"g/L\",\"value\":\"39.00\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"129\",\"formattedNormalRangeMin\":\"40\",\"formattedValue\":\"120\",\"fullName\":\"Alkaline Phosphatase(ALP)\",\"history\":[],\"id\":4013,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"ALP\",\"normalRangeMax\":129.0,\"normalRangeMin\":40.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"39.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":39.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"129\",\"formattedMinValue\":\"40\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":129.0,\"minValue\":40.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"129\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":129.01,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"U/L\",\"value\":\"120\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"49.99\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"20\",\"fullName\":\"ALT (Alanine AminoTransferase)\",\"history\":[],\"id\":4014,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"ALT\",\"normalRangeMax\":49.99,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"50\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":49.99,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"50\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":50.0,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"U/L\",\"value\":\"20\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"49.99\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"44\",\"fullName\":\"AST (Aspartate Aminotransferase)\",\"history\":[],\"id\":4015,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"AST\",\"normalRangeMax\":49.99,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"50\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":49.99,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"50\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":50.0,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"U/L\",\"value\":\"44\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"83\",\"formattedNormalRangeMin\":\"64\",\"formattedValue\":\"65\",\"fullName\":\"Protein (Total)\",\"history\":[],\"id\":4016,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"TP\",\"normalRangeMax\":83.0,\"normalRangeMin\":64.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"63.99\",\"formattedMinValue\":\"0\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":63.99,\"minValue\":0.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"83\",\"formattedMinValue\":\"64\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":83.0,\"minValue\":64.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"83\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":83.01,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"g/L\",\"value\":\"65\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"6.99\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"6\",\"fullName\":\"Direct Bilirubin\",\"history\":[],\"id\":4017,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"DBIL\",\"normalRangeMax\":6.99,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"7\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":6.99,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"7\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":7.0,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"umol/L\",\"value\":\"6.00\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"20.99\",\"formattedNormalRangeMin\":\"0\",\"formattedValue\":\"1.8\",\"fullName\":\"Total Bilirubin\",\"history\":[],\"id\":4018,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"TBIL\",\"normalRangeMax\":20.99,\"normalRangeMin\":0.0,\"normalRangeType\":1,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"21\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":20.99,\"minValue\":0.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":\"21\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":21.0,\"name\":\"High\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"umol/L\",\"value\":\"1.80\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"VITAMIN D3 (25 0H CHOLECALCIFEROL)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"VITAMIN D3 (25 0H CHOLECALCIFEROL)OP0026027310781\",\"name\":\"VITAMIN D3 (25 0H CHOLECALCIFEROL)\",\"notes\":[],\"sample\":null}],\"panelId\":2240,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#E05A5A\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"100\",\"formattedNormalRangeMin\":\"29.01\",\"formattedValue\":\"19\",\"fullName\":\"25-OH Vitamin D\",\"history\":[],\"id\":4019,\"insightsCount\":5,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"deficient\",\"methodType\":null,\"name\":\"Vit. D\",\"normalRangeMax\":100.0,\"normalRangeMin\":29.01,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"20\",\"formattedMinValue\":\"0\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":20.0,\"minValue\":0.0,\"name\":\"Deficient\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"29\",\"formattedMinValue\":\"20.01\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":29.0,\"minValue\":20.01,\"name\":\"Insufficient\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"100\",\"formattedMinValue\":\"29.01\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":100.0,\"minValue\":29.01,\"name\":\"Optimal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"150\",\"formattedMinValue\":\"100.01\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":150.0,\"minValue\":100.01,\"name\":\"Hypervitaminosis\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":null,\"formattedMinValue\":\"150\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":150.01,\"name\":\"Toxicity\"}],\"relatedInsights\":[],\"sample\":\"Serum\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"ng/mL\",\"value\":\"19\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your vitamin D (Vit. D) level is severely lower than the reference range. Vitamin D is essential for your overall health, especially the health of your bones. <br><br>Severely low levels of vitamin D may occur due to an insufficient vitamin D intake from your diet, limited exposure to sunlight, an inability of your kidneys to convert vitamin D to its active form, or an inadequate vitamin D absorption in your digestive tract, among others.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":355,\"introductoryStatement\":\"Your vitamin D (Vit. D) level is severely lower than the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":5,\"name\":\"Vit. D\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Further tests may be required for an accurate assessment of your results, depending on your health profile and other symptoms.\",\"summary\":\"<br><br>Severely low levels of vitamin D may occur due to an insufficient vitamin D intake from your diet, limited exposure to sunlight, an inability of your kidneys to convert vitamin D to its active form, or an inadequate vitamin D absorption in your digestive tract, among others.<br><br>\",\"testExplained\":\"<br/> Vitamin D is essential for your overall health, especially the health of your bones.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The vitamin D (Vit. D) blood test is performed to help detect disorders that occur as a result of a vitamin D deficiency or in patients experiencing symptoms of vitamin D deficiency. It may also be used to monitor the effectiveness of treatment if vitamin D supplements are being used.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The vitamin D (Vit. D) blood test is performed to help detect disorders that occur as a result of a vitamin D deficiency or in patients experiencing symptoms of vitamin D deficiency. It may also be used to monitor the effectiveness of treatment if vitamin D supplements are being used.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":null,\"name\":\"Vit. D\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":null,\"name\":\"Vit. D\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#F7AA2E\",\"content\":\"It is recommended that you schedule a visit to your doctor to discuss your vitamin D (Vit. D) results. You can ignore this if your doctor already knows about it.\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png\",\"id\":216,\"introductoryStatement\":\"It is recommended that you schedule a visit to your doctor to discuss your vitamin D (Vit. D) results. You can ignore this if your doctor already knows about it.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":5,\"name\":\"Vit. D\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"Recommended\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"With age, your skin doesn't make as much vitamin D in response to sun exposure. Try to increase your outdoor activity time to sunlight (10-20 minutes/day) in order to get sufficient amount of vitamin D. Discuss with your doctor the duration and timing of your sun exposure to ensure you are getting the right amount of vitamin D. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":547,\"introductoryStatement\":\"With age, your skin doesn't make as much vitamin D in response to sun exposure. Try to increase your outdoor activity time to sunlight (10-20 minutes/day) in order to get sufficient amount of vitamin D. Discuss with your doctor the duration and timing of your sun exposure to ensure you are getting the right amount of vitamin D.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":5,\"name\":\"Vit. D\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Vitamin D deficiency is associated with many conditions such as osteoporosis, and heart diseases, among others. Work with your doctor to find a suitable treatment and discuss the need for vitamin D supplements. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":548,\"introductoryStatement\":\"Vitamin D deficiency is associated with many conditions such as osteoporosis, and heart diseases, among others. Work with your doctor to find a suitable treatment and discuss the need for vitamin D supplements.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":5,\"name\":\"Vit. D\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Limited sunlight exposure may prevent your body from making enough vitamin D. Speak to your doctor about taking vitamin D supplement during winter months. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":545,\"introductoryStatement\":\"Limited sunlight exposure may prevent your body from making enough vitamin D. Speak to your doctor about taking vitamin D supplement during winter months.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#E05A5A\",\"fullName\":\"25-OH Vitamin D\",\"insightsCount\":5,\"name\":\"Vit. D\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"\",\"insights\":[],\"name\":\"STOOL OB (FAECAL OCCULT BLOOD)\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"STOOL OB (FAECAL OCCULT BLOOD)OP0026027310781\",\"name\":\"STOOL OB (FAECAL OCCULT BLOOD)\",\"notes\":[],\"sample\":null}],\"panelId\":2241,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":null,\"formattedNormalRangeMin\":null,\"formattedValue\":\"Negative\",\"fullName\":\"Occult Blood Fecal (Rapid Test)\",\"history\":[],\"id\":4020,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Negative\",\"methodType\":null,\"name\":\"FOB\",\"normalRangeMax\":null,\"normalRangeMin\":null,\"normalRangeType\":3,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":null,\"formattedMinValue\":null,\"isCurrent\":true,\"isReference\":true,\"maxValue\":null,\"minValue\":null,\"name\":\"Negative\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":null,\"formattedMinValue\":null,\"isCurrent\":false,\"isReference\":false,\"maxValue\":null,\"minValue\":null,\"name\":\"Positive\"}],\"relatedInsights\":[],\"sample\":\"Stool\",\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":false,\"status\":1,\"type\":0,\"unit\":\"\",\"value\":\"negative\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"data:image/png;base64,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\",\"insights\":[],\"name\":\"Body Measurements\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"Body MeasurementsOP0026027310781\",\"name\":\"Body Measurements\",\"notes\":[],\"sample\":null}],\"panelId\":2242,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#F7AA2E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"24.99\",\"formattedNormalRangeMin\":\"18.5\",\"formattedValue\":\"28.4\",\"fullName\":\"Body Mass Index\",\"history\":[],\"id\":4022,\"insightsCount\":5,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Overweight\",\"methodType\":null,\"name\":\"BMI\",\"normalRangeMax\":24.99,\"normalRangeMin\":18.5,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":4,\"ranges\":[{\"color\":\"#BC2828\",\"formattedMaxValue\":\"15.99\",\"formattedMinValue\":\"10\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":15.99,\"minValue\":10.0,\"name\":\"Dangerously underweight\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"16.99\",\"formattedMinValue\":\"16\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":16.99,\"minValue\":16.0,\"name\":\"Severely underweight\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"18.49\",\"formattedMinValue\":\"17\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":18.49,\"minValue\":17.0,\"name\":\"Underweight\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"24.99\",\"formattedMinValue\":\"18.5\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":24.99,\"minValue\":18.5,\"name\":\"Normal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"29.99\",\"formattedMinValue\":\"25\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":29.99,\"minValue\":25.0,\"name\":\"Overweight\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"34.99\",\"formattedMinValue\":\"30\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":34.99,\"minValue\":30.0,\"name\":\"Obese\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":\"39.99\",\"formattedMinValue\":\"35\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":39.99,\"minValue\":35.0,\"name\":\"Highly obese\"},{\"color\":\"#0F0F0F\",\"formattedMaxValue\":\"55\",\"formattedMinValue\":\"40\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":55.0,\"minValue\":40.0,\"name\":\"Severely obese\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"\",\"value\":\"28.4\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your body mass index (BMI) is mildly higher than the reference range. The body mass index is a calculated value that estimates whether the weight is healthy for the height. <br><br>Your body mass index suggests that you have a mildly high weight for your height. A high body mass index may be due to many reasons, the most common ones being lifestyle-related, such as eating unhealthy foods and sedentary lifestyle. However, many other causes may also be associated with a high body mass index, including but not limited to taking some medications, medical conditions affecting the thyroid, the reproductive organs, and certain hormones, as well as some genetic conditions, among others. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":10,\"introductoryStatement\":\"Your body mass index (BMI) is mildly higher than the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1}],\"stackedInsight\":805,\"suggestion\":\"\",\"summary\":\"<br><br>Your body mass index suggests that you have a mildly high weight for your height. A high body mass index may be due to many reasons, the most common ones being lifestyle-related, such as eating unhealthy foods and sedentary lifestyle. However, many other causes may also be associated with a high body mass index, including but not limited to taking some medications, medical conditions affecting the thyroid, the reproductive organs, and certain hormones, as well as some genetic conditions, among others.\",\"testExplained\":\"<br/> The body mass index is a calculated value that estimates whether the weight is healthy for the height.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Around 6 out of every 10 European men are overweight. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-stats-2@3x.png\",\"id\":805,\"introductoryStatement\":\"Around 6 out of every 10 European men are overweight.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"},{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/gender_icon.png\",\"name\":\"Gender\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The body mass index (BMI) helps in gauging the risk of developing diseases that are associated with low or high body mass index values. The higher the body mass index, the higher the risks of developing certain conditions, including high blood pressure and type 2 diabetes, among others.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The body mass index (BMI) helps in gauging the risk of developing diseases that are associated with low or high body mass index values. The higher the body mass index, the higher the risks of developing certain conditions, including high blood pressure and type 2 diabetes, among others.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":null,\"name\":\"BMI\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"You can determine your body mass index (BMI) at home - all you need to know is your height and your weight. You can then access an online calculator where you choose your gender and preferred unit of measurement to check your body mass index. Alternatively, you can also use one of these simple formulas:\\r\\n\\r\\n1. Metric system - weight (kg) / [height (m)]2. When using the metric system, the formula for the body mass index is the weight in kilograms divided by the height in meters squared.\\r\\n\\r\\n2. Imperial system - weight (lb) / [height (in)]2 x 703. When using the imperial system, the way to calculate the body mass index is to divide the weight in pounds by the height in inches squared and then multiply this figure by 703.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"You can determine your body mass index (BMI) at home - all you need to know is your height and your weight. You can then access an online calculator where you choose your gender and preferred unit of measurement to check your body mass index. Alternatively, you can also use one of these simple formulas:\\r\\n\\r\\n1. Metric system - weight (kg) / [height (m)]2. When using the metric system, the formula for the body mass index is the weight in kilograms divided by the height in meters squared.\\r\\n\\r\\n2. Imperial system - weight (lb) / [height (in)]2 x 703. When using the imperial system, the way to calculate the body mass index is to divide the weight in pounds by the height in inches squared and then multiply this figure by 703.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":null,\"name\":\"BMI\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Activity is the fuel to a healthier life, so try to make physical activity part of your daily routine. There are several simple steps that can increase your daily physical activity such as walking or cycling more, driving less, and taking the stairs instead of the elevator. <br/> <br/><b>Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.</b>\",\"detailedList\":null,\"disclaimer\":\"Always make sure you discuss changes in your lifestyle with your doctor to ensure the appropriate amount of activity for you especially if you experience any mobility issues.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":305,\"introductoryStatement\":\"Activity is the fuel to a healthier life, so try to make physical activity part of your daily routine. There are several simple steps that can increase your daily physical activity such as walking or cycling more, driving less, and taking the stairs instead of the elevator.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":4,\"name\":\"WC\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Activity.png\",\"name\":\"Physical Activity\"},{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Unless your doctor has told you otherwise, drink more water. Water has zero calories! It can help you with managing your body weight and reduce caloric intake when substituted for drinks with high calories, such as regular soda. <br/> <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":1315,\"introductoryStatement\":\"Unless your doctor has told you otherwise, drink more water. Water has zero calories! It can help you with managing your body weight and reduce caloric intake when substituted for drinks with high calories, such as regular soda.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":4,\"name\":\"WC\",\"status\":1},{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/Hydration_levels.png\",\"name\":\"Hydration Levels\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Set some realistic goals to lose weight gradually without following drastic measures that can be harmful. A slow and steady weight loss is a healthier choice that helps in keeping those extra pounds off. <br/> <br/><b>Always try to discuss changes in your diet with your doctor and make sure you are not allergic to any of the foods mentioned above before adding them to your diet.</b>\",\"detailedList\":null,\"disclaimer\":\"Always try to discuss changes in your diet with your doctor and make sure you are not allergic to any of the foods mentioned above before adding them to your diet.\",\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png\",\"id\":303,\"introductoryStatement\":\"Set some realistic goals to lose weight gradually without following drastic measures that can be harmful. A slow and steady weight loss is a healthier choice that helps in keeping those extra pounds off.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":4,\"name\":\"WC\",\"status\":1},{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"\",\"summary\":\"\",\"testExplained\":null,\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[{\"icon\":\"https://centro.medicus.ai/frontend/web/images/uploads/questions/age_icon.png\",\"name\":\"Age\"}]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"93.99\",\"formattedNormalRangeMin\":\"45\",\"formattedValue\":\"100\",\"fullName\":\"Waist Circumference\",\"history\":[],\"id\":4027,\"insightsCount\":4,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"High\",\"methodType\":null,\"name\":\"WC\",\"normalRangeMax\":93.99,\"normalRangeMin\":45.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":1,\"ranges\":[{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"93.99\",\"formattedMinValue\":\"45\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":93.99,\"minValue\":45.0,\"name\":\"Normal\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"102\",\"formattedMinValue\":\"94\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":102.0,\"minValue\":94.0,\"name\":\"High\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"200\",\"formattedMinValue\":\"102.01\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":200.0,\"minValue\":102.01,\"name\":\"Very high\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"cm\",\"value\":\"100\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"\",\"content\":\"Your waist circumference (WC) is above the reference range. The waist circumference is a measurement of the distance around the waist (waist size), and an indicator of the amount of fat held around the middle section of the body. <br><br>Having excessive body fat distributed around your waist suggests the possibility of having excess internal fat deposits on your vital organs. This can be associated with an increased risk of developing various obesity-related health problems such as high blood pressure, type 2 diabetes, and cardiovascular disease (CVD), among others.<br><br> <br/><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Following healthy lifestyle changes would decrease several health risks that may underlie your current waist circumference measurement. <br/><b></b>\",\"detailedList\":null,\"disclaimer\":\"\",\"icon\":\"\",\"id\":1353,\"introductoryStatement\":\"Your waist circumference (WC) is above the reference range.\",\"isClinicalReading\":true,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Body Mass Index\",\"insightsCount\":5,\"name\":\"BMI\",\"status\":1},{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":4,\"name\":\"WC\",\"status\":1}],\"stackedInsight\":null,\"suggestion\":\"<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgBnZDBDYAgDEUp8S5H4xSOgBvgNM7ANOoEOoJjeGQCsRqRBpMm0IQ0j/62PwVBYpyPFZP+Pvy52KE1AaXgAmRNkRenvbh6wqxe7HC3ImWHvAeq8JlY9Mmsp1EX2cgS3za2iJxncEA7f3fGQdY0fZGNVOw48QXVuxw3Zwb2aQAAAABJRU5ErkJggg==' alt='icon' /> Following healthy lifestyle changes would decrease several health risks that may underlie your current waist circumference measurement.\",\"summary\":\"<br><br>Having excessive body fat distributed around your waist suggests the possibility of having excess internal fat deposits on your vital organs. This can be associated with an increased risk of developing various obesity-related health problems such as high blood pressure, type 2 diabetes, and cardiovascular disease (CVD), among others.<br><br>\",\"testExplained\":\"<br/> The waist circumference is a measurement of the distance around the waist (waist size), and an indicator of the amount of fat held around the middle section of the body.\",\"title\":\"\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The waist circumference (WC) measurement gives an idea about the body shape, and is a good indicator to gauge the risk of developing diseases that can occur due to having excess abdominal fat, rather than well-distributed body fat. The bigger the waist, the higher the chances of developing obesity-related health problems.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The waist circumference (WC) measurement gives an idea about the body shape, and is a good indicator to gauge the risk of developing diseases that can occur due to having excess abdominal fat, rather than well-distributed body fat. The bigger the waist, the higher the chances of developing obesity-related health problems.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":null,\"name\":\"WC\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"You can determine your waist circumference (WC) at home by following these simple steps, where all you need is a flexible measurement tape:\\n\\n1. Remove clothing from the waistline.\\n2. Locate the top of your hip bone and the bottom of your ribs.\\n3. Breathe out normally.\\n4. Place the measurement tape midway between these points and then wrap it around your waist, not too tight and not too loose.\\n5. Make sure the tape is horizontal around your waist.\\n6. Check your measurement.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"You can determine your waist circumference (WC) at home by following these simple steps, where all you need is a flexible measurement tape:\\n\\n1. Remove clothing from the waistline.\\n2. Locate the top of your hip bone and the bottom of your ribs.\\n3. Breathe out normally.\\n4. Place the measurement tape midway between these points and then wrap it around your waist, not too tight and not too loose.\\n5. Make sure the tape is horizontal around your waist.\\n6. Check your measurement.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#EE734E\",\"fullName\":\"Waist Circumference\",\"insightsCount\":null,\"name\":\"WC\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":{\"biomarkers\":[],\"doctorNotes\":[],\"icon\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAA/CAMAAABEmG8tAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFAAAAfoF/fYF+f4J/fYJ+foR+fYJ+foF/foF/foF/fYJ+foF/foGBf4J/gL+AfYJ+foGBgIKAiIiIfYJ/i4uLfYJ+foF/fYJ/hISEfYJ+gISAfYKCfoGBfoR+fYKAfoF/gIyAfYJ+foJ+gJKAfoN+foGAfYJ/foF/fYJ+gIWAfYJ/foF/gJmAfoGAfoF/gIaAfoGAfoR+foJ+fYJ+mZmZgKqAfoF/gIKAfYJ+gJWAfYJ/gIOAfoN+foF/foF/gIOAfoF/foGAfoGAgIaAgoKCgISAfYJ+foN+foJ+foGAfYF+foGAfoF/gIuAgIeAfYJ+goKCfoJ+foN+gIWAf4J/fYJ+foF/foGBfoGAf4J/f4J/gIOAfYJ+fYKCfYKAfYKAfoGAgISAfoN+fYF+gIOAfoGBgIOAfYJ9fYJ+foF/foJ+gIOAfIJ+gIWAfoGAfYKAfoGAgIKAfoGAfYJ/foGAfoF+fYJ/hISEfoF/f4J/fYKAfoJ+foJ+foJ+fYJ/g4ODfoGAfYF+foGAfYR9foN+foV+fYJ/fYJ/f4J/h4eHfoGBfYKCfoJ+fYF+fYJ/fIF+fYF+f4F/foJ+gIeAgIaAgIKAfYJ/foJ+goKCfoN+foN+foGBgIKAfYKCfYJ+fYJ/fYKAfoN+fYKCgIOAfoJ+foGBfoGAfYF+gIqAgIOAfoF/foGBfYKAfoR+fYJ/foN+gIWAfYKAg4ODfoF/g4ODf4J/foF/fYF+fYJ+fYJ/fYKAfYKAfYKAgIKAgIKAfYJ+f4J/gISAgISAgImAfoF/qqqqfoF/foF/foGAfYJ/goKChYWFgI6AfoGAgIeAfoF/foJ+foJ+f4J/foF/foF/foF/foF+fYKCfoN+gIiAfoGAfYJ/hoaGfYKAfoN+iYmJgIOAgIOAhISEfYJ+fYKAfYJ+foF/fYJ+jo6Of4J/kpKSgI+AfYJ+fYJ+foN+foN+foN+fYJ+fYKCgImAfoGAg4ODgIKAgJ+AfoGBfYKCgP+AhoaGfYJ/foJ+gISA////2fqCSwAAAQB0Uk5TAOf/ldRf/v35+/zzUYcE8kdWD6cL2NmzG9Y6O0ldfvEU9rIOdYC9wdowr9cKltUqhFu05AUG5VjcDK1Md833UsuIhigxNPpjwKD5itsWJNAvvn0sl+jtT6aThUjSM3Bomjh/90ZFRP7s065K9jKkeKJgnrGcqqUfxZ906MLEuSOU5MJ0nn+1o40RdXS685uo/tHKIiZcqbArZ3tTZDXwt25zP0DIQ5D7GFDpQXxXq2kubCXjIYHP/eKhcmZ6Ylrqjzw2HOEDyeuMuy0ZEpgg77i2g8PH0VU5bR6ovxV2aw1UQh3mau71+AmRBxDg3m95YfQ9GpInXghNNwITnaw+AajLVakAAAT6SURBVHjatdZlfFN3FMbxp791SdOupS2FFopbYchwh7kwxYfb3N3d3d19w93dYchwhlupQcuq1MKy3ISEJKSlabvv63ufe/7n3Hs+VwGJ1hn5x1QJnrV8K5fpm5L+UoXlwGa5TIMFqrAj8KdcTsBRVcDuXblWq/UDeFkur0DThISEJtZOHRQ4Wx0zOL0kl1dxuSROAauKWzW5vIZbUMBzagMma0FhYWGBTy/fLi4unnl0CbRVYIrawZRSxrMuBZbpyNEASi2E2XLYYCZWLosgUw4bYa328rHK7HyYJaetN8XLZcOWzdFy2AmnFESVgCL/UWkucEZeFVa/fvW/KzXS4c1Kjbz2+oyMhHWVFPm/9fLaEICspysx0oRD50qMvKVHsN32Q2WLXKjSXAyfB9bLxVBHpYmCeQri3lFWa+N6KosouEylqQ0bXb1srbL4GaqqNGOgu4KYA5ja6GwxtYrlrRhqqDR3w1Cjl1cWFq6QH20JtslbZ/hEJTsWRshxI/KCk4Y8+VgH1JS3SyFcJcuEWCmIP3D6VN76A9fJW56ZKnEqSUw6RHpG+iyjhmHA9fIxD5pEyD9bVdgmI/K9KfvtGsXL2y4M/eRt33j44rj8qdcA6l8uaTOr5WH38hZyqgF9oK98xNeHdH/bNTIIzDtlV1z7BrktD4bQ31NldxiC74Me8hXfESxfF/nOeqkJBt4sX9OTMeyR3Sk4oJWw2+8B6ZMjT1/uAJrEOVrTpu/a7t1S5dQVp3cKCqIshB1ULpwwJtX4PE+Xtk6BNd10xoGeENLIJunyrmYMyWs3yBCEp/6O0++VNBhvCc2qAWnH5HRDW6D5FbI7mYJLuytl1w4Pln5SRBKhxYqpi7dHFWMFZufJUGsAsLGFc/nB92mTIh8aFAphUz1+eJ4KDw8fcrvsHoRMLYLn//XQTHad6kJWppSfC6xxzuWiENgSJ0Nhc8jIl56oguFhr5X6iLbDUJ1l5q9A1dF3Ae+ul0MsvK7Tjs+ARsZjnoSsWe3lFtOTnqMhvUhniwg3wx2QMt8mh/UmknIk3TNiuKRIaOoMz1slTw2gKUyUX78lAq16eyyNpZLeANNXknrAjfLjagBLjvzbN4eUVLlshShpKsAmmzQYbvN7kxm4UCWZywC5pUGkNAEgNF8aAofkzzaglkoSzEC5LYSrpZi5OIvoBdny5ydYWaSSDCNMbgVwSlLeha1aRksRHY132p+cO9mlErUiRG6pWZgOy6UOXCP/6l2hklXDpDMug3TXJLOvgloqi+hbO43MXJav06qDzmj4DGw6Kbv88FDoqnMrqv1cKIasyZM6OKv0iszlQ2DGY6Ni6wKXdNE5fRcMbh1HdPCNjALTR7jc30LnVJAMBOfuP7B1SwpA5xe8D77AAi1ti/dagLBTNXVuw0PgmkI5HPxsB/Cio8oIqfeYb8ZN2w6sNirrclHNGzuoLIZBWpFcbIdWr5kgNYdo5Sfh1OAtBSIbahTJVw2op6IdGBJP2BSQiVDb3wdJQ+n4gZbWxt1WKUDvQ57OkoglQuWVBs3k6yBUV7n9CA/I104YpHKLM5PRRd5s26BA5bcHHrfJy1Go3l7lNzYJJqfKw7gQzDVVEdnJkH7IXWj77hZorYr5ZTyQUSf+mKQVJ6oB16mi1sdiMC/JqAuQPF+VIPuHUHAK2XNElWPsyF43JWYl9rr4YFmu/g/Sm42rWGim4QAAAABJRU5ErkJggg==\",\"insights\":[],\"name\":\"Vitals\",\"notes\":[],\"panelBiomarker\":null,\"panelDetails\":[{\"attachments\":[],\"identifier\":\"VitalsOP0026027310781\",\"name\":\"Vitals\",\"notes\":[],\"sample\":null}],\"panelId\":2243,\"sample\":null},\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#02D9D1\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"37.8\",\"formattedNormalRangeMin\":\"36.5\",\"formattedValue\":\"37\",\"fullName\":\"Core Body Temperature\",\"history\":[],\"id\":4023,\"insightsCount\":1,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"Normal\",\"methodType\":null,\"name\":\"T°\",\"normalRangeMax\":37.8,\"normalRangeMin\":36.5,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":4,\"ranges\":[{\"color\":\"#BC2828\",\"formattedMaxValue\":\"27.99\",\"formattedMinValue\":\"20\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":27.99,\"minValue\":20.0,\"name\":\"Severely low\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"31.99\",\"formattedMinValue\":\"28\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":31.99,\"minValue\":28.0,\"name\":\"Moderately low\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"34.99\",\"formattedMinValue\":\"32\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":34.99,\"minValue\":32.0,\"name\":\"Mildly low\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"36.49\",\"formattedMinValue\":\"35\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":36.49,\"minValue\":35.0,\"name\":\"Borderline low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"37.8\",\"formattedMinValue\":\"36.5\",\"isCurrent\":true,\"isReference\":true,\"maxValue\":37.8,\"minValue\":36.5,\"name\":\"Normal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"38.3\",\"formattedMinValue\":\"37.81\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":38.3,\"minValue\":37.81,\"name\":\"Mildly high\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"39.9\",\"formattedMinValue\":\"38.31\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":39.9,\"minValue\":38.31,\"name\":\"Moderately high\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"41.5\",\"formattedMinValue\":\"39.91\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":41.5,\"minValue\":39.91,\"name\":\"High\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":\"45\",\"formattedMinValue\":\"41.51\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":45.0,\"minValue\":41.51,\"name\":\"Very high\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":false,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"Celsius (°C)\",\"value\":\"37\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#41B9D6\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":null,\"formattedNormalRangeMin\":null,\"formattedValue\":\"85\",\"fullName\":\"Heart Rate\",\"history\":[],\"id\":4024,\"insightsCount\":0,\"isNormal\":true,\"isRectified\":false,\"lingualReading\":\"\",\"methodType\":null,\"name\":\"HR\",\"normalRangeMax\":null,\"normalRangeMin\":null,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":0,\"ranges\":[],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":-1,\"unit\":\"bt/min\",\"value\":\"85\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The heart rate (HR) value is important for monitoring overall and heart health. Monitoring the heart rate during exercise also helps in determining if the intensity of exercise should be increased or decreased to reach the target heart rate.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The heart rate (HR) value is important for monitoring overall and heart health. Monitoring the heart rate during exercise also helps in determining if the intensity of exercise should be increased or decreased to reach the target heart rate.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#41B9D6\",\"fullName\":\"Heart Rate\",\"insightsCount\":null,\"name\":\"HR\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"You can check your heart rate (HR) by following these simple steps:\\n\\n1. Place the tips of your first finger and your middle finger on the inside of the opposite wrist, below the base of your thumb. Alternatively, you can place the tips of your first and middle finger on the side of your neck, in the soft hollow area just beside your windpipe.\\n2. Press lightly with your fingers until you feel the blood pulsing beneath your fingers. You may need to move your fingers around slightly until you feel the pulsing.\\n3. Using a watch or clock with a second hand, count the beats you feel for 10 seconds.\\n4. Multiply this number by six to get your heart rate.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"You can check your heart rate (HR) by following these simple steps:\\n\\n1. Place the tips of your first finger and your middle finger on the inside of the opposite wrist, below the base of your thumb. Alternatively, you can place the tips of your first and middle finger on the side of your neck, in the soft hollow area just beside your windpipe.\\n2. Press lightly with your fingers until you feel the blood pulsing beneath your fingers. You may need to move your fingers around slightly until you feel the pulsing.\\n3. Using a watch or clock with a second hand, count the beats you feel for 10 seconds.\\n4. Multiply this number by six to get your heart rate.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#41B9D6\",\"fullName\":\"Heart Rate\",\"insightsCount\":null,\"name\":\"HR\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"69.99\",\"formattedNormalRangeMin\":\"60\",\"formattedValue\":\"130/95\",\"fullName\":\"Blood Pressure\",\"history\":[],\"id\":4028,\"insightsCount\":5,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Moderately high\",\"methodType\":null,\"name\":\"BP\",\"normalRangeMax\":69.99,\"normalRangeMin\":60.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":3,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"59.99\",\"formattedMinValue\":\"30\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":59.99,\"minValue\":30.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"69.99\",\"formattedMinValue\":\"60\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":69.99,\"minValue\":60.0,\"name\":\"Normal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"89.99\",\"formattedMinValue\":\"70\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":89.99,\"minValue\":70.0,\"name\":\"Slightly elevated\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"99.99\",\"formattedMinValue\":\"90\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":99.99,\"minValue\":90.0,\"name\":\"Moderately high\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"109.99\",\"formattedMinValue\":\"100\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":109.99,\"minValue\":100.0,\"name\":\"Severely high\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":\"140\",\"formattedMinValue\":\"110\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":140.0,\"minValue\":110.0,\"name\":\"Very severely high\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmHg\",\"value\":\"130.000000/95.000000\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":false},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#F7AA2E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"119.99\",\"formattedNormalRangeMin\":\"90\",\"formattedValue\":\"130\",\"fullName\":\"Systolic Blood Pressure Blood Pressure\",\"history\":[],\"id\":4025,\"insightsCount\":0,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Slightly elevated\",\"methodType\":null,\"name\":\"BPH\",\"normalRangeMax\":119.99,\"normalRangeMin\":90.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":2,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"89.99\",\"formattedMinValue\":\"40\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":89.99,\"minValue\":40.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"119.99\",\"formattedMinValue\":\"90\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":119.99,\"minValue\":90.0,\"name\":\"Normal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"139.99\",\"formattedMinValue\":\"120\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":139.99,\"minValue\":120.0,\"name\":\"Slightly elevated\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"159.99\",\"formattedMinValue\":\"140\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":159.99,\"minValue\":140.0,\"name\":\"Moderately high\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"179.99\",\"formattedMinValue\":\"160\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":179.99,\"minValue\":160.0,\"name\":\"Severely high\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":\"260\",\"formattedMinValue\":\"180\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":260.0,\"minValue\":180.0,\"name\":\"Very severely high\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmHg\",\"value\":\"130\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":{\"attachments\":[],\"childrenBiomarkers\":[],\"color\":\"#EE734E\",\"components\":[],\"detailsList\":[],\"doctorNotes\":[],\"formattedNormalRangeMax\":\"69.99\",\"formattedNormalRangeMin\":\"60\",\"formattedValue\":\"95\",\"fullName\":\"Diastolic Blood Pressure Blood Pressure\",\"history\":[],\"id\":4026,\"insightsCount\":0,\"isNormal\":false,\"isRectified\":false,\"lingualReading\":\"Moderately high\",\"methodType\":null,\"name\":\"BPL\",\"normalRangeMax\":69.99,\"normalRangeMin\":60.0,\"normalRangeType\":0,\"notes\":[],\"priority\":null,\"qualityOfSample\":null,\"rangeIndex\":3,\"ranges\":[{\"color\":\"#EE734E\",\"formattedMaxValue\":\"59.99\",\"formattedMinValue\":\"30\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":59.99,\"minValue\":30.0,\"name\":\"Low\"},{\"color\":\"#02D9D1\",\"formattedMaxValue\":\"69.99\",\"formattedMinValue\":\"60\",\"isCurrent\":false,\"isReference\":true,\"maxValue\":69.99,\"minValue\":60.0,\"name\":\"Normal\"},{\"color\":\"#F7AA2E\",\"formattedMaxValue\":\"89.99\",\"formattedMinValue\":\"70\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":89.99,\"minValue\":70.0,\"name\":\"Slightly elevated\"},{\"color\":\"#EE734E\",\"formattedMaxValue\":\"99.99\",\"formattedMinValue\":\"90\",\"isCurrent\":true,\"isReference\":false,\"maxValue\":99.99,\"minValue\":90.0,\"name\":\"Moderately high\"},{\"color\":\"#E05A5A\",\"formattedMaxValue\":\"109.99\",\"formattedMinValue\":\"100\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":109.99,\"minValue\":100.0,\"name\":\"Severely high\"},{\"color\":\"#BC2828\",\"formattedMaxValue\":\"140\",\"formattedMinValue\":\"110\",\"isCurrent\":false,\"isReference\":false,\"maxValue\":140.0,\"minValue\":110.0,\"name\":\"Very severely high\"}],\"relatedInsights\":[],\"sample\":null,\"sampleType\":null,\"showInCompactView\":true,\"showInDetailsView\":true,\"showScale\":true,\"status\":1,\"type\":1,\"unit\":\"mmHg\",\"value\":\"95\"},\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":null,\"isChildBiomarker\":false,\"nestingLevel\":0,\"panel\":null,\"showInCompactView\":true,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"The blood pressure (BP) test is a routine test for monitoring overall and heart health. It is also used to look for health conditions, such as high blood pressure, low blood pressure, prehypertension, and cardiovascular disease (CVD), among others.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"The blood pressure (BP) test is a routine test for monitoring overall and heart health. It is also used to look for health conditions, such as high blood pressure, low blood pressure, prehypertension, and cardiovascular disease (CVD), among others.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Systolic Blood Pressure\",\"insightsCount\":null,\"name\":\"BPH\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"Why this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":1,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true},{\"biomarker\":null,\"biomarkerAttachment\":null,\"biomarkerDetailsList\":null,\"biomarkerNote\":null,\"insight\":{\"color\":\"#000000\",\"content\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as some can affect blood pressure (BP).\\nIf the main reason for your doctor's appointment is to check for or monitor high blood pressure, you should avoid eating, drinking caffeinated beverages, and smoking for at least one hour before your test and you should use the toilet before your test.\",\"detailedList\":null,\"disclaimer\":null,\"icon\":\"\",\"id\":-1,\"introductoryStatement\":\"There is no need to specially prepare for this test. However, ensure that your healthcare provider knows about all of the medications, herbs, vitamins, and supplements you are taking, as some can affect blood pressure (BP).\\nIf the main reason for your doctor's appointment is to check for or monitor high blood pressure, you should avoid eating, drinking caffeinated beverages, and smoking for at least one hour before your test and you should use the toilet before your test.\",\"isClinicalReading\":false,\"isMedical\":false,\"relatedBiomarkers\":[{\"color\":\"#F7AA2E\",\"fullName\":\"Systolic Blood Pressure\",\"insightsCount\":null,\"name\":\"BPH\",\"status\":null}],\"stackedInsight\":null,\"suggestion\":null,\"summary\":null,\"testExplained\":null,\"title\":\"How this test is performed\",\"toleranceText\":null,\"underneathAttributes\":[]},\"isChildBiomarker\":false,\"nestingLevel\":1,\"panel\":null,\"showInCompactView\":false,\"showInDetailsView\":true}],\"labAddress\":\"mediclinic\",\"labEmailAddress\":\"support@medicus.ai\",\"labLogo\":\"\",\"labName\":\"MediclinicAlpha\",\"labPhoneNumber\":\"\",\"labStamp\":\"\",\"labType\":23,\"language\":\"en\",\"moreLink\":\"\",\"origem\":null,\"panels\":[],\"patientBirthDate\":105580800.0,\"patientName\":\"Sara 20\",\"patientPin\":\"\",\"profileItems\":[{\"title\":\"Prepared for\",\"value\":\"Sara 20\"},{\"title\":\"Patient number\",\"value\":\"00906231234\"},{\"title\":\"Email\",\"value\":\"sara.rijjal+20@medicus.ai\"},{\"title\":\"Date of birth\",\"value\":\"07/05/1973 (Age 51)\"},{\"title\":\"Gender\",\"value\":\"Male\"},{\"title\":\"Weight / Height\",\"value\":\"90 kg / 178 cm\"},{\"title\":\"PHYSICAL ACTIVITY\",\"value\":\"1 to 2.5 hours per week\"},{\"title\":\"SMOKING\",\"value\":\"Occasionally\"}],\"reportDate\":\"1741557600.000000\",\"reportDivision\":\"Main Division\",\"reportNumber\":\"OP0026027310781\",\"reportProperties\":null,\"reportPurpose\":\"\",\"reportSampleType\":\"\",\"reportSummary\":\"\",\"sampleCollectionDate\":\"\",\"screeningPurpose\":\"\",\"screeningStrategy\":\"\",\"showAsTwoColumns\":false,\"showCompactView\":true,\"showDetailsView\":true,\"showPIN\":false,\"signatures\":[],\"smartAlert\":null,\"summary\":[],\"timeZoneOffset\":null}",
|
|
107
|
+
"profileInfo": [{"title": "LAB", "value": "Main Division"}, {
|
|
108
|
+
"title": "Reference",
|
|
109
|
+
"value": "OP0026027310781"
|
|
110
|
+
}, {"title": "Patient", "value": "Sara 20"}, {
|
|
111
|
+
"title": "Report date",
|
|
112
|
+
"value": "09/03/2025"
|
|
113
|
+
}, {"title": "Prepared for", "value": "Sara 20"}, {
|
|
114
|
+
"title": "Date of birth",
|
|
115
|
+
"value": "07/05/1973 (Age 51)"
|
|
116
|
+
}, {"title": "Weight", "value": "90 kg"}, {"title": "Height", "value": "178 cm"}, {
|
|
117
|
+
"title": "Gender",
|
|
118
|
+
"value": "Male"
|
|
119
|
+
}, {"title": "Body Mass Index (BMI)", "value": "28.4 "}, {
|
|
120
|
+
"title": "Blood Pressure",
|
|
121
|
+
"value": "130/95 mmHg"
|
|
122
|
+
}, {"title": "Waist Circumference", "value": "100 cm"}],
|
|
158
123
|
"profileInfo": [
|
|
159
|
-
{
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
{
|
|
172
|
-
"title": "Report date",
|
|
173
|
-
"value": "13/02/2025"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"title": "Prepared for",
|
|
177
|
-
"value": "Deepu"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"title": "Date of birth",
|
|
181
|
-
"value": "02/01/2007 (Age 18)"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"title": "Weight",
|
|
185
|
-
"value": "85 kg"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"title": "Height",
|
|
189
|
-
"value": "185 cm"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"title": "Gender",
|
|
193
|
-
"value": "Male"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"title": "Body Mass Index (BMI)",
|
|
197
|
-
"value": ""
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"title": "Blood Pressure",
|
|
201
|
-
"value": ""
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"title": "Waist Circumference",
|
|
205
|
-
"value": ""
|
|
206
|
-
}
|
|
124
|
+
{"title": "LAB", "value": "Main Division"},
|
|
125
|
+
{"title": "Reference", "value": "OP0026027072"},
|
|
126
|
+
{"title": "Patient", "value": "Deepu"},
|
|
127
|
+
{"title": "Report date", "value": "13/02/2025"},
|
|
128
|
+
{"title": "Prepared for", "value": "Deepu"},
|
|
129
|
+
{"title": "Date of birth", "value": "02/01/2007 (Age 18)"},
|
|
130
|
+
{"title": "Weight", "value": "85 kg"},
|
|
131
|
+
{"title": "Height", "value": "185 cm"},
|
|
132
|
+
{"title": "Gender", "value": "Male"},
|
|
133
|
+
{"title": "Body Mass Index (BMI)", "value": ""},
|
|
134
|
+
{"title": "Blood Pressure", "value": ""},
|
|
135
|
+
{"title": "Waist Circumference", "value": ""}
|
|
207
136
|
],
|
|
208
137
|
"wellbeing": {
|
|
209
138
|
"PartScoresHighestValues": {
|
|
210
|
-
"body": [
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
],
|
|
139
|
+
"body": [{
|
|
140
|
+
"icon": "wellbeing_element_liver_health.png",
|
|
141
|
+
"isPredictiveElement": false,
|
|
142
|
+
"name": "Liver Health",
|
|
143
|
+
"partId": 3,
|
|
144
|
+
"predictiveAnswer": null,
|
|
145
|
+
"score": 10.0,
|
|
146
|
+
"scoreText": null
|
|
147
|
+
}],
|
|
221
148
|
"healthRisk": [],
|
|
222
|
-
"lifeStyle": [
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"base": 27,
|
|
242
|
-
"scoreText": null
|
|
243
|
-
}
|
|
244
|
-
]
|
|
149
|
+
"lifeStyle": [{
|
|
150
|
+
"icon": "wellbeing_element_alcohol.png",
|
|
151
|
+
"isPredictiveElement": false,
|
|
152
|
+
"name": "Alcohol",
|
|
153
|
+
"partId": 1,
|
|
154
|
+
"predictiveAnswer": null,
|
|
155
|
+
"score": 10.0,
|
|
156
|
+
"scoreText": null
|
|
157
|
+
}],
|
|
158
|
+
"mind": [{
|
|
159
|
+
"icon": "wellbeing_element_aggressiveness.png",
|
|
160
|
+
"isPredictiveElement": false,
|
|
161
|
+
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
162
|
+
"partId": 2,
|
|
163
|
+
"predictiveAnswer": null,
|
|
164
|
+
"score": 2,
|
|
165
|
+
"base": 27,
|
|
166
|
+
"scoreText": null
|
|
167
|
+
}]
|
|
245
168
|
},
|
|
246
169
|
"age": "51",
|
|
247
170
|
"calculation": {
|
|
@@ -251,222 +174,186 @@ const mediclinicDoctorData = {
|
|
|
251
174
|
"depressionRiskScoreStatement": "",
|
|
252
175
|
"physicalScore": 58.264999999999986,
|
|
253
176
|
"physicalScoreStatement": "Your <strong>physical wellbeing score</strong> shows that your health is in a good place, and your daily practices are building a strong base for a healthy lifestyle.",
|
|
254
|
-
"psychologicalScore": 75,
|
|
177
|
+
"psychologicalScore": 75.0,
|
|
255
178
|
"psychologicalScoreStatement": "Your depression risk score shows that you might be experiencing mild challenges, and your anxiety risk score shows that you're building a stronger base for managing stress effectively."
|
|
256
179
|
},
|
|
257
180
|
"email": "sara.rijjal+20@medicus.ai",
|
|
258
181
|
"gender": "Male",
|
|
259
182
|
"genderId": 89,
|
|
260
183
|
"insights": {
|
|
261
|
-
"elementScores": [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
"
|
|
345
|
-
|
|
346
|
-
"id":
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
"source": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2776484/",
|
|
435
|
-
"title": "NCBI: The Human Brain in Numbers"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"id": 3373,
|
|
439
|
-
"insightId": 2047,
|
|
440
|
-
"source": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6646088/",
|
|
441
|
-
"title": "NCBI: Cognitive Training as a Strategy to Improve Neurocognitive Outcomes in Heart Failure"
|
|
442
|
-
}
|
|
443
|
-
]
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"content": "Lunchbox ready for tomorrow? What about the water bottle? Just like you get your meals ready for the next day, make sure you do not forget your water bottle. This is a handy tool that reminds you to drink water.",
|
|
447
|
-
"icon": "wellbeing_element_hydration_level.png",
|
|
448
|
-
"id": 1936,
|
|
449
|
-
"isPositive": false,
|
|
450
|
-
"isTip": true,
|
|
451
|
-
"partId": 1,
|
|
452
|
-
"ruleInsight": false,
|
|
453
|
-
"ruleInsightType": null,
|
|
454
|
-
"sources": [
|
|
455
|
-
{
|
|
456
|
-
"id": 3199,
|
|
457
|
-
"insightId": 1936,
|
|
458
|
-
"source": "https://www.cdc.gov/healthyweight/healthy_eating/water-and-healthier-drinks.html?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fhealthywater%2Fdrinking%2Fnutrition%2Findex.html",
|
|
459
|
-
"title": "CDC: Water and Healthier Drinks"
|
|
460
|
-
}
|
|
461
|
-
]
|
|
462
|
-
}
|
|
463
|
-
]
|
|
464
|
-
},
|
|
465
|
-
"lingualReading": {
|
|
466
|
-
"color": null,
|
|
467
|
-
"lingualReading": null,
|
|
468
|
-
"statement": null
|
|
469
|
-
},
|
|
184
|
+
"elementScores": [{
|
|
185
|
+
"icon": "wellbeing_element_alcohol.png",
|
|
186
|
+
"isPredictiveElement": true,
|
|
187
|
+
"name": "Alcohol",
|
|
188
|
+
"partId": 1,
|
|
189
|
+
"predictiveAnswer": null,
|
|
190
|
+
"score": 10.0,
|
|
191
|
+
"scoreText": null
|
|
192
|
+
}, {
|
|
193
|
+
"icon": "wellbeing_element_blue_mood.png",
|
|
194
|
+
"isPredictiveElement": true,
|
|
195
|
+
"name": "Patient Health Questionnaire-9 (PHQ-9)",
|
|
196
|
+
"partId": 2,
|
|
197
|
+
"predictiveAnswer": null,
|
|
198
|
+
"score": 16,
|
|
199
|
+
"base": 27,
|
|
200
|
+
"scoreText": null
|
|
201
|
+
}, {
|
|
202
|
+
"icon": "wellbeing_element_aggressiveness.png",
|
|
203
|
+
"isPredictiveElement": true,
|
|
204
|
+
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
205
|
+
"partId": 2,
|
|
206
|
+
"predictiveAnswer": null,
|
|
207
|
+
"score": 2.0,
|
|
208
|
+
"scoreText": null
|
|
209
|
+
}, {
|
|
210
|
+
"icon": "wellbeing_element_lungs_health.png",
|
|
211
|
+
"isPredictiveElement": true,
|
|
212
|
+
"name": "Lungs Health",
|
|
213
|
+
"partId": 3,
|
|
214
|
+
"predictiveAnswer": null,
|
|
215
|
+
"score": 7.0,
|
|
216
|
+
"scoreText": null
|
|
217
|
+
}, {
|
|
218
|
+
"icon": "wellbeing_element_cognitive_functions.png",
|
|
219
|
+
"isPredictiveElement": true,
|
|
220
|
+
"name": "Cognitive Functions",
|
|
221
|
+
"partId": 3,
|
|
222
|
+
"predictiveAnswer": null,
|
|
223
|
+
"score": 7.0,
|
|
224
|
+
"scoreText": null
|
|
225
|
+
}, {
|
|
226
|
+
"icon": "wellbeing_element_hydration_level.png",
|
|
227
|
+
"isPredictiveElement": true,
|
|
228
|
+
"name": "Hydration Level",
|
|
229
|
+
"partId": 1,
|
|
230
|
+
"predictiveAnswer": null,
|
|
231
|
+
"score": 2.0,
|
|
232
|
+
"scoreText": null
|
|
233
|
+
}],
|
|
234
|
+
"tips": [{
|
|
235
|
+
"content": "Sobriety pays off! Seems like you might be putting yourself out of harm's way by consuming alcohol in moderation. Drinking alcohol is associated with a risk of developing health problems such as mental and behavioural disorders.",
|
|
236
|
+
"icon": "wellbeing_element_alcohol.png",
|
|
237
|
+
"id": 1891,
|
|
238
|
+
"isPositive": true,
|
|
239
|
+
"isTip": true,
|
|
240
|
+
"partId": 1,
|
|
241
|
+
"ruleInsight": false,
|
|
242
|
+
"ruleInsightType": null,
|
|
243
|
+
"sources": [{
|
|
244
|
+
"id": 3120,
|
|
245
|
+
"insightId": 1891,
|
|
246
|
+
"source": "https://www.who.int/news-room/fact-sheets/detail/alcohol",
|
|
247
|
+
"title": "WHO: Alcohol"
|
|
248
|
+
}, {
|
|
249
|
+
"id": 3121,
|
|
250
|
+
"insightId": 1891,
|
|
251
|
+
"source": "https://www.cdc.gov/alcohol/fact-sheets/alcohol-use.htm",
|
|
252
|
+
"title": "CDC: Alcohol Use and Your Health"
|
|
253
|
+
}]
|
|
254
|
+
}, {
|
|
255
|
+
"content": "What do you know about the mind-body connection? Here is a piece of information. Dynamic people, like you, can have a stronger immune system.",
|
|
256
|
+
"icon": "wellbeing_element_blue_mood.png",
|
|
257
|
+
"id": 2119,
|
|
258
|
+
"isPositive": true,
|
|
259
|
+
"isTip": true,
|
|
260
|
+
"partId": 2,
|
|
261
|
+
"ruleInsight": false,
|
|
262
|
+
"ruleInsightType": null,
|
|
263
|
+
"sources": [{
|
|
264
|
+
"id": 3506,
|
|
265
|
+
"insightId": 2119,
|
|
266
|
+
"source": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2475648/",
|
|
267
|
+
"title": "NCBI: Stress, Energy, and Immunity"
|
|
268
|
+
}, {
|
|
269
|
+
"id": 3507,
|
|
270
|
+
"insightId": 2119,
|
|
271
|
+
"source": "https://pubmed.ncbi.nlm.nih.gov/18589562/",
|
|
272
|
+
"title": "NCBI: The Mind-Body Connection: Not Just a Theory Anymore"
|
|
273
|
+
}, {
|
|
274
|
+
"id": 3508,
|
|
275
|
+
"insightId": 2119,
|
|
276
|
+
"source": "https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system",
|
|
277
|
+
"title": "How to Boost Your Immune System"
|
|
278
|
+
}, {
|
|
279
|
+
"id": 3509,
|
|
280
|
+
"insightId": 2119,
|
|
281
|
+
"source": "https://www.mayoclinichealthsystem.org/hometown-health/speaking-of-health/7-tips-to-live-a-happier-life",
|
|
282
|
+
"title": "7 Tips to Live a Happier Life"
|
|
283
|
+
}]
|
|
284
|
+
}, {
|
|
285
|
+
"content": "Your ability to stay composed is a skill worth maintaining. Whether it’s regular exercise, positive self-talk, or a consistent routine, continue doing what helps you feel in control.",
|
|
286
|
+
"icon": "wellbeing_element_aggressiveness.png",
|
|
287
|
+
"id": 2073,
|
|
288
|
+
"isPositive": true,
|
|
289
|
+
"isTip": true,
|
|
290
|
+
"partId": 2,
|
|
291
|
+
"ruleInsight": false,
|
|
292
|
+
"ruleInsightType": null,
|
|
293
|
+
"sources": [{
|
|
294
|
+
"id": 3431,
|
|
295
|
+
"insightId": 2073,
|
|
296
|
+
"source": "https://www.nhs.uk/every-mind-matters/mental-wellbeing-tips/self-help-cbt-techniques/tackling-your-worries/",
|
|
297
|
+
"title": "Tackling your worries"
|
|
298
|
+
}]
|
|
299
|
+
}, {
|
|
300
|
+
"content": "Clean hands, healthy lungs! Whether before preparing or having a meal or after coughing or sneezing, if you do not have access to soap and water, use alcohol-based hand sanitizers.",
|
|
301
|
+
"icon": "wellbeing_element_lungs_health.png",
|
|
302
|
+
"id": 2029,
|
|
303
|
+
"isPositive": true,
|
|
304
|
+
"isTip": true,
|
|
305
|
+
"partId": 3,
|
|
306
|
+
"ruleInsight": false,
|
|
307
|
+
"ruleInsightType": null,
|
|
308
|
+
"sources": [{
|
|
309
|
+
"id": 3345,
|
|
310
|
+
"insightId": 2029,
|
|
311
|
+
"source": "https://www.canada.ca/en/public-health/services/chronic-diseases/chronic-respiratory-diseases/keep-lungs-healthy.html",
|
|
312
|
+
"title": "How Can I Keep My Lungs Healthy?"
|
|
313
|
+
}, {
|
|
314
|
+
"id": 3346,
|
|
315
|
+
"insightId": 2029,
|
|
316
|
+
"source": "https://www.health.state.mn.us/people/handhygiene/how/bestsoap.html#:~:text=Antibacterial%20soaps%20are%20no%20more,home%20or%20in%20public%20places.",
|
|
317
|
+
"title": "Which Soap Is Best?"
|
|
318
|
+
}]
|
|
319
|
+
}, {
|
|
320
|
+
"content": "How many neurons does your brain contain? The answer is approximately 100 billion neurons. Keep them busy with this exercise. Say the months of the year in alphabetical order and then in reverse alphabetical order.",
|
|
321
|
+
"icon": "wellbeing_element_cognitive_functions.png",
|
|
322
|
+
"id": 2047,
|
|
323
|
+
"isPositive": true,
|
|
324
|
+
"isTip": true,
|
|
325
|
+
"partId": 3,
|
|
326
|
+
"ruleInsight": false,
|
|
327
|
+
"ruleInsightType": null,
|
|
328
|
+
"sources": [{
|
|
329
|
+
"id": 3372,
|
|
330
|
+
"insightId": 2047,
|
|
331
|
+
"source": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2776484/",
|
|
332
|
+
"title": "NCBI: The Human Brain in Numbers"
|
|
333
|
+
}, {
|
|
334
|
+
"id": 3373,
|
|
335
|
+
"insightId": 2047,
|
|
336
|
+
"source": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6646088/",
|
|
337
|
+
"title": "NCBI: Cognitive Training as a Strategy to Improve Neurocognitive Outcomes in Heart Failure"
|
|
338
|
+
}]
|
|
339
|
+
}, {
|
|
340
|
+
"content": "Lunchbox ready for tomorrow? What about the water bottle? Just like you get your meals ready for the next day, make sure you do not forget your water bottle. This is a handy tool that reminds you to drink water.",
|
|
341
|
+
"icon": "wellbeing_element_hydration_level.png",
|
|
342
|
+
"id": 1936,
|
|
343
|
+
"isPositive": false,
|
|
344
|
+
"isTip": true,
|
|
345
|
+
"partId": 1,
|
|
346
|
+
"ruleInsight": false,
|
|
347
|
+
"ruleInsightType": null,
|
|
348
|
+
"sources": [{
|
|
349
|
+
"id": 3199,
|
|
350
|
+
"insightId": 1936,
|
|
351
|
+
"source": "https://www.cdc.gov/healthyweight/healthy_eating/water-and-healthier-drinks.html?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fhealthywater%2Fdrinking%2Fnutrition%2Findex.html",
|
|
352
|
+
"title": "CDC: Water and Healthier Drinks"
|
|
353
|
+
}]
|
|
354
|
+
}]
|
|
355
|
+
},
|
|
356
|
+
"lingualReading": {"color": null, "lingualReading": null, "statement": null},
|
|
470
357
|
"lowestElementScore": {
|
|
471
358
|
"icon": "wellbeing_element_physical_activity.png",
|
|
472
359
|
"isPredictiveElement": false,
|
|
@@ -478,183 +365,159 @@ const mediclinicDoctorData = {
|
|
|
478
365
|
},
|
|
479
366
|
"name": "Sara 20",
|
|
480
367
|
"partsScore": {
|
|
481
|
-
"body": [
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
{
|
|
555
|
-
"icon": "wellbeing_element_vitamin_balance.png",
|
|
556
|
-
"isPredictiveElement": false,
|
|
557
|
-
"name": "Vitamin Balance",
|
|
558
|
-
"partId": 3,
|
|
559
|
-
"predictiveAnswer": null,
|
|
560
|
-
"score": 0,
|
|
561
|
-
"scoreText": null
|
|
562
|
-
}
|
|
563
|
-
],
|
|
368
|
+
"body": [{
|
|
369
|
+
"icon": "wellbeing_element_heart_health.png",
|
|
370
|
+
"isPredictiveElement": false,
|
|
371
|
+
"name": "Heart Health",
|
|
372
|
+
"partId": 3,
|
|
373
|
+
"predictiveAnswer": null,
|
|
374
|
+
"score": 7.2,
|
|
375
|
+
"scoreText": null
|
|
376
|
+
}, {
|
|
377
|
+
"icon": "wellbeing_element_kidney_health.png",
|
|
378
|
+
"isPredictiveElement": false,
|
|
379
|
+
"name": "Kidney Health",
|
|
380
|
+
"partId": 3,
|
|
381
|
+
"predictiveAnswer": null,
|
|
382
|
+
"score": 8.0,
|
|
383
|
+
"scoreText": null
|
|
384
|
+
}, {
|
|
385
|
+
"icon": "wellbeing_element_liver_health.png",
|
|
386
|
+
"isPredictiveElement": false,
|
|
387
|
+
"name": "Liver Health",
|
|
388
|
+
"partId": 3,
|
|
389
|
+
"predictiveAnswer": null,
|
|
390
|
+
"score": 10.0,
|
|
391
|
+
"scoreText": null
|
|
392
|
+
}, {
|
|
393
|
+
"icon": "wellbeing_element_sugar_balance.png",
|
|
394
|
+
"isPredictiveElement": false,
|
|
395
|
+
"name": "Sugar Balance",
|
|
396
|
+
"partId": 3,
|
|
397
|
+
"predictiveAnswer": null,
|
|
398
|
+
"score": 10.0,
|
|
399
|
+
"scoreText": null
|
|
400
|
+
}, {
|
|
401
|
+
"icon": "wellbeing_element_lungs_health.png",
|
|
402
|
+
"isPredictiveElement": false,
|
|
403
|
+
"name": "Lungs Health",
|
|
404
|
+
"partId": 3,
|
|
405
|
+
"predictiveAnswer": null,
|
|
406
|
+
"score": 7.0,
|
|
407
|
+
"scoreText": null
|
|
408
|
+
}, {
|
|
409
|
+
"icon": "wellbeing_element_cognitive_functions.png",
|
|
410
|
+
"isPredictiveElement": false,
|
|
411
|
+
"name": "Cognitive Functions",
|
|
412
|
+
"partId": 3,
|
|
413
|
+
"predictiveAnswer": null,
|
|
414
|
+
"score": 7.0,
|
|
415
|
+
"scoreText": null
|
|
416
|
+
}, {
|
|
417
|
+
"icon": "wellbeing_element_diabetes_health_risk.png",
|
|
418
|
+
"isPredictiveElement": false,
|
|
419
|
+
"name": "Diabetes Health Risk",
|
|
420
|
+
"partId": 3,
|
|
421
|
+
"predictiveAnswer": null,
|
|
422
|
+
"score": 4.0,
|
|
423
|
+
"scoreText": null
|
|
424
|
+
}, {
|
|
425
|
+
"icon": "wellbeing_element_thyroid_health.png",
|
|
426
|
+
"isPredictiveElement": false,
|
|
427
|
+
"name": "Thyroid Health",
|
|
428
|
+
"partId": 3,
|
|
429
|
+
"predictiveAnswer": null,
|
|
430
|
+
"score": 2.0,
|
|
431
|
+
"scoreText": null
|
|
432
|
+
}, {
|
|
433
|
+
"icon": "wellbeing_element_vitamin_balance.png",
|
|
434
|
+
"isPredictiveElement": false,
|
|
435
|
+
"name": "Vitamin Balance",
|
|
436
|
+
"partId": 3,
|
|
437
|
+
"predictiveAnswer": null,
|
|
438
|
+
"score": 0.0,
|
|
439
|
+
"scoreText": null
|
|
440
|
+
}],
|
|
564
441
|
"healthRisk": [],
|
|
565
|
-
"lifeStyle": [
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
{
|
|
642
|
-
"icon": "wellbeing_element_aggressiveness.png",
|
|
643
|
-
"isPredictiveElement": false,
|
|
644
|
-
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
645
|
-
"partId": 2,
|
|
646
|
-
"predictiveAnswer": null,
|
|
647
|
-
"score": 2,
|
|
648
|
-
"base": 27,
|
|
649
|
-
"scoreText": null
|
|
650
|
-
}
|
|
651
|
-
]
|
|
442
|
+
"lifeStyle": [{
|
|
443
|
+
"icon": "wellbeing_element_diet.png",
|
|
444
|
+
"isPredictiveElement": false,
|
|
445
|
+
"name": "Diet",
|
|
446
|
+
"partId": 1,
|
|
447
|
+
"predictiveAnswer": null,
|
|
448
|
+
"score": 5.875,
|
|
449
|
+
"scoreText": null
|
|
450
|
+
}, {
|
|
451
|
+
"icon": "wellbeing_element_physical_activity.png",
|
|
452
|
+
"isPredictiveElement": false,
|
|
453
|
+
"name": "Physical Activity",
|
|
454
|
+
"partId": 1,
|
|
455
|
+
"predictiveAnswer": null,
|
|
456
|
+
"score": 1.6,
|
|
457
|
+
"scoreText": null
|
|
458
|
+
}, {
|
|
459
|
+
"icon": "wellbeing_element_smoking.png",
|
|
460
|
+
"isPredictiveElement": false,
|
|
461
|
+
"name": "Smoking",
|
|
462
|
+
"partId": 1,
|
|
463
|
+
"predictiveAnswer": null,
|
|
464
|
+
"score": 8.0,
|
|
465
|
+
"scoreText": null
|
|
466
|
+
}, {
|
|
467
|
+
"icon": "wellbeing_element_alcohol.png",
|
|
468
|
+
"isPredictiveElement": false,
|
|
469
|
+
"name": "Alcohol",
|
|
470
|
+
"partId": 1,
|
|
471
|
+
"predictiveAnswer": null,
|
|
472
|
+
"score": 10.0,
|
|
473
|
+
"scoreText": null
|
|
474
|
+
}, {
|
|
475
|
+
"icon": "wellbeing_element_sleep.png",
|
|
476
|
+
"isPredictiveElement": false,
|
|
477
|
+
"name": "Sleep",
|
|
478
|
+
"partId": 1,
|
|
479
|
+
"predictiveAnswer": null,
|
|
480
|
+
"score": 5.0,
|
|
481
|
+
"scoreText": null
|
|
482
|
+
}, {
|
|
483
|
+
"icon": "wellbeing_element_social_life.png",
|
|
484
|
+
"isPredictiveElement": false,
|
|
485
|
+
"name": "Social Life",
|
|
486
|
+
"partId": 1,
|
|
487
|
+
"predictiveAnswer": null,
|
|
488
|
+
"score": 6.0,
|
|
489
|
+
"scoreText": null
|
|
490
|
+
}, {
|
|
491
|
+
"icon": "wellbeing_element_hydration_level.png",
|
|
492
|
+
"isPredictiveElement": false,
|
|
493
|
+
"name": "Hydration Level",
|
|
494
|
+
"partId": 1,
|
|
495
|
+
"predictiveAnswer": null,
|
|
496
|
+
"score": 2.0,
|
|
497
|
+
"scoreText": null
|
|
498
|
+
}],
|
|
499
|
+
"mind": [{
|
|
500
|
+
"icon": "wellbeing_element_blue_mood.png",
|
|
501
|
+
"isPredictiveElement": false,
|
|
502
|
+
"name": "Patient Health Questionnaire-9 (PHQ-9)",
|
|
503
|
+
"partId": 2,
|
|
504
|
+
"predictiveAnswer": null,
|
|
505
|
+
"score": 16,
|
|
506
|
+
"base": 27,
|
|
507
|
+
"scoreText": null
|
|
508
|
+
}, {
|
|
509
|
+
"icon": "wellbeing_element_aggressiveness.png",
|
|
510
|
+
"isPredictiveElement": false,
|
|
511
|
+
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
512
|
+
"partId": 2,
|
|
513
|
+
"predictiveAnswer": null,
|
|
514
|
+
"score": 2,
|
|
515
|
+
"base": 27,
|
|
516
|
+
"scoreText": null
|
|
517
|
+
}]
|
|
652
518
|
},
|
|
653
519
|
"patientNumber": "00906231234",
|
|
654
520
|
"photo": null,
|
|
655
521
|
"wellbeingQuizFinishDate": null
|
|
656
522
|
}
|
|
657
523
|
};
|
|
658
|
-
|
|
659
|
-
module.exports = mediclinicDoctorData;
|
|
660
|
-
module.exports.default = mediclinicDoctorData;
|