pokitdok-ruby 0.4.1 → 0.5.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 +14 -2
- data/pokitdok-ruby.gemspec +6 -4
- data/spec/pokitdok_spec.rb +33 -5
- data/vcr_cassettes/activities.yml +118 -1700
- data/vcr_cassettes/auth.yml +6 -6
- data/vcr_cassettes/cash_prices.yml +13 -13
- data/vcr_cassettes/claims.yml +16 -15
- data/vcr_cassettes/claims_status.yml +30 -24
- data/vcr_cassettes/eligibility.yml +36 -26
- data/vcr_cassettes/enrollment.yml +39 -38
- data/vcr_cassettes/files.yml +13 -12
- data/vcr_cassettes/insurance_prices.yml +11 -10
- data/vcr_cassettes/payers.yml +212 -237
- data/vcr_cassettes/providers.yml +19 -57
- data/vcr_cassettes/trading_partners_get.yml +44 -0
- data/vcr_cassettes/trading_partners_index.yml +337 -0
- metadata +44 -42
@@ -2,19 +2,19 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://localhost:5002/api/v4/prices/insurance?cpt_code=
|
5
|
+
uri: http://localhost:5002/api/v4/prices/insurance?cpt_code=87799&zip_code=32218
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- pokitdok-ruby 0.4.1 ruby 2.
|
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 88CVCN9YDDAQdTC3GeQMcrMPyDJPErQZ3PECJcln
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
Accept:
|
17
|
-
-
|
17
|
+
- '*/*'
|
18
18
|
response:
|
19
19
|
status:
|
20
20
|
code: 200
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- text/html; charset=utf-8
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '959'
|
27
27
|
Mimetype:
|
28
28
|
- application/json
|
29
29
|
Charset:
|
@@ -31,12 +31,13 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
33
33
|
Date:
|
34
|
-
- Tue,
|
34
|
+
- Tue, 12 Aug 2014 15:19:08 GMT
|
35
35
|
body:
|
36
36
|
encoding: UTF-8
|
37
|
-
string: '{"meta": {"rate_limit_amount":
|
38
|
-
|
39
|
-
|
37
|
+
string: '{"meta": {"rate_limit_amount": 258, "rate_limit_reset": 1407856935,
|
38
|
+
"application_mode": "production", "processing_time": 36, "rate_limit_cap":
|
39
|
+
1000, "credits_remaining": 9904, "activity_id": "53ea306c56c02c23aba3f755",
|
40
|
+
"credits_billed": 1}, "data": {"amounts": [{"high_price": 159.75, "standard_deviation":
|
40
41
|
36.41382675904168, "average_price": 54.5895, "payer_type": "insurance", "payment_type":
|
41
42
|
"allowed", "low_price": 19.98, "median_price": 56.25}, {"high_price": 188.91,
|
42
43
|
"standard_deviation": 26.57623445180863, "average_price": 104.77350000000001,
|
@@ -47,5 +48,5 @@ http_interactions:
|
|
47
48
|
"payer_type": "medicare", "payment_type": "paid"}], "cpt_code": "87799", "geo_zip_area":
|
48
49
|
"322"}}'
|
49
50
|
http_version:
|
50
|
-
recorded_at: Tue,
|
51
|
+
recorded_at: Tue, 12 Aug 2014 15:19:08 GMT
|
51
52
|
recorded_with: VCR 2.9.2
|
data/vcr_cassettes/payers.yml
CHANGED
@@ -1,44 +1,5 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://localhost:5002/api/v4/payers?state=CA
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- pokitdok-ruby 0.4.1 ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
|
12
|
-
Authorization:
|
13
|
-
- Bearer fKd12YNbilTwVe8D3eF1ReNBkGzoElJuUjyt5ehz
|
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: 301
|
21
|
-
message: MOVED PERMANENTLY
|
22
|
-
headers:
|
23
|
-
Content-Type:
|
24
|
-
- text/html; charset=utf-8
|
25
|
-
Content-Length:
|
26
|
-
- '297'
|
27
|
-
Location:
|
28
|
-
- http://localhost:5002/api/v4/payers/?state=CA
|
29
|
-
Server:
|
30
|
-
- Werkzeug/0.9.4 Python/2.7.3
|
31
|
-
Date:
|
32
|
-
- Tue, 05 Aug 2014 18:15:12 GMT
|
33
|
-
body:
|
34
|
-
encoding: UTF-8
|
35
|
-
string: |-
|
36
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
37
|
-
<title>Redirecting...</title>
|
38
|
-
<h1>Redirecting...</h1>
|
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
|
-
http_version:
|
41
|
-
recorded_at: Tue, 05 Aug 2014 18:22:44 GMT
|
42
3
|
- request:
|
43
4
|
method: get
|
44
5
|
uri: http://localhost:5002/api/v4/payers/?state=CA
|
@@ -47,13 +8,13 @@ http_interactions:
|
|
47
8
|
string: ''
|
48
9
|
headers:
|
49
10
|
User-Agent:
|
50
|
-
- pokitdok-ruby 0.4.1 ruby 2.
|
11
|
+
- pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
|
51
12
|
Authorization:
|
52
|
-
- Bearer
|
13
|
+
- Bearer 88CVCN9YDDAQdTC3GeQMcrMPyDJPErQZ3PECJcln
|
53
14
|
Accept-Encoding:
|
54
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
55
16
|
Accept:
|
56
|
-
-
|
17
|
+
- '*/*'
|
57
18
|
response:
|
58
19
|
status:
|
59
20
|
code: 200
|
@@ -62,7 +23,7 @@ http_interactions:
|
|
62
23
|
Content-Type:
|
63
24
|
- text/html; charset=utf-8
|
64
25
|
Content-Length:
|
65
|
-
- '
|
26
|
+
- '40812'
|
66
27
|
Mimetype:
|
67
28
|
- application/json
|
68
29
|
Charset:
|
@@ -70,54 +31,43 @@ http_interactions:
|
|
70
31
|
Server:
|
71
32
|
- Werkzeug/0.9.4 Python/2.7.3
|
72
33
|
Date:
|
73
|
-
- Tue,
|
34
|
+
- Tue, 12 Aug 2014 15:19:07 GMT
|
74
35
|
body:
|
75
36
|
encoding: UTF-8
|
76
|
-
string: '{"meta": {"
|
77
|
-
|
78
|
-
|
79
|
-
"
|
37
|
+
string: '{"meta": {"rate_limit_amount": 254, "rate_limit_reset": 1407856935,
|
38
|
+
"application_mode": "production", "processing_time": 25, "rate_limit_cap":
|
39
|
+
1000, "activity_id": "53ea306b56c02c23a3a3f755"}, "data": [{"supported_transactions":
|
40
|
+
["837"], "payer_name": "Fidelis Care of New York", "payer_key": "FIDELIS",
|
41
|
+
"production_status": false, "trading_partner_id": "fidelis_care_ny"}, {"supported_transactions":
|
42
|
+
["270"], "payer_name": "Blue Cross and Blue Shield of Iowa", "payer_key":
|
43
|
+
"bciac", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_ia"},
|
80
44
|
{"supported_transactions": ["270"], "payer_name": "Blue Cross and Blue Shield
|
81
|
-
of
|
82
|
-
"
|
83
|
-
"Blue Cross and Blue Shield of
|
84
|
-
|
85
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
86
|
-
"
|
87
|
-
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
88
|
-
South Carolina", "payer_key": "", "production_status": false, "trading_partner_id":
|
89
|
-
"blue_cross_blue_shield_sc"}, {"supported_transactions": [], "payer_name":
|
90
|
-
"Blue Cross and Blue Shield of Western New York", "payer_key": "", "production_status":
|
91
|
-
false, "trading_partner_id": "blue_cross_blue_shield_w_ny"}, {"supported_transactions":
|
92
|
-
[], "payer_name": "Blue Cross and Blue Shield of Puerto Rico", "payer_key":
|
93
|
-
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_pr"},
|
94
|
-
{"supported_transactions": [], "payer_name": "Blue Shield of Northeastern
|
95
|
-
New York", "payer_key": "", "production_status": false, "trading_partner_id":
|
96
|
-
"blue_shield_ne_ny"}, {"supported_transactions": [], "payer_name": "Coventry
|
97
|
-
Health Care of South Dakota", "payer_key": "", "production_status": false,
|
98
|
-
"trading_partner_id": "coventry_health_care_sd"}, {"supported_transactions":
|
99
|
-
[], "payer_name": "Coventry Health Care of Tennessee", "payer_key": "", "production_status":
|
100
|
-
false, "trading_partner_id": "coventry_health_care_tn"}, {"supported_transactions":
|
101
|
-
[], "payer_name": "Coventry Health Care of West Virginia", "payer_key": "",
|
102
|
-
"production_status": false, "trading_partner_id": "coventry_health_care_wv"},
|
103
|
-
{"supported_transactions": [], "payer_name": "University of Pittsburgh Medical
|
104
|
-
Center Health Plan", "payer_key": "", "production_status": false, "trading_partner_id":
|
105
|
-
"university_pittsburgh_medical_center_health_plan"}, {"supported_transactions":
|
106
|
-
[], "payer_name": "Wellmark Blue Cross and Blue Shield of South Dakota", "payer_key":
|
107
|
-
"", "production_status": false, "trading_partner_id": "wellmark_blue_cross_blue_shield_sd"},
|
108
|
-
{"supported_transactions": ["834", "835", "837", "270", "271", "276", "277",
|
109
|
-
"278"], "payer_name": "Mock Payer with eligibility inquiry rejection", "payer_key":
|
110
|
-
"MOCKPAYER_REJECTION", "production_status": false, "trading_partner_id": "MOCKPAYER_REJECTION"},
|
111
|
-
{"supported_transactions": ["834", "835", "837", "270", "271", "276", "277",
|
112
|
-
"278"], "payer_name": "Mock Payer with Implementation Acknowledgement", "payer_key":
|
113
|
-
"MOCKPAYER_ACK", "production_status": false, "trading_partner_id": "MOCKPAYER_ACK"},
|
45
|
+
of North Carolina", "payer_key": "BCBSNC", "production_status": true, "trading_partner_id":
|
46
|
+
"blue_cross_blue_shield_nc"}, {"supported_transactions": [], "payer_name":
|
47
|
+
"Blue Cross and Blue Shield of Texas", "payer_key": "", "production_status":
|
48
|
+
false, "trading_partner_id": "blue_cross_blue_shield_tx"}, {"supported_transactions":
|
49
|
+
[], "payer_name": "Blue Cross and Blue Shield of Vermont", "payer_key": "",
|
50
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_vt"},
|
114
51
|
{"supported_transactions": ["834", "835", "837", "270", "271", "276", "277",
|
115
|
-
"278"], "payer_name": "Mock Payer for Testing", "payer_key":
|
116
|
-
"
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
52
|
+
"278"], "payer_name": "Mock Payer with Random I/O wait for Testing", "payer_key":
|
53
|
+
"MOCKPAYER_RANDOM_WAIT", "production_status": false, "trading_partner_id":
|
54
|
+
"MOCKPAYER_RANDOM_WAIT"}, {"supported_transactions": ["834", "835", "837",
|
55
|
+
"270", "271", "276", "277", "278"], "payer_name": "Mock Payer with eligibility
|
56
|
+
inquiry rejection", "payer_key": "MOCKPAYER_REJECTION", "production_status":
|
57
|
+
false, "trading_partner_id": "MOCKPAYER_REJECTION"}, {"supported_transactions":
|
58
|
+
["834", "835", "837", "270", "271", "276", "277", "278"], "payer_name": "Mock
|
59
|
+
Payer with Implementation Acknowledgement", "payer_key": "MOCKPAYER_ACK",
|
60
|
+
"production_status": false, "trading_partner_id": "MOCKPAYER_ACK"}, {"supported_transactions":
|
61
|
+
["834", "835", "837", "270", "271", "276", "277", "278"], "payer_name": "Mock
|
62
|
+
Payer with eligibility inquiry rejection", "payer_key": "MOCKPAYER_PARSE_ERROR",
|
63
|
+
"production_status": false, "trading_partner_id": "MOCKPAYER_PARSE_ERROR"},
|
64
|
+
{"supported_transactions": ["837", "837"], "payer_name": "Medica HealthCare",
|
65
|
+
"payer_key": "MEDICA", "production_status": false, "trading_partner_id": "medica_health_care"},
|
66
|
+
{"supported_transactions": ["270", "837"], "payer_name": "Harvard Pilgrim
|
67
|
+
Healthcare", "payer_key": "UNITED", "production_status": false, "trading_partner_id":
|
68
|
+
"harvard_pilgrim_health_care"}, {"supported_transactions": ["270", "276",
|
69
|
+
"837"], "payer_name": "Premera Blue Cross", "payer_key": "PREMERA", "production_status":
|
70
|
+
true, "trading_partner_id": "premera_blue_cross"}, {"supported_transactions":
|
121
71
|
["270", "276", "837"], "payer_name": "Blue Cross and Blue Shield of Georgia",
|
122
72
|
"payer_key": "bcbsga", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_ga"},
|
123
73
|
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
@@ -139,103 +89,108 @@ http_interactions:
|
|
139
89
|
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
140
90
|
Cross and Blue Shield of Virginia", "payer_key": "bcvac", "production_status":
|
141
91
|
true, "trading_partner_id": "anthem_blue_cross_blue_shield_va"}, {"supported_transactions":
|
142
|
-
["270"], "payer_name": "
|
143
|
-
|
144
|
-
|
145
|
-
"
|
146
|
-
[], "payer_name": "AARP Medicare Supplement", "payer_key":
|
147
|
-
false, "trading_partner_id": "aarp_medicare_supplement"},
|
148
|
-
[], "payer_name": "AARP Medicare Complete", "payer_key":
|
149
|
-
false, "trading_partner_id": "aarp_medicare_complete"},
|
150
|
-
[], "payer_name": "Altius Health Plans", "payer_key":
|
151
|
-
false, "trading_partner_id": "altius_health_plans"},
|
152
|
-
[], "payer_name": "AmeriChoice ", "payer_key":
|
153
|
-
"trading_partner_id": "americhoice"}, {"supported_transactions":
|
154
|
-
"Amerigroup", "payer_key": "", "production_status": false,
|
155
|
-
"amerigroup"}, {"supported_transactions": [], "payer_name":
|
156
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
157
|
-
{"supported_transactions": [], "payer_name": "Anthem Blue
|
158
|
-
of Missouri", "payer_key": "", "production_status":
|
159
|
-
"anthem_blue_cross_blue_shield_mo"}, {"supported_transactions":
|
160
|
-
"Anthem Blue Cross and Blue Shield of Ohio", "payer_key":
|
161
|
-
false, "trading_partner_id": "anthem_blue_cross_blue_shield_oh"},
|
162
|
-
[], "payer_name": "Arise Health", "payer_key":
|
163
|
-
"trading_partner_id": "arise_health"}, {"supported_transactions":
|
164
|
-
"Arnett Health Plan", "payer_key": "", "production_status":
|
165
|
-
"arnett_health_plan"}, {"supported_transactions":
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
"
|
170
|
-
Cross and Blue Shield of Alabama", "payer_key": "", "production_status": false,
|
171
|
-
"trading_partner_id": "blue_cross_blue_shield_al"}, {"supported_transactions":
|
172
|
-
[], "payer_name": "Blue Cross and Blue Shield of Arizona", "payer_key": "",
|
173
|
-
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_az"},
|
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"},
|
96
|
+
{"supported_transactions": [], "payer_name": "AARP Medicare Supplement", "payer_key":
|
97
|
+
"", "production_status": false, "trading_partner_id": "aarp_medicare_supplement"},
|
98
|
+
{"supported_transactions": [], "payer_name": "AARP Medicare Complete", "payer_key":
|
99
|
+
"", "production_status": false, "trading_partner_id": "aarp_medicare_complete"},
|
100
|
+
{"supported_transactions": [], "payer_name": "Altius Health Plans", "payer_key":
|
101
|
+
"", "production_status": false, "trading_partner_id": "altius_health_plans"},
|
102
|
+
{"supported_transactions": [], "payer_name": "AmeriChoice ", "payer_key":
|
103
|
+
"", "production_status": false, "trading_partner_id": "americhoice"}, {"supported_transactions":
|
104
|
+
[], "payer_name": "Amerigroup", "payer_key": "", "production_status": false,
|
105
|
+
"trading_partner_id": "amerigroup"}, {"supported_transactions": [], "payer_name":
|
106
|
+
"AmeriHealth", "payer_key": "", "production_status": false, "trading_partner_id":
|
107
|
+
"amerihealth"}, {"supported_transactions": [], "payer_name": "Anthem Blue
|
108
|
+
Cross and Blue Shield of Missouri", "payer_key": "", "production_status":
|
109
|
+
false, "trading_partner_id": "anthem_blue_cross_blue_shield_mo"}, {"supported_transactions":
|
110
|
+
[], "payer_name": "Anthem Blue Cross and Blue Shield of Ohio", "payer_key":
|
111
|
+
"", "production_status": false, "trading_partner_id": "anthem_blue_cross_blue_shield_oh"},
|
112
|
+
{"supported_transactions": [], "payer_name": "Arise Health", "payer_key":
|
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"},
|
174
120
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
175
|
-
|
176
|
-
"
|
177
|
-
"Blue Cross and Blue Shield of
|
178
|
-
false, "trading_partner_id": "
|
179
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
180
|
-
"production_status": false, "trading_partner_id": "
|
121
|
+
Arizona", "payer_key": "", "production_status": false, "trading_partner_id":
|
122
|
+
"blue_cross_blue_shield_az"}, {"supported_transactions": [], "payer_name":
|
123
|
+
"Blue Cross and Blue Shield of Arkansas", "payer_key": "", "production_status":
|
124
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ak"}, {"supported_transactions":
|
125
|
+
[], "payer_name": "Blue Cross and Blue Shield of California", "payer_key":
|
126
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ca"},
|
181
127
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
182
|
-
|
183
|
-
"
|
184
|
-
"Blue Cross and Blue Shield of
|
185
|
-
false, "trading_partner_id": "
|
186
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
187
|
-
"production_status": false, "trading_partner_id": "
|
128
|
+
Colorado", "payer_key": "", "production_status": false, "trading_partner_id":
|
129
|
+
"blue_cross_blue_shield_co"}, {"supported_transactions": [], "payer_name":
|
130
|
+
"Blue Cross and Blue Shield of Connecticut", "payer_key": "", "production_status":
|
131
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ct"}, {"supported_transactions":
|
132
|
+
[], "payer_name": "Blue Cross and Blue Shield of Florida", "payer_key": "",
|
133
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_fl"},
|
188
134
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
189
|
-
|
190
|
-
"
|
191
|
-
"Blue Cross and Blue Shield of
|
192
|
-
false, "trading_partner_id": "
|
193
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
194
|
-
"production_status": false, "trading_partner_id": "
|
135
|
+
Hawaii", "payer_key": "", "production_status": false, "trading_partner_id":
|
136
|
+
"blue_cross_blue_shield_hi"}, {"supported_transactions": [], "payer_name":
|
137
|
+
"Blue Cross and Blue Shield of Illinois", "payer_key": "", "production_status":
|
138
|
+
false, "trading_partner_id": "blue_cross_blue_shield_il"}, {"supported_transactions":
|
139
|
+
[], "payer_name": "Blue Cross and Blue Shield of Indiana", "payer_key": "",
|
140
|
+
"production_status": false, "trading_partner_id": "blue_cross_blue_shield_in"},
|
195
141
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
196
|
-
|
197
|
-
"
|
198
|
-
"Blue Cross and Blue Shield of
|
199
|
-
false, "trading_partner_id": "
|
200
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
201
|
-
"production_status": false, "trading_partner_id": "
|
142
|
+
Kentucky", "payer_key": "", "production_status": false, "trading_partner_id":
|
143
|
+
"blue_cross_blue_shield_ky"}, {"supported_transactions": [], "payer_name":
|
144
|
+
"Blue Cross and Blue Shield of Louisiana", "payer_key": "", "production_status":
|
145
|
+
false, "trading_partner_id": "blue_cross_blue_shield_la"}, {"supported_transactions":
|
146
|
+
[], "payer_name": "Blue Cross and Blue Shield of Massachusetts", "payer_key":
|
147
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_ma"},
|
202
148
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
203
|
-
|
204
|
-
"
|
205
|
-
"Blue Cross and Blue Shield of
|
206
|
-
false, "trading_partner_id": "
|
207
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
208
|
-
"", "production_status": false, "trading_partner_id": "
|
149
|
+
Maine", "payer_key": "", "production_status": false, "trading_partner_id":
|
150
|
+
"blue_cross_blue_shield_me"}, {"supported_transactions": [], "payer_name":
|
151
|
+
"Blue Cross and Blue Shield of Michigan", "payer_key": "", "production_status":
|
152
|
+
false, "trading_partner_id": "blue_cross_blue_shield_mi"}, {"supported_transactions":
|
153
|
+
[], "payer_name": "Blue Cross and Blue Shield of Minnesota", "payer_key":
|
154
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_mn"},
|
209
155
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
210
|
-
|
211
|
-
"
|
212
|
-
"Blue Cross and Blue Shield of
|
213
|
-
false, "trading_partner_id": "
|
214
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
215
|
-
"
|
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"},
|
216
162
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
217
|
-
|
218
|
-
"
|
219
|
-
"Blue Cross and Blue Shield of
|
220
|
-
false, "trading_partner_id": "
|
221
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
222
|
-
"", "production_status": false, "trading_partner_id": "
|
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"},
|
169
|
+
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
170
|
+
Oklahoma", "payer_key": "", "production_status": false, "trading_partner_id":
|
171
|
+
"blue_cross_blue_shield_ok"}, {"supported_transactions": [], "payer_name":
|
172
|
+
"Blue Cross and Blue Shield of Rhode Island", "payer_key": "", "production_status":
|
173
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ri"}, {"supported_transactions":
|
174
|
+
[], "payer_name": "Blue Cross and Blue Shield of South Carolina", "payer_key":
|
175
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_sc"},
|
223
176
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
224
177
|
Tennessee", "payer_key": "", "production_status": false, "trading_partner_id":
|
225
178
|
"blue_cross_blue_shield_tn"}, {"supported_transactions": [], "payer_name":
|
226
|
-
"Blue Cross and Blue Shield of
|
227
|
-
false, "trading_partner_id": "
|
228
|
-
[], "payer_name": "Blue Cross and Blue Shield of
|
229
|
-
"production_status": false, "trading_partner_id": "
|
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":
|
187
|
+
[], "payer_name": "Blue Cross and Blue Shield of Western New York", "payer_key":
|
188
|
+
"", "production_status": false, "trading_partner_id": "blue_cross_blue_shield_w_ny"},
|
230
189
|
{"supported_transactions": [], "payer_name": "Blue Cross and Blue Shield of
|
231
|
-
|
232
|
-
"
|
233
|
-
"Blue
|
234
|
-
false, "trading_partner_id": "
|
235
|
-
[], "payer_name": "Blue Cross of Northeastern Pennsylvania", "payer_key":
|
236
|
-
"", "production_status": false, "trading_partner_id": "blue_cross_pa"}, {"supported_transactions":
|
237
|
-
[], "payer_name": "Blue Cross of Idaho", "payer_key": "", "production_status":
|
238
|
-
false, "trading_partner_id": "blue_cross_id"}, {"supported_transactions":
|
190
|
+
Puerto Rico", "payer_key": "", "production_status": false, "trading_partner_id":
|
191
|
+
"blue_cross_blue_shield_pr"}, {"supported_transactions": [], "payer_name":
|
192
|
+
"Blue Shield of Northeastern New York", "payer_key": "", "production_status":
|
193
|
+
false, "trading_partner_id": "blue_shield_ne_ny"}, {"supported_transactions":
|
239
194
|
[], "payer_name": "BridgeSpan Health of Utah", "payer_key": "", "production_status":
|
240
195
|
false, "trading_partner_id": "bridgespan_health_ut"}, {"supported_transactions":
|
241
196
|
[], "payer_name": "BridgeSpan Health of Washington", "payer_key": "", "production_status":
|
@@ -301,16 +256,23 @@ http_interactions:
|
|
301
256
|
"trading_partner_id": "coventry_health_care_pa"}, {"supported_transactions":
|
302
257
|
[], "payer_name": "Coventry Health Care of South Carolina", "payer_key": "",
|
303
258
|
"production_status": false, "trading_partner_id": "coventry_health_care_sc"},
|
304
|
-
{"supported_transactions": [], "payer_name": "Coventry Health Care of
|
305
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
306
|
-
{"supported_transactions": [], "payer_name": "Coventry
|
307
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
308
|
-
{"supported_transactions": [], "payer_name": "Coventry
|
309
|
-
"payer_key": "", "production_status": false, "trading_partner_id":
|
310
|
-
{"supported_transactions": [], "payer_name": "
|
311
|
-
"
|
312
|
-
|
313
|
-
|
259
|
+
{"supported_transactions": [], "payer_name": "Coventry Health Care of South
|
260
|
+
Dakota", "payer_key": "", "production_status": false, "trading_partner_id":
|
261
|
+
"coventry_health_care_sd"}, {"supported_transactions": [], "payer_name": "Coventry
|
262
|
+
Health Care of Tennessee", "payer_key": "", "production_status": false, "trading_partner_id":
|
263
|
+
"coventry_health_care_tn"}, {"supported_transactions": [], "payer_name": "Coventry
|
264
|
+
Health Care of Utah", "payer_key": "", "production_status": false, "trading_partner_id":
|
265
|
+
"coventry_health_care_ut"}, {"supported_transactions": [], "payer_name": "Coventry
|
266
|
+
Health Care of Virginia", "payer_key": "", "production_status": false, "trading_partner_id":
|
267
|
+
"coventry_health_care_va"}, {"supported_transactions": [], "payer_name": "Coventry
|
268
|
+
Health Care of West Virginia", "payer_key": "", "production_status": false,
|
269
|
+
"trading_partner_id": "coventry_health_care_wv"}, {"supported_transactions":
|
270
|
+
[], "payer_name": "Coventry Health Care of Wyoming", "payer_key": "", "production_status":
|
271
|
+
false, "trading_partner_id": "coventry_health_care_wy"}, {"supported_transactions":
|
272
|
+
[], "payer_name": "Emblem Health", "payer_key": "", "production_status": false,
|
273
|
+
"trading_partner_id": "emblem_health"}, {"supported_transactions": [], "payer_name":
|
274
|
+
"Empire Plan (United Healthcare)", "payer_key": "", "production_status": false,
|
275
|
+
"trading_partner_id": "empire_plan_united_health"}, {"supported_transactions":
|
314
276
|
[], "payer_name": "Evercare", "payer_key": "", "production_status": false,
|
315
277
|
"trading_partner_id": "evercare"}, {"supported_transactions": [], "payer_name":
|
316
278
|
"Excellus BlueCross BlueShield", "payer_key": "", "production_status": false,
|
@@ -346,16 +308,14 @@ http_interactions:
|
|
346
308
|
"payer_key": "", "production_status": false, "trading_partner_id": "health_plus"},
|
347
309
|
{"supported_transactions": [], "payer_name": "HealthSpring (Cigna)", "payer_key":
|
348
310
|
"", "production_status": false, "trading_partner_id": "health_spring_cigna"},
|
349
|
-
{"supported_transactions": [], "payer_name": "Highmark Blue Cross Blue Shield
|
350
|
-
|
351
|
-
|
352
|
-
"
|
353
|
-
"
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
false, "trading_partner_id": "horizon_blue_cross_blue_shield"}, {"supported_transactions":
|
358
|
-
[], "payer_name": "Humana", "payer_key": "", "production_status": false, "trading_partner_id":
|
311
|
+
{"supported_transactions": [], "payer_name": "Highmark Blue Cross Blue Shield",
|
312
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "highmark_blue_cross_blue_shield"},
|
313
|
+
{"supported_transactions": [], "payer_name": "Highmark Blue Shield", "payer_key":
|
314
|
+
"", "production_status": false, "trading_partner_id": "highmark_blue_shield"},
|
315
|
+
{"supported_transactions": [], "payer_name": "Horizon Blue Cross and Blue
|
316
|
+
Shield", "payer_key": "", "production_status": false, "trading_partner_id":
|
317
|
+
"horizon_blue_cross_blue_shield"}, {"supported_transactions": [], "payer_name":
|
318
|
+
"Humana", "payer_key": "", "production_status": false, "trading_partner_id":
|
359
319
|
"humana"}, {"supported_transactions": [], "payer_name": "Kaiser Permanente
|
360
320
|
Mid-Atlantic", "payer_key": "", "production_status": false, "trading_partner_id":
|
361
321
|
"kaiser_permanente_mid_atlantic"}, {"supported_transactions": [], "payer_name":
|
@@ -382,8 +342,6 @@ http_interactions:
|
|
382
342
|
false, "trading_partner_id": "lovelace_health_plan"}, {"supported_transactions":
|
383
343
|
[], "payer_name": "Magnolia Health Plan", "payer_key": "", "production_status":
|
384
344
|
false, "trading_partner_id": "magnolia_health_plan"}, {"supported_transactions":
|
385
|
-
[], "payer_name": "Medica HealthCare", "payer_key": "", "production_status":
|
386
|
-
false, "trading_partner_id": "medica_health_care"}, {"supported_transactions":
|
387
345
|
[], "payer_name": "Mega Health ", "payer_key": "", "production_status": false,
|
388
346
|
"trading_partner_id": "mega_health"}, {"supported_transactions": [], "payer_name":
|
389
347
|
"Meridian Health Plan of Michigan", "payer_key": "", "production_status":
|
@@ -495,8 +453,13 @@ http_interactions:
|
|
495
453
|
"univera_health_care"}, {"supported_transactions": [], "payer_name": "University
|
496
454
|
Health Alliance of Hawaii", "payer_key": "", "production_status": false, "trading_partner_id":
|
497
455
|
"university_health_alliance_hi"}, {"supported_transactions": [], "payer_name":
|
498
|
-
"
|
499
|
-
false, "trading_partner_id": "
|
456
|
+
"University of Pittsburgh Medical Center Health Plan", "payer_key": "", "production_status":
|
457
|
+
false, "trading_partner_id": "university_pittsburgh_medical_center_health_plan"},
|
458
|
+
{"supported_transactions": [], "payer_name": "Wellmark Blue Cross and Blue
|
459
|
+
Shield of Iowa", "payer_key": "", "production_status": false, "trading_partner_id":
|
460
|
+
"wellmark_blue_cross_blue_shield_ia"}, {"supported_transactions": [], "payer_name":
|
461
|
+
"Wellmark Blue Cross and Blue Shield of South Dakota", "payer_key": "", "production_status":
|
462
|
+
false, "trading_partner_id": "wellmark_blue_cross_blue_shield_sd"}, {"supported_transactions":
|
500
463
|
[], "payer_name": "Wellpoint, Inc", "payer_key": "", "production_status":
|
501
464
|
false, "trading_partner_id": "wellpoint"}, {"supported_transactions": [],
|
502
465
|
"payer_name": "Windsor Health Plan", "payer_key": "", "production_status":
|
@@ -505,57 +468,69 @@ http_interactions:
|
|
505
468
|
"trading_partner_id": "winhealth"}, {"supported_transactions": ["834", "835",
|
506
469
|
"837", "270", "271", "276", "277", "278"], "payer_name": "Mock Payer for Communication
|
507
470
|
Error Testing", "payer_key": "MOCKPAYER_COMMERROR", "production_status": false,
|
508
|
-
"trading_partner_id": "MOCKPAYER_COMMERROR"}, {"supported_transactions": ["
|
509
|
-
"
|
510
|
-
|
511
|
-
false, "trading_partner_id": "MOCKPAYER_RANDOM_WAIT"}, {"supported_transactions":
|
512
|
-
["834", "835", "837", "270", "271", "276", "277", "278"], "payer_name": "Mock
|
513
|
-
Payer with eligibility inquiry rejection", "payer_key": "MOCKPAYER_PARSE_ERROR",
|
514
|
-
"production_status": false, "trading_partner_id": "MOCKPAYER_PARSE_ERROR"},
|
515
|
-
{"supported_transactions": ["837"], "payer_name": "Highmark Blue Cross Blue
|
516
|
-
Shield of Pennsylvania", "payer_key": "", "production_status": false, "trading_partner_id":
|
517
|
-
"highmark_blue_cross_blue_shield_pa"}, {"supported_transactions": ["837"],
|
518
|
-
"payer_name": "Independence Blue Cross", "payer_key": "bcibc", "production_status":
|
519
|
-
false, "trading_partner_id": "independence_blue_cross"}, {"supported_transactions":
|
520
|
-
["270", "276"], "payer_name": "Blue Cross and Blue Shield of Kansas City",
|
521
|
-
"payer_key": "bcbskc", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_kc"},
|
471
|
+
"trading_partner_id": "MOCKPAYER_COMMERROR"}, {"supported_transactions": ["270",
|
472
|
+
"276"], "payer_name": "Blue Cross and Blue Shield of Kansas City", "payer_key":
|
473
|
+
"bcbskc", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_kc"},
|
522
474
|
{"supported_transactions": ["270", "276"], "payer_name": "Blue Cross and Blue
|
523
475
|
Shield of Kansas", "payer_key": "bcbsks", "production_status": true, "trading_partner_id":
|
524
|
-
"blue_cross_blue_shield_ks"}, {"supported_transactions": ["
|
525
|
-
"
|
526
|
-
|
527
|
-
"
|
528
|
-
true, "trading_partner_id": "
|
476
|
+
"blue_cross_blue_shield_ks"}, {"supported_transactions": ["837"], "payer_name":
|
477
|
+
"Blue Cross and Blue Shield of Nebraska", "payer_key": "", "production_status":
|
478
|
+
false, "trading_partner_id": "blue_cross_blue_shield_ne"}, {"supported_transactions":
|
479
|
+
["270", "276", "837"], "payer_name": "Blue Shield of California", "payer_key":
|
480
|
+
"BSCA", "production_status": true, "trading_partner_id": "blue_shield_ca"},
|
481
|
+
{"supported_transactions": ["837"], "payer_name": "AmeriHealth Administrators",
|
482
|
+
"payer_key": "ahad", "production_status": false, "trading_partner_id": "amerihealth_administrators"},
|
483
|
+
{"supported_transactions": ["837"], "payer_name": "AmeriHealth NJ Non-HMO",
|
484
|
+
"payer_key": "ahnj", "production_status": false, "trading_partner_id": "amerihealth_nj_non_hmo"},
|
485
|
+
{"supported_transactions": ["837"], "payer_name": "AmeriHealth DE Non-HMO",
|
486
|
+
"payer_key": "ahde", "production_status": false, "trading_partner_id": "amerihealth_de_non_hmo"},
|
487
|
+
{"supported_transactions": ["837"], "payer_name": "AmeriHealth NJ/DE HMO",
|
488
|
+
"payer_key": "ahnjdehmo", "production_status": false, "trading_partner_id":
|
489
|
+
"amerihealth_nj_de_hmo"}, {"supported_transactions": ["270", "276", "834",
|
490
|
+
"835", "837", "270", "271", "276", "277", "278"], "payer_name": "Mock Payer
|
491
|
+
for Testing", "payer_key": "MOCKPAYER", "production_status": false, "trading_partner_id":
|
492
|
+
"MOCKPAYER"}, {"supported_transactions": ["270", "837"], "payer_name": "Highmark
|
493
|
+
Blue Cross Blue Shield West Virginia", "payer_key": "BCBSWV", "production_status":
|
494
|
+
false, "trading_partner_id": "highmark_blue_cross_blue_shield_wv"}, {"supported_transactions":
|
529
495
|
["270", "276", "837"], "payer_name": "Blue Cross and Blue Shield of Missouri",
|
530
496
|
"payer_key": "bcmoc", "production_status": true, "trading_partner_id": "blue_cross_blue_shield_mo"},
|
531
497
|
{"supported_transactions": ["270", "276", "837"], "payer_name": "Blue Cross
|
532
498
|
and Blue Shield of Ohio", "payer_key": "bcohc", "production_status": true,
|
533
499
|
"trading_partner_id": "blue_cross_blue_shield_oh"}, {"supported_transactions":
|
534
|
-
["270", "276", "837"], "payer_name": "Anthem Blue Cross
|
535
|
-
"
|
536
|
-
{"supported_transactions": ["270", "276",
|
537
|
-
Cross and Blue Shield
|
538
|
-
true, "trading_partner_id": "
|
539
|
-
["270", "276", "837"], "payer_name": "Empire Blue Cross and Blue Shield",
|
540
|
-
"payer_key": "bcbsny", "production_status": true, "trading_partner_id": "empire_blue_cross_blue_shield"},
|
500
|
+
["270", "276", "837"], "payer_name": "Anthem Blue Cross and Blue Shield of
|
501
|
+
New Hampshire", "payer_key": "bcnhc", "production_status": true, "trading_partner_id":
|
502
|
+
"anthem_blue_cross_blue_shield_nh"}, {"supported_transactions": ["270", "276",
|
503
|
+
"837"], "payer_name": "Empire Blue Cross and Blue Shield", "payer_key": "bcbsny",
|
504
|
+
"production_status": true, "trading_partner_id": "empire_blue_cross_blue_shield"},
|
541
505
|
{"supported_transactions": ["270", "276", "837"], "payer_name": "Anthem Blue
|
542
506
|
Cross and Blue Shield of Nevada", "payer_key": "bcnvc", "production_status":
|
543
507
|
true, "trading_partner_id": "anthem_blue_cross_blue_shield_nv"}, {"supported_transactions":
|
544
|
-
["270", "837"], "payer_name": "
|
545
|
-
"
|
546
|
-
|
547
|
-
"
|
508
|
+
["270", "276", "837"], "payer_name": "Aetna", "payer_key": "AETNA", "production_status":
|
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"},
|
548
512
|
{"supported_transactions": ["837"], "payer_name": "Highmark Blue Cross Blue
|
549
513
|
Shield of Delaware", "payer_key": "bcbsd", "production_status": false, "trading_partner_id":
|
550
|
-
"highmark_blue_cross_blue_shield_de"}, {"supported_transactions": ["270",
|
551
|
-
"
|
552
|
-
|
553
|
-
"837"], "payer_name": "Cigna", "payer_key": "CIGNA", "production_status":
|
554
|
-
true, "trading_partner_id": "cigna"}, {"supported_transactions": ["270", "276"
|
555
|
-
"payer_name": "
|
556
|
-
true, "trading_partner_id": "
|
557
|
-
|
558
|
-
"production_status": true, "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":
|
520
|
+
true, "trading_partner_id": "connecticare"}, {"supported_transactions": ["270",
|
521
|
+
"276", "837"], "payer_name": "Anthem Blue Cross California", "payer_key":
|
522
|
+
"bcca", "production_status": true, "trading_partner_id": "anthem_blue_cross_ca"},
|
523
|
+
{"supported_transactions": ["270", "276"], "payer_name": "MVP Health Care",
|
524
|
+
"payer_key": "MVP", "production_status": true, "trading_partner_id": "mvp_health_care"},
|
525
|
+
{"supported_transactions": ["270", "276"], "payer_name": "Oxford Health Plans
|
526
|
+
(United Healthcare)", "payer_key": "OXFORD", "production_status": true, "trading_partner_id":
|
527
|
+
"oxford_health_plan_united"}, {"supported_transactions": ["270", "276", "837"],
|
528
|
+
"payer_name": "United Healthcare", "payer_key": "UNITED", "production_status":
|
529
|
+
true, "trading_partner_id": "united_health_care"}, {"supported_transactions":
|
530
|
+
["837"], "payer_name": "Keystone Health Plan East", "payer_key": "khpe", "production_status":
|
531
|
+
false, "trading_partner_id": "keystone_health_plan_east"}, {"supported_transactions":
|
532
|
+
["270", "837"], "payer_name": "Highmark Blue Cross Blue Shield of Pennsylvania",
|
533
|
+
"payer_key": "", "production_status": false, "trading_partner_id": "highmark_blue_cross_blue_shield_pa"}]}'
|
559
534
|
http_version:
|
560
|
-
recorded_at: Tue,
|
535
|
+
recorded_at: Tue, 12 Aug 2014 15:19:07 GMT
|
561
536
|
recorded_with: VCR 2.9.2
|