forked from REAN-Foundation/reancare-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reancare.config.local.json
90 lines (90 loc) · 3.67 KB
/
reancare.config.local.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
{
"SystemIdentifier": "REAN HealthGuru",
"Auth" : {
"Authentication": "Custom",
"Authorization": "Custom"
},
"Database" : {
"Type": "SQL",
"ORM": "Sequelize"
},
"Ehr" : {
"Enabled": false,
"Specification": "FHIR",
"Provider": "GCP-FHIR"
},
"FileStorage" : {
"Provider": "Custom"
},
"FeatureFlags" : {
"Provider": "Custom"
},
"Communication" : {
"SMS": {
"Provider": "Mock"
},
"Email": {
"Provider": "Mock"
},
"InAppNotifications": {
"Provider": "Mock"
}
},
"TemporaryFolders": {
"Upload": "./tmp/resources/uploads/",
"Download": "./tmp/resources/downloads/",
"CleanupFolderBeforeMinutes": 10
},
"Careplans" : [
{
"Enabled" : false,
"Provider": "AHA",
"Service": "AhaCarePlanService",
"Plans": [
{
"Provider" : "AHA",
"Name": "Heart Failure Motivator",
"Code": "HFMotivator",
"DisplayName": "Heart Failure Motivator",
"DefaultDurationDays": 84,
"Description": "Heart Failure is a chronic condition in which the heart doesn't pump blood as well as it should. Heart failure can occur if the heart cannot pump (systolic) or fill (diastolic) adequately. Symptoms include shortness of breath, fatigue, swollen legs and rapid heartbeat.\nHeart Failure care plan helps in managing the condition.\n\nThe American Heart Association's National HeartFailure Initiative, IMPLEMENT-HF, is made possible with funding by founding sponsor, Novartis, and national sponsor, Boehringer Ingelheim and Eli Lilly and Company."
},
{
"Provider" : "AHA",
"Name": "Cholesterol",
"Code": "Cholesterol",
"DisplayName": "Cholesterol",
"DefaultDurationDays": 91,
"Description": "Start your health journey to better manage your high cholesterol and reduce your risk of heart disease and stroke.\nYou'll learn about healthy lifestyle habits, goal planning, shared decision-making with your care team, cholesterol medications, self-management tips, and health behavior maintenance.\nNovartis is a proud supporter of the American Heart Association’s Integrated ASCVD Management Initiative."
},
{
"Provider" : "AHA",
"Name": "Stroke",
"Code": "Stroke",
"DisplayName": "Stroke",
"DefaultDurationDays": 91,
"Description": "A stroke occurs when a blood vessel that carries oxygen and nutrients to the brain is either blocked by a clot or bursts (or ruptures).\nWhen that happens, part of the brain cannot get the blood (and oxygen) it needs, so it and brain cells die.\nThe HCA Healthcare Foundation is proud to be a national supporter of the American Stroke Association’s Together to End Stroke™.\nFor more information, visit: https://www.stroke.org."
}
]
}
],
"FormServiceProviders" : [
{
"Provider": "KoboToolbox",
"Code": "KoboToolbox"
},
{
"Provider": "GoogleForms",
"Code": "GoogleForms"
}
],
"WebhookControllerProviders" : [
{
"Provider": "Terra",
"Code": "Terra"
}
],
"MaxUploadFileSize": 104857600,
"JwtExpiresIn": 2592000,
"SessionExpiresIn": 2592000
}