-
Notifications
You must be signed in to change notification settings - Fork 0
/
db_list_1.json
67 lines (67 loc) · 1.84 KB
/
db_list_1.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
[
{
"name": "Signature ID",
"description": "The patient's online signature.",
"id": "signatureId"
},
{
"name": "Wifey Material",
"description": "Are they wife material? This is key.",
"id": "wifeyMaterial"
},
{
"name": "Medication",
"description": "What kind of medication is the patient taking?",
"id": "medication"
},
{
"name": "Insurance",
"description": "Does the patient have insurance? Which kind?",
"id": "insurance"
},
{
"name": "Allergies",
"description": "Is the patient allergic to anything?",
"id": "allergies"
},
{
"name": "Conditions",
"description": "Does the patient have any conditions?",
"id": "conditions"
},
{
"name": "Lab Results",
"description": "History of the patient's lab results.",
"id": "labResults"
},
{
"name": "Radiology Results",
"description": "History of the patient's radiology results.",
"id": "radiologyResults"
},
{
"name": "Hospital Reports",
"description": "The patient's hospital reports.",
"id": "hospitalReports"
},
{
"name": "Involved Clinicians",
"description": "The healthcare works who have treated this patient.",
"id": "involvedClinicians"
},
{
"name": "Clinical Visit Notes",
"description": "Important notes in the patient's file.",
"id": "clinicVisitNotes"
},
{
"name": "Advanced Care Planning",
"description": "Does the patient have any plans set up for long term care?",
"id": "advancedCarePlanning"
},
{
"name": "Access Logs",
"description": "The patient's personal health access history.",
"id": "accessLogs"
}
]