@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,813 +0,0 @@
|
|
|
1
|
-
const phaReportWithWellbeingFullData = {
|
|
2
|
-
"SR": {
|
|
3
|
-
"allergyClasses": [
|
|
4
|
-
{
|
|
5
|
-
"className": "Class 0",
|
|
6
|
-
"color": "#41B9D6",
|
|
7
|
-
"formattedMaxValue": "0.1",
|
|
8
|
-
"formattedMinValue": null,
|
|
9
|
-
"isNormal": true,
|
|
10
|
-
"lingualReading": "Undetectable",
|
|
11
|
-
"maxValue": 0.1,
|
|
12
|
-
"minValue": null,
|
|
13
|
-
"name": "undetectable"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"className": "Class 0/1",
|
|
17
|
-
"color": "#87B7CE",
|
|
18
|
-
"formattedMaxValue": "0.35",
|
|
19
|
-
"formattedMinValue": "0.1",
|
|
20
|
-
"isNormal": false,
|
|
21
|
-
"lingualReading": "Very low",
|
|
22
|
-
"maxValue": 0.35,
|
|
23
|
-
"minValue": 0.1,
|
|
24
|
-
"name": "very-low"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"className": "Class 1",
|
|
28
|
-
"color": "#02D9D1",
|
|
29
|
-
"formattedMaxValue": "0.7",
|
|
30
|
-
"formattedMinValue": "0.35",
|
|
31
|
-
"isNormal": false,
|
|
32
|
-
"lingualReading": "Low",
|
|
33
|
-
"maxValue": 0.7,
|
|
34
|
-
"minValue": 0.35,
|
|
35
|
-
"name": "low"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"className": "Class 2",
|
|
39
|
-
"color": "#F7AA2E",
|
|
40
|
-
"formattedMaxValue": "3.5",
|
|
41
|
-
"formattedMinValue": "0.7",
|
|
42
|
-
"isNormal": false,
|
|
43
|
-
"lingualReading": "Moderate",
|
|
44
|
-
"maxValue": 3.5,
|
|
45
|
-
"minValue": 0.7,
|
|
46
|
-
"name": "moderate"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"className": "Class 3",
|
|
50
|
-
"color": "#EE734E",
|
|
51
|
-
"formattedMaxValue": "17",
|
|
52
|
-
"formattedMinValue": "3.5",
|
|
53
|
-
"isNormal": false,
|
|
54
|
-
"lingualReading": "High",
|
|
55
|
-
"maxValue": 17,
|
|
56
|
-
"minValue": 3.5,
|
|
57
|
-
"name": "high"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"className": "Class 4",
|
|
61
|
-
"color": "#E05A5A",
|
|
62
|
-
"formattedMaxValue": "50",
|
|
63
|
-
"formattedMinValue": "17",
|
|
64
|
-
"isNormal": false,
|
|
65
|
-
"lingualReading": "Very high",
|
|
66
|
-
"maxValue": 50,
|
|
67
|
-
"minValue": 17,
|
|
68
|
-
"name": "very-high"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"className": "Class 5",
|
|
72
|
-
"color": "#BC2828",
|
|
73
|
-
"formattedMaxValue": "100",
|
|
74
|
-
"formattedMinValue": "50",
|
|
75
|
-
"isNormal": false,
|
|
76
|
-
"lingualReading": "Intense",
|
|
77
|
-
"maxValue": 100,
|
|
78
|
-
"minValue": 50,
|
|
79
|
-
"name": "intense"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"className": "Class 6",
|
|
83
|
-
"color": "#0F0F0F",
|
|
84
|
-
"formattedMaxValue": null,
|
|
85
|
-
"formattedMinValue": "100",
|
|
86
|
-
"isNormal": false,
|
|
87
|
-
"lingualReading": "very-intense",
|
|
88
|
-
"maxValue": null,
|
|
89
|
-
"minValue": 100,
|
|
90
|
-
"name": "very-intense"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"allergyItems": [],
|
|
94
|
-
"appName": "",
|
|
95
|
-
"approvalDate": "",
|
|
96
|
-
"approvedBy": "",
|
|
97
|
-
"atcd": {
|
|
98
|
-
"biomarker": null,
|
|
99
|
-
"question": []
|
|
100
|
-
},
|
|
101
|
-
"copyright": "",
|
|
102
|
-
"currentDivisionId": "",
|
|
103
|
-
"currentDivisionSymbol": "",
|
|
104
|
-
"customFields": null,
|
|
105
|
-
"customRangeAllergyItems": [],
|
|
106
|
-
"doctorNote": [],
|
|
107
|
-
"forPatient": true,
|
|
108
|
-
"isRectified": false,
|
|
109
|
-
"items": [
|
|
110
|
-
{
|
|
111
|
-
"biomarker": null,
|
|
112
|
-
"biomarkerAttachment": null,
|
|
113
|
-
"biomarkerDetailsList": null,
|
|
114
|
-
"biomarkerNote": null,
|
|
115
|
-
"insight": null,
|
|
116
|
-
"isChildBiomarker": false,
|
|
117
|
-
"nestingLevel": 0,
|
|
118
|
-
"panel": {
|
|
119
|
-
"biomarkers": [],
|
|
120
|
-
"doctorNotes": [],
|
|
121
|
-
"icon": "",
|
|
122
|
-
"insights": [],
|
|
123
|
-
"name": "Chemistry Panel",
|
|
124
|
-
"notes": [],
|
|
125
|
-
"panelBiomarker": null,
|
|
126
|
-
"panelDetails": [],
|
|
127
|
-
"panelId": 1,
|
|
128
|
-
"sample": null
|
|
129
|
-
},
|
|
130
|
-
"showInCompactView": true,
|
|
131
|
-
"showInDetailsView": true,
|
|
132
|
-
"viewNoteAsCustom": false
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"biomarker": {
|
|
136
|
-
"attachments": [],
|
|
137
|
-
"childrenBiomarkers": [],
|
|
138
|
-
"color": "#EE734E",
|
|
139
|
-
"components": [],
|
|
140
|
-
"customFields": null,
|
|
141
|
-
"detailsList": [],
|
|
142
|
-
"doctorNotes": [],
|
|
143
|
-
"flag": "",
|
|
144
|
-
"formattedNormalRangeMax": "55",
|
|
145
|
-
"formattedNormalRangeMin": "0",
|
|
146
|
-
"formattedValue": "60",
|
|
147
|
-
"fullName": "ALT",
|
|
148
|
-
"history": [],
|
|
149
|
-
"id": 1,
|
|
150
|
-
"insightsCount": 9,
|
|
151
|
-
"isNormal": false,
|
|
152
|
-
"isRectified": false,
|
|
153
|
-
"lingualReading": "High",
|
|
154
|
-
"methodType": null,
|
|
155
|
-
"name": "ALT",
|
|
156
|
-
"normalRangeMax": 55,
|
|
157
|
-
"normalRangeMin": 0,
|
|
158
|
-
"normalRangeType": 2,
|
|
159
|
-
"notes": [],
|
|
160
|
-
"priority": null,
|
|
161
|
-
"qualityOfSample": null,
|
|
162
|
-
"rangeIndex": 1,
|
|
163
|
-
"ranges": [
|
|
164
|
-
{
|
|
165
|
-
"color": "#02D9D1",
|
|
166
|
-
"formattedMaxValue": "55",
|
|
167
|
-
"formattedMinValue": "0",
|
|
168
|
-
"isCurrent": false,
|
|
169
|
-
"isReference": true,
|
|
170
|
-
"maxValue": 55,
|
|
171
|
-
"minValue": 0,
|
|
172
|
-
"name": "Normal",
|
|
173
|
-
"rangeType": 2
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"color": "#EE734E",
|
|
177
|
-
"formattedMaxValue": null,
|
|
178
|
-
"formattedMinValue": "55",
|
|
179
|
-
"isCurrent": true,
|
|
180
|
-
"isReference": false,
|
|
181
|
-
"maxValue": null,
|
|
182
|
-
"minValue": 55.01,
|
|
183
|
-
"name": "High",
|
|
184
|
-
"rangeType": 3
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
"relatedInsights": [],
|
|
188
|
-
"sample": null,
|
|
189
|
-
"sampleType": null,
|
|
190
|
-
"showInCompactView": true,
|
|
191
|
-
"showInDetailsView": true,
|
|
192
|
-
"showScale": true,
|
|
193
|
-
"status": 1,
|
|
194
|
-
"type": 1,
|
|
195
|
-
"unit": "U/L",
|
|
196
|
-
"value": "60"
|
|
197
|
-
},
|
|
198
|
-
"biomarkerAttachment": null,
|
|
199
|
-
"biomarkerDetailsList": null,
|
|
200
|
-
"biomarkerNote": null,
|
|
201
|
-
"insight": null,
|
|
202
|
-
"isChildBiomarker": false,
|
|
203
|
-
"nestingLevel": 0,
|
|
204
|
-
"panel": null,
|
|
205
|
-
"showInCompactView": true,
|
|
206
|
-
"showInDetailsView": true,
|
|
207
|
-
"viewNoteAsCustom": false
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"biomarker": null,
|
|
211
|
-
"biomarkerAttachment": null,
|
|
212
|
-
"biomarkerDetailsList": null,
|
|
213
|
-
"biomarkerNote": null,
|
|
214
|
-
"insight": {
|
|
215
|
-
"color": "",
|
|
216
|
-
"content": "Your alanine aminotransferase (ALT) level is above the reference range. Alanine aminotransferase is an enzyme found mainly in the liver but is also present in smaller amounts in the kidneys, heart, muscles, and pancreas. It plays an important role in metabolism. <br><br>A high level of alanine aminotransferase is usually associated with an injury to liver cells, which may be due to multiple reasons.<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>",
|
|
217
|
-
"detailedList": null,
|
|
218
|
-
"disclaimer": "",
|
|
219
|
-
"icon": "",
|
|
220
|
-
"id": 318,
|
|
221
|
-
"introductoryStatement": "Your alanine aminotransferase (ALT) level is above the reference range.",
|
|
222
|
-
"isClinicalReading": true,
|
|
223
|
-
"isMedical": false,
|
|
224
|
-
"relatedBiomarkers": [
|
|
225
|
-
{
|
|
226
|
-
"color": "#EE734E",
|
|
227
|
-
"fullName": "ALT",
|
|
228
|
-
"insightsCount": 9,
|
|
229
|
-
"name": "ALT",
|
|
230
|
-
"status": 1
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
"stackedInsight": null,
|
|
234
|
-
"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.",
|
|
235
|
-
"summary": "<br><br>A high level of alanine aminotransferase is usually associated with an injury to liver cells, which may be due to multiple reasons.<br><br>",
|
|
236
|
-
"testExplained": "<br/>Alanine aminotransferase is an enzyme found mainly in the liver but is also present in smaller amounts in the kidneys, heart, muscles, and pancreas. It plays an important role in metabolism.",
|
|
237
|
-
"title": "",
|
|
238
|
-
"toleranceText": null,
|
|
239
|
-
"underneathAttributes": []
|
|
240
|
-
},
|
|
241
|
-
"isChildBiomarker": false,
|
|
242
|
-
"nestingLevel": 0,
|
|
243
|
-
"panel": null,
|
|
244
|
-
"showInCompactView": false,
|
|
245
|
-
"showInDetailsView": true,
|
|
246
|
-
"viewNoteAsCustom": false
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"biomarker": null,
|
|
250
|
-
"biomarkerAttachment": null,
|
|
251
|
-
"biomarkerDetailsList": null,
|
|
252
|
-
"biomarkerNote": null,
|
|
253
|
-
"insight": {
|
|
254
|
-
"color": "#F7AA2E",
|
|
255
|
-
"content": "It is recommended that you schedule a visit to your doctor to discuss your alanine aminotransferase (ALT) results. You can ignore this if your doctor already knows about it.",
|
|
256
|
-
"detailedList": null,
|
|
257
|
-
"disclaimer": "",
|
|
258
|
-
"icon": "https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-doctor@3x.png",
|
|
259
|
-
"id": 216,
|
|
260
|
-
"introductoryStatement": "It is recommended that you schedule a visit to your doctor to discuss your alanine aminotransferase (ALT) results. You can ignore this if your doctor already knows about it.",
|
|
261
|
-
"isClinicalReading": false,
|
|
262
|
-
"isMedical": false,
|
|
263
|
-
"relatedBiomarkers": [
|
|
264
|
-
{
|
|
265
|
-
"color": "#EE734E",
|
|
266
|
-
"fullName": "ALT",
|
|
267
|
-
"insightsCount": 9,
|
|
268
|
-
"name": "ALT",
|
|
269
|
-
"status": 1
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"stackedInsight": null,
|
|
273
|
-
"suggestion": "",
|
|
274
|
-
"summary": "",
|
|
275
|
-
"testExplained": null,
|
|
276
|
-
"title": "Recommended",
|
|
277
|
-
"toleranceText": null,
|
|
278
|
-
"underneathAttributes": []
|
|
279
|
-
},
|
|
280
|
-
"isChildBiomarker": false,
|
|
281
|
-
"nestingLevel": 0,
|
|
282
|
-
"panel": null,
|
|
283
|
-
"showInCompactView": false,
|
|
284
|
-
"showInDetailsView": true,
|
|
285
|
-
"viewNoteAsCustom": false
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"biomarker": null,
|
|
289
|
-
"biomarkerAttachment": null,
|
|
290
|
-
"biomarkerDetailsList": null,
|
|
291
|
-
"biomarkerNote": null,
|
|
292
|
-
"insight": {
|
|
293
|
-
"color": "",
|
|
294
|
-
"content": "Take medications when and how they were prescribed and follow the recommended dose. Excess medication (prescribed, over-the-counter, herbs, and supplements) can harm your liver by disrupting its normal function or inducing injuries. <br/> <br/><b></b>",
|
|
295
|
-
"detailedList": null,
|
|
296
|
-
"disclaimer": "",
|
|
297
|
-
"icon": "https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png",
|
|
298
|
-
"id": 563,
|
|
299
|
-
"introductoryStatement": "Take medications when and how they were prescribed and follow the recommended dose. Excess medication (prescribed, over-the-counter, herbs, and supplements) can harm your liver by disrupting its normal function or inducing injuries.",
|
|
300
|
-
"isClinicalReading": false,
|
|
301
|
-
"isMedical": false,
|
|
302
|
-
"relatedBiomarkers": [
|
|
303
|
-
{
|
|
304
|
-
"color": "#EE734E",
|
|
305
|
-
"fullName": "ALT",
|
|
306
|
-
"insightsCount": 9,
|
|
307
|
-
"name": "ALT",
|
|
308
|
-
"status": 1
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"stackedInsight": null,
|
|
312
|
-
"suggestion": "",
|
|
313
|
-
"summary": "",
|
|
314
|
-
"testExplained": null,
|
|
315
|
-
"title": "",
|
|
316
|
-
"toleranceText": null,
|
|
317
|
-
"underneathAttributes": []
|
|
318
|
-
},
|
|
319
|
-
"isChildBiomarker": false,
|
|
320
|
-
"nestingLevel": 0,
|
|
321
|
-
"panel": null,
|
|
322
|
-
"showInCompactView": false,
|
|
323
|
-
"showInDetailsView": true,
|
|
324
|
-
"viewNoteAsCustom": false
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"biomarker": null,
|
|
328
|
-
"biomarkerAttachment": null,
|
|
329
|
-
"biomarkerDetailsList": null,
|
|
330
|
-
"biomarkerNote": null,
|
|
331
|
-
"insight": {
|
|
332
|
-
"color": "",
|
|
333
|
-
"content": "If you are at increased risk for contracting hepatitis, ask your doctor if you should consider taking the hepatitis A and hepatitis B vaccines. <br/> <br/><b></b>",
|
|
334
|
-
"detailedList": null,
|
|
335
|
-
"disclaimer": "",
|
|
336
|
-
"icon": "https://centro.medicus.ai/frontend/web/images/uploads/insight-types/card-tip-2@3x.png",
|
|
337
|
-
"id": 602,
|
|
338
|
-
"introductoryStatement": "If you are at increased risk for contracting hepatitis, ask your doctor if you should consider taking the hepatitis A and hepatitis B vaccines.",
|
|
339
|
-
"isClinicalReading": false,
|
|
340
|
-
"isMedical": false,
|
|
341
|
-
"relatedBiomarkers": [
|
|
342
|
-
{
|
|
343
|
-
"color": "#EE734E",
|
|
344
|
-
"fullName": "ALT",
|
|
345
|
-
"insightsCount": 9,
|
|
346
|
-
"name": "ALT",
|
|
347
|
-
"status": 1
|
|
348
|
-
}
|
|
349
|
-
],
|
|
350
|
-
"stackedInsight": null,
|
|
351
|
-
"suggestion": "",
|
|
352
|
-
"summary": "",
|
|
353
|
-
"testExplained": null,
|
|
354
|
-
"title": "",
|
|
355
|
-
"toleranceText": null,
|
|
356
|
-
"underneathAttributes": []
|
|
357
|
-
},
|
|
358
|
-
"isChildBiomarker": false,
|
|
359
|
-
"nestingLevel": 0,
|
|
360
|
-
"panel": null,
|
|
361
|
-
"showInCompactView": false,
|
|
362
|
-
"showInDetailsView": true,
|
|
363
|
-
"viewNoteAsCustom": false
|
|
364
|
-
}
|
|
365
|
-
],
|
|
366
|
-
"labAddress": "Mariahilfer Straße 27/10, A-1060 Wien \nUID: ATU 72096518 \nHandelsgericht Wien, FN 458726y",
|
|
367
|
-
"labEmailAddress": "support@medicus.ai",
|
|
368
|
-
"labLogo": "",
|
|
369
|
-
"labName": "Medicus Laboratories",
|
|
370
|
-
"labPhoneNumber": "",
|
|
371
|
-
"labStamp": "",
|
|
372
|
-
"labType": 32,
|
|
373
|
-
"language": "en",
|
|
374
|
-
"mainDivisionId": "",
|
|
375
|
-
"mainDivisionSymbol": "",
|
|
376
|
-
"moreLink": "",
|
|
377
|
-
"note": "",
|
|
378
|
-
"origem": null,
|
|
379
|
-
"panels": [],
|
|
380
|
-
"password": "00000",
|
|
381
|
-
"patientBirthDate": 536623200,
|
|
382
|
-
"patientName": "aws",
|
|
383
|
-
"patientPin": "2EBFD86",
|
|
384
|
-
"profileItems": [
|
|
385
|
-
{
|
|
386
|
-
"title": "Prepared for",
|
|
387
|
-
"value": "aws"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"title": "Patient number",
|
|
391
|
-
"value": "aws"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"title": "Email",
|
|
395
|
-
"value": "aws.hassan@medicus.ai"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"title": "Date of birth",
|
|
399
|
-
"value": "03/01/1987 (Age 39)"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"title": "Gender",
|
|
403
|
-
"value": "Male"
|
|
404
|
-
}
|
|
405
|
-
],
|
|
406
|
-
"qrCode": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFN2ZyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMzIDMzIiBzdHJva2U9Im5vbmUiPgoJPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTQsNGgxdjFoLTF6IE01LDRoMXYxaC0xeiBNNiw0aDF2MWgtMXogTTcsNGgxdjFoLTF6IE04LDRoMXYxaC0xeiBNOSw0aDF2MWgtMXogTTEwLDRoMXYxaC0xeiBNMTQsNGgxdjFoLTF6IE0xNyw0aDF2MWgtMXogTTIyLDRoMXYxaC0xeiBNMjMsNGgxdjFoLTF6IE0yNCw0aDF2MWgtMXogTTI1LDRoMXYxaC0xeiBNMjYsNGgxdjFoLTF6IE0yNyw0aDF2MWgtMXogTTI4LDRoMXYxaC0xeiBNNCw1aDF2MWgtMXogTTEwLDVoMXYxaC0xeiBNMTIsNWgxdjFoLTF6IE0xMyw1aDF2MWgtMXogTTE0LDVoMXYxaC0xeiBNMTcsNWgxdjFoLTF6IE0xOCw1aDF2MWgtMXogTTE5LDVoMXYxaC0xeiBNMjIsNWgxdjFoLTF6IE0yOCw1aDF2MWgtMXogTTQsNmgxdjFoLTF6IE02LDZoMXYxaC0xeiBNNyw2aDF2MWgtMXogTTgsNmgxdjFoLTF6IE0xMCw2aDF2MWgtMXogTTEyLDZoMXYxaC0xeiBNMTgsNmgxdjFoLTF6IE0yMCw2aDF2MWgtMXogTTIyLDZoMXYxaC0xeiBNMjQsNmgxdjFoLTF6IE0yNSw2aDF2MWgtMXogTTI2LDZoMXYxaC0xeiBNMjgsNmgxdjFoLTF6IE00LDdoMXYxaC0xeiBNNiw3aDF2MWgtMXogTTcsN2gxdjFoLTF6IE04LDdoMXYxaC0xeiBNMTAsN2gxdjFoLTF6IE0xMyw3aDF2MWgtMXogTTE3LDdoMXYxaC0xeiBNMTgsN2gxdjFoLTF6IE0xOSw3aDF2MWgtMXogTTIyLDdoMXYxaC0xeiBNMjQsN2gxdjFoLTF6IE0yNSw3aDF2MWgtMXogTTI2LDdoMXYxaC0xeiBNMjgsN2gxdjFoLTF6IE00LDhoMXYxaC0xeiBNNiw4aDF2MWgtMXogTTcsOGgxdjFoLTF6IE04LDhoMXYxaC0xeiBNMTAsOGgxdjFoLTF6IE0xMiw4aDF2MWgtMXogTTEzLDhoMXYxaC0xeiBNMTQsOGgxdjFoLTF6IE0xNiw4aDF2MWgtMXogTTE4LDhoMXYxaC0xeiBNMTksOGgxdjFoLTF6IE0yMiw4aDF2MWgtMXogTTI0LDhoMXYxaC0xeiBNMjUsOGgxdjFoLTF6IE0yNiw4aDF2MWgtMXogTTI4LDhoMXYxaC0xeiBNNCw5aDF2MWgtMXogTTEwLDloMXYxaC0xeiBNMTIsOWgxdjFoLTF6IE0xNCw5aDF2MWgtMXogTTE3LDloMXYxaC0xeiBNMTksOWgxdjFoLTF6IE0yMCw5aDF2MWgtMXogTTIyLDloMXYxaC0xeiBNMjgsOWgxdjFoLTF6IE00LDEwaDF2MWgtMXogTTUsMTBoMXYxaC0xeiBNNiwxMGgxdjFoLTF6IE03LDEwaDF2MWgtMXogTTgsMTBoMXYxaC0xeiBNOSwxMGgxdjFoLTF6IE0xMCwxMGgxdjFoLTF6IE0xMiwxMGgxdjFoLTF6IE0xNCwxMGgxdjFoLTF6IE0xNiwxMGgxdjFoLTF6IE0xOCwxMGgxdjFoLTF6IE0yMCwxMGgxdjFoLTF6IE0yMiwxMGgxdjFoLTF6IE0yMywxMGgxdjFoLTF6IE0yNCwxMGgxdjFoLTF6IE0yNSwxMGgxdjFoLTF6IE0yNiwxMGgxdjFoLTF6IE0yNywxMGgxdjFoLTF6IE0yOCwxMGgxdjFoLTF6IE0xMiwxMWgxdjFoLTF6IE0xNCwxMWgxdjFoLTF6IE0xNiwxMWgxdjFoLTF6IE0xOCwxMWgxdjFoLTF6IE00LDEyaDF2MWgtMXogTTUsMTJoMXYxaC0xeiBNNywxMmgxdjFoLTF6IE0xMCwxMmgxdjFoLTF6IE0xMSwxMmgxdjFoLTF6IE0xNSwxMmgxdjFoLTF6IE0xOCwxMmgxdjFoLTF6IE0xOSwxMmgxdjFoLTF6IE0yMiwxMmgxdjFoLTF6IE0yMywxMmgxdjFoLTF6IE0yNCwxMmgxdjFoLTF6IE0yNiwxMmgxdjFoLTF6IE0yNywxMmgxdjFoLTF6IE00LDEzaDF2MWgtMXogTTYsMTNoMXYxaC0xeiBNNywxM2gxdjFoLTF6IE0xMSwxM2gxdjFoLTF6IE0xMiwxM2gxdjFoLTF6IE0xMywxM2gxdjFoLTF6IE0xNywxM2gxdjFoLTF6IE0xOCwxM2gxdjFoLTF6IE0xOSwxM2gxdjFoLTF6IE0yMCwxM2gxdjFoLTF6IE0yMSwxM2gxdjFoLTF6IE0yNSwxM2gxdjFoLTF6IE0yNywxM2gxdjFoLTF6IE0yOCwxM2gxdjFoLTF6IE00LDE0aDF2MWgtMXogTTUsMTRoMXYxaC0xeiBNNiwxNGgxdjFoLTF6IE0xMCwxNGgxdjFoLTF6IE0xMSwxNGgxdjFoLTF6IE0xMiwxNGgxdjFoLTF6IE0xNiwxNGgxdjFoLTF6IE0xOCwxNGgxdjFoLTF6IE0yMSwxNGgxdjFoLTF6IE0yMiwxNGgxdjFoLTF6IE0yMywxNGgxdjFoLTF6IE0yNSwxNGgxdjFoLTF6IE0yNywxNGgxdjFoLTF6IE0yOCwxNGgxdjFoLTF6IE04LDE1aDF2MWgtMXogTTEyLDE1aDF2MWgtMXogTTEzLDE1aDF2MWgtMXogTTE0LDE1aDF2MWgtMXogTTE1LDE1aDF2MWgtMXogTTE3LDE1aDF2MWgtMXogTTE4LDE1aDF2MWgtMXogTTIwLDE1aDF2MWgtMXogTTIxLDE1aDF2MWgtMXogTTIzLDE1aDF2MWgtMXogTTI0LDE1aDF2MWgtMXogTTI3LDE1aDF2MWgtMXogTTI4LDE1aDF2MWgtMXogTTgsMTZoMXYxaC0xeiBNOSwxNmgxdjFoLTF6IE0xMCwxNmgxdjFoLTF6IE0xMiwxNmgxdjFoLTF6IE0xNCwxNmgxdjFoLTF6IE0xNiwxNmgxdjFoLTF6IE0xNywxNmgxdjFoLTF6IE0xOCwxNmgxdjFoLTF6IE0yMSwxNmgxdjFoLTF6IE0yMiwxNmgxdjFoLTF6IE0yMywxNmgxdjFoLTF6IE0yNSwxNmgxdjFoLTF6IE0yNywxNmgxdjFoLTF6IE01LDE3aDF2MWgtMXogTTYsMTdoMXYxaC0xeiBNOCwxN2gxdjFoLTF6IE05LDE3aDF2MWgtMXogTTExLDE3aDF2MWgtMXogTTEyLDE3aDF2MWgtMXogTTE1LDE3aDF2MWgtMXogTTE2LDE3aDF2MWgtMXogTTE3LDE3aDF2MWgtMXogTTIwLDE3aDF2MWgtMXogTTIxLDE3aDF2MWgtMXogTTI2LDE3aDF2MWgtMXogTTQsMThoMXYxaC0xeiBNNiwxOGgxdjFoLTF6IE03LDE4aDF2MWgtMXogTTgsMThoMXYxaC0xeiBNOSwxOGgxdjFoLTF6IE0xMCwxOGgxdjFoLTF6IE0xMywxOGgxdjFoLTF6IE0xNSwxOGgxdjFoLTF6IE0xNiwxOGgxdjFoLTF6IE0xOCwxOGgxdjFoLTF6IE0yMCwxOGgxdjFoLTF6IE0yMSwxOGgxdjFoLTF6IE0yMiwxOGgxdjFoLTF6IE0yMywxOGgxdjFoLTF6IE0yNCwxOGgxdjFoLTF6IE0yNSwxOGgxdjFoLTF6IE0yOCwxOGgxdjFoLTF6IE01LDE5aDF2MWgtMXogTTYsMTloMXYxaC0xeiBNNywxOWgxdjFoLTF6IE04LDE5aDF2MWgtMXogTTE0LDE5aDF2MWgtMXogTTE1LDE5aDF2MWgtMXogTTE3LDE5aDF2MWgtMXogTTE4LDE5aDF2MWgtMXogTTE5LDE5aDF2MWgtMXogTTIxLDE5aDF2MWgtMXogTTIyLDE5aDF2MWgtMXogTTI0LDE5aDF2MWgtMXogTTI3LDE5aDF2MWgtMXogTTI4LDE5aDF2MWgtMXogTTQsMjBoMXYxaC0xeiBNNSwyMGgxdjFoLTF6IE0xMCwyMGgxdjFoLTF6IE0xMSwyMGgxdjFoLTF6IE0xMiwyMGgxdjFoLTF6IE0xMywyMGgxdjFoLTF6IE0xNSwyMGgxdjFoLTF6IE0xNiwyMGgxdjFoLTF6IE0xNywyMGgxdjFoLTF6IE0xOSwyMGgxdjFoLTF6IE0yMCwyMGgxdjFoLTF6IE0yMSwyMGgxdjFoLTF6IE0yMiwyMGgxdjFoLTF6IE0yMywyMGgxdjFoLTF6IE0yNCwyMGgxdjFoLTF6IE0yNSwyMGgxdjFoLTF6IE0yNiwyMGgxdjFoLTF6IE0yNywyMGgxdjFoLTF6IE0yOCwyMGgxdjFoLTF6IE0xMiwyMWgxdjFoLTF6IE0xMywyMWgxdjFoLTF6IE0xNiwyMWgxdjFoLTF6IE0xNywyMWgxdjFoLTF6IE0xOCwyMWgxdjFoLTF6IE0yMCwyMWgxdjFoLTF6IE0yNCwyMWgxdjFoLTF6IE0yNSwyMWgxdjFoLTF6IE0yNywyMWgxdjFoLTF6IE0yOCwyMWgxdjFoLTF6IE00LDIyaDF2MWgtMXogTTUsMjJoMXYxaC0xeiBNNiwyMmgxdjFoLTF6IE03LDIyaDF2MWgtMXogTTgsMjJoMXYxaC0xeiBNOSwyMmgxdjFoLTF6IE0xMCwyMmgxdjFoLTF6IE0xMiwyMmgxdjFoLTF6IE0xNCwyMmgxdjFoLTF6IE0xNiwyMmgxdjFoLTF6IE0xOSwyMmgxdjFoLTF6IE0yMCwyMmgxdjFoLTF6IE0yMiwyMmgxdjFoLTF6IE0yNCwyMmgxdjFoLTF6IE0yNSwyMmgxdjFoLTF6IE0yNywyMmgxdjFoLTF6IE0yOCwyMmgxdjFoLTF6IE00LDIzaDF2MWgtMXogTTEwLDIzaDF2MWgtMXogTTE0LDIzaDF2MWgtMXogTTE1LDIzaDF2MWgtMXogTTE2LDIzaDF2MWgtMXogTTE4LDIzaDF2MWgtMXogTTE5LDIzaDF2MWgtMXogTTIwLDIzaDF2MWgtMXogTTI0LDIzaDF2MWgtMXogTTI2LDIzaDF2MWgtMXogTTI3LDIzaDF2MWgtMXogTTQsMjRoMXYxaC0xeiBNNiwyNGgxdjFoLTF6IE03LDI0aDF2MWgtMXogTTgsMjRoMXYxaC0xeiBNMTAsMjRoMXYxaC0xeiBNMTQsMjRoMXYxaC0xeiBNMTUsMjRoMXYxaC0xeiBNMTYsMjRoMXYxaC0xeiBNMTcsMjRoMXYxaC0xeiBNMjAsMjRoMXYxaC0xeiBNMjEsMjRoMXYxaC0xeiBNMjIsMjRoMXYxaC0xeiBNMjMsMjRoMXYxaC0xeiBNMjQsMjRoMXYxaC0xeiBNMjUsMjRoMXYxaC0xeiBNMjYsMjRoMXYxaC0xeiBNNCwyNWgxdjFoLTF6IE02LDI1aDF2MWgtMXogTTcsMjVoMXYxaC0xeiBNOCwyNWgxdjFoLTF6IE0xMCwyNWgxdjFoLTF6IE0xMiwxNWgxdjFoLTF6IE0xMywyNWgxdjFoLTF6IE0xNCwyNWgxdjFoLTF6IE0xNSwyNWgxdjFoLTF6IE0xNiwyNWgxdjFoLTF6IE0xNywyNWgxdjFoLTF6IE0xOCwyNWgxdjFoLTF6IE0xOSwyNWgxdjFoLTF6IE0yNiwyNWgxdjFoLTF6IE00LDI2aDF2MWgtMXogTTYsMjZoMXYxaC0xeiBNNywyNmgxdjFoLTF6IE04LDI2aDF2MWgtMXogTTEwLDI2aDF2MWgtMXogTTEzLDI2aDF2MWgtMXogTTE0LDI2aDF2MWgtMXogTTE4LDI2aDF2MWgtMXogTTE5LDI2aDF2MWgtMXogTTIyLDI2aDF2MWgtMXogTTI0LDI2aDF2MWgtMXogTTI1LDI2aDF2MWgtMXogTTI2LDI2aDF2MWgtMXogTTI4LDI2aDF2MWgtMXogTTQsMjdoMXYxaC0xeiBNMTAsMjdoMXYxaC0xeiBNMTIsMjdoMXYxaC0xeiBNMTQsMjdoMXYxaC0xeiBNMTYsMjdoMXYxaC0xeiBNMTcsMjdoMXYxaC0xeiBNMTgsMjdoMXYxaC0xeiBNMTksMjdoMXYxaC0xeiBNMjEsMjdoMXYxaC0xeiBNMjQsMjdoMXYxaC0xeiBNMjUsMjdoMXYxaC0xeiBNNCwyOGgxdjFoLTF6IE01LDI4aDF2MWgtMXogTTYsMjhoMXYxaC0xeiBNNywyOGgxdjFoLTF6IE04LDI4aDF2MWgtMXogTTksMjhoMXYxaC0xeiBNMTAsMjhoMXYxaC0xeiBNMTIsMjhoMXYxaC0xeiBNMTcsMjhoMXYxaC0xeiBNMTgsMjhoMXYxaC0xeiBNMTksMjhoMXYxaC0xeiBNMjAsMjhoMXYxaC0xeiBNMjQsMjhoMXYxaC0xeiBNMjcsMjhoMXYxaC0xeiBNMjgsMjhoMXYxaC0xeiIgZmlsbD0iIzAwMDAwMCIvPgo8L3N2Zz4K",
|
|
407
|
-
"reportDate": "1769418564.000000",
|
|
408
|
-
"reportDivision": "WP",
|
|
409
|
-
"reportDivisionSymbol": "wp",
|
|
410
|
-
"reportNumber": "MR-E25DHB6",
|
|
411
|
-
"reportProperties": null,
|
|
412
|
-
"reportPurpose": "",
|
|
413
|
-
"reportSampleType": "",
|
|
414
|
-
"reportSummary": "",
|
|
415
|
-
"sampleCollectionDate": "",
|
|
416
|
-
"screeningPurpose": "",
|
|
417
|
-
"screeningStrategy": "",
|
|
418
|
-
"showAsTwoColumns": false,
|
|
419
|
-
"showCompactView": true,
|
|
420
|
-
"showDetailsView": true,
|
|
421
|
-
"showPIN": true,
|
|
422
|
-
"signatures": [],
|
|
423
|
-
"smartAlert": null,
|
|
424
|
-
"summary": [],
|
|
425
|
-
"timeZoneOffset": null
|
|
426
|
-
},
|
|
427
|
-
"profileInfo": [
|
|
428
|
-
{
|
|
429
|
-
"title": "Facility",
|
|
430
|
-
"value": "Lab Corp"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"title": "Reference",
|
|
434
|
-
"value": "MR-7C97FH9"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"title": "Patient",
|
|
438
|
-
"value": "GALE KITTELL"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"title": "Report date",
|
|
442
|
-
"value": "03/19/2026"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"title": "Prepared for",
|
|
446
|
-
"value": "GALE KITTELL"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"title": "Date of birth",
|
|
450
|
-
"value": "10/06/1962 (Age 63)"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"title": "Weight",
|
|
454
|
-
"value": ""
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"title": "Height",
|
|
458
|
-
"value": ""
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"title": "Gender",
|
|
462
|
-
"value": "Male"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"title": "Body Mass Index (BMI)",
|
|
466
|
-
"value": ""
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"title": "Blood Pressure",
|
|
470
|
-
"value": "131/81 mm/Hg"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"title": "Waist Circumference",
|
|
474
|
-
"value": "48 inches"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"title": "Sample Source",
|
|
478
|
-
"value": "Serum"
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"footer": {
|
|
482
|
-
"address": "123 Main St, Suite 100, Boston, MA 02101"
|
|
483
|
-
},
|
|
484
|
-
"wellbeing": {
|
|
485
|
-
"PartScoresHighestValues": {
|
|
486
|
-
"body": [
|
|
487
|
-
{
|
|
488
|
-
"base": 5,
|
|
489
|
-
"icon": "wellbeing_element_bodymeasurements.png",
|
|
490
|
-
"isPredictiveElement": false,
|
|
491
|
-
"name": "Body Measurements",
|
|
492
|
-
"partId": 2,
|
|
493
|
-
"predictiveAnswer": null,
|
|
494
|
-
"score": 5,
|
|
495
|
-
"scoreText": null
|
|
496
|
-
}
|
|
497
|
-
],
|
|
498
|
-
"healthRisk": [],
|
|
499
|
-
"lifeStyle": [
|
|
500
|
-
{
|
|
501
|
-
"base": 5,
|
|
502
|
-
"icon": "wellbeing_element_smoking.png",
|
|
503
|
-
"isPredictiveElement": false,
|
|
504
|
-
"name": "Smoking",
|
|
505
|
-
"partId": 1,
|
|
506
|
-
"predictiveAnswer": null,
|
|
507
|
-
"score": 3,
|
|
508
|
-
"scoreText": null
|
|
509
|
-
}
|
|
510
|
-
],
|
|
511
|
-
"mind": [
|
|
512
|
-
{
|
|
513
|
-
"base": 24,
|
|
514
|
-
"icon": "wellbeing_element_blue_mood.png",
|
|
515
|
-
"isPredictiveElement": false,
|
|
516
|
-
"name": "Patient Health Questionnaire-8 (PHQ-8)",
|
|
517
|
-
"partId": 3,
|
|
518
|
-
"predictiveAnswer": null,
|
|
519
|
-
"score": 12,
|
|
520
|
-
"scoreText": null
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
"age": "39",
|
|
525
|
-
"calculation": {
|
|
526
|
-
"anxietyRiskScore": 42.857142857142854,
|
|
527
|
-
"anxietyRiskScoreStatement": "",
|
|
528
|
-
"depressionRiskScore": 50,
|
|
529
|
-
"depressionRiskScoreStatement": "",
|
|
530
|
-
"physicalScore": 53.55634920634921,
|
|
531
|
-
"physicalScoreStatement": "and your daily practices are moving you closer to a healthier lifestyle.",
|
|
532
|
-
"psychologicalScore": 105,
|
|
533
|
-
"psychologicalScoreStatement": "Your depression risk score shows that it’s an opportune moment to explore supportive steps, and your anxiety risk score shows that you're building a stronger base for managing stress effectively."
|
|
534
|
-
},
|
|
535
|
-
"email": "aws.hassan@medicus.ai",
|
|
536
|
-
"gender": "Male",
|
|
537
|
-
"genderId": 89,
|
|
538
|
-
"insights": {
|
|
539
|
-
"elementScores": [
|
|
540
|
-
{
|
|
541
|
-
"base": 0,
|
|
542
|
-
"icon": "wellbeing_element_diet.png",
|
|
543
|
-
"isPredictiveElement": false,
|
|
544
|
-
"name": "Diet",
|
|
545
|
-
"partId": 1,
|
|
546
|
-
"predictiveAnswer": null,
|
|
547
|
-
"score": 9,
|
|
548
|
-
"scoreText": null
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"base": 0,
|
|
552
|
-
"icon": "wellbeing_element_aggressiveness.png",
|
|
553
|
-
"isPredictiveElement": false,
|
|
554
|
-
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
555
|
-
"partId": 3,
|
|
556
|
-
"predictiveAnswer": null,
|
|
557
|
-
"score": 9,
|
|
558
|
-
"scoreText": null
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"base": 0,
|
|
562
|
-
"icon": "wellbeing_element_physical_activity.png",
|
|
563
|
-
"isPredictiveElement": false,
|
|
564
|
-
"name": "Physical Activity",
|
|
565
|
-
"partId": 1,
|
|
566
|
-
"predictiveAnswer": null,
|
|
567
|
-
"score": 1.6,
|
|
568
|
-
"scoreText": null
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"base": 0,
|
|
572
|
-
"icon": "wellbeing_element_liver_health.png",
|
|
573
|
-
"isPredictiveElement": false,
|
|
574
|
-
"name": "Liver Health",
|
|
575
|
-
"partId": 2,
|
|
576
|
-
"predictiveAnswer": null,
|
|
577
|
-
"score": 4,
|
|
578
|
-
"scoreText": null
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"base": 0,
|
|
582
|
-
"icon": "wellbeing_element_blue_mood.png",
|
|
583
|
-
"isPredictiveElement": false,
|
|
584
|
-
"name": "Patient Health Questionnaire-8 (PHQ-8)",
|
|
585
|
-
"partId": 3,
|
|
586
|
-
"predictiveAnswer": null,
|
|
587
|
-
"score": 12,
|
|
588
|
-
"scoreText": null
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"tips": [
|
|
592
|
-
{
|
|
593
|
-
"content": "Are you seduced by ketchup, mustard, soya sauce, and other condiments? Well, that is fine as long as you have them in moderation and you go for low-salt or salt-free options.",
|
|
594
|
-
"icon": "wellbeing_element_diet.png",
|
|
595
|
-
"id": 1736,
|
|
596
|
-
"isPositive": true,
|
|
597
|
-
"isTip": true,
|
|
598
|
-
"partId": 1,
|
|
599
|
-
"ruleInsight": false,
|
|
600
|
-
"ruleInsightType": null,
|
|
601
|
-
"sources": [
|
|
602
|
-
{
|
|
603
|
-
"id": 2035,
|
|
604
|
-
"insightId": 1736,
|
|
605
|
-
"source": "https://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/dash-diet/art-20045913",
|
|
606
|
-
"title": "DASH Diet: Tips for Shopping and Cooking"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"id": 2036,
|
|
610
|
-
"insightId": 1736,
|
|
611
|
-
"source": "https://www.bhf.org.uk/informationsupport/heart-matters-magazine/nutrition/sugar-salt-and-fat/sauces-ooh-saucy",
|
|
612
|
-
"title": "BHF: How Much Sugar, Salt and Fat Are in Your Sauces?"
|
|
613
|
-
}
|
|
614
|
-
]
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"content": "According to the information you provided, no further recommendations or interventions are required at this time.",
|
|
618
|
-
"icon": "wellbeing_element_aggressiveness.png",
|
|
619
|
-
"id": 2016,
|
|
620
|
-
"isPositive": true,
|
|
621
|
-
"isTip": true,
|
|
622
|
-
"partId": 3,
|
|
623
|
-
"ruleInsight": false,
|
|
624
|
-
"ruleInsightType": null,
|
|
625
|
-
"sources": []
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"content": "Whether you shuttle to and from your destination by car or public transportation, you can always stop earlier and walk to your destination. Do not forget to watch your step count getting higher.",
|
|
629
|
-
"icon": "wellbeing_element_physical_activity.png",
|
|
630
|
-
"id": 1793,
|
|
631
|
-
"isPositive": false,
|
|
632
|
-
"isTip": true,
|
|
633
|
-
"partId": 1,
|
|
634
|
-
"ruleInsight": false,
|
|
635
|
-
"ruleInsightType": null,
|
|
636
|
-
"sources": [
|
|
637
|
-
{
|
|
638
|
-
"id": 2130,
|
|
639
|
-
"insightId": 1793,
|
|
640
|
-
"source": "https://www.nhlbi.nih.gov/health/educational/wecan/get-active/getting-active.htm",
|
|
641
|
-
"title": "NIH: Tips for Getting Active"
|
|
642
|
-
}
|
|
643
|
-
]
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"content": "Did you know? Inflammation of the liver can be caused by viruses, known as the hepatitis viruses. Vaccination against 2 of these viruses has been shown to protect the body from liver infection by getting the body's immune system to make antibodies.",
|
|
647
|
-
"icon": "wellbeing_element_liver_health.png",
|
|
648
|
-
"id": 1961,
|
|
649
|
-
"isPositive": false,
|
|
650
|
-
"isTip": true,
|
|
651
|
-
"partId": 2,
|
|
652
|
-
"ruleInsight": false,
|
|
653
|
-
"ruleInsightType": null,
|
|
654
|
-
"sources": [
|
|
655
|
-
{
|
|
656
|
-
"id": 2397,
|
|
657
|
-
"insightId": 1961,
|
|
658
|
-
"source": "https://www.mayoclinic.org/diseases-conditions/liver-problems/symptoms-causes/syc-20374502",
|
|
659
|
-
"title": "Liver Disease"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"id": 2398,
|
|
663
|
-
"insightId": 1961,
|
|
664
|
-
"source": "https://liverfoundation.org/25-ways-to-love-your-liver/",
|
|
665
|
-
"title": "25 Ways to Love Your Liver Health"
|
|
666
|
-
}
|
|
667
|
-
]
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"content": "According to the information you provided, no further recommendations or interventions are required at this time.",
|
|
671
|
-
"icon": "wellbeing_element_blue_mood.png",
|
|
672
|
-
"id": 2011,
|
|
673
|
-
"isPositive": false,
|
|
674
|
-
"isTip": true,
|
|
675
|
-
"partId": 3,
|
|
676
|
-
"ruleInsight": false,
|
|
677
|
-
"ruleInsightType": null,
|
|
678
|
-
"sources": []
|
|
679
|
-
}
|
|
680
|
-
]
|
|
681
|
-
},
|
|
682
|
-
"lingualReading": {
|
|
683
|
-
"color": null,
|
|
684
|
-
"lingualReading": null,
|
|
685
|
-
"statement": null
|
|
686
|
-
},
|
|
687
|
-
"lowestElementScore": {
|
|
688
|
-
"base": 5,
|
|
689
|
-
"icon": "wellbeing_element_physical_activity.png",
|
|
690
|
-
"isPredictiveElement": false,
|
|
691
|
-
"name": "Physical Activity",
|
|
692
|
-
"partId": 1,
|
|
693
|
-
"predictiveAnswer": null,
|
|
694
|
-
"score": 1,
|
|
695
|
-
"scoreText": null
|
|
696
|
-
},
|
|
697
|
-
"name": "aws",
|
|
698
|
-
"partsScore": {
|
|
699
|
-
"body": [
|
|
700
|
-
{
|
|
701
|
-
"base": 5,
|
|
702
|
-
"icon": "wellbeing_element_bodymeasurements.png",
|
|
703
|
-
"isPredictiveElement": false,
|
|
704
|
-
"name": "Body Measurements",
|
|
705
|
-
"partId": 2,
|
|
706
|
-
"predictiveAnswer": null,
|
|
707
|
-
"score": 5,
|
|
708
|
-
"scoreText": null
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"base": 5,
|
|
712
|
-
"icon": "wellbeing_element_liver_health.png",
|
|
713
|
-
"isPredictiveElement": false,
|
|
714
|
-
"name": "Liver Health",
|
|
715
|
-
"partId": 2,
|
|
716
|
-
"predictiveAnswer": null,
|
|
717
|
-
"score": 2,
|
|
718
|
-
"scoreText": null
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"healthRisk": [],
|
|
722
|
-
"lifeStyle": [
|
|
723
|
-
{
|
|
724
|
-
"base": 5,
|
|
725
|
-
"icon": "wellbeing_element_diet.png",
|
|
726
|
-
"isPredictiveElement": false,
|
|
727
|
-
"name": "Diet",
|
|
728
|
-
"partId": 1,
|
|
729
|
-
"predictiveAnswer": null,
|
|
730
|
-
"score": 5,
|
|
731
|
-
"scoreText": null
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"base": 5,
|
|
735
|
-
"icon": "wellbeing_element_hydration_level.png",
|
|
736
|
-
"isPredictiveElement": false,
|
|
737
|
-
"name": "Hydration Level",
|
|
738
|
-
"partId": 1,
|
|
739
|
-
"predictiveAnswer": null,
|
|
740
|
-
"score": 2,
|
|
741
|
-
"scoreText": null
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"base": 5,
|
|
745
|
-
"icon": "wellbeing_element_alcohol.png",
|
|
746
|
-
"isPredictiveElement": false,
|
|
747
|
-
"name": "Alcohol",
|
|
748
|
-
"partId": 1,
|
|
749
|
-
"predictiveAnswer": null,
|
|
750
|
-
"score": 3,
|
|
751
|
-
"scoreText": null
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"base": 5,
|
|
755
|
-
"icon": "wellbeing_element_physical_activity.png",
|
|
756
|
-
"isPredictiveElement": false,
|
|
757
|
-
"name": "Physical Activity",
|
|
758
|
-
"partId": 1,
|
|
759
|
-
"predictiveAnswer": null,
|
|
760
|
-
"score": 1,
|
|
761
|
-
"scoreText": null
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"base": 5,
|
|
765
|
-
"icon": "wellbeing_element_sleep.png",
|
|
766
|
-
"isPredictiveElement": false,
|
|
767
|
-
"name": "Sleep",
|
|
768
|
-
"partId": 1,
|
|
769
|
-
"predictiveAnswer": null,
|
|
770
|
-
"score": 4,
|
|
771
|
-
"scoreText": null
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"base": 5,
|
|
775
|
-
"icon": "wellbeing_element_smoking.png",
|
|
776
|
-
"isPredictiveElement": false,
|
|
777
|
-
"name": "Smoking",
|
|
778
|
-
"partId": 1,
|
|
779
|
-
"predictiveAnswer": null,
|
|
780
|
-
"score": 3,
|
|
781
|
-
"scoreText": null
|
|
782
|
-
}
|
|
783
|
-
],
|
|
784
|
-
"mind": [
|
|
785
|
-
{
|
|
786
|
-
"base": 24,
|
|
787
|
-
"icon": "wellbeing_element_blue_mood.png",
|
|
788
|
-
"isPredictiveElement": false,
|
|
789
|
-
"name": "Patient Health Questionnaire-8 (PHQ-8)",
|
|
790
|
-
"partId": 3,
|
|
791
|
-
"predictiveAnswer": null,
|
|
792
|
-
"score": 12,
|
|
793
|
-
"scoreText": null
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"base": 21,
|
|
797
|
-
"icon": "wellbeing_element_aggressiveness.png",
|
|
798
|
-
"isPredictiveElement": false,
|
|
799
|
-
"name": "Generalized Anxiety Disorder-7 (GAD-7)",
|
|
800
|
-
"partId": 3,
|
|
801
|
-
"predictiveAnswer": null,
|
|
802
|
-
"score": 9,
|
|
803
|
-
"scoreText": null
|
|
804
|
-
}
|
|
805
|
-
]
|
|
806
|
-
},
|
|
807
|
-
"patientNumber": "aws",
|
|
808
|
-
"photo": null,
|
|
809
|
-
"wellbeingQuizFinishDate": null
|
|
810
|
-
}
|
|
811
|
-
};
|
|
812
|
-
module.exports = phaReportWithWellbeingFullData;
|
|
813
|
-
module.exports.default = phaReportWithWellbeingFullData;
|