This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
/
mhero.json
100 lines (100 loc) · 4.59 KB
/
mhero.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
{
"name": "mHero",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://www.mhero.org/faq#resources"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://intrahealth.github.io/emNutt/"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": "exportation of data is possible and all reports include PII (the PII could be removed from the exported reports)"
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"Uganda Data Protection Regulation",
"Kenya Data Protection Regulation"
],
"adherenceSteps": [
"Local laws about data storage are reviewed determine how and where data is stored. Data sharing agreements are established so that the core software developers can access system to perform diagnosis of issues, fixes, updates, etc. (https://www.mhero.org/sites/mhero/files/sampledatasharingenglish.docx ; https://www.mhero.org/sites/mhero/files/sampledatasharingfrench.docx)"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"FHIR",
"mACM"
],
"evidenceStandardSupport": [
"https://intrahealth.github.io/emNutt/dev/endpoints/"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Principles for Digital Development (specifically: Design with the user, Understand the existing ecosystem, Design for scale, Build for sustainability, Be data-driven, Use open standards/open data/open source/open innovation, Address Privacy and Security, Be collaborative) - see: https://digitalprinciples.org/resource/mhero-and-the-principles-for-digital-development-development-done-right/"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "Terms of use and mechanisms/processes/policies are developed in each country in accordance with local laws and regulations, rather than being embedded in the core software package."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Name",
"phone number",
"email address"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "Secure access to systems for only limited number of users, differing levels of access permissions, customizations to adhere to local laws and procedures"
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"- mHero facilitates communication between ministries of health and health workers, who presumably are adults (18 years old and over). To facilitate communication, mHero pulls contact information for health workers from the official HR records which are managed by the ministry of health and stored securely in a system such as iHRIS. If there are any underage health workers in a country they will have accepted that they may be contacted by the MOH for professional purposes. ",
"- Additionally, in some countries health workers are required to opt in to receiving messages through mHero.",
"- The components of mHero are typically installed on a server with the same security standards and measures as the system containing HR records so the content of communication with any potential underage users is accessible only by designated system users."
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"All messages sent and received via mHero are monitored by system users and/or system administrators. As such, any health worker would be able to send a message through the system reporting abuse, harassment, or anything that has caused them grief, and they can also send a message requesting to opt out of future messaging."
]
}
},
"locations": {
"developmentCountries": [
"Liberia"
],
"deploymentCountries": [
"Democratic Republic of the Congo",
"Guinea",
"Kenya",
"Liberia",
"Uganda"
]
}
}