-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
632 lines (632 loc) · 14.2 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
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
556
557
558
559
560
561
562
563
564
565
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
{
"cases": [
{
"id": 1,
"name": "Dang Tien"
},
{
"id": 2,
"name": "Joe & Beth"
},
{
"id": 3,
"name": "Terry"
},
{
"id": 4,
"name": "Ben"
},
{
"id": 5,
"name": "Mark"
},
{
"id": 6,
"name": "Emily"
},
{
"id": 7,
"name": "Jane"
},
{
"id": 8,
"name": "Lauren"
},
{
"id": 9,
"name": "Bob"
}
],
"types": [
{
"id": 1,
"content": "Congnitive Decline"
},
{
"id": 2,
"content": "Dementia"
},
{
"id": 3,
"content": "Delirium"
},
{
"id": 4,
"content": "Depression"
}
],
"definitions": [
{
"id": 1,
"typeId": 1,
"content": "During normal ageing the speed at which individuals acquire information gradually declines, but their ability to recall information remains intact."
},
{
"id": 2,
"typeId": 2,
"content": "A gradual, progressive, irreversible deterioration of cerebral function. It is usually of a chronic or progressive nature and results in disturbance of many higher cortical functions, including memory, thinking and judgement."
},
{
"id": 3,
"typeId": 3,
"content": "An acute reversible clinical syndrome of cognitive function, characterised by an acute decline in attention and cognition that impairs cognitive and physical function."
},
{
"id": 4,
"typeId": 4,
"content": "It is often missed in older people, as its signs and symptoms can be attributed to the ageing process, dementia or poor health."
}
],
"info": [
{
"id": 1,
"content": "Mr Tien arrived in Sydney from Vietnam in 1975, with his wife Dang Doh and their three children.",
"relevant": false,
"groupId": 1
},
{
"id": 2,
"content": "Mr Tien and his family were told by the nurse and medical officer at the hospital that it would take several weeks before he would start to feel strong and clear-headed again",
"relevant": false,
"groupId": 1
},
{
"id": 3,
"content": "Mrs Qui says: 'Dad isn't any better really. He is more forgetful. Some days he forgets to eat breakfast, doesn't shower or shave and keeps putting on the same old clothes'",
"short": "Mrs Qui mentions that Mr Tien has become more forgetful",
"relevant": true,
"groupId": 1
},
{
"id": 4,
"content": "Mr Tien was discharged after five days and returned home with his daughter, Mrs Nguyen Qui.",
"relevant": false,
"groupId": 1
},
{
"id": 5,
"content": "Three weeks have passed and Mr Tien continues to receive visits from Kristy, the community nurse, Kristy",
"relevant": false,
"groupId": 1
},
{
"id": 6,
"content": "When Kristy visits Mr Tien, he smiles when she enters and nods his head in greeting.",
"short": "Mr Tien smiles when Kristy enters the room",
"relevant": true,
"groupId": 1
},
{
"id": 7,
"content": "Kristy arrives at 1200 hours and is met by Mrs Nguyen Qui.",
"relevant": false,
"groupId": 1
},
{
"id": 8,
"content": "Mr Tien's son, grandson and son-in-law are frequently required to assist in his personal hygiene",
"short": "Mr Tien's relatives assist with his personal hygiene",
"relevant": true,
"groupId": 2
},
{
"id": 9,
"content": "Mrs Qui says: 'I am really worried about him'",
"relevant": false,
"groupId": 2
},
{
"id": 10,
"content": "Mr Tien had made a good recovery from his pneumonia and delirium, but he had not returned to his normal level of functioning",
"relevant": false,
"groupId": 2
},
{
"id": 11,
"content": "When speaking with Kristy, Mr Tien says: 'I'm okay but my daughter keeps telling me what to do'",
"short": "Mr Tien:'My daughter keeps telling me what to do'",
"relevant": true,
"groupId": 2
},
{
"id": 12,
"content": "Mrs Qui says: 'When I get home I try to get him to change or bathe and he gets upset and tells me to leave him alone. He tells me I'm not a good daughter, that a good daughter would not question her father. I can't leave him alone all day like this.'",
"short": "Mrs Qui says: 'He tells me I'm not a good daughter'",
"relevant": true,
"groupId": 2
},
{
"id": 13,
"content": "Kristy is a community nurse",
"relevant": false,
"groupId": 2
}
],
"evidence": [
{
"id": 1,
"data": "The fact that Mr Tien smiles when Kristy enters the room.",
"issueId": 1,
"score": 10,
"maxscore": 30
},
{
"id": 2,
"data": "Mr Tien's statement: \"I'm okay but my daughter keeps telling me what to do.\"",
"issueId": 1,
"score": 10,
"maxscore": 30
},
{
"id": 3,
"data": "Mrs Qui's statement: \"He tells me I'm not a good daughter.\"",
"issueId": 1,
"score": 10,
"maxscore": 30
},
{
"id": 4,
"data": "Mr Tien's son, grandson and son-in-law frequently assist with his personal hygiene",
"issueId": 2,
"score": 5,
"maxscore": 10
},
{
"id": 5,
"data": "Mrs Qui's statement: \"He is more forgetful. Some days he forgets to eat breakfast, doesn't shower or shave and keeps putting on the same old clothes.\"",
"issueId": 2,
"score": 5,
"maxscore": 10
},
{
"id": 6,
"data": "GDS score of 4",
"issueId": 3,
"score": 7,
"maxscore": 35
},
{
"id": 7,
"data": "Mood Irritable",
"issueId": 3,
"score": 7,
"maxscore": 35
},
{
"id": 8,
"data": "Blood pressure 170/85",
"issueId": 3,
"score": 7,
"maxscore": 35
},
{
"id": 9,
"data": "CAM negative result",
"issueId": 3,
"score": 7,
"maxscore": 35
},
{
"id": 10,
"data": "MMSE 19/30",
"issueId": 3,
"score": 7,
"maxscore": 35
},
{
"id": 11,
"data": "Level of thirst",
"issueId": 4,
"score": 4,
"maxscore": 8
},
{
"id": 12,
"data": "Only eats after prompting from daughter",
"issueId": 4,
"score": 4,
"maxscore": 8
}
],
"issues": [
{
"id": 1,
"data": "Impaired communication with daughter",
"topicId": 3,
"cost": 30
},
{
"id": 2,
"data": "Altered personal hygiene deficit",
"topicId": 4,
"cost": 10
},
{
"id": 3,
"data": "Cognitive impairment due to vascular dementia",
"topicId": 2,
"cost": 35
},
{
"id": 4,
"data": "Altered nutrition and hydration",
"topicId": 1,
"cost": 8
}
],
"topics": [
{
"id": 1,
"data": "Nutritional-metabolic"
},
{
"id": 2,
"data": "Cognitive-perceptual"
},
{
"id": 3,
"data": "Role relationship"
},
{
"id": 4,
"data": "Self-care deficit"
}
],
"goals": [
{
"id": 1,
"content": "For Mr Tien not to state that his daughter is a bad daughter",
"issueId": 1,
"actions": [
3
],
"complete": false
},
{
"id": 2,
"content": "For Mr Tien to be showered, shaved and dressed in clean clothes daily",
"issueId": 2,
"actions": [
4,
5
],
"complete": false
},
{
"id": 3,
"content": "For Mr Tien to be assessed by his GP",
"issueId": 3,
"actions": [
1,
6
],
"complete": false
},
{
"id": 4,
"content": "For Mr Tien to eat his meals and drink at least 1 ,600 mL per day",
"issueId": 4,
"actions": [
2
],
"complete": false
}
],
"actions": [
{
"id": 1,
"content": "Discuss the results of the assessments with Mrs Qui",
"goalId": 3
},
{
"id": 2,
"content": "Suggest some strategies that Mrs Qui can use to ensure Mr Tien is eating and drinking adequately",
"goalId": 4
},
{
"id": 3,
"content": "Suggest some communication strategies to help Mrs Qui with receive positive responses from Mr Tien",
"goalId": 3
},
{
"id": 4,
"content": "Suggest some strategies for Mrs Qui to help with Mr Tien's personal hygiene",
"goalId": 2
},
{
"id": 5,
"content": "Ring Mr Tien's eldest son",
"goalId": 4
},
{
"id": 6,
"content": "Make a refenal to an Aged Care Assessment Team",
"goalId": 3
},
{
"id": 7,
"content": "Explain to Mr Tien that he is not to speak to his daughter in a negative way",
"goalId": 0
},
{
"id": 8,
"content": "Plan for readmission to hospital",
"goalId": 0
},
{
"id": 9,
"content": "Discuss the need to organise Mr Tien's admission to a residential aged care facility in the nea£ future",
"goalId": 0
}
],
"patients": [
{
"id": 1,
"firstname": "Dang",
"lastname": "Tien",
"age": "62",
"dob": "1952-05-12",
"sex": "Male",
"profession": "Physiotherapist",
"heartRate": "120",
"respirationRate": "12",
"systolic": "90",
"diastolic": "60",
"temperature": "38",
"hotspots": [
{
"id": 1,
"x": -2,
"y": 347,
"data": "Hotspot1"
},
{
"id": 2,
"x": 86,
"y": 222,
"data": "Hotspot2"
},
{
"id": 3,
"x": 53,
"y": -142,
"data": "<img src=\"/resources/images/nof.jpg\">"
},
{
"id": 4,
"x": -97,
"y": -352,
"data": "Hotspot4"
},
{
"id": 5,
"x": -161,
"y": -15,
"data": "Hotspot5"
}
],
"observations": [
{
"id": 1,
"text": "mucusmouth: Conditionoforalmucosa;mouthdrytonguefurrowed"
},
{
"id": 2,
"text": "Patient looks dehydrated"
},
{
"id": 3,
"text": "patient is very pale"
},
{
"id": 4,
"text": "patients skin is dry"
}
],
"queries": [
{
"id": 1,
"text": "What is the problem?"
},
{
"id": 2,
"text": "Where does it hurt?"
},
{
"id": 3,
"text": "When did the pain begin?"
},
{
"id": 4,
"text": "Have you noticed any swelling?"
},
{
"id": 5,
"text": "Has your skin been dry?"
},
{
"id": 6,
"text": "How old are you?"
},
{
"id": 7,
"text": "How have you been sleeping?"
},
{
"id": 8,
"text": "Do you have family here?"
}
],
"responses": [
{
"id": 1,
"text": "I hurt my knee"
},
{
"id": 2,
"text": "On my knee"
},
{
"id": 3,
"text": "Yesterday"
},
{
"id": 4,
"text": "Yes. On my knee"
},
{
"id": 5,
"text": "No. Not really"
},
{
"id": 6,
"text": "Im 75"
},
{
"id": 7,
"text": "Not well. I’ve been waking up frequently."
},
{
"id": 8,
"text": "Yes, Toi song voi con gai cua toi"
}
],
"testresults": [
{
"id": 1,
"name": "UrineAnalysis",
"metrics": [
{
"id": 1,
"name": "glucose",
"value": "100"
},
{
"id": 2,
"name": "bilirubin",
"value": "30"
},
{
"id": 3,
"name": "ketones",
"value": "120"
},
{
"id": 4,
"name": "sg",
"value": "20"
},
{
"id": 5,
"name": "eryth",
"value": "30"
},
{
"id": 6,
"name": "ph",
"value": "40"
},
{
"id": 7,
"name": "ts",
"value": "50"
}
]
},
{
"id": 2,
"name": "hormonePanel",
"metrics": [
{
"id": 1,
"name": "estrone",
"value": "100"
},
{
"id": 2,
"name": "estradiol",
"value": "30"
},
{
"id": 3,
"name": "estriol",
"value": "120"
},
{
"id": 4,
"name": "testosterone",
"value": "20"
},
{
"id": 5,
"name": "progesterone",
"value": "30"
},
{
"id": 6,
"name": "DHEA",
"value": "40"
},
{
"id": 7,
"name": "cortisol",
"value": "50"
}
]
}
]
}
],
"hotspots": [
{
"id": 1,
"x": -1,
"y": 260,
"data": "Mr Tien had a restless night and was continually pulling off his nasal prongs."
},
{
"id": 2,
"x": 26,
"y": 156,
"data": "Mr Tien has a moist cough and he looks exhausted."
},
{
"id": 4,
"x": -140,
"y": 88,
"data": "Skin appears dehydrated. His water jug remains unused."
},
{
"id": 3,
"x": 50,
"y": 10,
"data": "During the night, Mr Tien inappropriately used the sink as a toilet."
},
{
"id": 5,
"x": -81,
"y": -330,
"data": "Mr Tien appears Lethargic and withdrawn with very little energy."
}
]
}