-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathcode.json
More file actions
87 lines (87 loc) · 2.28 KB
/
code.json
File metadata and controls
87 lines (87 loc) · 2.28 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
{
"name": "bluebutton-web-server",
"description": "Blue Button API",
"longDescription": "This server serves as a data provider for sharing Medicare claims data with third parties. The server connects to Medicare.gov for authentication, and uses OAuth2 to confirm permission grants to external app developers. The data itself comes from a back end FHIR server (https://github.com/CMSgov/beneficiary-fhir-data), which in turn pulls data from the CMS Chronic Conditions Warehouse (https://www.ccwdata.org)",
"status": "Production",
"permissions": {
"licenses": [
{
"name": "Apache-2.0",
"URL": "https://github.com/CMSgov/bluebutton-web-server/blob/main/LICENSE"
}
],
"usageType": "openSource",
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/CMSgov/bluebutton-web-server",
"projectURL": "",
"repositoryHost": "github.com/CMSgov",
"repositoryVisibility": "public",
"vcs": "git",
"laborHours": 63652,
"reuseFrequency": {
"forks": 25
},
"platforms": [
"web"
],
"categories": [
"it-development",
"application-development",
"cloud-management"
],
"softwareType": "standalone/backend",
"languages": [
"Python",
"CSS",
"JavaScript",
"HTML",
"SCSS",
"Shell",
"TypeScript",
"PLpgSQL",
"Makefile",
"Dockerfile"
],
"maintenance": "internal",
"contractNumber": "0",
"date": {
"created": "2016-01-20T21:52:00Z",
"lastModified": "2025-06-27T20:52:37Z",
"metaDataLastUpdated": "2025-07-08T15:34:48.074Z"
},
"tags": [
"django",
"fhir-server",
"oauth-provider",
"oauth-server",
"oauth2-server"
],
"contact": {
"email": "jimmyfagan@navapbc.com",
"name": "Jimmy Fagan"
},
"feedbackMechanisms": [
"https://github.com/CMSgov/bluebutton-web-server/issues"
],
"localisation": true,
"repositoryType": "APIs",
"userInput": true,
"fismaLevel": "Moderate",
"group": "CMS/OEDA/DASG",
"projects": [
"Bluebutton"
],
"systems": [],
"upstream": "https://github.com/CMSgov/bluebutton-web-server/network/dependencies",
"subsetInHealthcare": [
"Operational",
"Medicare"
],
"userType": [
"Providers",
"Government"
],
"maturityModelTier": 3
}