pokitdok-ruby 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/pokitdok.rb +8 -0
- data/pokitdok-ruby.gemspec +5 -3
- data/spec/pokitdok_spec.rb +28 -2
- data/vcr_cassettes/activities.yml +478 -106
- data/vcr_cassettes/auth.yml +43 -5
- data/vcr_cassettes/cash_prices.yml +12 -12
- data/vcr_cassettes/claims.yml +10 -10
- data/vcr_cassettes/claims_status.yml +9 -9
- data/vcr_cassettes/eligibility.yml +9 -9
- data/vcr_cassettes/enrollment.yml +11 -11
- data/vcr_cassettes/files.yml +10 -10
- data/vcr_cassettes/insurance_prices.yml +7 -7
- data/vcr_cassettes/payers.yml +298 -222
- data/vcr_cassettes/plans.yml +685 -0
- data/vcr_cassettes/plans_no_args.yml +681 -0
- data/vcr_cassettes/providers.yml +17 -17
- data/vcr_cassettes/trading_partners_get.yml +9 -9
- data/vcr_cassettes/trading_partners_index.yml +241 -171
- metadata +4 -2
data/vcr_cassettes/auth.yml
CHANGED
@@ -31,11 +31,49 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 17 Sep 2014 16:36:54 GMT
|
35
35
|
body:
|
36
36
|
encoding: UTF-8
|
37
|
-
string: '{"access_token": "
|
38
|
-
"bearer", "expires":
|
39
|
-
http_version:
|
40
|
-
recorded_at:
|
37
|
+
string: '{"access_token": "HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH", "token_type":
|
38
|
+
"bearer", "expires": 1410975414, "expires_in": 3600}'
|
39
|
+
http_version:
|
40
|
+
recorded_at: Wed, 17 Sep 2014 16:36:54 GMT
|
41
|
+
- request:
|
42
|
+
method: post
|
43
|
+
uri: http://oB7rLIqHmdoAXHRAmWtM:ZE8xqtUY5kYqmHIhd8lzdjqD1CPa8sRBPvmF9UuG@localhost:5002/oauth2/token
|
44
|
+
body:
|
45
|
+
encoding: UTF-8
|
46
|
+
string: grant_type=client_credentials
|
47
|
+
headers:
|
48
|
+
User-Agent:
|
49
|
+
- Faraday v0.9.0
|
50
|
+
Content-Type:
|
51
|
+
- application/x-www-form-urlencoded
|
52
|
+
Accept-Encoding:
|
53
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
54
|
+
Accept:
|
55
|
+
- '*/*'
|
56
|
+
response:
|
57
|
+
status:
|
58
|
+
code: 200
|
59
|
+
message: OK
|
60
|
+
headers:
|
61
|
+
Content-Type:
|
62
|
+
- application/json;charset=UTF-8
|
63
|
+
Content-Length:
|
64
|
+
- '127'
|
65
|
+
Pragma:
|
66
|
+
- no-cache
|
67
|
+
Cache-Control:
|
68
|
+
- no-store
|
69
|
+
Server:
|
70
|
+
- Werkzeug/0.9.4 Python/2.7.3
|
71
|
+
Date:
|
72
|
+
- Wed, 17 Sep 2014 16:42:43 GMT
|
73
|
+
body:
|
74
|
+
encoding: UTF-8
|
75
|
+
string: '{"access_token": "lKM9f7uGo2W9BAsm9xTijLqHLbC2R2QBiEJdkTNt", "token_type":
|
76
|
+
"bearer", "expires": 1410975763, "expires_in": 3600}'
|
77
|
+
http_version:
|
78
|
+
recorded_at: Wed, 17 Sep 2014 16:42:43 GMT
|
41
79
|
recorded_with: VCR 2.9.2
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://localhost:5002/api/v4/prices/cash?cpt_code=
|
5
|
+
uri: http://localhost:5002/api/v4/prices/cash?cpt_code=90658&zip_code=94403
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
User-Agent:
|
11
11
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
12
12
|
Authorization:
|
13
|
-
- Bearer
|
13
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
Accept:
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- text/html; charset=utf-8
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '463'
|
27
27
|
Mimetype:
|
28
28
|
- application/json
|
29
29
|
Charset:
|
@@ -31,15 +31,15 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
35
35
|
body:
|
36
36
|
encoding: UTF-8
|
37
|
-
string: '{"meta": {"rate_limit_amount":
|
38
|
-
"application_mode": "
|
39
|
-
"credits_remaining":
|
40
|
-
1}, "data": [{"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
http_version:
|
44
|
-
recorded_at:
|
37
|
+
string: '{"meta": {"rate_limit_amount": 97, "rate_limit_reset": 1410972568,
|
38
|
+
"application_mode": "production", "processing_time": 30, "rate_limit_cap":
|
39
|
+
1000, "credits_remaining": 9983, "activity_id": "5419b8a756c02c26d56b8195",
|
40
|
+
"credits_billed": 1}, "data": [{"high_price": 75.08364671031882, "cpt_code":
|
41
|
+
"90658", "low_price": 55.30875, "average_price": 62.15272966703196, "geo_zip_area":
|
42
|
+
"944", "standard_deviation": 6.842960548193715, "median_price": 59.60960003777308}]}'
|
43
|
+
http_version:
|
44
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
45
45
|
recorded_with: VCR 2.9.2
|
data/vcr_cassettes/claims.yml
CHANGED
@@ -13,7 +13,7 @@ http_interactions:
|
|
13
13
|
User-Agent:
|
14
14
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
15
15
|
Authorization:
|
16
|
-
- Bearer
|
16
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
17
17
|
Content-Type:
|
18
18
|
- application/json
|
19
19
|
Accept-Encoding:
|
@@ -28,7 +28,7 @@ http_interactions:
|
|
28
28
|
Content-Type:
|
29
29
|
- text/html; charset=utf-8
|
30
30
|
Content-Length:
|
31
|
-
- '
|
31
|
+
- '2202'
|
32
32
|
Mimetype:
|
33
33
|
- application/json
|
34
34
|
Charset:
|
@@ -36,12 +36,12 @@ http_interactions:
|
|
36
36
|
Server:
|
37
37
|
- Werkzeug/0.9.4 Python/2.7.3
|
38
38
|
Date:
|
39
|
-
-
|
39
|
+
- Wed, 17 Sep 2014 16:36:54 GMT
|
40
40
|
body:
|
41
41
|
encoding: UTF-8
|
42
|
-
string: '{"meta": {"rate_limit_amount":
|
43
|
-
"application_mode": "production", "processing_time":
|
44
|
-
1000, "credits_remaining":
|
42
|
+
string: '{"meta": {"rate_limit_amount": 87, "rate_limit_reset": 1410972568,
|
43
|
+
"application_mode": "production", "processing_time": 15, "rate_limit_cap":
|
44
|
+
1000, "credits_remaining": 13205, "activity_id": "5419b8a656c02c26bf6b8195",
|
45
45
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "claims", "parameters":
|
46
46
|
{"claim": {"plan_participation": "assigned", "provider_signature": true, "total_charge_amount":
|
47
47
|
"60.0", "claim_frequency": "original", "place_of_service": "office", "direct_payment":
|
@@ -53,7 +53,7 @@ http_interactions:
|
|
53
53
|
"last_name": "Doe", "gender": "female", "member_id": "W000000000", "payer_responsibility":
|
54
54
|
"primary", "address": {"address_lines": ["123 N MAIN ST"], "state": "SC",
|
55
55
|
"zipcode": "29301", "city": "SPARTANBURG"}, "birth_date": "1970-01-01"}, "correlation_id":
|
56
|
-
"
|
56
|
+
"69986861-4e7e-4a30-ae3d-1f6fef9aa540", "client_id": "JcR2P8SmoIaon4vpN9Q9",
|
57
57
|
"receiver": {"organization_name": "MOCKRECEIVER", "id": "MOCKRECEIVER"}, "submitter":
|
58
58
|
{"organization_name": "POKITDOK TESTING", "id": "POKITDOKTEST", "email": "support@pokitdok.com"},
|
59
59
|
"async": false, "billing_provider": {"first_name": "Jerome", "last_name":
|
@@ -63,10 +63,10 @@ http_interactions:
|
|
63
63
|
"remaining_transitions": ["generate", "store", "transmit", "wait", "receive",
|
64
64
|
"process", "complete"], "state": {"name": "scheduled", "title": "Scheduled
|
65
65
|
for next available transmission to Trading Partner"}, "trading_partner_id":
|
66
|
-
"MOCKPAYER", "id": "
|
66
|
+
"MOCKPAYER", "id": "5419b8a656c02c26bf6b8195", "transition_path": ["schedule",
|
67
67
|
"generate", "store", "transmit", "wait", "receive", "process", "complete"],
|
68
|
-
"history": [{"record_dt": "2014-
|
68
|
+
"history": [{"record_dt": "2014-09-17T16:36:54.256627", "name": "init", "title":
|
69
69
|
"Initializing"}]}}'
|
70
70
|
http_version:
|
71
|
-
recorded_at:
|
71
|
+
recorded_at: Wed, 17 Sep 2014 16:36:54 GMT
|
72
72
|
recorded_with: VCR 2.9.2
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
User-Agent:
|
11
11
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
12
12
|
Authorization:
|
13
|
-
- Bearer
|
13
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
14
14
|
Content-Type:
|
15
15
|
- application/json
|
16
16
|
Accept-Encoding:
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
25
25
|
Content-Type:
|
26
26
|
- text/html; charset=utf-8
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '2060'
|
29
29
|
Mimetype:
|
30
30
|
- application/json
|
31
31
|
Charset:
|
@@ -33,12 +33,12 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Werkzeug/0.9.4 Python/2.7.3
|
35
35
|
Date:
|
36
|
-
-
|
36
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
37
37
|
body:
|
38
38
|
encoding: UTF-8
|
39
|
-
string: '{"meta": {"rate_limit_amount":
|
40
|
-
"application_mode": "production", "processing_time":
|
41
|
-
1000, "credits_remaining":
|
39
|
+
string: '{"meta": {"rate_limit_amount": 99, "rate_limit_reset": 1410972568,
|
40
|
+
"application_mode": "production", "processing_time": 134, "rate_limit_cap":
|
41
|
+
1000, "credits_remaining": 13200, "activity_id": "5419b8a756c02c26d96b8195",
|
42
42
|
"credits_billed": 1}, "data": {"patient": {"claims": [{"applied_to_deductible":
|
43
43
|
false, "total_claim_amount": {"currency": "USD", "amount": "150"}, "service_end_date":
|
44
44
|
"2014-01-01", "claim_control_number": "E1TWCYYMF00", "service_date": "2014-01-01",
|
@@ -57,11 +57,11 @@ http_interactions:
|
|
57
57
|
that exist between the Health Plan and a Provider of Health Care Services)",
|
58
58
|
"status_category": "Finalized/Payment-The claim/line has been paid.", "status_effective_date":
|
59
59
|
"2014-04-24"}]}], "check_number": "08608-035632423", "remittance_date": "2014-04-09"}]},
|
60
|
-
"client_id": "
|
60
|
+
"client_id": "JcR2P8SmoIaon4vpN9Q9", "payer": {"name": "MOCK PAYER INC", "id":
|
61
61
|
"MOCKPAYER"}, "providers": [{"first_name": "Jerome", "last_name": "Aya-Ay",
|
62
|
-
"npi": "1467560003"}], "correlation_id": "
|
62
|
+
"npi": "1467560003"}], "correlation_id": "34cd88b7-2b1f-4952-8b95-688cb4785e54",
|
63
63
|
"trading_partner_id": "MOCKPAYER", "submitter": {"first_name": "Jerome", "last_name":
|
64
64
|
"Aya-Ay", "id": "1467560003"}}}'
|
65
65
|
http_version:
|
66
|
-
recorded_at:
|
66
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
67
67
|
recorded_with: VCR 2.9.2
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
User-Agent:
|
11
11
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
12
12
|
Authorization:
|
13
|
-
- Bearer
|
13
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
14
14
|
Content-Type:
|
15
15
|
- application/json
|
16
16
|
Accept-Encoding:
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
25
25
|
Content-Type:
|
26
26
|
- text/html; charset=utf-8
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '6481'
|
29
29
|
Mimetype:
|
30
30
|
- application/json
|
31
31
|
Charset:
|
@@ -33,14 +33,14 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Werkzeug/0.9.4 Python/2.7.3
|
35
35
|
Date:
|
36
|
-
-
|
36
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
37
37
|
body:
|
38
38
|
encoding: UTF-8
|
39
|
-
string: '{"meta": {"rate_limit_amount":
|
40
|
-
"application_mode": "production", "processing_time":
|
41
|
-
1000, "credits_remaining":
|
39
|
+
string: '{"meta": {"rate_limit_amount": 95, "rate_limit_reset": 1410972568,
|
40
|
+
"application_mode": "production", "processing_time": 185, "rate_limit_cap":
|
41
|
+
1000, "credits_remaining": 13202, "activity_id": "5419b8a756c02c26d16b8195",
|
42
42
|
"credits_billed": 1}, "data": {"service_types": ["professional_physician_visit_office"],
|
43
|
-
"client_id": "
|
43
|
+
"client_id": "JcR2P8SmoIaon4vpN9Q9", "payer": {"id": "MOCKPAYER", "name":
|
44
44
|
"MOCK PAYER INC"}, "summary": {"deductible": {"individual": {"in_network":
|
45
45
|
{"applied": {"currency": "USD", "amount": "16.43"}, "limit": {"currency":
|
46
46
|
"USD", "amount": "3000"}, "remaining": {"currency": "USD", "amount": "2983.57"}},
|
@@ -53,7 +53,7 @@ http_interactions:
|
|
53
53
|
{"currency": "USD", "amount": "11956.09"}}}}}, "subscriber": {"birth_date":
|
54
54
|
"1970-01-01", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
|
55
55
|
"address": {"city": "SPARTANBURG", "state": "SC", "zipcode": "29307", "address_lines":
|
56
|
-
["123 MAIN ST"]}}, "correlation_id": "
|
56
|
+
["123 MAIN ST"]}}, "correlation_id": "85028c17-642b-4748-b163-f7e7d405b879",
|
57
57
|
"trading_partner_id": "MOCKPAYER", "provider": {"first_name": "JEROME", "last_name":
|
58
58
|
"JEROME AYA-AY", "npi": "1467560003"}, "coverage": {"plan_number": "0888188",
|
59
59
|
"service_types": ["professional_physician_visit_office"], "group_number":
|
@@ -117,5 +117,5 @@ http_interactions:
|
|
117
117
|
"MOCK INDIVIDUAL ADVANTAGE PLAN", "service_date": "2013-08-10"}, "valid_request":
|
118
118
|
true}}'
|
119
119
|
http_version:
|
120
|
-
recorded_at:
|
120
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
121
121
|
recorded_with: VCR 2.9.2
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
User-Agent:
|
20
20
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
21
21
|
Authorization:
|
22
|
-
- Bearer
|
22
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
23
23
|
Content-Type:
|
24
24
|
- application/json
|
25
25
|
Accept-Encoding:
|
@@ -34,7 +34,7 @@ http_interactions:
|
|
34
34
|
Content-Type:
|
35
35
|
- text/html; charset=utf-8
|
36
36
|
Content-Length:
|
37
|
-
- '
|
37
|
+
- '2612'
|
38
38
|
Mimetype:
|
39
39
|
- application/json
|
40
40
|
Charset:
|
@@ -42,12 +42,12 @@ http_interactions:
|
|
42
42
|
Server:
|
43
43
|
- Werkzeug/0.9.4 Python/2.7.3
|
44
44
|
Date:
|
45
|
-
-
|
45
|
+
- Wed, 17 Sep 2014 16:36:54 GMT
|
46
46
|
body:
|
47
47
|
encoding: UTF-8
|
48
|
-
string: '{"meta": {"rate_limit_amount":
|
49
|
-
"application_mode": "production", "processing_time":
|
50
|
-
1000, "credits_remaining":
|
48
|
+
string: '{"meta": {"rate_limit_amount": 91, "rate_limit_reset": 1410972568,
|
49
|
+
"application_mode": "production", "processing_time": 14, "rate_limit_cap":
|
50
|
+
1000, "credits_remaining": 9993, "activity_id": "5419b8a656c02c26c76b8195",
|
51
51
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "enrollment", "parameters":
|
52
52
|
{"reference_number": "12456", "version": "4.0.0", "payer": {"tax_id": "654456654"},
|
53
53
|
"update_dt": "Wed Mar 26 22:18:47 2014", "deleted": false, "major_version":
|
@@ -68,16 +68,16 @@ http_interactions:
|
|
68
68
|
"123456789", "birth_date": "Fri Aug 16 00:00:00 1940", "middle_name": "P",
|
69
69
|
"substance_abuse": false, "address": {"city": "CAMP HILL", "line2": "APT 3G",
|
70
70
|
"county": "CUMBERLAND", "state": "PA", "postal_code": "17011", "line": "100
|
71
|
-
MARKET ST"}}, "correlation_id": "
|
71
|
+
MARKET ST"}}, "correlation_id": "77c7d805-cd70-4a93-9fa3-f7f6d1a68e63", "insert_dt":
|
72
72
|
"Wed Mar 26 22:18:47 2014", "trading_partner_id": "MOCKPAYER", "purpose":
|
73
|
-
"Original", "client_id": "
|
73
|
+
"Original", "client_id": "JcR2P8SmoIaon4vpN9Q9", "action": "Change", "dependents":
|
74
74
|
[], "sponsor": {"tax_id": "999888777"}}, "remaining_transitions": ["generate",
|
75
75
|
"store", "transmit", "wait", "receive", "process", "complete"], "state": {"name":
|
76
76
|
"scheduled", "title": "Scheduled for next available transmission to Trading
|
77
|
-
Partner"}, "trading_partner_id": "MOCKPAYER", "id": "
|
77
|
+
Partner"}, "trading_partner_id": "MOCKPAYER", "id": "5419b8a656c02c26c76b8195",
|
78
78
|
"transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
|
79
|
-
"process", "complete"], "history": [{"record_dt": "2014-
|
79
|
+
"process", "complete"], "history": [{"record_dt": "2014-09-17T16:36:54.501261",
|
80
80
|
"name": "init", "title": "Initializing"}]}}'
|
81
81
|
http_version:
|
82
|
-
recorded_at:
|
82
|
+
recorded_at: Wed, 17 Sep 2014 16:36:54 GMT
|
83
83
|
recorded_with: VCR 2.9.2
|
data/vcr_cassettes/files.yml
CHANGED
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Content-Length:
|
24
24
|
- '3266'
|
25
25
|
Authorization:
|
26
|
-
- Bearer
|
26
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
27
27
|
response:
|
28
28
|
status:
|
29
29
|
code: 200
|
@@ -32,7 +32,7 @@ http_interactions:
|
|
32
32
|
Content-Type:
|
33
33
|
- text/html; charset=utf-8
|
34
34
|
Content-Length:
|
35
|
-
- '
|
35
|
+
- '762'
|
36
36
|
Mimetype:
|
37
37
|
- application/json
|
38
38
|
Charset:
|
@@ -40,19 +40,19 @@ http_interactions:
|
|
40
40
|
Server:
|
41
41
|
- Werkzeug/0.9.4 Python/2.7.3
|
42
42
|
Date:
|
43
|
-
-
|
43
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
44
44
|
body:
|
45
45
|
encoding: UTF-8
|
46
|
-
string: '{"meta": {"rate_limit_amount":
|
47
|
-
"application_mode": "production", "processing_time":
|
48
|
-
1000, "credits_remaining":
|
46
|
+
string: '{"meta": {"rate_limit_amount": 93, "rate_limit_reset": 1410972568,
|
47
|
+
"application_mode": "production", "processing_time": 414, "rate_limit_cap":
|
48
|
+
1000, "credits_remaining": 13203, "activity_id": "5419b8a656c02c26cb6b8195",
|
49
49
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "batch file", "remaining_transitions":
|
50
50
|
["process", "complete"], "state": {"name": "queued", "title": "In queue waiting
|
51
|
-
to start"}, "trading_partner_id": "MOCKPAYER", "id": "
|
51
|
+
to start"}, "trading_partner_id": "MOCKPAYER", "id": "5419b8a656c02c26cb6b8195",
|
52
52
|
"transition_path": ["store", "queue", "process", "complete"], "history": [{"record_dt":
|
53
|
-
"2014-
|
54
|
-
"2014-
|
53
|
+
"2014-09-17T16:36:54.993918", "name": "init", "title": "Initializing"}, {"record_dt":
|
54
|
+
"2014-09-17T16:36:54.995058", "name": "stored", "title": "Batch transactions
|
55
55
|
stored for later processing"}]}}'
|
56
56
|
http_version:
|
57
|
-
recorded_at:
|
57
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
58
58
|
recorded_with: VCR 2.9.2
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
User-Agent:
|
11
11
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
12
12
|
Authorization:
|
13
|
-
- Bearer
|
13
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
Accept:
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- text/html; charset=utf-8
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '958'
|
27
27
|
Mimetype:
|
28
28
|
- application/json
|
29
29
|
Charset:
|
@@ -31,12 +31,12 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
35
35
|
body:
|
36
36
|
encoding: UTF-8
|
37
|
-
string: '{"meta": {"rate_limit_amount":
|
38
|
-
"application_mode": "production", "processing_time":
|
39
|
-
1000, "credits_remaining":
|
37
|
+
string: '{"meta": {"rate_limit_amount": 94, "rate_limit_reset": 1410972568,
|
38
|
+
"application_mode": "production", "processing_time": 25, "rate_limit_cap":
|
39
|
+
1000, "credits_remaining": 9984, "activity_id": "5419b8a756c02c26ce6b8195",
|
40
40
|
"credits_billed": 1}, "data": {"amounts": [{"high_price": 159.75, "standard_deviation":
|
41
41
|
36.41382675904168, "average_price": 54.5895, "payer_type": "insurance", "payment_type":
|
42
42
|
"allowed", "low_price": 19.98, "median_price": 56.25}, {"high_price": 188.91,
|
@@ -48,5 +48,5 @@ http_interactions:
|
|
48
48
|
"payer_type": "medicare", "payment_type": "paid"}], "cpt_code": "87799", "geo_zip_area":
|
49
49
|
"322"}}'
|
50
50
|
http_version:
|
51
|
-
recorded_at:
|
51
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
52
52
|
recorded_with: VCR 2.9.2
|
data/vcr_cassettes/payers.yml
CHANGED
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
User-Agent:
|
11
11
|
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
12
12
|
Authorization:
|
13
|
-
- Bearer
|
13
|
+
- Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
Accept:
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- text/html; charset=utf-8
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '47233'
|
27
27
|
Mimetype:
|
28
28
|
- application/json
|
29
29
|
Charset:
|
@@ -31,68 +31,55 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 17 Sep 2014 16:36:55 GMT
|
35
35
|
body:
|
36
36
|
encoding: UTF-8
|
37
|
-
string: '{"meta": {"rate_limit_amount":
|
38
|
-
"application_mode": "production", "processing_time":
|
39
|
-
1000, "activity_id": "
|
37
|
+
string: '{"meta": {"rate_limit_amount": 100, "rate_limit_reset": 1410972568,
|
38
|
+
"application_mode": "production", "processing_time": 31, "rate_limit_cap":
|
39
|
+
1000, "activity_id": "5419b8a756c02c26db6b8195"}, "data": [{"supported_transactions":
|
40
40
|
["837"], "payer_name": "Fidelis Care of New York", "payer_key": "FIDELIS",
|
41
41
|
"production_status": false, "trading_partner_id": "fidelis_care_ny"}, {"supported_transactions":
|
42
|
-
["
|
43
|
-
"
|
42
|
+
["837"], "payer_name": "Blue Cross Blue Shield of DC (Carefirst)", "payer_key":
|
43
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_dc"},
|
44
44
|
{"supported_transactions": ["270"], "payer_name": "Blue Cross and Blue Shield
|
45
|
-
of
|
46
|
-
"
|
47
|
-
"Blue Cross and Blue Shield of
|
48
|
-
|
49
|
-
[
|
50
|
-
"
|
51
|
-
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
|
57
|
-
false, "trading_partner_id": "
|
58
|
-
["
|
59
|
-
Payer with
|
60
|
-
"
|
61
|
-
|
62
|
-
|
63
|
-
"
|
64
|
-
|
65
|
-
"
|
66
|
-
|
45
|
+
of Iowa", "payer_key": "bciac", "production_status": true, "trading_partner_id":
|
46
|
+
"blue_cross_blue_shield_ia"}, {"supported_transactions": ["270"], "payer_name":
|
47
|
+
"Blue Cross and Blue Shield of North Carolina", "payer_key": "BCBSNC", "production_status":
|
48
|
+
true, "trading_partner_id": "blue_cross_blue_shield_nc"}, {"supported_transactions":
|
49
|
+
["837", "834", "835", "270", "271", "276", "277", "278"], "payer_name": "Mock
|
50
|
+
Payer with Random I/O wait for Testing", "payer_key": "MOCKPAYER_RANDOM_WAIT",
|
51
|
+
"production_status": false, "trading_partner_id": "MOCKPAYER_RANDOM_WAIT"},
|
52
|
+
{"supported_transactions": ["837", "834", "835", "270", "271", "276", "277",
|
53
|
+
"278"], "payer_name": "Mock Payer with eligibility inquiry rejection", "payer_key":
|
54
|
+
"MOCKPAYER_REJECTION", "production_status": false, "trading_partner_id": "MOCKPAYER_REJECTION"},
|
55
|
+
{"supported_transactions": ["837", "834", "835", "270", "271", "276", "277",
|
56
|
+
"278"], "payer_name": "Mock Payer with Implementation Acknowledgement", "payer_key":
|
57
|
+
"MOCKPAYER_ACK", "production_status": false, "trading_partner_id": "MOCKPAYER_ACK"},
|
58
|
+
{"supported_transactions": ["837", "834", "835", "270", "271", "276", "277",
|
59
|
+
"278"], "payer_name": "Mock Payer with eligibility inquiry rejection", "payer_key":
|
60
|
+
"MOCKPAYER_PARSE_ERROR", "production_status": false, "trading_partner_id":
|
61
|
+
"MOCKPAYER_PARSE_ERROR"}, {"supported_transactions": ["837"], "payer_name":
|
62
|
+
"Medica HealthCare", "payer_key": "MEDICA", "production_status": false, "trading_partner_id":
|
63
|
+
"medica_health_care"}, {"supported_transactions": ["837"], "payer_name": "Highmark-Vision
|
64
|
+
Pennsylvania", "payer_key": "HIGHMARK", "production_status": false, "trading_partner_id":
|
65
|
+
"highmark_vision_pa"}, {"supported_transactions": ["837"], "payer_name": "BridgeSpan",
|
66
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "bridgespan"},
|
67
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Cross Blue Shield
|
68
|
+
of Maryland (CareFirst)", "payer_key": "", "production_status": false, "trading_partner_id":
|
69
|
+
"blue_cross_blue_shield_md"}, {"supported_transactions": ["837"], "payer_name":
|
70
|
+
"Community Health Plan of Washington", "payer_key": "", "production_status":
|
71
|
+
false, "trading_partner_id": "community_health_plan_wa"}, {"supported_transactions":
|
72
|
+
["837"], "payer_name": "Blue Cross and Blue Shield of Mississippi", "payer_key":
|
73
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ms"},
|
74
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Harvard Pilgrim
|
67
75
|
Healthcare", "payer_key": "UNITED", "production_status": false, "trading_partner_id":
|
68
|
-
"harvard_pilgrim_health_care"}, {"supported_transactions": ["270", "
|
69
|
-
"
|
76
|
+
"harvard_pilgrim_health_care"}, {"supported_transactions": ["270", "837",
|
77
|
+
"276"], "payer_name": "Premera Blue Cross", "payer_key": "PREMERA", "production_status":
|
70
78
|
true, "trading_partner_id": "premera_blue_cross"}, {"supported_transactions":
|
71
|
-
["270", "
|
72
|
-
"
|
73
|
-
{"supported_transactions": ["270", "
|
74
|
-
|
75
|
-
true, "trading_partner_id": "anthem_blue_cross_blue_shield_wi"}, {"supported_transactions":
|
76
|
-
["270", "276", "837"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
77
|
-
Colorado", "payer_key": "bccoc", "production_status": true, "trading_partner_id":
|
78
|
-
"anthem_blue_cross_blue_shield_co"}, {"supported_transactions": ["270", "276",
|
79
|
-
"837"], "payer_name": "Anthem Blue Cross and Blue Shield of Maine", "payer_key":
|
80
|
-
"bcmec", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_me"},
|
81
|
-
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
82
|
-
Cross and Blue Shield of Indiana", "payer_key": "bcinc", "production_status":
|
83
|
-
true, "trading_partner_id": "anthem_blue_cross_blue_shield_in"}, {"supported_transactions":
|
84
|
-
["270", "276", "837"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
85
|
-
Connecticut", "payer_key": "bcctc", "production_status": true, "trading_partner_id":
|
86
|
-
"anthem_blue_cross_blue_shield_ct"}, {"supported_transactions": ["270", "276",
|
87
|
-
"837"], "payer_name": "Anthem Blue Cross and Blue Shield of Kentucky", "payer_key":
|
88
|
-
"bckyc", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_ky"},
|
89
|
-
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
90
|
-
Cross and Blue Shield of Virginia", "payer_key": "bcvac", "production_status":
|
91
|
-
true, "trading_partner_id": "anthem_blue_cross_blue_shield_va"}, {"supported_transactions":
|
92
|
-
["270", "276", "837"], "payer_name": "TRICARE West", "payer_key": "", "production_status":
|
93
|
-
false, "trading_partner_id": "tricare_west"}, {"supported_transactions": ["270"],
|
94
|
-
"payer_name": "United Healthcare Plan of the River Valley", "payer_key": "",
|
95
|
-
"production_status": false, "trading_partner_id": "united_health_care_plan_river_valley"},
|
79
|
+
["270", "837"], "payer_name": "Blue Cross Blue Shield Georgia", "payer_key":
|
80
|
+
"BCBSWV", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ga"},
|
81
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "TRICARE West",
|
82
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "tricare_west"},
|
96
83
|
{"supported_transactions": [], "payer_name": "AARP Medicare Supplement", "payer_key":
|
97
84
|
"", "production_status": false, "trading_partner_id": "aarp_medicare_supplement"},
|
98
85
|
{"supported_transactions": [], "payer_name": "AARP Medicare Complete", "payer_key":
|
@@ -104,19 +91,12 @@ http_interactions:
|
|
104
91
|
[], "payer_name": "Amerigroup", "payer_key": "", "production_status": false,
|
105
92
|
"trading_partner_id": "amerigroup"}, {"supported_transactions": [], "payer_name":
|
106
93
|
"AmeriHealth", "payer_key": "", "production_status": false, "trading_partner_id":
|
107
|
-
"amerihealth"}, {"supported_transactions": [], "payer_name": "
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
"", "
|
112
|
-
|
113
|
-
"", "production_status": false, "trading_partner_id": "arise_health"}, {"supported_transactions":
|
114
|
-
[], "payer_name": "Arnett Health Plan", "payer_key": "", "production_status":
|
115
|
-
false, "trading_partner_id": "arnett_health_plan"}, {"supported_transactions":
|
116
|
-
[], "payer_name": "Asuris Northwest Health", "payer_key": "", "production_status":
|
117
|
-
false, "trading_partner_id": "asuris_northwest_health"}, {"supported_transactions":
|
118
|
-
[], "payer_name": "Blue Cross and Blue Shield of Alabama", "payer_key": "",
|
119
|
-
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_al"},
|
94
|
+
"amerihealth"}, {"supported_transactions": [], "payer_name": "Arise Health",
|
95
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "arise_health"},
|
96
|
+
{"supported_transactions": [], "payer_name": "Arnett Health Plan", "payer_key":
|
97
|
+
"", "production_status": false, "trading_partner_id": "arnett_health_plan"},
|
98
|
+
{"supported_transactions": [], "payer_name": "Asuris Northwest Health", "payer_key":
|
99
|
+
"", "production_status": false, "trading_partner_id": "asuris_northwest_health"},
|
120
100
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
121
101
|
Arizona", "payer_key": "", "production_status": false, "trading_partner_id":
|
122
102
|
"blue_cross_blue_shield_az"}, {"supported_transactions": [], "payer_name":
|
@@ -132,58 +112,35 @@ http_interactions:
|
|
132
112
|
[], "payer_name": "Blue Cross and Blue Shield of Florida", "payer_key": "",
|
133
113
|
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_fl"},
|
134
114
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
135
|
-
|
136
|
-
"
|
137
|
-
"Blue Cross and Blue Shield of
|
138
|
-
false, "trading_partner_id": "
|
139
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
140
|
-
"production_status": false, "trading_partner_id": "
|
115
|
+
Indiana", "payer_key": "", "production_status": false, "trading_partner_id":
|
116
|
+
"blue_cross_blue_shield_in"}, {"supported_transactions": [], "payer_name":
|
117
|
+
"Blue Cross and Blue Shield of Kentucky", "payer_key": "", "production_status":
|
118
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ky"}, {"supported_transactions":
|
119
|
+
[], "payer_name": "Blue Cross and Blue Shield of Maine", "payer_key": "",
|
120
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_me"},
|
141
121
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
142
|
-
|
143
|
-
"
|
144
|
-
"Blue Cross and Blue Shield of
|
145
|
-
false, "trading_partner_id": "
|
146
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
147
|
-
"", "production_status": false, "trading_partner_id": "
|
122
|
+
Minnesota", "payer_key": "", "production_status": false, "trading_partner_id":
|
123
|
+
"blue_cross_blue_shield_mn"}, {"supported_transactions": [], "payer_name":
|
124
|
+
"Blue Cross and Blue Shield of Nevada", "payer_key": "", "production_status":
|
125
|
+
false, "trading_partner_id": "blue_cross_blue_shield_nv"}, {"supported_transactions":
|
126
|
+
[], "payer_name": "Blue Cross and Blue Shield of New Hampshire", "payer_key":
|
127
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_nh"},
|
148
128
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
149
|
-
|
150
|
-
"
|
151
|
-
"Blue Cross and Blue Shield of
|
152
|
-
false, "trading_partner_id": "
|
153
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
154
|
-
"", "production_status": false, "trading_partner_id": "
|
155
|
-
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
156
|
-
Mississippi", "payer_key": "", "production_status": false, "trading_partner_id":
|
157
|
-
"blue_cross_blue_shield_ms"}, {"supported_transactions": [], "payer_name":
|
158
|
-
"Blue Cross and Blue Shield of Montana", "payer_key": "", "production_status":
|
159
|
-
false, "trading_partner_id": "blue_cross_blue_shield_mt"}, {"supported_transactions":
|
160
|
-
[], "payer_name": "Blue Cross and Blue Shield of Nevada", "payer_key": "",
|
161
|
-
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_nv"},
|
162
|
-
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
163
|
-
New Hampshire", "payer_key": "", "production_status": false, "trading_partner_id":
|
164
|
-
"blue_cross_blue_shield_nh"}, {"supported_transactions": [], "payer_name":
|
165
|
-
"Blue Cross and Blue Shield of New Mexico", "payer_key": "", "production_status":
|
166
|
-
false, "trading_partner_id": "blue_cross_blue_shield_nm"}, {"supported_transactions":
|
167
|
-
[], "payer_name": "Blue Cross and Blue Shield of North Dakota", "payer_key":
|
168
|
-
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_nd"},
|
129
|
+
North Dakota", "payer_key": "", "production_status": false, "trading_partner_id":
|
130
|
+
"blue_cross_blue_shield_nd"}, {"supported_transactions": [], "payer_name":
|
131
|
+
"Blue Cross and Blue Shield of South Carolina", "payer_key": "", "production_status":
|
132
|
+
false, "trading_partner_id": "blue_cross_blue_shield_sc"}, {"supported_transactions":
|
133
|
+
[], "payer_name": "Blue Cross and Blue Shield of Tennessee", "payer_key":
|
134
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_tn"},
|
169
135
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
170
|
-
|
171
|
-
"
|
172
|
-
"Blue Cross and Blue Shield of
|
173
|
-
false, "trading_partner_id": "
|
174
|
-
[], "payer_name": "Blue Cross
|
175
|
-
"", "production_status": false, "trading_partner_id": "
|
176
|
-
|
177
|
-
|
178
|
-
"blue_cross_blue_shield_tn"}, {"supported_transactions": [], "payer_name":
|
179
|
-
"Blue Cross and Blue Shield of Virginia", "payer_key": "", "production_status":
|
180
|
-
false, "trading_partner_id": "blue_cross_blue_shield_va"}, {"supported_transactions":
|
181
|
-
[], "payer_name": "Blue Cross and Blue Shield of Wyoming", "payer_key": "",
|
182
|
-
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_wy"},
|
183
|
-
{"supported_transactions": [], "payer_name": "Blue Cross of Northeastern Pennsylvania",
|
184
|
-
"payer_key": "", "production_status": false, "trading_partner_id": "blue_cross_pa"},
|
185
|
-
{"supported_transactions": [], "payer_name": "Blue Cross of Idaho", "payer_key":
|
186
|
-
"", "production_status": false, "trading_partner_id": "blue_cross_id"}, {"supported_transactions":
|
136
|
+
Virginia", "payer_key": "", "production_status": false, "trading_partner_id":
|
137
|
+
"blue_cross_blue_shield_va"}, {"supported_transactions": [], "payer_name":
|
138
|
+
"Blue Cross and Blue Shield of Wyoming", "payer_key": "", "production_status":
|
139
|
+
false, "trading_partner_id": "blue_cross_blue_shield_wy"}, {"supported_transactions":
|
140
|
+
[], "payer_name": "Blue Cross of Northeastern Pennsylvania", "payer_key":
|
141
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_pa"}, {"supported_transactions":
|
142
|
+
[], "payer_name": "Blue Cross of Idaho", "payer_key": "", "production_status":
|
143
|
+
false, "trading_partner_id": "blue_cross_id"}, {"supported_transactions":
|
187
144
|
[], "payer_name": "Blue Cross and Blue Shield of Western New York", "payer_key":
|
188
145
|
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_w_ny"},
|
189
146
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
@@ -195,8 +152,6 @@ http_interactions:
|
|
195
152
|
false, "trading_partner_id": "bridgespan_health_ut"}, {"supported_transactions":
|
196
153
|
[], "payer_name": "BridgeSpan Health of Washington", "payer_key": "", "production_status":
|
197
154
|
false, "trading_partner_id": "bridgespan_health_wa"}, {"supported_transactions":
|
198
|
-
[], "payer_name": "Capital BlueCross", "payer_key": "", "production_status":
|
199
|
-
false, "trading_partner_id": "capital_blue_cross"}, {"supported_transactions":
|
200
155
|
[], "payer_name": "CareFirst BlueCross BlueShield", "payer_key": "", "production_status":
|
201
156
|
false, "trading_partner_id": "carefirst_blue_cross_blue_shield"}, {"supported_transactions":
|
202
157
|
[], "payer_name": "Carelink Health Plans", "payer_key": "", "production_status":
|
@@ -209,8 +164,6 @@ http_interactions:
|
|
209
164
|
false, "trading_partner_id": "caresource_oh"}, {"supported_transactions":
|
210
165
|
[], "payer_name": "Cignia Medicare (Arizona)", "payer_key": "", "production_status":
|
211
166
|
false, "trading_partner_id": "cigna_medicare_az"}, {"supported_transactions":
|
212
|
-
[], "payer_name": "Columbia United Providers", "payer_key": "", "production_status":
|
213
|
-
false, "trading_partner_id": "columbia_united_providers"}, {"supported_transactions":
|
214
167
|
[], "payer_name": "Community Health Plan Washington", "payer_key": "", "production_status":
|
215
168
|
false, "trading_partner_id": "community_health_wa"}, {"supported_transactions":
|
216
169
|
[], "payer_name": "Coventry Health", "payer_key": "", "production_status":
|
@@ -281,13 +234,7 @@ http_interactions:
|
|
281
234
|
false, "trading_partner_id": "fallon_community_health"}, {"supported_transactions":
|
282
235
|
[], "payer_name": "First Health", "payer_key": "", "production_status": false,
|
283
236
|
"trading_partner_id": "first_health"}, {"supported_transactions": [], "payer_name":
|
284
|
-
"
|
285
|
-
"trading_partner_id": "golden_rule_united_health_one"}, {"supported_transactions":
|
286
|
-
[], "payer_name": "Great West Healthcare", "payer_key": "", "production_status":
|
287
|
-
false, "trading_partner_id": "great_west_health_care"}, {"supported_transactions":
|
288
|
-
[], "payer_name": "Group Health Cooperative", "payer_key": "", "production_status":
|
289
|
-
false, "trading_partner_id": "group_health_cooperative"}, {"supported_transactions":
|
290
|
-
[], "payer_name": "Harvard Pilgrim Healthcare Connect", "payer_key": "", "production_status":
|
237
|
+
"Harvard Pilgrim Healthcare Connect", "payer_key": "", "production_status":
|
291
238
|
false, "trading_partner_id": "harvard_pilgrim_health_care_connect"}, {"supported_transactions":
|
292
239
|
[], "payer_name": "Health Alliance Plan of Michigan", "payer_key": "", "production_status":
|
293
240
|
false, "trading_partner_id": "health_alliance_plan_mi"}, {"supported_transactions":
|
@@ -370,16 +317,12 @@ http_interactions:
|
|
370
317
|
false, "trading_partner_id": "molina_health_care_wi"}, {"supported_transactions":
|
371
318
|
[], "payer_name": "NaviCare", "payer_key": "", "production_status": false,
|
372
319
|
"trading_partner_id": "navicare"}, {"supported_transactions": [], "payer_name":
|
373
|
-
"Neighborhood Health
|
374
|
-
|
375
|
-
|
376
|
-
false, "trading_partner_id": "
|
377
|
-
[], "payer_name": "
|
378
|
-
false, "trading_partner_id": "
|
379
|
-
[], "payer_name": "NetworkHealth (A Tufts Health Plan)", "payer_key": "",
|
380
|
-
"production_status": false, "trading_partner_id": "network_health_tufts_plan"},
|
381
|
-
{"supported_transactions": [], "payer_name": "Nevada Health Co-Op", "payer_key":
|
382
|
-
"", "production_status": false, "trading_partner_id": "nv_health_coop"}, {"supported_transactions":
|
320
|
+
"Neighborhood Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
321
|
+
"neighborhood_health_plan"}, {"supported_transactions": [], "payer_name":
|
322
|
+
"NetworkHealth (A Tufts Health Plan)", "payer_key": "", "production_status":
|
323
|
+
false, "trading_partner_id": "network_health_tufts_plan"}, {"supported_transactions":
|
324
|
+
[], "payer_name": "Nevada Health Co-Op", "payer_key": "", "production_status":
|
325
|
+
false, "trading_partner_id": "nv_health_coop"}, {"supported_transactions":
|
383
326
|
[], "payer_name": "Nevada Preferred Healthcare", "payer_key": "", "production_status":
|
384
327
|
false, "trading_partner_id": "nv_preferred_health_care"}, {"supported_transactions":
|
385
328
|
[], "payer_name": "New West Health", "payer_key": "", "production_status":
|
@@ -388,9 +331,7 @@ http_interactions:
|
|
388
331
|
false, "trading_partner_id": "ok_health_care_authority"}, {"supported_transactions":
|
389
332
|
[], "payer_name": "Optima Health", "payer_key": "", "production_status": false,
|
390
333
|
"trading_partner_id": "optima_health"}, {"supported_transactions": [], "payer_name":
|
391
|
-
"
|
392
|
-
"optum_health"}, {"supported_transactions": [], "payer_name": "Oregon''s Health
|
393
|
-
CO-OP", "payer_key": "", "production_status": false, "trading_partner_id":
|
334
|
+
"Oregon''s Health CO-OP", "payer_key": "", "production_status": false, "trading_partner_id":
|
394
335
|
"or_health_coop"}, {"supported_transactions": [], "payer_name": "PacifiCare
|
395
336
|
Health (United HealthOne)", "payer_key": "", "production_status": false, "trading_partner_id":
|
396
337
|
"pacificare_health_united"}, {"supported_transactions": [], "payer_name":
|
@@ -402,8 +343,6 @@ http_interactions:
|
|
402
343
|
false, "trading_partner_id": "physicans_health_plan_northern_in"}, {"supported_transactions":
|
403
344
|
[], "payer_name": "Physicans Plus", "payer_key": "", "production_status":
|
404
345
|
false, "trading_partner_id": "physicans_plus"}, {"supported_transactions":
|
405
|
-
[], "payer_name": "Preferred Care Partners", "payer_key": "", "production_status":
|
406
|
-
false, "trading_partner_id": "preferred_care_partners"}, {"supported_transactions":
|
407
346
|
[], "payer_name": "PreferredOne", "payer_key": "", "production_status": false,
|
408
347
|
"trading_partner_id": "preferred_one"}, {"supported_transactions": [], "payer_name":
|
409
348
|
"Premera Blue Cross Blue Shield of Alaska", "payer_key": "", "production_status":
|
@@ -423,8 +362,6 @@ http_interactions:
|
|
423
362
|
"regence_blue_cross_blue_sheild_ut"}, {"supported_transactions": [], "payer_name":
|
424
363
|
"Regence BlueShield of Idaho", "payer_key": "", "production_status": false,
|
425
364
|
"trading_partner_id": "regence_blue_shield_id"}, {"supported_transactions":
|
426
|
-
[], "payer_name": "Regence BlueShield of Washington", "payer_key": "", "production_status":
|
427
|
-
false, "trading_partner_id": "regence_blue_shield_wa"}, {"supported_transactions":
|
428
365
|
[], "payer_name": "Sierra Health", "payer_key": "", "production_status": false,
|
429
366
|
"trading_partner_id": "sierra_health"}, {"supported_transactions": [], "payer_name":
|
430
367
|
"St. Mary''s Health Plans", "payer_key": "", "production_status": false, "trading_partner_id":
|
@@ -440,97 +377,236 @@ http_interactions:
|
|
440
377
|
Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
441
378
|
"trillum_community_health_plan"}, {"supported_transactions": [], "payer_name":
|
442
379
|
"Tufts Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
443
|
-
"tufts_health_plan"}, {"supported_transactions": [], "payer_name": "
|
444
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
445
|
-
{"supported_transactions": [], "payer_name": "
|
446
|
-
|
447
|
-
|
448
|
-
"
|
449
|
-
false, "trading_partner_id": "united_health_care_medicare_solutions"}, {"supported_transactions":
|
450
|
-
[], "payer_name": "Unity Health ", "payer_key": "", "production_status": false,
|
451
|
-
"trading_partner_id": "unity_health"}, {"supported_transactions": [], "payer_name":
|
452
|
-
"Univera Healthcare", "payer_key": "", "production_status": false, "trading_partner_id":
|
453
|
-
"univera_health_care"}, {"supported_transactions": [], "payer_name": "University
|
454
|
-
Health Alliance of Hawaii", "payer_key": "", "production_status": false, "trading_partner_id":
|
380
|
+
"tufts_health_plan"}, {"supported_transactions": [], "payer_name": "Unity
|
381
|
+
Health ", "payer_key": "", "production_status": false, "trading_partner_id":
|
382
|
+
"unity_health"}, {"supported_transactions": [], "payer_name": "Univera Healthcare",
|
383
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "univera_health_care"},
|
384
|
+
{"supported_transactions": [], "payer_name": "University Health Alliance of
|
385
|
+
Hawaii", "payer_key": "", "production_status": false, "trading_partner_id":
|
455
386
|
"university_health_alliance_hi"}, {"supported_transactions": [], "payer_name":
|
456
387
|
"University of Pittsburgh Medical Center Health Plan", "payer_key": "", "production_status":
|
457
388
|
false, "trading_partner_id": "university_pittsburgh_medical_center_health_plan"},
|
458
389
|
{"supported_transactions": [], "payer_name": "Wellmark Blue Cross and Blue
|
459
|
-
Shield of
|
460
|
-
"
|
461
|
-
"
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
"
|
466
|
-
|
467
|
-
|
468
|
-
"
|
469
|
-
"
|
470
|
-
|
471
|
-
"
|
472
|
-
"
|
473
|
-
"
|
474
|
-
|
475
|
-
|
476
|
-
"
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
"
|
481
|
-
|
482
|
-
"
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
"
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
"
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
"
|
497
|
-
|
390
|
+
Shield of South Dakota", "payer_key": "", "production_status": false, "trading_partner_id":
|
391
|
+
"wellmark_blue_cross_blue_shield_sd"}, {"supported_transactions": [], "payer_name":
|
392
|
+
"Wellpoint, Inc", "payer_key": "", "production_status": false, "trading_partner_id":
|
393
|
+
"wellpoint"}, {"supported_transactions": [], "payer_name": "Windsor Health
|
394
|
+
Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
395
|
+
"windsor_health_plan"}, {"supported_transactions": [], "payer_name": "WinHealth",
|
396
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "winhealth"},
|
397
|
+
{"supported_transactions": ["837", "834", "835", "270", "271", "276", "277",
|
398
|
+
"278"], "payer_name": "Mock Payer for Communication Error Testing", "payer_key":
|
399
|
+
"MOCKPAYER_COMMERROR", "production_status": false, "trading_partner_id": "MOCKPAYER_COMMERROR"},
|
400
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Blue Shield
|
401
|
+
of California", "payer_key": "BSCA", "production_status": true, "trading_partner_id":
|
402
|
+
"blue_shield_ca"}, {"supported_transactions": ["837"], "payer_name": "AmeriHealth
|
403
|
+
Administrators", "payer_key": "ahad", "production_status": false, "trading_partner_id":
|
404
|
+
"amerihealth_administrators"}, {"supported_transactions": ["837"], "payer_name":
|
405
|
+
"AmeriHealth NJ Non-HMO", "payer_key": "ahnj", "production_status": false,
|
406
|
+
"trading_partner_id": "amerihealth_nj_non_hmo"}, {"supported_transactions":
|
407
|
+
["837"], "payer_name": "AmeriHealth DE Non-HMO", "payer_key": "ahde", "production_status":
|
408
|
+
false, "trading_partner_id": "amerihealth_de_non_hmo"}, {"supported_transactions":
|
409
|
+
["837"], "payer_name": "AmeriHealth NJ/DE HMO", "payer_key": "ahnjdehmo",
|
410
|
+
"production_status": false, "trading_partner_id": "amerihealth_nj_de_hmo"},
|
411
|
+
{"supported_transactions": ["837", "834", "835", "270", "271", "276", "277",
|
412
|
+
"278"], "payer_name": "Mock Payer for Testing", "payer_key": "MOCKPAYER",
|
413
|
+
"production_status": false, "trading_partner_id": "MOCKPAYER"}, {"supported_transactions":
|
414
|
+
["837"], "payer_name": "Great West Healthcare", "payer_key": "", "production_status":
|
415
|
+
false, "trading_partner_id": "great_west_health_care"}, {"supported_transactions":
|
416
|
+
["837"], "payer_name": "Sierra Health Services", "payer_key": "shs", "production_status":
|
417
|
+
false, "trading_partner_id": "sierra_health_services"}, {"supported_transactions":
|
418
|
+
["276"], "payer_name": "Anthem Blue Cross Blue Shield of Missouri", "payer_key":
|
419
|
+
"bcbsmo", "production_status": false, "trading_partner_id": "anthem_blue_cross_blue_shield_mo"},
|
420
|
+
{"supported_transactions": ["276"], "payer_name": "Anthem Blue Cross Blue
|
421
|
+
Shield of Ohio", "payer_key": "bcbsoh", "production_status": false, "trading_partner_id":
|
422
|
+
"anthem_blue_cross_blue_shield_oh"}, {"supported_transactions": ["837"], "payer_name":
|
423
|
+
"Regence BlueShield of Washington", "payer_key": "", "production_status":
|
424
|
+
false, "trading_partner_id": "regence_blue_shield_wa"}, {"supported_transactions":
|
425
|
+
["837"], "payer_name": "Caresource of Kentucky", "payer_key": "", "production_status":
|
426
|
+
false, "trading_partner_id": "care_source_ky"}, {"supported_transactions":
|
427
|
+
["837"], "payer_name": "Blue Cross and Blue Shield of Oklahoma", "payer_key":
|
428
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ok"},
|
429
|
+
{"supported_transactions": ["837"], "payer_name": "Group Health Cooperative",
|
430
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "group_health_cooperative"},
|
431
|
+
{"supported_transactions": ["837"], "payer_name": "CareSource of Michigan",
|
432
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "care_source_mi"},
|
433
|
+
{"supported_transactions": ["837"], "payer_name": "Caresource Health Plan
|
434
|
+
of Oregon", "payer_key": "", "production_status": false, "trading_partner_id":
|
435
|
+
"care_source_health_plan_or"}, {"supported_transactions": ["837"], "payer_name":
|
436
|
+
"Group Health Plan - CMR", "payer_key": "", "production_status": false, "trading_partner_id":
|
437
|
+
"group_health_plan_care_management_resource"}, {"supported_transactions":
|
438
|
+
["837"], "payer_name": "Blue Cross and Blue Shield of Illinois", "payer_key":
|
439
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_il"},
|
440
|
+
{"supported_transactions": ["837"], "payer_name": "Group Health Cooperative
|
441
|
+
of Eau Claire", "payer_key": "", "production_status": false, "trading_partner_id":
|
442
|
+
"group_health_cooperative_eau_claire"}, {"supported_transactions": ["837"],
|
443
|
+
"payer_name": "Blue Cross and Blue Shield of Michigan", "payer_key": "", "production_status":
|
444
|
+
false, "trading_partner_id": "blue_cross_blue_shield_mi"}, {"supported_transactions":
|
445
|
+
["837"], "payer_name": "Blue Cross and Blue Shield of Montana", "payer_key":
|
446
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_mt"},
|
447
|
+
{"supported_transactions": ["837"], "payer_name": "CareFirst BCBS NCA Region",
|
448
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "care_first_blue_cross_blue_shield_nca"},
|
449
|
+
{"supported_transactions": ["837"], "payer_name": "PacificSource Health Plans",
|
450
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "pacific_source_health_plans"},
|
451
|
+
{"supported_transactions": ["837"], "payer_name": "First Choice Health Network",
|
452
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "first_choice_health_network"},
|
453
|
+
{"supported_transactions": ["837"], "payer_name": "Columbia United Providers",
|
454
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "columbia_united_providers"},
|
455
|
+
{"supported_transactions": ["837"], "payer_name": "Wellcare", "payer_key":
|
456
|
+
"", "production_status": false, "trading_partner_id": "wellcare"}, {"supported_transactions":
|
457
|
+
["837"], "payer_name": "Blue Cross and Blue Shield of New Mexico", "payer_key":
|
458
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_nm"},
|
459
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Cross and Blue Shield
|
460
|
+
of Vermont", "payer_key": "", "production_status": false, "trading_partner_id":
|
461
|
+
"blue_cross_blue_shield_vt"}, {"supported_transactions": ["837"], "payer_name":
|
462
|
+
"Group Health Cooperative of South Central Wisconsin", "payer_key": "", "production_status":
|
463
|
+
false, "trading_partner_id": "group_health_cooperative_south_central_wi"},
|
464
|
+
{"supported_transactions": ["837"], "payer_name": "Medical Mutual of Ohio",
|
465
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "medical_mutual_oh"},
|
466
|
+
{"supported_transactions": ["837"], "payer_name": "Moda Health (Formerly ODS
|
467
|
+
Health Plan)", "payer_key": "", "production_status": false, "trading_partner_id":
|
468
|
+
"moda_health"}, {"supported_transactions": ["837"], "payer_name": "CareOregon
|
469
|
+
Inc.", "payer_key": "", "production_status": false, "trading_partner_id":
|
470
|
+
"care_or"}, {"supported_transactions": ["270", "276"], "payer_name": "Assurant
|
471
|
+
Health", "payer_key": "ASSURANT HEALTH", "production_status": false, "trading_partner_id":
|
472
|
+
"assurant_health"}, {"supported_transactions": ["270"], "payer_name": "United
|
473
|
+
Healthcare Plan of the River Valley", "payer_key": "BCBSWV", "production_status":
|
474
|
+
false, "trading_partner_id": "united_health_care_plan_river_valley"}, {"supported_transactions":
|
475
|
+
["837"], "payer_name": "Blue Shield of California BLUE SHIELD OF CALIFORNIA",
|
476
|
+
"payer_key": "networkhealth", "production_status": false, "trading_partner_id":
|
477
|
+
"network_health"}, {"supported_transactions": ["837"], "payer_name": "Blue
|
478
|
+
Cross and Blue Shield of Hawaii", "payer_key": "", "production_status": false,
|
479
|
+
"trading_partner_id": "blue_cross_blue_shield_hi"}, {"supported_transactions":
|
480
|
+
["837"], "payer_name": "BlueCross BlueShield of Western New York", "payer_key":
|
481
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_sheild_west_ny"},
|
482
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Cross and Blue Shield
|
483
|
+
of Alabama", "payer_key": "", "production_status": false, "trading_partner_id":
|
484
|
+
"blue_cross_blue_shield_al"}, {"supported_transactions": ["270", "837", "276"],
|
485
|
+
"payer_name": "Blue Cross and Blue Shield of Missouri", "payer_key": "bcmoc",
|
486
|
+
"production_status": true, "trading_partner_id": "blue_cross_blue_shield_mo"},
|
487
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Blue Cross
|
498
488
|
and Blue Shield of Ohio", "payer_key": "bcohc", "production_status": true,
|
499
489
|
"trading_partner_id": "blue_cross_blue_shield_oh"}, {"supported_transactions":
|
500
|
-
["270", "
|
501
|
-
|
502
|
-
|
503
|
-
"
|
504
|
-
"
|
505
|
-
|
506
|
-
|
507
|
-
true, "trading_partner_id": "
|
508
|
-
["270", "
|
509
|
-
false, "trading_partner_id": "aetna"}, {"supported_transactions": ["837"],
|
510
|
-
"payer_name": "Independence Blue Cross INDEPENDENCE BLUE CROSS", "payer_key":
|
511
|
-
"bcibc", "production_status": false, "trading_partner_id": "independence_blue_cross"},
|
512
|
-
{"supported_transactions": ["837"], "payer_name": "Highmark Blue Cross Blue
|
513
|
-
Shield of Delaware", "payer_key": "bcbsd", "production_status": false, "trading_partner_id":
|
514
|
-
"highmark_blue_cross_blue_shield_de"}, {"supported_transactions": ["270"],
|
515
|
-
"payer_name": "Assurant Health", "payer_key": "ASSURANT HEALTH", "production_status":
|
516
|
-
false, "trading_partner_id": "assurant_health"}, {"supported_transactions":
|
517
|
-
["270", "276", "837"], "payer_name": "Cigna", "payer_key": "CIGNA", "production_status":
|
518
|
-
true, "trading_partner_id": "cigna"}, {"supported_transactions": ["270", "276",
|
519
|
-
"837"], "payer_name": "ConnectiCare", "payer_key": "", "production_status":
|
490
|
+
["270", "837", "276"], "payer_name": "Empire Blue Cross and Blue Shield",
|
491
|
+
"payer_key": "bcbsny", "production_status": true, "trading_partner_id": "empire_blue_cross_blue_shield"},
|
492
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Aetna", "payer_key":
|
493
|
+
"AETNA", "production_status": false, "trading_partner_id": "aetna"}, {"supported_transactions":
|
494
|
+
["837"], "payer_name": "Independence Blue Cross INDEPENDENCE BLUE CROSS",
|
495
|
+
"payer_key": "bcibc", "production_status": false, "trading_partner_id": "independence_blue_cross"},
|
496
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Cigna", "payer_key":
|
497
|
+
"CIGNA", "production_status": true, "trading_partner_id": "cigna"}, {"supported_transactions":
|
498
|
+
["270", "837", "276"], "payer_name": "ConnectiCare", "payer_key": "", "production_status":
|
520
499
|
true, "trading_partner_id": "connecticare"}, {"supported_transactions": ["270",
|
521
|
-
"
|
500
|
+
"837", "276"], "payer_name": "Anthem Blue Cross California", "payer_key":
|
522
501
|
"bcca", "production_status": true, "trading_partner_id": "anthem_blue_cross_ca"},
|
523
502
|
{"supported_transactions": ["270", "276"], "payer_name": "MVP Health Care",
|
524
503
|
"payer_key": "MVP", "production_status": true, "trading_partner_id": "mvp_health_care"},
|
525
504
|
{"supported_transactions": ["270", "276"], "payer_name": "Oxford Health Plans
|
526
505
|
(United Healthcare)", "payer_key": "OXFORD", "production_status": true, "trading_partner_id":
|
527
|
-
"oxford_health_plan_united"}, {"supported_transactions": ["270", "
|
506
|
+
"oxford_health_plan_united"}, {"supported_transactions": ["270", "837", "276"],
|
528
507
|
"payer_name": "United Healthcare", "payer_key": "UNITED", "production_status":
|
529
508
|
true, "trading_partner_id": "united_health_care"}, {"supported_transactions":
|
530
509
|
["837"], "payer_name": "Keystone Health Plan East", "payer_key": "khpe", "production_status":
|
531
510
|
false, "trading_partner_id": "keystone_health_plan_east"}, {"supported_transactions":
|
511
|
+
["270", "837", "276"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
512
|
+
Indiana", "payer_key": "bcinc", "production_status": true, "trading_partner_id":
|
513
|
+
"anthem_blue_cross_blue_shield_in"}, {"supported_transactions": ["270", "837",
|
514
|
+
"276"], "payer_name": "Anthem Blue Cross and Blue Shield of Kentucky", "payer_key":
|
515
|
+
"bckyc", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_ky"},
|
516
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Anthem Blue
|
517
|
+
Cross and Blue Shield of Maine", "payer_key": "bcmec", "production_status":
|
518
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_me"}, {"supported_transactions":
|
519
|
+
["270", "837", "276"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
520
|
+
Nevada", "payer_key": "bcnvc", "production_status": true, "trading_partner_id":
|
521
|
+
"anthem_blue_cross_blue_shield_nv"}, {"supported_transactions": ["270", "837",
|
522
|
+
"276"], "payer_name": "Anthem Blue Cross and Blue Shield of Wisconsin", "payer_key":
|
523
|
+
"bcwic", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_wi"},
|
524
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Anthem Blue
|
525
|
+
Cross and Blue Shield of Colorado", "payer_key": "bccoc", "production_status":
|
526
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_co"}, {"supported_transactions":
|
527
|
+
["270", "837", "276"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
528
|
+
Connecticut", "payer_key": "bcctc", "production_status": true, "trading_partner_id":
|
529
|
+
"anthem_blue_cross_blue_shield_ct"}, {"supported_transactions": ["270", "837",
|
530
|
+
"276"], "payer_name": "Anthem Blue Cross and Blue Shield of New Hampshire",
|
531
|
+
"payer_key": "bcnhc", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_nh"},
|
532
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Anthem Blue
|
533
|
+
Cross and Blue Shield of Virginia", "payer_key": "bcvac", "production_status":
|
534
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_va"}, {"supported_transactions":
|
532
535
|
["270", "837"], "payer_name": "Highmark Blue Cross Blue Shield of Pennsylvania",
|
533
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
536
|
+
"payer_key": "HIGHMARK", "production_status": false, "trading_partner_id":
|
537
|
+
"highmark_blue_cross_blue_shield_pa"}, {"supported_transactions": ["837",
|
538
|
+
"834"], "payer_name": "Highmark Blue Cross Blue Shield of Delaware", "payer_key":
|
539
|
+
"bcbsd", "production_status": false, "trading_partner_id": "highmark_blue_cross_blue_shield_de"},
|
540
|
+
{"supported_transactions": ["837", "276"], "payer_name": "Blue Cross and Blue
|
541
|
+
Shield of Nebraska", "payer_key": "", "production_status": false, "trading_partner_id":
|
542
|
+
"blue_cross_blue_shield_ne"}, {"supported_transactions": ["837"], "payer_name":
|
543
|
+
"CareSource of Ohio", "payer_key": "", "production_status": false, "trading_partner_id":
|
544
|
+
"care_source_oh"}, {"supported_transactions": ["837"], "payer_name": "CareFirst
|
545
|
+
BCBS of Maryland", "payer_key": "", "production_status": false, "trading_partner_id":
|
546
|
+
"care_first_blue_cross_blue_shield_md"}, {"supported_transactions": ["837"],
|
547
|
+
"payer_name": "Blue Cross and Blue Shield of Texas", "payer_key": "", "production_status":
|
548
|
+
false, "trading_partner_id": "blue_cross_blue_shield_tx"}, {"supported_transactions":
|
549
|
+
["270", "837", "276"], "payer_name": "Highmark Blue Cross Blue Shield West
|
550
|
+
Virginia", "payer_key": "BCBSWV", "production_status": false, "trading_partner_id":
|
551
|
+
"highmark_blue_cross_blue_shield_wv"}, {"supported_transactions": ["837"],
|
552
|
+
"payer_name": "All Savers Insurance", "payer_key": "", "production_status":
|
553
|
+
true, "trading_partner_id": "all_savers_insurance"}, {"supported_transactions":
|
554
|
+
["837"], "payer_name": "United Healthcare Medicare Solutions - Care Improvement
|
555
|
+
Plus", "payer_key": "", "production_status": true, "trading_partner_id": "united_health_care_medicare_solutions"},
|
556
|
+
{"supported_transactions": ["837"], "payer_name": "Preferred Care Partners",
|
557
|
+
"payer_key": "", "production_status": true, "trading_partner_id": "preferred_care_partners"},
|
558
|
+
{"supported_transactions": ["837"], "payer_name": "Golden Rule", "payer_key":
|
559
|
+
"", "production_status": true, "trading_partner_id": "golden_rule_united_health_one"},
|
560
|
+
{"supported_transactions": ["837"], "payer_name": "OptumHealth", "payer_key":
|
561
|
+
"", "production_status": true, "trading_partner_id": "optum_health"}, {"supported_transactions":
|
562
|
+
["837"], "payer_name": "United Healthcare Community Plan of Kansas", "payer_key":
|
563
|
+
"", "production_status": true, "trading_partner_id": "united_health_care_community_plan_kansas"},
|
564
|
+
{"supported_transactions": ["837"], "payer_name": "Medica Healthcare Plans
|
565
|
+
(Medicare)", "payer_key": "", "production_status": true, "trading_partner_id":
|
566
|
+
"medica_healthcare_plans_medicare"}, {"supported_transactions": ["270", "276"],
|
567
|
+
"payer_name": "UniCare", "payer_key": "", "production_status": false, "trading_partner_id":
|
568
|
+
"unicare"}, {"supported_transactions": ["837"], "payer_name": "Blue Cross
|
569
|
+
and Blue Shield of Massachusetts", "payer_key": "", "production_status": false,
|
570
|
+
"trading_partner_id": "blue_cross_blue_shield_ma"}, {"supported_transactions":
|
571
|
+
["270", "837"], "payer_name": "Blue Cross and Blue Shield of Louisiana", "payer_key":
|
572
|
+
"bcbsla", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_la"},
|
573
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Cross Blue Shield
|
574
|
+
of NY Excellus Utica Region", "payer_key": "", "production_status": false,
|
575
|
+
"trading_partner_id": "blue_cross_blue_shield_ny_excellus_utica_region"},
|
576
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Blue Cross
|
577
|
+
and Blue Shield of Kansas City", "payer_key": "bcbskc", "production_status":
|
578
|
+
true, "trading_partner_id": "blue_cross_blue_shield_kc"}, {"supported_transactions":
|
579
|
+
["837"], "payer_name": "Blue Cross Blue Shield of NY - Excellus Central Region",
|
580
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "excellus_blue_cross_blue_shield_ny_central_region"},
|
581
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Cross and Blue Shield
|
582
|
+
of Rhode Island", "payer_key": "", "production_status": false, "trading_partner_id":
|
583
|
+
"blue_cross_blue_shield_ri"}, {"supported_transactions": ["837"], "payer_name":
|
584
|
+
"Blue Cross Blue Shield of NY Excellus Rochester", "payer_key": "", "production_status":
|
585
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ny_excellus_rochester"},
|
586
|
+
{"supported_transactions": ["270", "837", "276"], "payer_name": "Blue Cross
|
587
|
+
and Blue Shield of Kansas", "payer_key": "bcbsks", "production_status": true,
|
588
|
+
"trading_partner_id": "blue_cross_blue_shield_ks"}, {"supported_transactions":
|
589
|
+
["837"], "payer_name": "Childhealth Plus by Healthfirst (CHP)", "payer_key":
|
590
|
+
"", "production_status": false, "trading_partner_id": "child_health_plus_by_healthfirst"},
|
591
|
+
{"supported_transactions": ["837"], "payer_name": "Coordinated Medical Specialists",
|
592
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coordinated_medical_specialists"},
|
593
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Shield of Wyoming",
|
594
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "blue_shield_wy"},
|
595
|
+
{"supported_transactions": ["837"], "payer_name": "Blue Shield of North Dakota",
|
596
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "blue_shield_nd"},
|
597
|
+
{"supported_transactions": ["837"], "payer_name": "Coordinated Care - Cenpatico",
|
598
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coordinated_care_cenpatico"},
|
599
|
+
{"supported_transactions": ["837"], "payer_name": "Capital BlueCross", "payer_key":
|
600
|
+
"", "production_status": false, "trading_partner_id": "capital_blue_cross"},
|
601
|
+
{"supported_transactions": ["837"], "payer_name": "Coordinated Care - Medical",
|
602
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coordinated_care_medical"},
|
603
|
+
{"supported_transactions": ["837"], "payer_name": "Beech Street", "payer_key":
|
604
|
+
"", "production_status": false, "trading_partner_id": "beech_street"}, {"supported_transactions":
|
605
|
+
["837"], "payer_name": "Blue Cross Blue Shield of NY - Excellus Central Region",
|
606
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ny_excellus_central_region"},
|
607
|
+
{"supported_transactions": ["276"], "payer_name": "Wellmark Blue Cross and
|
608
|
+
Blue Shield of Iowa", "payer_key": "", "production_status": false, "trading_partner_id":
|
609
|
+
"wellmark_blue_cross_blue_shield_ia"}]}'
|
534
610
|
http_version:
|
535
|
-
recorded_at:
|
611
|
+
recorded_at: Wed, 17 Sep 2014 16:36:55 GMT
|
536
612
|
recorded_with: VCR 2.9.2
|