Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DPG: OpenLMIS (Issue #555) #652

Merged
merged 12 commits into from
Sep 9, 2021
109 changes: 109 additions & 0 deletions digitalpublicgoods/openlmis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"name": "OpenLMIS",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://openlmis.atlassian.net/wiki/spaces/OP/overview"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://openlmis.org/get-started/developer/",
"https://openlmis.atlassian.net/wiki/spaces/OP/pages/88670494/Functional+Documentation",
"https://openlmis.org/wp-content/uploads/2020/07/OpenLMIS_FeaturesOverview_FINAL.pdf"
]
},
"NonPII": {
"collectsNonPII": "No",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"GDPR"
],
"adherenceSteps": [
"https://openlmis.org/privacy-policy/",
"https://openlmis.org/terms-and-conditions/"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"FHIR",
"FHIR Location",
"GTIN",
"GLN",
"IHE mCSD",
"HTTP",
"REST",
"JSON"
],
"evidenceStandardSupport": [
"https://openlmis.atlassian.net/wiki/spaces/OP/pages/561446913/OpenLMIS+Interoperability?search_id=5f16741d-9ab1-4dd3-98d9-cd9a8d9e19ff"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Principles for Digital Development"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "We actively engage with our users, implementing partners, and associated Ministries of Health to track how the software is being used, rolled out, and the impact it is having on communities. We document lessons learned, share successes and challenges throughout our community via written materials and encourage dialogue through our multiple committees and online discussion forum. We have also held annual in-person OpenLMIS Community Meetings to document feedback from in-country user experiences. By maintaining an open line of communication with our community we are on the pulse of OpenLMIS use and if any issues arose or harm was caused we would utilize our community resources and structures to be able to respond accordingly."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Name",
"Job Title",
"Home Facility",
"Email Address",
"Phone Number"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "Personal data is stored in one of our contact management databases, which are accessible by our employees and service providers (processors). We work with the database platforms and any service providers to ensure your data are protected."
lacabra marked this conversation as resolved.
Show resolved Hide resolved
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"United States of America"
],
"deploymentCountries": [
"Malawi",
"Angola",
"Benin",
"Guinea",
"Cote d' Ivoire",
"Mozambique",
"Zambia",
"Tanzania"
]
}
}
4 changes: 2 additions & 2 deletions nominees/openlmis.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"SDGNumber": 3,
"evidenceText": "OpenLMIS reduces the occurrence of product stockouts and improves national supply chain management practices. OpenLMIS strengthens national health systems in a sustainable way by increasing visibility of logistics data across the supply chain and promoting informed decision-making.",
"evidenceURL": "https://openlmis.org/impact/"
"evidenceURL": "https://www.ictworks.org/openlmis-open-source-software/#.YQf9-HX7RNg"
},
{
"SDGNumber": 9,
Expand All @@ -32,5 +32,5 @@
"org_type": "owner"
}
],
"stage": "nominee"
"stage": "DPG"
}