-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
89 lines (89 loc) · 2.36 KB
/
Copy pathcode.json
File metadata and controls
89 lines (89 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "MCBS Codebook Generator",
"description": "An automated metadata pipeline to generate and validate Medicare Current Beneficiary Survey (MCBS) codebooks.",
"longDescription": "An automated metadata pipeline designed to generate, validate, and manage data dictionaries and codebooks for the Medicare Current Beneficiary Survey (MCBS) Public Use Files (PUFs). By utilizing a structured, machine-readable metadata schema as the single source of truth, this tool eliminates documentation drift, automates frequency distribution checks, and ensures consistent mapping of survey questions and answer codes across releases.",
"status": "Development",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://github.com/DSACMS/code-book/blob/main/LICENSE"
}
],
"usageType": [
"openSource"
]
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/code-book",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"vcs": "git",
"laborHours": null,
"reuseFrequency": {
"forks": 1,
"clones": 0
},
"platforms": [
"windows",
"mac",
"linux"
],
"categories": [
"data-collection",
"data-analytics",
"survey"
],
"softwareType": "standalone/backend",
"languages": [
"python"
],
"maintenance": "internal",
"contractNumber": [],
"SBOM": "https://github.com/DSACMS/code-book/network/dependencies",
"date": {
"created": "2026-06-18T16:36:13Z",
"lastModified": "2026-07-16T05:08:20Z",
"metadataLastUpdated": "2026-07-16T05:08:20Z"
},
"tags": [
"dsacms-tier2",
"mcbs",
"open-source",
"codebook",
"metadata",
"data-dictionary",
"python",
"cms",
"puf",
"yaml",
"survey-data",
"medicare-current-beneficiary-survey"
],
"contact": {
"email": "mcbs@cms.hhs.gov",
"name": "Marina Vornovitsky"
},
"feedbackMechanism": "https://github.com/DSACMS/code-book/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "tools",
"userInput": false,
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"projects": [
"Medicare Current Beneficiary Survey"
],
"systems": [
"Git",
"GitHub"
],
"subsetInHealthcare": [
"medicare",
"operational"
],
"userType": [
"government"
],
"maturityModelTier": 2
}