pokitdok-ruby 0.3.1 → 0.4.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/Gemfile.lock +19 -17
- data/README.md +53 -1
- data/VERSION +1 -1
- data/lib/pokitdok.rb +9 -1
- data/pokitdok-ruby.gemspec +5 -3
- data/spec/pokitdok_spec.rb +19 -6
- data/vcr_cassettes/activities.yml +1464 -343
- data/vcr_cassettes/auth.yml +5 -5
- data/vcr_cassettes/cash_prices.yml +42 -0
- data/vcr_cassettes/claims.yml +21 -20
- data/vcr_cassettes/eligibility.yml +8 -8
- data/vcr_cassettes/enrollment.yml +9 -9
- data/vcr_cassettes/files.yml +9 -9
- data/vcr_cassettes/insurance_prices.yml +42 -0
- data/vcr_cassettes/payers.yml +490 -96
- data/vcr_cassettes/providers.yml +25 -471
- metadata +4 -2
data/vcr_cassettes/auth.yml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
http_interactions:
|
|
3
3
|
- request:
|
|
4
4
|
method: post
|
|
5
|
-
uri: http://
|
|
5
|
+
uri: http://2MBlqahR2xiaBtVSS50n:FJaN1fyB1V5q7qPLNrb2F6yV1Xkaui0OB6eXotOS@localhost:5002/oauth2/token
|
|
6
6
|
body:
|
|
7
7
|
encoding: UTF-8
|
|
8
8
|
string: grant_type=client_credentials
|
|
@@ -31,11 +31,11 @@ http_interactions:
|
|
|
31
31
|
Server:
|
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
33
33
|
Date:
|
|
34
|
-
-
|
|
34
|
+
- Tue, 08 Jul 2014 16:27:12 GMT
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
|
-
string: '{"access_token": "
|
|
38
|
-
"bearer", "expires":
|
|
37
|
+
string: '{"access_token": "IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0", "token_type":
|
|
38
|
+
"bearer", "expires": 1404840432, "expires_in": 3600}'
|
|
39
39
|
http_version:
|
|
40
|
-
recorded_at:
|
|
40
|
+
recorded_at: Tue, 08 Jul 2014 16:27:12 GMT
|
|
41
41
|
recorded_with: VCR 2.9.2
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://localhost:5002/api/v4/prices/cash?cpt_code=12345&zip_code=75201
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
User-Agent:
|
|
11
|
+
- pokitdok-ruby 0.4 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
12
|
+
Authorization:
|
|
13
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
14
|
+
Accept-Encoding:
|
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
16
|
+
Accept:
|
|
17
|
+
- "*/*"
|
|
18
|
+
response:
|
|
19
|
+
status:
|
|
20
|
+
code: 200
|
|
21
|
+
message: OK
|
|
22
|
+
headers:
|
|
23
|
+
Content-Type:
|
|
24
|
+
- text/html; charset=utf-8
|
|
25
|
+
Content-Length:
|
|
26
|
+
- '214'
|
|
27
|
+
Mimetype:
|
|
28
|
+
- application/json
|
|
29
|
+
Charset:
|
|
30
|
+
- utf-8
|
|
31
|
+
Server:
|
|
32
|
+
- Werkzeug/0.9.4 Python/2.7.3
|
|
33
|
+
Date:
|
|
34
|
+
- Tue, 08 Jul 2014 16:27:12 GMT
|
|
35
|
+
body:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"meta": {"rate_limit_amount": 13, "rate_limit_reset": 1404840303,
|
|
38
|
+
"processing_time": 11, "rate_limit_cap": 8434, "credits_remaining": 6637,
|
|
39
|
+
"credits_billed": 1}, "data": {"cpt_code": "12345", "zip_code": "75201"}}'
|
|
40
|
+
http_version:
|
|
41
|
+
recorded_at: Tue, 08 Jul 2014 16:27:12 GMT
|
|
42
|
+
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 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
15
15
|
Authorization:
|
|
16
|
-
- Bearer
|
|
16
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
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
|
+
- '2108'
|
|
32
32
|
Mimetype:
|
|
33
33
|
- application/json
|
|
34
34
|
Charset:
|
|
@@ -36,11 +36,11 @@ http_interactions:
|
|
|
36
36
|
Server:
|
|
37
37
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
38
38
|
Date:
|
|
39
|
-
-
|
|
39
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
40
40
|
body:
|
|
41
41
|
encoding: UTF-8
|
|
42
|
-
string: '{"meta": {"rate_limit_amount":
|
|
43
|
-
"processing_time":
|
|
42
|
+
string: '{"meta": {"rate_limit_amount": 15, "rate_limit_reset": 1404840303,
|
|
43
|
+
"processing_time": 9, "rate_limit_cap": 8434, "credits_remaining": 10122,
|
|
44
44
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "claims", "parameters":
|
|
45
45
|
{"claim": {"plan_participation": "assigned", "provider_signature": true, "total_charge_amount":
|
|
46
46
|
"60.0", "claim_frequency": "original", "place_of_service": "office", "direct_payment":
|
|
@@ -48,23 +48,24 @@ http_interactions:
|
|
|
48
48
|
"service_lines": [{"diagnosis_codes": ["487.1"], "unit_count": "1.0", "unit_type":
|
|
49
49
|
"units", "charge_amount": "60.0", "service_date": "2014-06-01", "procedure_code":
|
|
50
50
|
"99213"}]}, "trading_partner_id": "MOCKPAYER", "payer": {"organization_name":
|
|
51
|
-
"
|
|
51
|
+
"MOCKPAYER", "plan_id": "MOCKPAYER"}, "subscriber": {"first_name": "Jane",
|
|
52
52
|
"last_name": "Doe", "gender": "female", "member_id": "W000000000", "payer_responsibility":
|
|
53
53
|
"primary", "address": {"address_lines": ["123 N MAIN ST"], "state": "SC",
|
|
54
54
|
"zipcode": "29301", "city": "SPARTANBURG"}, "birth_date": "1970-01-01"}, "correlation_id":
|
|
55
|
-
"
|
|
56
|
-
"receiver": {"organization_name": "
|
|
57
|
-
|
|
58
|
-
{"first_name": "Jerome", "last_name": "Aya-Ay", "npi":
|
|
59
|
-
"207Q00000X", "address": {"address_lines":
|
|
60
|
-
"state": "SC", "zipcode": "29301", "city":
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
55
|
+
"8597327e-a5bb-4878-bf14-a5468ab0236e", "client_id": "2MBlqahR2xiaBtVSS50n",
|
|
56
|
+
"receiver": {"organization_name": "MOCKRECEIVER", "id": "MOCKRECEIVER"}, "submitter":
|
|
57
|
+
{"organization_name": "POKITDOK TESTING", "id": "POKITDOKTEST", "email": "support@pokitdok.com"},
|
|
58
|
+
"billing_provider": {"first_name": "Jerome", "last_name": "Aya-Ay", "npi":
|
|
59
|
+
"1467560003", "taxonomy_code": "207Q00000X", "address": {"address_lines":
|
|
60
|
+
["8311 WARREN H ABERNATHY HWY"], "state": "SC", "zipcode": "29301", "city":
|
|
61
|
+
"SPARTANBURG"}, "tax_id": "123456789"}, "transaction_code": "chargeable"},
|
|
62
|
+
"remaining_transitions": ["generate", "store", "transmit", "wait", "receive",
|
|
63
|
+
"process", "complete"], "state": {"name": "scheduled", "title": "Scheduled
|
|
64
|
+
for next available transmission to Trading Partner"}, "trading_partner_id":
|
|
65
|
+
"MOCKPAYER", "id": "53bc1be156c02c08ce81ae00", "transition_path": ["schedule",
|
|
66
|
+
"generate", "store", "transmit", "wait", "receive", "process", "complete"],
|
|
67
|
+
"history": [{"record_dt": "2014-07-08T16:27:13.091449", "name": "init", "title":
|
|
68
|
+
"Initializing"}]}}'
|
|
68
69
|
http_version:
|
|
69
|
-
recorded_at:
|
|
70
|
+
recorded_at: Tue, 08 Jul 2014 16:27:13 GMT
|
|
70
71
|
recorded_with: VCR 2.9.2
|
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
|
10
10
|
User-Agent:
|
|
11
11
|
- pokitdok-ruby 0.4 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
12
12
|
Authorization:
|
|
13
|
-
- Bearer
|
|
13
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
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
|
+
- '5656'
|
|
29
29
|
Mimetype:
|
|
30
30
|
- application/json
|
|
31
31
|
Charset:
|
|
@@ -33,17 +33,17 @@ http_interactions:
|
|
|
33
33
|
Server:
|
|
34
34
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
35
35
|
Date:
|
|
36
|
-
-
|
|
36
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
37
37
|
body:
|
|
38
38
|
encoding: UTF-8
|
|
39
|
-
string: '{"meta": {"rate_limit_amount":
|
|
40
|
-
"processing_time":
|
|
39
|
+
string: '{"meta": {"rate_limit_amount": 16, "rate_limit_reset": 1404840303,
|
|
40
|
+
"processing_time": 99, "rate_limit_cap": 8434, "credits_remaining": 10121,
|
|
41
41
|
"credits_billed": 1}, "data": {"service_types": ["professional_physician_visit_office"],
|
|
42
|
-
"client_id": "
|
|
42
|
+
"client_id": "2MBlqahR2xiaBtVSS50n", "payer": {"id": "MOCKPAYER", "name":
|
|
43
43
|
"MOCK PAYER INC"}, "subscriber": {"birth_date": "1970-01-01", "first_name":
|
|
44
44
|
"Jane", "last_name": "Doe", "id": "W000000000", "address": {"city": "SPARTANBURG",
|
|
45
45
|
"state": "SC", "zipcode": "29307", "address_lines": ["123 MAIN ST"]}}, "correlation_id":
|
|
46
|
-
"
|
|
46
|
+
"f38c93b2-08ff-45d5-94cd-b4516a6ee64a", "trading_partner_id": "MOCKPAYER",
|
|
47
47
|
"provider": {"first_name": "JEROME", "last_name": "JEROME AYA-AY", "npi":
|
|
48
48
|
"1467560003"}, "coverage": {"plan_number": "0888188", "service_types": ["professional_physician_visit_office"],
|
|
49
49
|
"group_number": "088818801000013", "out_of_pocket": [{"in_plan_network": "yes",
|
|
@@ -107,5 +107,5 @@ http_interactions:
|
|
|
107
107
|
"MOCK INDIVIDUAL ADVANTAGE PLAN", "service_date": "2013-08-10"}, "valid_request":
|
|
108
108
|
true}}'
|
|
109
109
|
http_version:
|
|
110
|
-
recorded_at:
|
|
110
|
+
recorded_at: Tue, 08 Jul 2014 16:27:13 GMT
|
|
111
111
|
recorded_with: VCR 2.9.2
|
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
|
19
19
|
User-Agent:
|
|
20
20
|
- pokitdok-ruby 0.4 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
21
21
|
Authorization:
|
|
22
|
-
- Bearer
|
|
22
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
23
23
|
Content-Type:
|
|
24
24
|
- application/json
|
|
25
25
|
Accept-Encoding:
|
|
@@ -42,11 +42,11 @@ http_interactions:
|
|
|
42
42
|
Server:
|
|
43
43
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
44
44
|
Date:
|
|
45
|
-
-
|
|
45
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
46
46
|
body:
|
|
47
47
|
encoding: UTF-8
|
|
48
|
-
string: '{"meta": {"rate_limit_amount":
|
|
49
|
-
"processing_time":
|
|
48
|
+
string: '{"meta": {"rate_limit_amount": 19, "rate_limit_reset": 1404840303,
|
|
49
|
+
"processing_time": 11, "rate_limit_cap": 8434, "credits_remaining": 6632,
|
|
50
50
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "enrollment", "parameters":
|
|
51
51
|
{"reference_number": "12456", "version": "4.0.0", "payer": {"tax_id": "654456654"},
|
|
52
52
|
"update_dt": "Wed Mar 26 22:18:47 2014", "deleted": false, "major_version":
|
|
@@ -67,16 +67,16 @@ http_interactions:
|
|
|
67
67
|
"123456789", "birth_date": "Fri Aug 16 00:00:00 1940", "middle_name": "P",
|
|
68
68
|
"substance_abuse": false, "address": {"city": "CAMP HILL", "line2": "APT 3G",
|
|
69
69
|
"county": "CUMBERLAND", "state": "PA", "postal_code": "17011", "line": "100
|
|
70
|
-
MARKET ST"}}, "correlation_id": "
|
|
71
|
-
"Wed Mar 26 22:18:47 2014", "client_id": "
|
|
70
|
+
MARKET ST"}}, "correlation_id": "9784237e-112a-4be4-a855-8eed6cee63de", "insert_dt":
|
|
71
|
+
"Wed Mar 26 22:18:47 2014", "client_id": "2MBlqahR2xiaBtVSS50n", "purpose":
|
|
72
72
|
"Original", "trading_partner_id": "MOCKPAYER", "action": "Change", "dependents":
|
|
73
73
|
[], "sponsor": {"tax_id": "999888777"}}, "remaining_transitions": ["generate",
|
|
74
74
|
"store", "transmit", "wait", "receive", "process", "complete"], "state": {"name":
|
|
75
75
|
"scheduled", "title": "Scheduled for next available transmission to Trading
|
|
76
|
-
Partner"}, "trading_partner_id": "MOCKPAYER", "id": "
|
|
76
|
+
Partner"}, "trading_partner_id": "MOCKPAYER", "id": "53bc1be156c02c08ce81ae06",
|
|
77
77
|
"transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
|
|
78
|
-
"process", "complete"], "history": [{"record_dt": "2014-
|
|
78
|
+
"process", "complete"], "history": [{"record_dt": "2014-07-08T16:27:13.334498",
|
|
79
79
|
"name": "init", "title": "Initializing"}]}}'
|
|
80
80
|
http_version:
|
|
81
|
-
recorded_at:
|
|
81
|
+
recorded_at: Tue, 08 Jul 2014 16:27:13 GMT
|
|
82
82
|
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 IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
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
|
+
- '685'
|
|
36
36
|
Mimetype:
|
|
37
37
|
- application/json
|
|
38
38
|
Charset:
|
|
@@ -40,18 +40,18 @@ http_interactions:
|
|
|
40
40
|
Server:
|
|
41
41
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
42
42
|
Date:
|
|
43
|
-
-
|
|
43
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
44
44
|
body:
|
|
45
45
|
encoding: UTF-8
|
|
46
|
-
string: '{"meta": {"rate_limit_amount":
|
|
47
|
-
"processing_time":
|
|
46
|
+
string: '{"meta": {"rate_limit_amount": 14, "rate_limit_reset": 1404840303,
|
|
47
|
+
"processing_time": 353, "rate_limit_cap": 8434, "credits_remaining": 10123,
|
|
48
48
|
"credits_billed": 1}, "data": {"units_of_work": 1, "name": "batch file", "remaining_transitions":
|
|
49
49
|
["process", "complete"], "state": {"name": "queued", "title": "In queue waiting
|
|
50
|
-
to start"}, "trading_partner_id": "MOCKPAYER", "id": "
|
|
50
|
+
to start"}, "trading_partner_id": "MOCKPAYER", "id": "53bc1be156c02c08ce81adff",
|
|
51
51
|
"transition_path": ["store", "queue", "process", "complete"], "history": [{"record_dt":
|
|
52
|
-
"2014-
|
|
53
|
-
"2014-
|
|
52
|
+
"2014-07-08T16:27:13.057540", "name": "init", "title": "Initializing"}, {"record_dt":
|
|
53
|
+
"2014-07-08T16:27:13.059037", "name": "stored", "title": "Batch transactions
|
|
54
54
|
stored for later processing"}]}}'
|
|
55
55
|
http_version:
|
|
56
|
-
recorded_at:
|
|
56
|
+
recorded_at: Tue, 08 Jul 2014 16:27:12 GMT
|
|
57
57
|
recorded_with: VCR 2.9.2
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://localhost:5002/api/v4/prices/insurance?cpt_code=12345&zip_code=75201
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
User-Agent:
|
|
11
|
+
- pokitdok-ruby 0.4 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
12
|
+
Authorization:
|
|
13
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
14
|
+
Accept-Encoding:
|
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
16
|
+
Accept:
|
|
17
|
+
- "*/*"
|
|
18
|
+
response:
|
|
19
|
+
status:
|
|
20
|
+
code: 200
|
|
21
|
+
message: OK
|
|
22
|
+
headers:
|
|
23
|
+
Content-Type:
|
|
24
|
+
- text/html; charset=utf-8
|
|
25
|
+
Content-Length:
|
|
26
|
+
- '232'
|
|
27
|
+
Mimetype:
|
|
28
|
+
- application/json
|
|
29
|
+
Charset:
|
|
30
|
+
- utf-8
|
|
31
|
+
Server:
|
|
32
|
+
- Werkzeug/0.9.4 Python/2.7.3
|
|
33
|
+
Date:
|
|
34
|
+
- Tue, 08 Jul 2014 16:27:12 GMT
|
|
35
|
+
body:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"meta": {"rate_limit_amount": 11, "rate_limit_reset": 1404840303,
|
|
38
|
+
"processing_time": 5, "rate_limit_cap": 8434, "credits_remaining": 6583, "credits_billed":
|
|
39
|
+
1}, "data": {"errors": "No price range was found for the given criteria"}}'
|
|
40
|
+
http_version:
|
|
41
|
+
recorded_at: Tue, 08 Jul 2014 16:27:12 GMT
|
|
42
|
+
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 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
12
12
|
Authorization:
|
|
13
|
-
- Bearer
|
|
13
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
14
14
|
Accept-Encoding:
|
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
16
16
|
Accept:
|
|
@@ -29,7 +29,7 @@ http_interactions:
|
|
|
29
29
|
Server:
|
|
30
30
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
31
31
|
Date:
|
|
32
|
-
-
|
|
32
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
33
33
|
body:
|
|
34
34
|
encoding: UTF-8
|
|
35
35
|
string: |-
|
|
@@ -38,7 +38,7 @@ http_interactions:
|
|
|
38
38
|
<h1>Redirecting...</h1>
|
|
39
39
|
<p>You should be redirected automatically to target URL: <a href="http://localhost:5002/api/v4/payers/?state=CA">http://localhost:5002/api/v4/payers/?state=CA</a>. If not click the link.
|
|
40
40
|
http_version:
|
|
41
|
-
recorded_at:
|
|
41
|
+
recorded_at: Tue, 08 Jul 2014 16:27:13 GMT
|
|
42
42
|
- request:
|
|
43
43
|
method: get
|
|
44
44
|
uri: http://localhost:5002/api/v4/payers/?state=CA
|
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
|
49
49
|
User-Agent:
|
|
50
50
|
- pokitdok-ruby 0.4 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
|
|
51
51
|
Authorization:
|
|
52
|
-
- Bearer
|
|
52
|
+
- Bearer IVfoTbbbimnTM3DKVGPCpicTPYThOAazPSbAnLA0
|
|
53
53
|
Accept-Encoding:
|
|
54
54
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
55
55
|
Accept:
|
|
@@ -62,7 +62,7 @@ http_interactions:
|
|
|
62
62
|
Content-Type:
|
|
63
63
|
- text/html; charset=utf-8
|
|
64
64
|
Content-Length:
|
|
65
|
-
- '
|
|
65
|
+
- '39730'
|
|
66
66
|
Mimetype:
|
|
67
67
|
- application/json
|
|
68
68
|
Charset:
|
|
@@ -70,98 +70,492 @@ http_interactions:
|
|
|
70
70
|
Server:
|
|
71
71
|
- Werkzeug/0.9.4 Python/2.7.3
|
|
72
72
|
Date:
|
|
73
|
-
-
|
|
73
|
+
- Tue, 08 Jul 2014 16:27:13 GMT
|
|
74
74
|
body:
|
|
75
75
|
encoding: UTF-8
|
|
76
|
-
string: '{"meta": {"processing_time":
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"trading_partner_id": "
|
|
85
|
-
"Blue Cross Blue Shield of
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
"Blue Cross Blue Shield of
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
false, "trading_partner_id": "
|
|
101
|
-
["834", "835", "837", "270", "271", "276", "277",
|
|
102
|
-
Payer
|
|
103
|
-
"production_status": false, "trading_partner_id": "
|
|
104
|
-
["
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
["270", "276"], "payer_name": "
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
{"supported_transactions": ["270", "276"], "payer_name": "
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
"276"], "payer_name": "Blue Cross Blue Shield of
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"276"], "payer_name": "
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
false, "trading_partner_id": "
|
|
157
|
-
"payer_name": "
|
|
158
|
-
false, "trading_partner_id": "
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
"payer_key": "
|
|
164
|
-
"
|
|
76
|
+
string: '{"meta": {"processing_time": 18, "rate_limit_amount": 18, "rate_limit_reset":
|
|
77
|
+
1404840303, "rate_limit_cap": 8434}, "data": [{"supported_transactions": ["270",
|
|
78
|
+
"276"], "payer_name": "Blue Cross and Blue Shield of Nebraska", "payer_key":
|
|
79
|
+
"bcbsne", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ne"},
|
|
80
|
+
{"supported_transactions": ["270"], "payer_name": "Blue Cross and Blue Shield
|
|
81
|
+
of Iowa", "payer_key": "bciac", "production_status": true, "trading_partner_id":
|
|
82
|
+
"blue_cross_blue_shield_ia"}, {"supported_transactions": ["837"], "payer_name":
|
|
83
|
+
"Independence Blue Cross", "payer_key": "bcibc", "production_status": true,
|
|
84
|
+
"trading_partner_id": "independence_blue_cross"}, {"supported_transactions":
|
|
85
|
+
["270", "276"], "payer_name": "Blue Cross and Blue Shield of Kansas City",
|
|
86
|
+
"payer_key": "bcbskc", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_kc"},
|
|
87
|
+
{"supported_transactions": ["270"], "payer_name": "Blue Cross and Blue Shield
|
|
88
|
+
of North Carolina", "payer_key": "BCBSNC", "production_status": true, "trading_partner_id":
|
|
89
|
+
"blue_cross_blue_shield_nc"}, {"supported_transactions": [], "payer_name":
|
|
90
|
+
"Blue Cross and Blue Shield of New Hampshire", "payer_key": "", "production_status":
|
|
91
|
+
false, "trading_partner_id": "blue_cross_blue_shield_nh"}, {"supported_transactions":
|
|
92
|
+
[], "payer_name": "Blue Cross and Blue Shield of South Carolina", "payer_key":
|
|
93
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_sc"},
|
|
94
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
95
|
+
Western New York", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
96
|
+
"blue_cross_blue_shield_w_ny"}, {"supported_transactions": [], "payer_name":
|
|
97
|
+
"Blue Cross and Blue Shield of Puerto Rico", "payer_key": "", "production_status":
|
|
98
|
+
false, "trading_partner_id": "blue_cross_blue_shield_pr"}, {"supported_transactions":
|
|
99
|
+
[], "payer_name": "University of Pittsburgh Medical Center Health Plan", "payer_key":
|
|
100
|
+
"", "production_status": false, "trading_partner_id": "university_pittsburgh_medical_center_health_plan"},
|
|
101
|
+
{"supported_transactions": ["834", "835", "837", "270", "271", "276", "277",
|
|
102
|
+
"278"], "payer_name": "Mock Payer for Communication Error Testing", "payer_key":
|
|
103
|
+
"MOCKPAYER_COMMERROR", "production_status": false, "trading_partner_id": "MOCKPAYER_COMMERROR"},
|
|
104
|
+
{"supported_transactions": ["834", "835", "837", "270", "271", "276", "277",
|
|
105
|
+
"278"], "payer_name": "Mock Payer with Random I/O wait for Testing", "payer_key":
|
|
106
|
+
"MOCKPAYER_RANDOM_WAIT", "production_status": false, "trading_partner_id":
|
|
107
|
+
"MOCKPAYER_RANDOM_WAIT"}, {"supported_transactions": ["834", "835", "837",
|
|
108
|
+
"270", "271", "276", "277", "278"], "payer_name": "Mock Payer with eligibility
|
|
109
|
+
inquiry rejection", "payer_key": "MOCKPAYER_REJECTION", "production_status":
|
|
110
|
+
false, "trading_partner_id": "MOCKPAYER_REJECTION"}, {"supported_transactions":
|
|
111
|
+
["270", "276", "837"], "payer_name": "Aetna", "payer_key": "AETNA", "production_status":
|
|
112
|
+
true, "trading_partner_id": "aetna"}, {"supported_transactions": ["270", "276",
|
|
113
|
+
"837"], "payer_name": "Cigna", "payer_key": "CIGNA", "production_status":
|
|
114
|
+
true, "trading_partner_id": "cigna"}, {"supported_transactions": ["270", "276",
|
|
115
|
+
"837"], "payer_name": "United Healthcare", "payer_key": "UNITED", "production_status":
|
|
116
|
+
true, "trading_partner_id": "united_health_care"}, {"supported_transactions":
|
|
117
|
+
["270", "276"], "payer_name": "Fidelis Care of New York", "payer_key": "FIDELIS",
|
|
118
|
+
"production_status": true, "trading_partner_id": "fidelis_care_ny"}, {"supported_transactions":
|
|
119
|
+
["270", "276"], "payer_name": "Oxford Health Plans (United Healthcare)", "payer_key":
|
|
120
|
+
"OXFORD", "production_status": true, "trading_partner_id": "oxford_health_plan_united"},
|
|
121
|
+
{"supported_transactions": ["270", "276"], "payer_name": "MVP Health Care",
|
|
122
|
+
"payer_key": "MVP", "production_status": true, "trading_partner_id": "mvp_health_care"},
|
|
123
|
+
{"supported_transactions": ["270"], "payer_name": "Blue Shield of California",
|
|
124
|
+
"payer_key": "BSCA", "production_status": true, "trading_partner_id": "blue_shield_ca"},
|
|
125
|
+
{"supported_transactions": ["270", "276"], "payer_name": "Blue Cross and Blue
|
|
126
|
+
Shield of Kansas", "payer_key": "bcbsks", "production_status": true, "trading_partner_id":
|
|
127
|
+
"blue_cross_blue_shield_ks"}, {"supported_transactions": ["270", "276", "837"],
|
|
128
|
+
"payer_name": "Premera Blue Cross", "payer_key": "PREMERA", "production_status":
|
|
129
|
+
true, "trading_partner_id": "premera_blue_cross"}, {"supported_transactions":
|
|
130
|
+
["270", "276", "837"], "payer_name": "Blue Cross and Blue Shield of Georgia",
|
|
131
|
+
"payer_key": "bcbsga", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_ga"},
|
|
132
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
|
133
|
+
Cross and Blue Shield of Wisconsin", "payer_key": "bcwic", "production_status":
|
|
134
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_wi"}, {"supported_transactions":
|
|
135
|
+
["270", "276", "837"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
|
136
|
+
Colorado", "payer_key": "bccoc", "production_status": true, "trading_partner_id":
|
|
137
|
+
"anthem_blue_cross_blue_shield_co"}, {"supported_transactions": ["270", "276",
|
|
138
|
+
"837"], "payer_name": "Anthem Blue Cross and Blue Shield of Maine", "payer_key":
|
|
139
|
+
"bcmec", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_me"},
|
|
140
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
|
141
|
+
Cross and Blue Shield of Indiana", "payer_key": "bcinc", "production_status":
|
|
142
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_in"}, {"supported_transactions":
|
|
143
|
+
["270", "276", "837"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
|
144
|
+
Connecticut", "payer_key": "bcctc", "production_status": true, "trading_partner_id":
|
|
145
|
+
"anthem_blue_cross_blue_shield_ct"}, {"supported_transactions": ["270", "276",
|
|
146
|
+
"837"], "payer_name": "Anthem Blue Cross and Blue Shield of Kentucky", "payer_key":
|
|
147
|
+
"bckyc", "production_status": true, "trading_partner_id": "anthem_blue_cross_blue_shield_ky"},
|
|
148
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
|
149
|
+
Cross and Blue Shield of Virginia", "payer_key": "bcvac", "production_status":
|
|
150
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_va"}, {"supported_transactions":
|
|
151
|
+
["270"], "payer_name": "United Healthcare Plan of the River Valley", "payer_key":
|
|
152
|
+
"", "production_status": false, "trading_partner_id": "united_health_care_plan_river_valley"},
|
|
153
|
+
{"supported_transactions": ["270", "837"], "payer_name": "TRICARE West", "payer_key":
|
|
154
|
+
"", "production_status": false, "trading_partner_id": "tricare_west"}, {"supported_transactions":
|
|
155
|
+
[], "payer_name": "AARP Medicare Supplement", "payer_key": "", "production_status":
|
|
156
|
+
false, "trading_partner_id": "aarp_medicare_supplement"}, {"supported_transactions":
|
|
157
|
+
[], "payer_name": "AARP Medicare Complete", "payer_key": "", "production_status":
|
|
158
|
+
false, "trading_partner_id": "aarp_medicare_complete"}, {"supported_transactions":
|
|
159
|
+
[], "payer_name": "Altius Health Plans", "payer_key": "", "production_status":
|
|
160
|
+
false, "trading_partner_id": "altius_health_plans"}, {"supported_transactions":
|
|
161
|
+
[], "payer_name": "AmeriChoice ", "payer_key": "", "production_status": false,
|
|
162
|
+
"trading_partner_id": "americhoice"}, {"supported_transactions": [], "payer_name":
|
|
163
|
+
"Amerigroup", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
164
|
+
"amerigroup"}, {"supported_transactions": [], "payer_name": "AmeriHealth",
|
|
165
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "amerihealth"},
|
|
166
|
+
{"supported_transactions": [], "payer_name": "Anthem Blue Cross and Blue Shield
|
|
167
|
+
of Missouri", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
168
|
+
"anthem_blue_cross_blue_shield_mo"}, {"supported_transactions": [], "payer_name":
|
|
169
|
+
"Anthem Blue Cross and Blue Shield of Ohio", "payer_key": "", "production_status":
|
|
170
|
+
false, "trading_partner_id": "anthem_blue_cross_blue_shield_oh"}, {"supported_transactions":
|
|
171
|
+
[], "payer_name": "Arise Health", "payer_key": "", "production_status": false,
|
|
172
|
+
"trading_partner_id": "arise_health"}, {"supported_transactions": [], "payer_name":
|
|
173
|
+
"Arnett Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
174
|
+
"arnett_health_plan"}, {"supported_transactions": [], "payer_name": "Assurant
|
|
175
|
+
Health", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
176
|
+
"assurant_health"}, {"supported_transactions": [], "payer_name": "Asuris Northwest
|
|
177
|
+
Health", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
178
|
+
"asuris_northwest_health"}, {"supported_transactions": [], "payer_name": "Blue
|
|
179
|
+
Cross and Blue Shield of Alabama", "payer_key": "", "production_status": false,
|
|
180
|
+
"trading_partner_id": "blue_cross_blue_shield_al"}, {"supported_transactions":
|
|
181
|
+
[], "payer_name": "Blue Cross and Blue Shield of Arizona", "payer_key": "",
|
|
182
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_az"},
|
|
183
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
184
|
+
Arkansas", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
185
|
+
"blue_cross_blue_shield_ak"}, {"supported_transactions": [], "payer_name":
|
|
186
|
+
"Blue Cross and Blue Shield of California", "payer_key": "", "production_status":
|
|
187
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ca"}, {"supported_transactions":
|
|
188
|
+
[], "payer_name": "Blue Cross and Blue Shield of Colorado", "payer_key": "",
|
|
189
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_co"},
|
|
190
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
191
|
+
Connecticut", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
192
|
+
"blue_cross_blue_shield_ct"}, {"supported_transactions": [], "payer_name":
|
|
193
|
+
"Blue Cross and Blue Shield of Florida", "payer_key": "", "production_status":
|
|
194
|
+
false, "trading_partner_id": "blue_cross_blue_shield_fl"}, {"supported_transactions":
|
|
195
|
+
[], "payer_name": "Blue Cross and Blue Shield of Hawaii", "payer_key": "",
|
|
196
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_hi"},
|
|
197
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
198
|
+
Illinois", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
199
|
+
"blue_cross_blue_shield_il"}, {"supported_transactions": [], "payer_name":
|
|
200
|
+
"Blue Cross and Blue Shield of Indiana", "payer_key": "", "production_status":
|
|
201
|
+
false, "trading_partner_id": "blue_cross_blue_shield_in"}, {"supported_transactions":
|
|
202
|
+
[], "payer_name": "Blue Cross and Blue Shield of Kentucky", "payer_key": "",
|
|
203
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_ky"},
|
|
204
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
205
|
+
Louisiana", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
206
|
+
"blue_cross_blue_shield_la"}, {"supported_transactions": [], "payer_name":
|
|
207
|
+
"Blue Cross and Blue Shield of Massachusetts", "payer_key": "", "production_status":
|
|
208
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ma"}, {"supported_transactions":
|
|
209
|
+
[], "payer_name": "Blue Cross and Blue Shield of Maine", "payer_key": "",
|
|
210
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_me"},
|
|
211
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
212
|
+
Michigan", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
213
|
+
"blue_cross_blue_shield_mi"}, {"supported_transactions": [], "payer_name":
|
|
214
|
+
"Blue Cross and Blue Shield of Minnesota", "payer_key": "", "production_status":
|
|
215
|
+
false, "trading_partner_id": "blue_cross_blue_shield_mn"}, {"supported_transactions":
|
|
216
|
+
[], "payer_name": "Blue Cross and Blue Shield of Mississippi", "payer_key":
|
|
217
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ms"},
|
|
218
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
219
|
+
Montana", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
220
|
+
"blue_cross_blue_shield_mt"}, {"supported_transactions": [], "payer_name":
|
|
221
|
+
"Blue Cross and Blue Shield of Nevada", "payer_key": "", "production_status":
|
|
222
|
+
false, "trading_partner_id": "blue_cross_blue_shield_nv"}, {"supported_transactions":
|
|
223
|
+
[], "payer_name": "Blue Cross and Blue Shield of New Mexico", "payer_key":
|
|
224
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_nm"},
|
|
225
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
226
|
+
North Dakota", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
227
|
+
"blue_cross_blue_shield_nd"}, {"supported_transactions": [], "payer_name":
|
|
228
|
+
"Blue Cross and Blue Shield of Oklahoma", "payer_key": "", "production_status":
|
|
229
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ok"}, {"supported_transactions":
|
|
230
|
+
[], "payer_name": "Blue Cross and Blue Shield of Rhode Island", "payer_key":
|
|
231
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ri"},
|
|
232
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
233
|
+
Tennessee", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
234
|
+
"blue_cross_blue_shield_tn"}, {"supported_transactions": [], "payer_name":
|
|
235
|
+
"Blue Cross and Blue Shield of Texas", "payer_key": "", "production_status":
|
|
236
|
+
false, "trading_partner_id": "blue_cross_blue_shield_tx"}, {"supported_transactions":
|
|
237
|
+
[], "payer_name": "Blue Cross and Blue Shield of Vermont", "payer_key": "",
|
|
238
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_vt"},
|
|
239
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
|
240
|
+
Virginia", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
241
|
+
"blue_cross_blue_shield_va"}, {"supported_transactions": [], "payer_name":
|
|
242
|
+
"Blue Cross and Blue Shield of Wyoming", "payer_key": "", "production_status":
|
|
243
|
+
false, "trading_partner_id": "blue_cross_blue_shield_wy"}, {"supported_transactions":
|
|
244
|
+
[], "payer_name": "Blue Cross of Northeastern Pennsylvania", "payer_key":
|
|
245
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_pa"}, {"supported_transactions":
|
|
246
|
+
[], "payer_name": "Blue Cross of Idaho", "payer_key": "", "production_status":
|
|
247
|
+
false, "trading_partner_id": "blue_cross_id"}, {"supported_transactions":
|
|
248
|
+
[], "payer_name": "Blue Shield of Northeastern New York", "payer_key": "",
|
|
249
|
+
"production_status": false, "trading_partner_id": "blue_shield_ne_ny"}, {"supported_transactions":
|
|
250
|
+
[], "payer_name": "BridgeSpan Health of Utah", "payer_key": "", "production_status":
|
|
251
|
+
false, "trading_partner_id": "bridgespan_health_ut"}, {"supported_transactions":
|
|
252
|
+
[], "payer_name": "BridgeSpan Health of Washington", "payer_key": "", "production_status":
|
|
253
|
+
false, "trading_partner_id": "bridgespan_health_wa"}, {"supported_transactions":
|
|
254
|
+
[], "payer_name": "Capital BlueCross", "payer_key": "", "production_status":
|
|
255
|
+
false, "trading_partner_id": "capital_blue_cross"}, {"supported_transactions":
|
|
256
|
+
[], "payer_name": "CareFirst BlueCross BlueShield", "payer_key": "", "production_status":
|
|
257
|
+
false, "trading_partner_id": "carefirst_blue_cross_blue_shield"}, {"supported_transactions":
|
|
258
|
+
[], "payer_name": "Carelink Health Plans", "payer_key": "", "production_status":
|
|
259
|
+
false, "trading_partner_id": "carelink_health_plans"}, {"supported_transactions":
|
|
260
|
+
[], "payer_name": "CarePlus Health Plans", "payer_key": "", "production_status":
|
|
261
|
+
false, "trading_partner_id": "careplus_health_plans"}, {"supported_transactions":
|
|
262
|
+
[], "payer_name": "CareSource of Kentucky", "payer_key": "", "production_status":
|
|
263
|
+
false, "trading_partner_id": "caresource_ky"}, {"supported_transactions":
|
|
264
|
+
[], "payer_name": "CareSource of Ohio", "payer_key": "", "production_status":
|
|
265
|
+
false, "trading_partner_id": "caresource_oh"}, {"supported_transactions":
|
|
266
|
+
[], "payer_name": "Cignia Medicare (Arizona)", "payer_key": "", "production_status":
|
|
267
|
+
false, "trading_partner_id": "cigna_medicare_az"}, {"supported_transactions":
|
|
268
|
+
[], "payer_name": "Columbia United Providers", "payer_key": "", "production_status":
|
|
269
|
+
false, "trading_partner_id": "columbia_united_providers"}, {"supported_transactions":
|
|
270
|
+
[], "payer_name": "Community Health Plan Washington", "payer_key": "", "production_status":
|
|
271
|
+
false, "trading_partner_id": "community_health_wa"}, {"supported_transactions":
|
|
272
|
+
[], "payer_name": "Coventry Health", "payer_key": "", "production_status":
|
|
273
|
+
false, "trading_partner_id": "coventry_health"}, {"supported_transactions":
|
|
274
|
+
[], "payer_name": "Coventry Health Care of Arkansas", "payer_key": "", "production_status":
|
|
275
|
+
false, "trading_partner_id": "coventry_health_care_ak"}, {"supported_transactions":
|
|
276
|
+
[], "payer_name": "Coventry Health Care of Delaware", "payer_key": "", "production_status":
|
|
277
|
+
false, "trading_partner_id": "coventry_health_care_de"}, {"supported_transactions":
|
|
278
|
+
[], "payer_name": "Coventry Health Care of Florida", "payer_key": "", "production_status":
|
|
279
|
+
false, "trading_partner_id": "coventry_health_care_fl"}, {"supported_transactions":
|
|
280
|
+
[], "payer_name": "Coventry Health Care of Georgia", "payer_key": "", "production_status":
|
|
281
|
+
false, "trading_partner_id": "coventry_health_care_ga"}, {"supported_transactions":
|
|
282
|
+
[], "payer_name": "Coventry Health Care of Idaho", "payer_key": "", "production_status":
|
|
283
|
+
false, "trading_partner_id": "coventry_health_care_id"}, {"supported_transactions":
|
|
284
|
+
[], "payer_name": "Coventry Health Care of Illinois", "payer_key": "", "production_status":
|
|
285
|
+
false, "trading_partner_id": "coventry_health_care_il"}, {"supported_transactions":
|
|
286
|
+
[], "payer_name": "Coventry Health Care of Iowa", "payer_key": "", "production_status":
|
|
287
|
+
false, "trading_partner_id": "coventry_health_care_ia"}, {"supported_transactions":
|
|
288
|
+
[], "payer_name": "Coventry Health Care of Kansas", "payer_key": "", "production_status":
|
|
289
|
+
false, "trading_partner_id": "coventry_health_care_ks"}, {"supported_transactions":
|
|
290
|
+
[], "payer_name": "Coventry Health Care of Louisiana", "payer_key": "", "production_status":
|
|
291
|
+
false, "trading_partner_id": "coventry_health_care_la"}, {"supported_transactions":
|
|
292
|
+
[], "payer_name": "Coventry Health Care of Maryland", "payer_key": "", "production_status":
|
|
293
|
+
false, "trading_partner_id": "coventry_health_care_md"}, {"supported_transactions":
|
|
294
|
+
[], "payer_name": "Coventry Health Care of Michigan", "payer_key": "", "production_status":
|
|
295
|
+
false, "trading_partner_id": "coventry_health_care_mi"}, {"supported_transactions":
|
|
296
|
+
[], "payer_name": "Coventry Health Care of Mississippi", "payer_key": "",
|
|
297
|
+
"production_status": false, "trading_partner_id": "coventry_health_care_ms"},
|
|
298
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of Missouri",
|
|
299
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coventry_health_care_mo"},
|
|
300
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of Nebraska",
|
|
301
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coventry_health_care_ne"},
|
|
302
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of Nevada",
|
|
303
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "coventry_health_care_nv"},
|
|
304
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of North
|
|
305
|
+
Carolina", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
306
|
+
"coventry_health_care_nc"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
307
|
+
Health Care of Ohio", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
308
|
+
"coventry_health_care_oh"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
309
|
+
Health Care of Oklahoma", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
310
|
+
"coventry_health_care_ok"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
311
|
+
Health Care of Pennsylvania", "payer_key": "", "production_status": false,
|
|
312
|
+
"trading_partner_id": "coventry_health_care_pa"}, {"supported_transactions":
|
|
313
|
+
[], "payer_name": "Coventry Health Care of South Carolina", "payer_key": "",
|
|
314
|
+
"production_status": false, "trading_partner_id": "coventry_health_care_sc"},
|
|
315
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of South
|
|
316
|
+
Dakota", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
317
|
+
"coventry_health_care_sd"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
318
|
+
Health Care of Tennessee", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
319
|
+
"coventry_health_care_tn"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
320
|
+
Health Care of Utah", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
321
|
+
"coventry_health_care_ut"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
322
|
+
Health Care of Virginia", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
323
|
+
"coventry_health_care_va"}, {"supported_transactions": [], "payer_name": "Coventry
|
|
324
|
+
Health Care of West Virginia", "payer_key": "", "production_status": false,
|
|
325
|
+
"trading_partner_id": "coventry_health_care_wv"}, {"supported_transactions":
|
|
326
|
+
[], "payer_name": "Coventry Health Care of Wyoming", "payer_key": "", "production_status":
|
|
327
|
+
false, "trading_partner_id": "coventry_health_care_wy"}, {"supported_transactions":
|
|
328
|
+
[], "payer_name": "Emblem Health", "payer_key": "", "production_status": false,
|
|
329
|
+
"trading_partner_id": "emblem_health"}, {"supported_transactions": [], "payer_name":
|
|
330
|
+
"Empire Plan (United Healthcare)", "payer_key": "", "production_status": false,
|
|
331
|
+
"trading_partner_id": "empire_plan_united_health"}, {"supported_transactions":
|
|
332
|
+
[], "payer_name": "Evercare", "payer_key": "", "production_status": false,
|
|
333
|
+
"trading_partner_id": "evercare"}, {"supported_transactions": [], "payer_name":
|
|
334
|
+
"Excellus BlueCross BlueShield", "payer_key": "", "production_status": false,
|
|
335
|
+
"trading_partner_id": "excellus_blue_cross_blue_shield"}, {"supported_transactions":
|
|
336
|
+
[], "payer_name": "Fallon Community Health Plan", "payer_key": "", "production_status":
|
|
337
|
+
false, "trading_partner_id": "fallon_community_health"}, {"supported_transactions":
|
|
338
|
+
[], "payer_name": "First Health", "payer_key": "", "production_status": false,
|
|
339
|
+
"trading_partner_id": "first_health"}, {"supported_transactions": [], "payer_name":
|
|
340
|
+
"Golden Rule (United HealthOne)", "payer_key": "", "production_status": false,
|
|
341
|
+
"trading_partner_id": "golden_rule_united_health_one"}, {"supported_transactions":
|
|
342
|
+
[], "payer_name": "Great West Healthcare", "payer_key": "", "production_status":
|
|
343
|
+
false, "trading_partner_id": "great_west_health_care"}, {"supported_transactions":
|
|
344
|
+
[], "payer_name": "Group Health Cooperative", "payer_key": "", "production_status":
|
|
345
|
+
false, "trading_partner_id": "group_health_cooperative"}, {"supported_transactions":
|
|
346
|
+
[], "payer_name": "Harvard Pilgrim Healthcare Connect", "payer_key": "", "production_status":
|
|
347
|
+
false, "trading_partner_id": "harvard_pilgrim_health_care_connect"}, {"supported_transactions":
|
|
348
|
+
[], "payer_name": "Health Alliance Plan of Michigan", "payer_key": "", "production_status":
|
|
349
|
+
false, "trading_partner_id": "health_alliance_plan_mi"}, {"supported_transactions":
|
|
350
|
+
[], "payer_name": "Health Keepers Inc.", "payer_key": "", "production_status":
|
|
351
|
+
false, "trading_partner_id": "health_keepers"}, {"supported_transactions":
|
|
352
|
+
[], "payer_name": "Health New England", "payer_key": "", "production_status":
|
|
353
|
+
false, "trading_partner_id": "health_new_england"}, {"supported_transactions":
|
|
354
|
+
[], "payer_name": "Health Plan of Nevada", "payer_key": "", "production_status":
|
|
355
|
+
false, "trading_partner_id": "health_plan_nv"}, {"supported_transactions":
|
|
356
|
+
[], "payer_name": "Health Republic Insurance", "payer_key": "", "production_status":
|
|
357
|
+
false, "trading_partner_id": "health_republic"}, {"supported_transactions":
|
|
358
|
+
[], "payer_name": "Healthnet", "payer_key": "", "production_status": false,
|
|
359
|
+
"trading_partner_id": "health_net"}, {"supported_transactions": [], "payer_name":
|
|
360
|
+
"HealthNow New York", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
361
|
+
"health_now_ny"}, {"supported_transactions": [], "payer_name": "HealthPartners
|
|
362
|
+
of Minnesota", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
363
|
+
"health_partners_mn"}, {"supported_transactions": [], "payer_name": "HealthPlus",
|
|
364
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "health_plus"},
|
|
365
|
+
{"supported_transactions": [], "payer_name": "HealthSpring (Cigna)", "payer_key":
|
|
366
|
+
"", "production_status": false, "trading_partner_id": "health_spring_cigna"},
|
|
367
|
+
{"supported_transactions": [], "payer_name": "Highmark Blue Cross Blue Shield
|
|
368
|
+
of Pennsylvania", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
369
|
+
"highmark_blue_cross_blue_shield_pa"}, {"supported_transactions": [], "payer_name":
|
|
370
|
+
"Highmark Blue Cross Blue Shield of Delaware", "payer_key": "", "production_status":
|
|
371
|
+
false, "trading_partner_id": "highmark_blue_cross_blue_shield_de"}, {"supported_transactions":
|
|
372
|
+
[], "payer_name": "Highmark Blue Cross Blue Shield of West Virginia", "payer_key":
|
|
373
|
+
"", "production_status": false, "trading_partner_id": "highmark_blue_cross_blue_shield_wv"},
|
|
374
|
+
{"supported_transactions": [], "payer_name": "Highmark Blue Cross Blue Shield",
|
|
375
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "highmark_blue_cross_blue_shield"},
|
|
376
|
+
{"supported_transactions": [], "payer_name": "Highmark Blue Shield", "payer_key":
|
|
377
|
+
"", "production_status": false, "trading_partner_id": "highmark_blue_shield"},
|
|
378
|
+
{"supported_transactions": [], "payer_name": "Horizon Blue Cross and Blue
|
|
379
|
+
Shield", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
380
|
+
"horizon_blue_cross_blue_shield"}, {"supported_transactions": [], "payer_name":
|
|
381
|
+
"Humana", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
382
|
+
"humana"}, {"supported_transactions": [], "payer_name": "Kaiser Permanente
|
|
383
|
+
Mid-Atlantic", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
384
|
+
"kaiser_permanente_mid_atlantic"}, {"supported_transactions": [], "payer_name":
|
|
385
|
+
"Kaiser Permanente of Colorado", "payer_key": "", "production_status": false,
|
|
386
|
+
"trading_partner_id": "kaiser_permanente_co"}, {"supported_transactions":
|
|
387
|
+
[], "payer_name": "Kaiser Permanente of Georgia", "payer_key": "", "production_status":
|
|
388
|
+
false, "trading_partner_id": "kaiser_permanente_ga"}, {"supported_transactions":
|
|
389
|
+
[], "payer_name": "Kaiser Permanente of Northern California", "payer_key":
|
|
390
|
+
"", "production_status": false, "trading_partner_id": "kaiser_permanente_northern_ca"},
|
|
391
|
+
{"supported_transactions": [], "payer_name": "Kaiser Permanente of Ohio",
|
|
392
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "kaiser_permanente_oh"},
|
|
393
|
+
{"supported_transactions": [], "payer_name": "Kaiser Permanente of Southern
|
|
394
|
+
California", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
395
|
+
"kaiser_permanente_southern_ca"}, {"supported_transactions": [], "payer_name":
|
|
396
|
+
"Kaiser Permanente of the Northwest", "payer_key": "", "production_status":
|
|
397
|
+
false, "trading_partner_id": "kaiser_permanente_northwest"}, {"supported_transactions":
|
|
398
|
+
[], "payer_name": "Kaiser Permanente of Hawaii", "payer_key": "", "production_status":
|
|
399
|
+
false, "trading_partner_id": "kaiser_permanente_hi"}, {"supported_transactions":
|
|
400
|
+
[], "payer_name": "LifeWise of Oregon", "payer_key": "", "production_status":
|
|
401
|
+
false, "trading_partner_id": "lifewise_or"}, {"supported_transactions": [],
|
|
402
|
+
"payer_name": "LifeWise of Washington", "payer_key": "", "production_status":
|
|
403
|
+
false, "trading_partner_id": "lifewise_wa"}, {"supported_transactions": [],
|
|
404
|
+
"payer_name": "Lovelace Health Plan", "payer_key": "", "production_status":
|
|
405
|
+
false, "trading_partner_id": "lovelace_health_plan"}, {"supported_transactions":
|
|
406
|
+
[], "payer_name": "Magnolia Health Plan", "payer_key": "", "production_status":
|
|
407
|
+
false, "trading_partner_id": "magnolia_health_plan"}, {"supported_transactions":
|
|
408
|
+
[], "payer_name": "Medica HealthCare", "payer_key": "", "production_status":
|
|
409
|
+
false, "trading_partner_id": "medica_health_care"}, {"supported_transactions":
|
|
410
|
+
[], "payer_name": "Mega Health ", "payer_key": "", "production_status": false,
|
|
411
|
+
"trading_partner_id": "mega_health"}, {"supported_transactions": [], "payer_name":
|
|
412
|
+
"Meridian Health Plan of Michigan", "payer_key": "", "production_status":
|
|
413
|
+
false, "trading_partner_id": "meridian_health_plan_mi"}, {"supported_transactions":
|
|
414
|
+
[], "payer_name": "MODA Health Plan", "payer_key": "", "production_status":
|
|
415
|
+
false, "trading_partner_id": "moda_health_plan"}, {"supported_transactions":
|
|
416
|
+
[], "payer_name": "Molina Healthcare (Medicaid)", "payer_key": "", "production_status":
|
|
417
|
+
false, "trading_partner_id": "molina_health_care_medicaid"}, {"supported_transactions":
|
|
418
|
+
[], "payer_name": "Molina Healthcare of California", "payer_key": "", "production_status":
|
|
419
|
+
false, "trading_partner_id": "molina_health_care_ca"}, {"supported_transactions":
|
|
420
|
+
[], "payer_name": "Molina Healthcare of Florida", "payer_key": "", "production_status":
|
|
421
|
+
false, "trading_partner_id": "molina_health_care_fl"}, {"supported_transactions":
|
|
422
|
+
[], "payer_name": "Molina Healthcare of Michigan", "payer_key": "", "production_status":
|
|
423
|
+
false, "trading_partner_id": "molina_health_care_mi"}, {"supported_transactions":
|
|
424
|
+
[], "payer_name": "Molina Healthcare of New Mexico", "payer_key": "", "production_status":
|
|
425
|
+
false, "trading_partner_id": "molina_health_care_nm"}, {"supported_transactions":
|
|
426
|
+
[], "payer_name": "Molina Healthcare of Ohio", "payer_key": "", "production_status":
|
|
427
|
+
false, "trading_partner_id": "molina_health_care_oh"}, {"supported_transactions":
|
|
428
|
+
[], "payer_name": "Molina Healthcare of Texas", "payer_key": "", "production_status":
|
|
429
|
+
false, "trading_partner_id": "molina_health_care_tx"}, {"supported_transactions":
|
|
430
|
+
[], "payer_name": "Molina Healthcare of Utah", "payer_key": "", "production_status":
|
|
431
|
+
false, "trading_partner_id": "molina_health_care_ut"}, {"supported_transactions":
|
|
432
|
+
[], "payer_name": "Molina Healthcare of Washington", "payer_key": "", "production_status":
|
|
433
|
+
false, "trading_partner_id": "molina_health_care_wa"}, {"supported_transactions":
|
|
434
|
+
[], "payer_name": "Molina Healthcare of Wisconsin", "payer_key": "", "production_status":
|
|
435
|
+
false, "trading_partner_id": "molina_health_care_wi"}, {"supported_transactions":
|
|
436
|
+
[], "payer_name": "NaviCare", "payer_key": "", "production_status": false,
|
|
437
|
+
"trading_partner_id": "navicare"}, {"supported_transactions": [], "payer_name":
|
|
438
|
+
"Neighborhood Health Partnership (United Healthcare)", "payer_key": "", "production_status":
|
|
439
|
+
false, "trading_partner_id": "neighborhood_health_partnership_united"}, {"supported_transactions":
|
|
440
|
+
[], "payer_name": "Neighborhood Health Plan", "payer_key": "", "production_status":
|
|
441
|
+
false, "trading_partner_id": "neighborhood_health_plan"}, {"supported_transactions":
|
|
442
|
+
[], "payer_name": "Network Health", "payer_key": "", "production_status":
|
|
443
|
+
false, "trading_partner_id": "network_health"}, {"supported_transactions":
|
|
444
|
+
[], "payer_name": "NetworkHealth (A Tufts Health Plan)", "payer_key": "",
|
|
445
|
+
"production_status": false, "trading_partner_id": "network_health_tufts_plan"},
|
|
446
|
+
{"supported_transactions": [], "payer_name": "Nevada Health Co-Op", "payer_key":
|
|
447
|
+
"", "production_status": false, "trading_partner_id": "nv_health_coop"}, {"supported_transactions":
|
|
448
|
+
[], "payer_name": "Nevada Preferred Healthcare", "payer_key": "", "production_status":
|
|
449
|
+
false, "trading_partner_id": "nv_preferred_health_care"}, {"supported_transactions":
|
|
450
|
+
[], "payer_name": "New West Health", "payer_key": "", "production_status":
|
|
451
|
+
false, "trading_partner_id": "new_west_health"}, {"supported_transactions":
|
|
452
|
+
[], "payer_name": "Oklahoma Health Care Authority", "payer_key": "", "production_status":
|
|
453
|
+
false, "trading_partner_id": "ok_health_care_authority"}, {"supported_transactions":
|
|
454
|
+
[], "payer_name": "Optima Health", "payer_key": "", "production_status": false,
|
|
455
|
+
"trading_partner_id": "optima_health"}, {"supported_transactions": [], "payer_name":
|
|
456
|
+
"OptumHealth", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
457
|
+
"optum_health"}, {"supported_transactions": [], "payer_name": "Oregon''s Health
|
|
458
|
+
CO-OP", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
459
|
+
"or_health_coop"}, {"supported_transactions": [], "payer_name": "PacifiCare
|
|
460
|
+
Health (United HealthOne)", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
461
|
+
"pacificare_health_united"}, {"supported_transactions": [], "payer_name":
|
|
462
|
+
"Peninsula Health Care", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
463
|
+
"peninsula_health_care"}, {"supported_transactions": [], "payer_name": "Physicans
|
|
464
|
+
Health Plan of Michigan", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
465
|
+
"physicans_health_plan_mi"}, {"supported_transactions": [], "payer_name":
|
|
466
|
+
"Physicans Health Plan of Northern Indiana", "payer_key": "", "production_status":
|
|
467
|
+
false, "trading_partner_id": "physicans_health_plan_northern_in"}, {"supported_transactions":
|
|
468
|
+
[], "payer_name": "Physicans Plus", "payer_key": "", "production_status":
|
|
469
|
+
false, "trading_partner_id": "physicans_plus"}, {"supported_transactions":
|
|
470
|
+
[], "payer_name": "Preferred Care Partners", "payer_key": "", "production_status":
|
|
471
|
+
false, "trading_partner_id": "preferred_care_partners"}, {"supported_transactions":
|
|
472
|
+
[], "payer_name": "PreferredOne", "payer_key": "", "production_status": false,
|
|
473
|
+
"trading_partner_id": "preferred_one"}, {"supported_transactions": [], "payer_name":
|
|
474
|
+
"Premera Blue Cross Blue Shield of Alaska", "payer_key": "", "production_status":
|
|
475
|
+
false, "trading_partner_id": "premera_blue_cross_blue_shield_ak"}, {"supported_transactions":
|
|
476
|
+
[], "payer_name": "Presbytarian Health Plan", "payer_key": "", "production_status":
|
|
477
|
+
false, "trading_partner_id": "presbytarian_health_plan"}, {"supported_transactions":
|
|
478
|
+
[], "payer_name": "Priority Health", "payer_key": "", "production_status":
|
|
479
|
+
false, "trading_partner_id": "priority_health"}, {"supported_transactions":
|
|
480
|
+
[], "payer_name": "Priority Health Care", "payer_key": "", "production_status":
|
|
481
|
+
false, "trading_partner_id": "priority_health_care"}, {"supported_transactions":
|
|
482
|
+
[], "payer_name": "Providence Health Plan", "payer_key": "", "production_status":
|
|
483
|
+
false, "trading_partner_id": "providence_health_plan"}, {"supported_transactions":
|
|
484
|
+
[], "payer_name": "Regence BlueCross BlueShield of Oregon", "payer_key": "",
|
|
485
|
+
"production_status": false, "trading_partner_id": "regence_blue_cross_blue_shield_or"},
|
|
486
|
+
{"supported_transactions": [], "payer_name": "Regence BlueCross BlueShield
|
|
487
|
+
of Utah", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
488
|
+
"regence_blue_cross_blue_sheild_ut"}, {"supported_transactions": [], "payer_name":
|
|
489
|
+
"Regence BlueShield of Idaho", "payer_key": "", "production_status": false,
|
|
490
|
+
"trading_partner_id": "regence_blue_shield_id"}, {"supported_transactions":
|
|
491
|
+
[], "payer_name": "Regence BlueShield of Washington", "payer_key": "", "production_status":
|
|
492
|
+
false, "trading_partner_id": "regence_blue_shield_wa"}, {"supported_transactions":
|
|
493
|
+
[], "payer_name": "Sierra Health", "payer_key": "", "production_status": false,
|
|
494
|
+
"trading_partner_id": "sierra_health"}, {"supported_transactions": [], "payer_name":
|
|
495
|
+
"St. Mary''s Health Plans", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
496
|
+
"st_mary_health_plan"}, {"supported_transactions": [], "payer_name": "The
|
|
497
|
+
Health Plan of the Upper Ohio Valley", "payer_key": "", "production_status":
|
|
498
|
+
false, "trading_partner_id": "health_plan_upper_oh_valley"}, {"supported_transactions":
|
|
499
|
+
[], "payer_name": "The Vermont Health Plan", "payer_key": "", "production_status":
|
|
500
|
+
false, "trading_partner_id": "vt_health_plan"}, {"supported_transactions":
|
|
501
|
+
[], "payer_name": "TRICARE North", "payer_key": "", "production_status": false,
|
|
502
|
+
"trading_partner_id": "tricare_north"}, {"supported_transactions": [], "payer_name":
|
|
503
|
+
"TRICARE South", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
504
|
+
"tricare_south"}, {"supported_transactions": [], "payer_name": "Trillium Community
|
|
505
|
+
Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
506
|
+
"trillum_community_health_plan"}, {"supported_transactions": [], "payer_name":
|
|
507
|
+
"Tufts Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
508
|
+
"tufts_health_plan"}, {"supported_transactions": [], "payer_name": "UniCare",
|
|
509
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "unicare"},
|
|
510
|
+
{"supported_transactions": [], "payer_name": "United Healthcare Community
|
|
511
|
+
Plan (APIPA)", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
512
|
+
"united_health_care_community_plan"}, {"supported_transactions": [], "payer_name":
|
|
513
|
+
"United Healthcare Medicare Solutions", "payer_key": "", "production_status":
|
|
514
|
+
false, "trading_partner_id": "united_health_care_medicare_solutions"}, {"supported_transactions":
|
|
515
|
+
[], "payer_name": "Unity Health ", "payer_key": "", "production_status": false,
|
|
516
|
+
"trading_partner_id": "unity_health"}, {"supported_transactions": [], "payer_name":
|
|
517
|
+
"Univera Healthcare", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
518
|
+
"univera_health_care"}, {"supported_transactions": [], "payer_name": "University
|
|
519
|
+
Health Alliance of Hawaii", "payer_key": "", "production_status": false, "trading_partner_id":
|
|
520
|
+
"university_health_alliance_hi"}, {"supported_transactions": [], "payer_name":
|
|
521
|
+
"Wellmark Blue Cross and Blue Shield of Iowa", "payer_key": "", "production_status":
|
|
522
|
+
false, "trading_partner_id": "wellmark_blue_cross_blue_shield_ia"}, {"supported_transactions":
|
|
523
|
+
[], "payer_name": "Wellmark Blue Cross and Blue Shield of South Dakota", "payer_key":
|
|
524
|
+
"", "production_status": false, "trading_partner_id": "wellmark_blue_cross_blue_shield_sd"},
|
|
525
|
+
{"supported_transactions": [], "payer_name": "Wellpoint, Inc", "payer_key":
|
|
526
|
+
"", "production_status": false, "trading_partner_id": "wellpoint"}, {"supported_transactions":
|
|
527
|
+
[], "payer_name": "Windsor Health Plan", "payer_key": "", "production_status":
|
|
528
|
+
false, "trading_partner_id": "windsor_health_plan"}, {"supported_transactions":
|
|
529
|
+
[], "payer_name": "WinHealth", "payer_key": "", "production_status": false,
|
|
530
|
+
"trading_partner_id": "winhealth"}, {"supported_transactions": ["834", "835",
|
|
531
|
+
"837", "270", "271", "276", "277", "278"], "payer_name": "Mock Payer for Testing",
|
|
532
|
+
"payer_key": "MOCKPAYER", "production_status": false, "trading_partner_id":
|
|
533
|
+
"MOCKPAYER"}, {"supported_transactions": ["834", "835", "837", "270", "271",
|
|
534
|
+
"276", "277", "278"], "payer_name": "Mock Payer with Implementation Acknowledgement",
|
|
535
|
+
"payer_key": "MOCKPAYER_ACK", "production_status": false, "trading_partner_id":
|
|
536
|
+
"MOCKPAYER_ACK"}, {"supported_transactions": ["834", "835", "837", "270",
|
|
537
|
+
"271", "276", "277", "278"], "payer_name": "Mock Payer with eligibility inquiry
|
|
538
|
+
rejection", "payer_key": "MOCKPAYER_PARSE_ERROR", "production_status": false,
|
|
539
|
+
"trading_partner_id": "MOCKPAYER_PARSE_ERROR"}, {"supported_transactions":
|
|
540
|
+
["270", "276", "837"], "payer_name": "Blue Cross and Blue Shield of Missouri",
|
|
541
|
+
"payer_key": "bcmoc", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_mo"},
|
|
542
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Blue Cross
|
|
543
|
+
and Blue Shield of Ohio", "payer_key": "bcohc", "production_status": true,
|
|
544
|
+
"trading_partner_id": "blue_cross_blue_shield_oh"}, {"supported_transactions":
|
|
545
|
+
["270", "276", "837"], "payer_name": "Anthem Blue Cross California", "payer_key":
|
|
546
|
+
"bcca", "production_status": true, "trading_partner_id": "anthem_blue_cross_ca"},
|
|
547
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
|
548
|
+
Cross and Blue Shield of New Hampshire", "payer_key": "bcnhc", "production_status":
|
|
549
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_nh"}, {"supported_transactions":
|
|
550
|
+
["270", "276", "837"], "payer_name": "Empire Blue Cross and Blue Shield",
|
|
551
|
+
"payer_key": "bcbsny", "production_status": true, "trading_partner_id": "empire_blue_cross_blue_shield"},
|
|
552
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
|
553
|
+
Cross and Blue Shield of Nevada", "payer_key": "bcnvc", "production_status":
|
|
554
|
+
true, "trading_partner_id": "anthem_blue_cross_blue_shield_nv"}, {"supported_transactions":
|
|
555
|
+
["270", "837"], "payer_name": "Harvard Pilgrim Healthcare", "payer_key": "UNITED",
|
|
556
|
+
"production_status": false, "trading_partner_id": "harvard_pilgrim_health_care"},
|
|
557
|
+
{"supported_transactions": ["270", "276", "837"], "payer_name": "ConnectiCare",
|
|
558
|
+
"payer_key": "", "production_status": true, "trading_partner_id": "connecticare"}]}'
|
|
165
559
|
http_version:
|
|
166
|
-
recorded_at:
|
|
560
|
+
recorded_at: Tue, 08 Jul 2014 16:27:13 GMT
|
|
167
561
|
recorded_with: VCR 2.9.2
|