-
Notifications
You must be signed in to change notification settings - Fork 40
/
ohri-config.json
71 lines (71 loc) · 1.77 KB
/
ohri-config.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
{
"@openmrs/esm-patient-chart-app": {
"extensionSlots": {
"patient-chart-dashboard-slot": {
"remove": [
"immunization-summary-dashboard"
]
}
},
"notesConceptUuids": ["161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "437d1e25-e7ab-481c-aabc-01f21c6cdef1"],
"logo": {
"src": "ohri_logo_dark.svg"
}
},
"@openmrs/esm-patient-banner-app": {
"extensionSlots": {
"patient-actions-slot": {
"remove": [
"add-patient-to-patient-list-button",
"start-visit-button",
"stop-visit-button",
"cancel-visit-button",
"add-past-visit-button"
]
}
}
},
"@ohri/openmrs-esm-ohri-core-app": {
"extensionSlots": {
"ohri-dashboard-appointments-slot": {
"add": [
"clinical-appointments-dashboard"
]
},
"ohri-dashboard-dispensing-slot": {
"add": [
"dispensing-dashboard"
]
}
}
},
"@openmrs/esm-styleguide": {
"Brand color #1": "#1A3054",
"Brand color #2": "#131E35",
"Brand color #3": "#0078A6"
},
"@openmrs/esm-primary-navigation-app": {
"logo": {
"src": "ohri_logo_dark.svg"
}
},
"@openmrs/esm-dispensing-app": {
"appName": "Dispensing"
},
"@openmrs/esm-login-app": {
"logo": {
"src": "ohri_logo_light.svg"
}
},
"@ohri/openmrs-esm-ohri-pmtct-app": {
"identifiers": {
"preferredIdentifierSource": "8549f706-7e85-4c1d-9424-217d50a2988b"
},
"encounterTypes": {
"antenatal": "677d1a80-dbbe-4399-be34-aa7f54f11405",
"laborAndDelivery": "6dc5308d-27c9-4d49-b16f-2c5e3c759757",
"infantPostnatal": "af1f1b24-d2e8-4282-b308-0bf79b365584",
"motherPostnatal": "269bcc7f-04f8-4ddc-883d-7a3a0d569aad"
}
}
}