-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcode.json
More file actions
78 lines (78 loc) · 2.02 KB
/
code.json
File metadata and controls
78 lines (78 loc) · 2.02 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
{
"name": "bcda-app",
"description": "BCDA gives eligible model entities access to Medicare claims data via FHIR resources",
"longDescription": "The Beneficiary Claims Data API (BCDA) follows the Bulk FHIR Implementation Guide to provide eligible model entities access to their attributed enrollees’ Medicare Parts A, B, and D claims data, including data from any care received outside their organization.",
"status": "Production",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://github.com/CMSgov/bcda-app/blob/main/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/CMSgov/bcda-app",
"projectURL": "https://bcda.cms.gov/",
"repositoryHost": "github.com/CMSgov",
"repositoryVisibility": "public",
"vcs": "git",
"laborHours": null,
"reuseFrequency": {
"forks": 15
},
"platforms": [
"web"
],
"categories": [
"healthcare"
],
"softwareType": "standalone/backend",
"languages": [
"PLpgSQL",
"Go",
"Shell",
"Makefile",
"Python",
"JavaScript"
],
"maintenance": "contract",
"contractNumber": "47QTCA18D008M:75FCMC23F0009",
"date": {
"created": "2018-07-20T15:04:55Z",
"lastModified": "2025-07-14T16:27:01Z",
"metaDataLastUpdated": "2025-07-15T20:46:17.032Z"
},
"tags": [
"BCDA",
"beneficiary claims data",
"FHIR"
],
"contact": {
"email": "bcapi@cms.hhs.gov",
"name": "BCDA Team"
},
"feedbackMechanisms": [
"bcapi@cms.hhs.gov",
"https://groups.google.com/g/bc-api"
],
"localisation": false,
"repositoryType": "APIs",
"userInput": true,
"fismaLevel": "Moderate",
"group": "CMS/OEDA/DASG",
"projects": [
"Beneficary Claims Data API (BCDA)"
],
"systems": [],
"upstream": "https://github.com/CMSgov/bcda-app/network/dependencies",
"subsetInHealthcare": [
"Medicare"
],
"userType": [
"Providers"
],
"maturityModelTier": 3
}