Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1036 from DPGAlliance/synthea-1f2uawm9ycc
Browse files Browse the repository at this point in the history
Add DPG: Synthea
  • Loading branch information
nathanbaleeta authored May 24, 2022
2 parents 580a671 + 629d5c1 commit 94ff4ca
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 1 deletion.
101 changes: 101 additions & 0 deletions digitalpublicgoods/synthea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"name": "Synthea",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://github.com/synthetichealth/synthea#license"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/synthetichealth/synthea/wiki"
]
},
"NonPII": {
"collectsNonPII": "No",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"Because the project generates purely synthetic data, based only on published aggregate statistics and clinical guidelines rather than individual-level health data sets, it does not and cannot ever contain any personally identifiable information (PII) or protected health information (PHI). In this sense, the synthetic data is privacy and risk-free, so it is automatically compliant with all relevant laws and regulations."
],
"adherenceSteps": [
"Because the project generates purely synthetic data, based only on published aggregate statistics and clinical guidelines rather than individual-level health data sets, it does not and cannot ever contain any personally identifiable information (PII) or protected health information (PHI). In this sense, the synthetic data is privacy and risk-free, so it is automatically compliant with all relevant laws and regulations."
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"HL7 FHIR",
"HL7 C-CDA",
"LOINC",
"SNOMED",
"RxNorm"
],
"evidenceStandardSupport": [
"https://github.com/synthetichealth/synthea"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Principles for Digital Development",
"Continous integration - https://github.com/synthetichealth/synthea/tree/master/.github/workflows"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "The foundational principle of the project - synthetic health data as a safe and useful alternative to real health data - is designed to prevent harm to individuals’ privacy and security."
},
"dataPrivacySecurity": {
"collectsPII": "No",
"typesOfDataCollected": [
""
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "The foundational principle of the project - synthetic health data as a safe and useful alternative to real health data - is designed to prevent harm to individuals’ privacy and security."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"The project allows for users to participate via standard open-source practices. The project has an Issues board, a Discussion board, and a mailing list. The project is governed by a code of conduct."
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"The project allows for users to participate via standard open-source practices. The project has an Issues board, a Discussion board, and a mailing list. The project is governed by a code of conduct - https://github.com/synthetichealth/synthea/blob/master/CODE_OF_CONDUCT.md"
]
}
},
"locations": {
"developmentCountries": [
"United States of America",
"Canada",
"United Kingdom",
"Australia"
],
"deploymentCountries": [
"United States of America",
"Canada",
"Australia",
"India"
]
}
}
2 changes: 1 addition & 1 deletion nominees/synthea.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"contact_email": "jwalonoski@mitre.org"
}
],
"stage": "nominee"
"stage": "DPG"
}

0 comments on commit 94ff4ca

Please sign in to comment.