From d30d2e245d7934d7884ae98aabc20e0c2fe468e0 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Mon, 24 May 2021 11:33:07 +0300 Subject: [PATCH 1/3] Encode DIVOC full submission into JSON --- digitalpublicgoods/divoc.json | 94 +++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 digitalpublicgoods/divoc.json diff --git a/digitalpublicgoods/divoc.json b/digitalpublicgoods/divoc.json new file mode 100644 index 000000000..5fcc1aabc --- /dev/null +++ b/digitalpublicgoods/divoc.json @@ -0,0 +1,94 @@ +{ + "name": "DIVOC", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://github.com/egovernments/DIVOC/blob/main/LICENSE" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://divoc.egov.org.in/tech-docs", + "https://github.com/egovernments/DIVOC", + "https://github.com/egovernments/DIVOC/discussions" + ] + }, + "NonPII": { + "collectsNonPII": "Yes", + "checkNonPIIAccessMechanism": "Yes", + "nonPIIAccessMechanism": "A masked format can be provided including the usage details and general stats about treatment " + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "GDPR & HIPAA for personalised medicines", + "21 CFR part 11" + ], + "adherenceSteps": [ + "https://www.farmatrust.com/copy-of-privacy-policy" + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "GS1", + "GTIN", + "EPCIS", + "ISO/IEC 12207" + ], + "evidenceStandardSupport": [ + "System architecture designs and white-paper" + ], + "implementBestPractices": "Yes", + "bestPracticesList": [ + "We comply with and the EUs Falsified Medicines Directive (FMD) and the USAs Drug Supply Chain Security Act (DSCSA) to track serialised packs of medicines" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "All CfA’s media partners, who are the primary platform for the public to access the tools, are governed by their local press/media ombuds oversight mechanisms. This allows for users to lodge complaints that are independently adjudicated and ruled on. There have been no transgressions since the project launched in 2013." + }, + "dataPrivacySecurity": { + "collectsPII": "No", + "typesOfDataCollected": [ + "" + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "DIVOC is meant for last-mile vaccination administration and credentialing (with the architecture based on data minimalism, well-designed privacy & security). But as highlighted in earlier responses, these measures need to be addressed in the individual privacy policies adopted by the various implementers. The tools are embedded in partner media websites, which are governed by privacy policies and terms of service that comply with local media freedom laws." + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "No", + "type": "", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "" + ], + "deploymentCountries": [ + "" + ] + } +} From c56bd80b3ab0fc44e3437c2f8df2c37faba4a9d4 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 25 May 2021 01:11:33 +0300 Subject: [PATCH 2/3] Update DIVOC --- nominees/divoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/divoc.json b/nominees/divoc.json index 619066a8c..cb34fcc18 100644 --- a/nominees/divoc.json +++ b/nominees/divoc.json @@ -37,5 +37,5 @@ "org_type": "maintainer" } ], - "stage": "nominee" + "stage": "DPG" } From 282faa71af238045a91c687cc89f6a93747df067 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 25 May 2021 20:13:28 +0300 Subject: [PATCH 3/3] Update DIVOC deployment countries --- digitalpublicgoods/divoc.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/divoc.json b/digitalpublicgoods/divoc.json index 5fcc1aabc..621885f17 100644 --- a/digitalpublicgoods/divoc.json +++ b/digitalpublicgoods/divoc.json @@ -41,7 +41,7 @@ "ISO/IEC 12207" ], "evidenceStandardSupport": [ - "System architecture designs and white-paper" + "System architecture designs and white-paper.The link https://divoc.egov.org.in/tech-docs has our Implementation and end-user guides, API documentation, Deployment instructions, Setup configuration. Additionally, the link https://divoc.egov.org.in/understand-divoc#divoc-presentations-1 also has a country-adoption guide, for implementation instructions for adopters (e.g. country authorities)." ], "implementBestPractices": "Yes", "bestPracticesList": [ @@ -85,10 +85,11 @@ }, "locations": { "developmentCountries": [ - "" + "India" ], "deploymentCountries": [ - "" + "India", + "Sri Lanka" ] } }