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: ICE (Immunization Calculation Engine, Issue #555) #659

Merged
merged 14 commits into from
Sep 8, 2021
94 changes: 94 additions & 0 deletions digitalpublicgoods/immunization-calculation-engine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"name": "Immunization Calculation Engine",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://cdsframework.atlassian.net/wiki/spaces/CDSF/pages/14352414/Open-Source+License"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23494658/Documentation"
]
},
"NonPII": {
"collectsNonPII": "No",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"HIPAA (US)"
],
"adherenceSteps": [
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/77365249/Vision"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"HL7 VMR",
"FHIR",
"Terminology (US CDC CVX, SNOMED-CT)"
],
"evidenceStandardSupport": [
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23494658/Documentation",
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/18972704/Downloads",
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23920670/News",
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/1580335105/COVID-19+Vaccine+Group+with+Pfizer+Moderna+and+Janssen+Vaccines"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Agile development",
"Consultation of relevant clinical guidelines"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "https://www.hln.com/services/open-source/ice/index.html"
},
"dataPrivacySecurity": {
"collectsPII": "No",
"typesOfDataCollected": [
""
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "The clinical information system sends a patient’s data to ICE utilizing the Virtual Medical Record (vMR) format, which is an emerging standard within the HL7 Clinical Decision Support Workgroup. Reference: https://www.hln.com/services/open-source/ice/index.html"
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"Project relies on Google Groups that are monitored"
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"Project relies on Google Groups that are monitored"
]
}
},
"locations": {
"developmentCountries": [
"Unites States"
],
"deploymentCountries": [
"Unites States"
]
}
}
2 changes: 1 addition & 1 deletion nominees/immunization-calculation-engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"org_type": "owner"
}
],
"stage": "nominee"
"stage": "DPG"
}