forked from CMSgov/price-transparency-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowed-amounts-single-plan-sample.json
More file actions
50 lines (50 loc) · 1.57 KB
/
allowed-amounts-single-plan-sample.json
File metadata and controls
50 lines (50 loc) · 1.57 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
{
"reporting_entity_name": "cms",
"reporting_entity_type": "cms",
"plan_name": "medicare",
"plan_id_type": "hios",
"plan_id": "1111111111",
"plan_market_type": "individual",
"last_updated_on": "2020-08-27",
"version": "2.0.0",
"out_of_network": [
{
"name": "Established Patient Office or Other Outpatient Services",
"billing_code_type": "CPT",
"billing_code_type_version": "2020",
"billing_code": "99214",
"description": "office or other outpatient visits for the evaluation and management of an established patient, which requires at least two of these three key components: a detailed history, a detailed examination and medical decision making of moderate complexity",
"allowed_amounts": [
{
"tin": {
"type": "ein",
"value": "1234567890"
},
"service_code": ["01", "02", "03"],
"billing_class": "professional",
"setting": "outpatient",
"payments": [
{
"allowed_amount": 25.0,
"billing_code_modifier": ["25"],
"providers": [
{
"billed_charge": 50.0,
"npi": [1234567891, 1234567892, 1234567893]
},
{
"billed_charge": 60.0,
"npi": [1111111111]
},
{
"billed_charge": 70.0,
"npi": [2222222222, 3333333333, 4444444444, 5555555555]
}
]
}
]
}
]
}
]
}