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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DPG: ICE (Immunization Calculation Engine, Issue #555)
- Loading branch information
1 parent
4b2e7d6
commit 4064fd2
Showing
1 changed file
with
88 additions
and
0 deletions.
There are no files selected for viewing
88 changes: 88 additions & 0 deletions
88
digitalpublicgoods/immunization-calculation-engine-(ice).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"name": "Immunization Calculation Engine (ICE)", | ||
"clearOwnership": { | ||
"isOwnershipExplicit": "Yes", | ||
"copyrightURL": "https://cdsframework.atlassian.net/wiki/spaces/CDSF/pages/14352414/Open-Source+License" | ||
}, | ||
"platformIndependence": { | ||
"mandatoryDepsCreateMoreRestrictions": "No", | ||
"isSoftwarePltIndependent": "", | ||
"pltIndependenceDesc": "N/A" | ||
}, | ||
"documentation": { | ||
"isDocumentationAvailable": "Yes", | ||
"documentationURL": [ | ||
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23494658/Documentation" | ||
] | ||
}, | ||
"NonPII": { | ||
"collectsNonPII": "No", | ||
"checkNonPIIAccessMechanism": "Unknown", | ||
"nonPIIAccessMechanism": "" | ||
}, | ||
"privacy": { | ||
"isPrivacyCompliant": "Yes", | ||
"privacyComplianceList": [ | ||
"HIPAA (US)" | ||
], | ||
"adherenceSteps": [ | ||
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23494658/Documentation" | ||
] | ||
}, | ||
"standards": { | ||
"supportStandards": "Yes", | ||
"standardsList": [ | ||
"HL7 VMR, FHIR, Terminology (US CDC CVX, SNOMED-CT)" | ||
], | ||
"evidenceStandardSupport": [ | ||
"https://cdsframework.atlassian.net/wiki/spaces/ICE/pages/23494658/Documentation" | ||
], | ||
"implementBestPractices": "Yes", | ||
"bestPracticesList": [ | ||
"Agile development, consultation of relevant clinical guidelines" | ||
] | ||
}, | ||
"doNoHarm": { | ||
"preventHarm": { | ||
"stepsToPreventHarm": "Yes", | ||
"additionalInfoMechanismProcessesPolicies": "N/A" | ||
}, | ||
"dataPrivacySecurity": { | ||
"collectsPII": "No", | ||
"typesOfDataCollected": [ | ||
"" | ||
], | ||
"thirdPartyDataSharing": "Unknown", | ||
"dataSharingCircumstances": [ | ||
"" | ||
], | ||
"ensurePrivacySecurity": "Unknown", | ||
"privacySecurityDescription": "" | ||
}, | ||
"inappropriateIllegalContent": { | ||
"collectStoreDistribute": "No", | ||
"type": "N/A", | ||
"illegalContentDetection": "No", | ||
"illegalContentDetectionMechanism": "N/A" | ||
}, | ||
"protectionFromHarassment": { | ||
"userInteraction": "Yes", | ||
"addressSafetySecurityUnderageUsers": "Yes", | ||
"stepsAddressRiskPreventSafetyUnderageUsers": [ | ||
"Project relies on Google Groups that are monitored" | ||
], | ||
"griefAbuseHarassmentProtection": "Unknown", | ||
"harassmentProtectionSteps": [ | ||
"N/A" | ||
] | ||
} | ||
}, | ||
"locations": { | ||
"developmentCountries": [ | ||
"Unites States" | ||
], | ||
"deploymentCountries": [ | ||
"Unites States" | ||
] | ||
} | ||
} |