-
Notifications
You must be signed in to change notification settings - Fork 2
Added Tests + Schema Updates #33
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
Changes from 11 commits
9d0d516
898c763
0ab3a6d
9b7fa8d
81ad36c
e769e67
0a63d12
d544c03
f208535
47342cd
68f809e
58b0b45
93bb050
22016f0
cb5990f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,10 @@ | ||
| # Examples of code.json | ||
|
|
||
| Below are good examples of metadata in CMS code.json files. We hope it helps when creating your repository-level code.json file. | ||
| Below are examples of well-structured and comprehensive metadata in CMS code.json files. These examples demonstrate best practices for repository-level metadata documentation. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these examples just for CMS code.json, or broadly for all Federal code.json?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Examples are currently just CMS code.jsons. Can def add more examples of other agencies |
||
|
|
||
| For additional reference, the [test directory](../schemas/test) contains unit tests of code.json files from various DSACMS repositories. These tests help ensure consistency and compliance as we make future updates to the schemas. | ||
|
natalialuzuriaga marked this conversation as resolved.
Outdated
|
||
|
|
||
| We encourage you to review these examples and tests when creating or updating your repository-level code.json file to maintain consistency with federal standards. | ||
|
|
||
| ## Example 1: [DedupliFHIR](https://github.com/DSACMS/dedupliFHIR) | ||
|
|
||
|
|
@@ -10,21 +14,20 @@ DedupliFHIR is a desktop app tool that uses AI deduplication to identify duplica | |
| { | ||
| "name": "dedupliFHIR", | ||
| "description": "Prototype for basic deduplication and aggregation of eCQM data", | ||
| "longDescription": "A CLI bundled with an electron front-end that provides data-linkage and AI deduplication for reported ACO data at scale.", | ||
| "longDescription": "A CLI bundled with an Electron.js front-end that provides data-linkage and AI deduplication for reported Accountable Care Organization (ACO) data at scale.", | ||
|
natalialuzuriaga marked this conversation as resolved.
Outdated
|
||
| "status": "Production", | ||
| "permissions": { | ||
| "license": [ | ||
| { | ||
| "name": "CC0 1.0 Universal", | ||
| "name": "CC0 1.0", | ||
| "URL": "https://github.com/DSACMS/dedupliFHIR/blob/main/LICENSE" | ||
| } | ||
| ], | ||
| "usageType": "openSource", | ||
| "usageType": ["openSource"], | ||
|
natalialuzuriaga marked this conversation as resolved.
Outdated
|
||
| "exemptionText": "" | ||
| }, | ||
| "organization": "Centers for Medicare & Medicaid Services", | ||
| "repositoryURL": "https://github.com/DSACMS/dedupliFHIR", | ||
| "projectURL": "", | ||
|
natalialuzuriaga marked this conversation as resolved.
|
||
| "repositoryHost": "github.com/DSACMS", | ||
| "repositoryVisibility": "public", | ||
| "vcs": "git", | ||
|
|
@@ -71,21 +74,21 @@ DedupliFHIR is a desktop app tool that uses AI deduplication to identify duplica | |
| "email": "opensource@cms.hhs.gov", | ||
| "name": "CMS Open Source Team" | ||
| }, | ||
| "feedbackMechanisms": "https://github.com/DSACMS/dedupliFHIR/issues", | ||
| "feedbackMechanism": "https://github.com/DSACMS/dedupliFHIR/issues", | ||
| "AIUseCaseID": "0", | ||
| "localisation": false, | ||
| "repositoryType": "application", | ||
| "userInput": "true", | ||
| "fismaLevel": "Moderate", | ||
| "userInput": true, | ||
|
natalialuzuriaga marked this conversation as resolved.
Outdated
|
||
| "fismaLevel": "moderate", | ||
| "group": "CMS/OA/DSAC", | ||
| "projects": [], | ||
| "systems": [], | ||
| "upstream": "https://github.com/DSACMS/dedupliFHIR/network/dependencies", | ||
| "subsetInHealthcare": [ | ||
| "Operational" | ||
| "operational" | ||
| ], | ||
| "userType": [ | ||
| "Providers" | ||
| "providers" | ||
| ], | ||
| "maturityModelTier": "3" | ||
| } | ||
|
|
@@ -104,11 +107,11 @@ The CMS Metrics Website is a [tier 3](https://github.com/DSACMS/repo-scaffolder/ | |
| "permissions": { | ||
| "license": [ | ||
| { | ||
| "name": "CC0 1.0 Universal", | ||
| "name": "CC0 1.0", | ||
| "URL": "https://github.com/DSACMS/metrics/blob/main/LICENSE.md" | ||
| } | ||
| ], | ||
| "usageType": "openSource", | ||
| "usageType": ["openSource"], | ||
| "exemptionText": "" | ||
| }, | ||
| "organization": "Centers for Medicare & Medicaid Services", | ||
|
|
@@ -154,21 +157,21 @@ The CMS Metrics Website is a [tier 3](https://github.com/DSACMS/repo-scaffolder/ | |
| "email": "opensource@cms.hhs.gov", | ||
| "name": "CMS/OA/DSAC/OSPO" | ||
| }, | ||
| "feedbackMechanisms": "https://github.com/DSACMS/metrics/issues", | ||
| "feedbackMechanism": "https://github.com/DSACMS/metrics/issues", | ||
| "AIUseCaseID": "0", | ||
| "localisation": false, | ||
| "repositoryType": "website", | ||
| "userInput": "No", | ||
| "fismaLevel": "Low", | ||
| "userInput": false, | ||
| "fismaLevel": "low", | ||
| "group": "CMS/OA/DSAC", | ||
| "projects": [], | ||
| "systems": [], | ||
| "upstream": "https://github.com/DSACMS/metrics/network/dependencies", | ||
| "subsetInHealthcare": [ | ||
| "Operational" | ||
| "operational" | ||
| ], | ||
| "userType": [ | ||
| "Government" | ||
| "government" | ||
| ], | ||
| "maturityModelTier": 3 | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.