pokitdok-ruby 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce7c2ae83219ec4443a5e2501581dba614fb6212
4
- data.tar.gz: 551a4c1278d48004addb74df57f95f30d0ba4309
3
+ metadata.gz: e55b8daff4ec1fc43f0b9a5f32d10cf5c1d6b571
4
+ data.tar.gz: ffe61b81d388ce848a456d4cd22428bd41653292
5
5
  SHA512:
6
- metadata.gz: 35dd8c1f0cc8555f04c1fc22ee401bf93e23f63c96150bd76e658858bedf91e7070e0bcb92b7569f828a45a4b158a34451df8447691f1492a4949127a6fd7aaa
7
- data.tar.gz: e5ac558a0269661c13ee936353050c8dfd7409f03046280f7145e3806b864a050a4c384ca174cb4ef052830f56ca0294ac6b322fa5e99b8d84d76cde2ec4ed41
6
+ metadata.gz: 225f14cecf88d927ba74e6072079e1075363eec2b13e92673cc78ca888e674d0eca1000bd2e25ae588f838a213336650920fd4399fb11d44a12ef769599f87d0
7
+ data.tar.gz: 557192452764775ac488aa93c8a55d5fe14abe2de187fbd61de8cb463724bf1b0616fbaed9aff53d693c1dc4a202695c30a453c98517598261fb10239028df8a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.6.0
data/lib/pokitdok.rb CHANGED
@@ -179,5 +179,13 @@ module PokitDok
179
179
  end
180
180
  JSON.parse(response.body)
181
181
  end
182
+
183
+ # Invokes the plans endpoint, with a hash of parameters
184
+ def plans(params = {})
185
+ response = @token.get('plans/', headers: headers, params: params) do |request|
186
+ request.params = params
187
+ end
188
+ JSON.parse(response.body)
189
+ end
182
190
  end
183
191
  end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pokitdok-ruby 0.5.0 ruby lib
5
+ # stub: pokitdok-ruby 0.6.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pokitdok-ruby"
9
- s.version = "0.5.0"
9
+ s.version = "0.6.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["John Riney"]
14
- s.date = "2014-08-12"
14
+ s.date = "2014-09-18"
15
15
  s.description = "Gem for easy access to the PokitDok Platform APIs."
16
16
  s.email = "john.riney@pokitdok.com"
17
17
  s.extra_rdoc_files = [
@@ -47,6 +47,8 @@ Gem::Specification.new do |s|
47
47
  "vcr_cassettes/files.yml",
48
48
  "vcr_cassettes/insurance_prices.yml",
49
49
  "vcr_cassettes/payers.yml",
50
+ "vcr_cassettes/plans.yml",
51
+ "vcr_cassettes/plans_no_args.yml",
50
52
  "vcr_cassettes/providers.yml",
51
53
  "vcr_cassettes/trading_partners_get.yml",
52
54
  "vcr_cassettes/trading_partners_index.yml"
@@ -57,7 +57,7 @@ describe PokitDok do
57
57
 
58
58
  describe 'Cash Prices endpoint' do
59
59
  it 'should expose the cash prices endpoint' do
60
- query = { cpt_code: '12345', zip_code: '75201' }
60
+ query = { cpt_code: '90658', zip_code: '94403' }
61
61
 
62
62
  VCR.use_cassette 'cash_prices' do
63
63
  @prices = @pokitdok.cash_prices query
@@ -173,7 +173,7 @@ describe PokitDok do
173
173
 
174
174
  check_meta_and_data @payers
175
175
  refute_nil @payers['data']
176
- @payers['data'].size.must_equal 229
176
+ @payers['data'].size.must_equal 263
177
177
  end
178
178
  end
179
179
 
@@ -218,5 +218,31 @@ describe PokitDok do
218
218
  end
219
219
  end
220
220
 
221
+ describe 'Plans endpoint no args' do
222
+ it 'should expose the plans endpoint' do
223
+ query = {}
224
+
225
+ VCR.use_cassette 'plans_no_args' do
226
+ @plans = @pokitdok.plans(query)
227
+ end
228
+
229
+ check_meta_and_data @plans
230
+ @plans['data'].must_be_instance_of Array
231
+ end
232
+ end
233
+
234
+ describe 'Plans endpoint' do
235
+ it 'should expose the plans endpoint' do
236
+ query = {'state' => 'TX', 'plan_type' => 'PPO'}
237
+
238
+ VCR.use_cassette 'plans' do
239
+ @plans = @pokitdok.plans(query)
240
+ end
241
+
242
+ check_meta_and_data @plans
243
+ @plans['data'].must_be_instance_of Array
244
+ end
245
+ end
246
+
221
247
  end
222
248
  end
@@ -10,7 +10,7 @@ http_interactions:
10
10
  User-Agent:
11
11
  - pokitdok-ruby 0.4.1 ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
12
12
  Authorization:
13
- - Bearer 88CVCN9YDDAQdTC3GeQMcrMPyDJPErQZ3PECJcln
13
+ - Bearer HdwhF3km7RGrnKxldMSYcWJ7i4aFiWAvM9C11ISH
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Accept:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  Content-Type:
24
24
  - text/html; charset=utf-8
25
25
  Content-Length:
26
- - '9065'
26
+ - '39669'
27
27
  Mimetype:
28
28
  - application/json
29
29
  Charset:
@@ -31,121 +31,493 @@ http_interactions:
31
31
  Server:
32
32
  - Werkzeug/0.9.4 Python/2.7.3
33
33
  Date:
34
- - Tue, 12 Aug 2014 15:19:08 GMT
34
+ - Wed, 17 Sep 2014 16:36:54 GMT
35
35
  body:
36
36
  encoding: UTF-8
37
- string: '{"meta": {"rate_limit_amount": 257, "rate_limit_reset": 1407856935,
38
- "application_mode": "production", "processing_time": 23, "rate_limit_cap":
39
- 1000, "result_count": 1196, "activity_id": "53ea306c56c02c23a9a3f755", "next":
37
+ string: '{"meta": {"rate_limit_amount": 88, "rate_limit_reset": 1410972568,
38
+ "application_mode": "production", "processing_time": 32, "rate_limit_cap":
39
+ 1000, "result_count": 318, "activity_id": "5419b8a656c02c26c16b8195", "next":
40
40
  "http://localhost:5002/api/v4/activities/?offset=20"}, "data": [{"units_of_work":
41
- 1, "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
42
- "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
43
- "53e38c2c56c02c25e47bb462", "transition_path": ["process", "complete"], "history":
44
- [{"record_dt": "2014-08-07T14:24:44.741000", "name": "init", "title": "Initializing"},
45
- {"record_dt": "2014-08-07T14:24:44.742000", "name": "processing", "title":
46
- "Processing transactions"}]}, {"units_of_work": 1, "name": "cash_prices",
47
- "parameters": {"cpt_code": "12345", "zip_code": "75201"}, "state": {"name":
48
- "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
49
- "53e2a29356c02c27c461e799", "transition_path": ["process", "complete"], "history":
50
- [{"record_dt": "2014-08-06T21:48:03.556000", "name": "init", "title": "Initializing"},
51
- {"record_dt": "2014-08-06T21:48:03.557000", "name": "processing", "title":
52
- "Processing transactions"}]}, {"units_of_work": 1, "name": "providers", "parameters":
53
- {"id": "1467560003"}, "state": {"name": "completed", "title": "Completed"},
54
- "trading_partner_id": "PokitDok", "id": "53e38ab356c02c2505f1d7b1", "transition_path":
55
- ["process", "complete"], "history": [{"record_dt": "2014-08-07T14:18:27.506000",
56
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-07T14:18:27.507000",
57
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
58
- 1, "name": "insurance_prices", "parameters": {"cpt_code": "12345", "zip_code":
59
- "75201"}, "state": {"name": "completed", "title": "Completed"}, "trading_partner_id":
60
- "PokitDok", "id": "53e2a29356c02c27bb61e799", "transition_path": ["process",
61
- "complete"], "history": [{"record_dt": "2014-08-06T21:48:03.267000", "name":
62
- "init", "title": "Initializing"}, {"record_dt": "2014-08-06T21:48:03.268000",
63
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
64
- 1, "name": "tradingpartners", "state": {"name": "completed", "title": "Completed"},
65
- "trading_partner_id": "PokitDok", "id": "53e2a29356c02c27c261e799", "transition_path":
66
- ["process", "complete"], "history": [{"record_dt": "2014-08-06T21:48:03.476000",
67
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T21:48:03.507000",
68
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
69
- 1, "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
70
- "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
71
- "53e2a29356c02c27b961e799", "transition_path": ["process", "complete"], "history":
72
- [{"record_dt": "2014-08-06T21:48:03.229000", "name": "init", "title": "Initializing"},
73
- {"record_dt": "2014-08-06T21:48:03.230000", "name": "processing", "title":
74
- "Processing transactions"}]}, {"units_of_work": 1, "name": "providers", "parameters":
75
- {"npi": "1467560003"}, "state": {"name": "completed", "title": "Completed"},
76
- "trading_partner_id": "PokitDok", "id": "53e3b78656c02c154466a4a0", "transition_path":
77
- ["process", "complete"], "history": [{"record_dt": "2014-08-07T17:29:42.142000",
78
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-07T17:29:42.144000",
79
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
80
- 1, "name": "insurance_prices", "parameters": {"cpt_code": "12345", "zip_code":
81
- "75201"}, "state": {"name": "completed", "title": "Completed"}, "trading_partner_id":
82
- "PokitDok", "id": "53e25d5756c02c2b3d59cfc8", "transition_path": ["process",
83
- "complete"], "history": [{"record_dt": "2014-08-06T16:52:39.199000", "name":
84
- "init", "title": "Initializing"}, {"record_dt": "2014-08-06T16:52:39.201000",
41
+ 1, "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
42
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
43
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
44
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
45
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
46
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
47
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
48
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
49
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
50
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
51
+ "birth_date": "1970-01-01"}, "correlation_id": "212aa381-15ae-45dc-87ca-c9fe0833cbf6",
52
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
53
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
54
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
55
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
56
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
57
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
58
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
59
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
60
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
61
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
62
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
63
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
64
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
65
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
66
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
67
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
68
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
69
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
70
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
71
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3c67456c02c1ccdebf7aa",
72
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
73
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T18:33:24.922000",
74
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.374000",
75
+ "name": "scheduled", "title": "Scheduled for next available transmission to
76
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.375000", "name": "generating",
77
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.376000",
78
+ "name": "stored", "title": "Batch transactions stored for later processing"},
79
+ {"record_dt": "2014-09-08T14:34:11.378000", "name": "transmitting", "title":
80
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.380000",
81
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
82
+ "2014-09-08T14:34:11.382000", "name": "receiving", "title": "Receiving transactions
83
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.385000", "name":
84
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
85
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
86
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
87
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
88
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
89
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
90
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
91
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
92
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
93
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
94
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
95
+ "birth_date": "1970-01-01"}, "correlation_id": "3e7000c4-076f-4536-a1ac-08cc9492223c",
96
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
97
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
98
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
99
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
100
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
101
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
102
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
103
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
104
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
105
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
106
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
107
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
108
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
109
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
110
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
111
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
112
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
113
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
114
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
115
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3c7f556c02c1d90ebf7aa",
116
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
117
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T18:39:49.858000",
118
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.387000",
119
+ "name": "scheduled", "title": "Scheduled for next available transmission to
120
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.389000", "name": "generating",
121
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.390000",
122
+ "name": "stored", "title": "Batch transactions stored for later processing"},
123
+ {"record_dt": "2014-09-08T14:34:11.391000", "name": "transmitting", "title":
124
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.392000",
125
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
126
+ "2014-09-08T14:34:11.394000", "name": "receiving", "title": "Receiving transactions
127
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.395000", "name":
128
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
129
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
130
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
131
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
132
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
133
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
134
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
135
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
136
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
137
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
138
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
139
+ "birth_date": "1970-01-01"}, "correlation_id": "55f8671a-2817-4cdb-b77a-53c994c05cb6",
140
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
141
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
142
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
143
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
144
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
145
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
146
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
147
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
148
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
149
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
150
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
151
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
152
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
153
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
154
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
155
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
156
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
157
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
158
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
159
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3c89756c02c1df1ebf7aa",
160
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
161
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T18:42:31.997000",
162
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.396000",
163
+ "name": "scheduled", "title": "Scheduled for next available transmission to
164
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.397000", "name": "generating",
165
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.398000",
166
+ "name": "stored", "title": "Batch transactions stored for later processing"},
167
+ {"record_dt": "2014-09-08T14:34:11.399000", "name": "transmitting", "title":
168
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.400000",
169
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
170
+ "2014-09-08T14:34:11.402000", "name": "receiving", "title": "Receiving transactions
171
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.411000", "name":
172
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
173
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
174
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
175
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
176
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
177
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
178
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
179
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
180
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
181
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
182
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
183
+ "birth_date": "1970-01-01"}, "correlation_id": "476f9d30-8147-45d1-8c8c-ec0391a1721c",
184
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
185
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
186
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
187
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
188
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
189
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
190
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
191
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
192
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
193
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
194
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
195
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
196
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
197
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
198
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
199
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
200
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
201
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
202
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
203
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3d09656c02c2180ebf7aa",
204
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
205
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T19:16:38.332000",
206
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.422000",
207
+ "name": "scheduled", "title": "Scheduled for next available transmission to
208
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.430000", "name": "generating",
209
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.432000",
210
+ "name": "stored", "title": "Batch transactions stored for later processing"},
211
+ {"record_dt": "2014-09-08T14:34:11.434000", "name": "transmitting", "title":
212
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.436000",
213
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
214
+ "2014-09-08T14:34:11.438000", "name": "receiving", "title": "Receiving transactions
215
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.439000", "name":
216
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
217
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
218
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
219
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
220
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
221
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
222
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
223
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
224
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
225
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
226
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
227
+ "birth_date": "1970-01-01"}, "correlation_id": "0ffe7c32-d3c7-4412-905a-039493a0456f",
228
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
229
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
230
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
231
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
232
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
233
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
234
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
235
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
236
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
237
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
238
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
239
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
240
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
241
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
242
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
243
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
244
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
245
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
246
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
247
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3da2256c02c25ddebf7aa",
248
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
249
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T19:57:22.434000",
250
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.442000",
251
+ "name": "scheduled", "title": "Scheduled for next available transmission to
252
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.442000", "name": "generating",
253
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.443000",
254
+ "name": "stored", "title": "Batch transactions stored for later processing"},
255
+ {"record_dt": "2014-09-08T14:34:11.445000", "name": "transmitting", "title":
256
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.446000",
257
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
258
+ "2014-09-08T14:34:11.448000", "name": "receiving", "title": "Receiving transactions
259
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.450000", "name":
260
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
261
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
262
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
263
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
264
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
265
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
266
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
267
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
268
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
269
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
270
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
271
+ "birth_date": "1970-01-01"}, "correlation_id": "09c1f6d8-56b9-48be-bfe4-2aaf8fde62d8",
272
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
273
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
274
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
275
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
276
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
277
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
278
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
279
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
280
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
281
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
282
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
283
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
284
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
285
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
286
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
287
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
288
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
289
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
290
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
291
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3df3f56c02c282eebf7aa",
292
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
293
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T20:19:11.408000",
294
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.452000",
295
+ "name": "scheduled", "title": "Scheduled for next available transmission to
296
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.455000", "name": "generating",
297
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.458000",
298
+ "name": "stored", "title": "Batch transactions stored for later processing"},
299
+ {"record_dt": "2014-09-08T14:34:11.460000", "name": "transmitting", "title":
300
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.464000",
301
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
302
+ "2014-09-08T14:34:11.466000", "name": "receiving", "title": "Receiving transactions
303
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.467000", "name":
304
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
305
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
306
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
307
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
308
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
309
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
310
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
311
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
312
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
313
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
314
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
315
+ "birth_date": "1970-01-01"}, "correlation_id": "89ec4191-c0bb-4191-8882-f6397c3deaff",
316
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
317
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
318
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
319
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
320
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
321
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
322
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
323
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
324
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
325
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
326
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
327
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
328
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
329
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
330
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
331
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
332
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
333
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
334
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
335
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3e09856c02c28d9ebf7aa",
336
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
337
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T20:24:56.244000",
338
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.475000",
339
+ "name": "scheduled", "title": "Scheduled for next available transmission to
340
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.476000", "name": "generating",
341
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.477000",
342
+ "name": "stored", "title": "Batch transactions stored for later processing"},
343
+ {"record_dt": "2014-09-08T14:34:11.478000", "name": "transmitting", "title":
344
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.480000",
345
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
346
+ "2014-09-08T14:34:11.483000", "name": "receiving", "title": "Receiving transactions
347
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.486000", "name":
348
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
349
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
350
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
351
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
352
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
353
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
354
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
355
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
356
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
357
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
358
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
359
+ "birth_date": "1970-01-01"}, "correlation_id": "a407a6d8-53b2-4da3-91e4-15248ff58122",
360
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
361
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
362
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
363
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
364
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
365
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
366
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
367
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
368
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
369
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
370
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
371
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
372
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
373
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
374
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
375
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
376
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
377
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
378
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
379
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3f14a56c02c323df86661",
380
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
381
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T21:36:10.035000",
382
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.489000",
383
+ "name": "scheduled", "title": "Scheduled for next available transmission to
384
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.491000", "name": "generating",
385
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.492000",
386
+ "name": "stored", "title": "Batch transactions stored for later processing"},
387
+ {"record_dt": "2014-09-08T14:34:11.493000", "name": "transmitting", "title":
388
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.494000",
389
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
390
+ "2014-09-08T14:34:11.495000", "name": "receiving", "title": "Receiving transactions
391
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.497000", "name":
392
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
393
+ "name": "claims", "parameters": {"claim": {"plan_participation": "assigned",
394
+ "provider_signature": true, "total_charge_amount": "60", "claim_frequency":
395
+ "original", "place_of_service": "office", "direct_payment": "y", "patient_signature_on_file":
396
+ true, "information_release": "informed_consent", "service_lines": [{"diagnosis_codes":
397
+ ["487.1"], "unit_count": "1", "unit_type": "units", "charge_amount": "60",
398
+ "service_date": "2014-06-01", "procedure_code": "99213"}]}, "trading_partner_id":
399
+ "MOCKPAYER", "payer": {"organization_name": "MOCKPAYER", "plan_id": "MOCKPAYER"},
400
+ "subscriber": {"first_name": "Jane", "last_name": "Doe", "gender": "female",
401
+ "member_id": "W000000000", "payer_responsibility": "primary", "address": {"address_lines":
402
+ ["123 N MAIN ST"], "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"},
403
+ "birth_date": "1970-01-01"}, "correlation_id": "dd6429b9-3971-46c0-a10c-1dc63fba7959",
404
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "receiver": {"organization_name": "MOCKRECEIVER",
405
+ "id": "MOCKRECEIVER"}, "submitter": {"organization_name": "POKITDOK TESTING",
406
+ "id": "POKITDOKTEST", "email": "support@pokitdok.com"}, "async": false, "billing_provider":
407
+ {"first_name": "Jerome", "last_name": "Aya-Ay", "npi": "1467560003", "taxonomy_code":
408
+ "207Q00000X", "address": {"address_lines": ["8311 WARREN H ABERNATHY HWY"],
409
+ "state": "SC", "zipcode": "29301", "city": "SPARTANBURG"}, "tax_id": "123456789"},
410
+ "transaction_code": "chargeable"}, "state": {"name": "completed", "title":
411
+ "Completed"}, "result": {"submitter": {"accepted_amount": "100", "accepted_quantity":
412
+ "1", "rejected_amount": "0", "organization_name": "MOCK SUBMITTER", "rejected_quantity":
413
+ "0", "tracking_id": "0123", "id": "123456789"}, "patients": [{"tracking_id":
414
+ "26462967", "first_name": "Jane", "last_name": "Doe", "id": "W000000000",
415
+ "claim_level_info": [{"claim_level_service_date": "2014-09-08", "claim_id_number":
416
+ "17312345600006351", "claim_level_service_end_date": "2014-09-08", "service_level_info":
417
+ [{"service_line_info": {}, "service_level_statuses": [], "service_line_end_date":
418
+ "2014-09-08", "service_line_date": "2014-09-08"}]}]}], "trading_partner_id":
419
+ "MOCKPAYER", "payer": {"name": "MOCKPAYER", "date_processed": "2014-09-08",
420
+ "id": "123456789", "tracking_id": "1445056.1", "date_received": "2014-09-08"},
421
+ "providers": [{"npi": "123456789", "accepted_amount": "100", "accepted_quantity":
422
+ "1", "rejected_amount": "0", "organization_name": "MOCK PROVIDER", "rejected_quantity":
423
+ "0", "tracking_id": "1"}]}, "trading_partner_id": "MOCKPAYER", "id": "53e3f15b56c02c326df86661",
424
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
425
+ "process", "complete"], "history": [{"record_dt": "2014-08-07T21:36:27.764000",
426
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-08T14:34:11.498000",
427
+ "name": "scheduled", "title": "Scheduled for next available transmission to
428
+ Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.499000", "name": "generating",
429
+ "title": "Generating transactions"}, {"record_dt": "2014-09-08T14:34:11.500000",
430
+ "name": "stored", "title": "Batch transactions stored for later processing"},
431
+ {"record_dt": "2014-09-08T14:34:11.502000", "name": "transmitting", "title":
432
+ "Transmitting transactions to Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.503000",
433
+ "name": "waiting", "title": "Waiting on Trading Partner Response"}, {"record_dt":
434
+ "2014-09-08T14:34:11.507000", "name": "receiving", "title": "Receiving transactions
435
+ from Trading Partner"}, {"record_dt": "2014-09-08T14:34:11.509000", "name":
436
+ "processing", "title": "Processing transactions"}]}, {"units_of_work": 1,
437
+ "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
438
+ "failed", "title": "Failed"}, "trading_partner_id": "PokitDok", "id": "5419ad8956c02c1e6b6b8195",
439
+ "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-09-17T15:49:29.329000",
440
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:49:30.151000",
85
441
  "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
86
442
  1, "name": "payers", "parameters": {"state": "CA"}, "state": {"name": "completed",
87
- "title": "Completed"}, "trading_partner_id": "PokitDok", "id": "53e2a29256c02c27b161e799",
88
- "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-08-06T21:48:03.013000",
89
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T21:48:03.036000",
443
+ "title": "Completed"}, "trading_partner_id": "PokitDok", "id": "5419ad8a56c02c1e806b8195",
444
+ "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-09-17T15:49:30.810000",
445
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:49:30.835000",
90
446
  "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
91
- 1, "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
92
- "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
93
- "53e272cc56c02c36d859cfc8", "transition_path": ["process", "complete"], "history":
94
- [{"record_dt": "2014-08-06T18:24:12.147000", "name": "init", "title": "Initializing"},
95
- {"record_dt": "2014-08-06T18:24:12.150000", "name": "processing", "title":
96
- "Processing transactions"}]}, {"units_of_work": 1, "name": "activities", "state":
97
- {"name": "completed", "title": "Completed"}, "trading_partner_id": "PokitDok",
98
- "id": "53e272cb56c02c36c859cfc8", "transition_path": ["process", "complete"],
99
- "history": [{"record_dt": "2014-08-06T18:24:11.384000", "name": "init", "title":
100
- "Initializing"}, {"record_dt": "2014-08-06T18:24:11.399000", "name": "processing",
101
- "title": "Processing transactions"}]}, {"units_of_work": 1, "name": "tradingpartners",
102
- "state": {"name": "completed", "title": "Completed"}, "trading_partner_id":
103
- "PokitDok", "id": "53e2729656c02c36a159cfc8", "transition_path": ["process",
104
- "complete"], "history": [{"record_dt": "2014-08-06T18:23:18.458000", "name":
105
- "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:23:18.487000",
447
+ 1, "name": "plans", "state": {"name": "completed", "title": "Completed"},
448
+ "trading_partner_id": "PokitDok", "id": "5419ae1b56c02c1ed36b8195", "transition_path":
449
+ ["process", "complete"], "history": [{"record_dt": "2014-09-17T15:51:55.751000",
450
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:51:55.789000",
106
451
  "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
107
- 1, "name": "payers", "parameters": {"state": "CA"}, "state": {"name": "completed",
108
- "title": "Completed"}, "trading_partner_id": "PokitDok", "id": "53e2729656c02c369b59cfc8",
109
- "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-08-06T18:23:18.305000",
110
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:23:18.329000",
452
+ 1, "name": "eligibility", "parameters": {"service_types": ["health_benefit_plan_coverage"],
453
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "payer": {"id": "MOCKPAYER", "name":
454
+ "MOCKPAYER"}, "member": {"birth_date": "1995-04-14", "first_name": "Jimmie",
455
+ "last_name": "Monahan", "plan_start_date": "2014-03-05", "id": "315531994"},
456
+ "parent_id": "5419b85c56c02c26626b8195", "correlation_id": "665ecabc-e17a-4dee-9a7b-4fcceed0a4d5",
457
+ "trading_partner_id": "MOCKPAYER", "provider": {"organization_name": "Wuckert
458
+ Inc", "npi": "581603684"}, "async": true, "transaction_code": "request"},
459
+ "remaining_transitions": ["generate", "store", "transmit", "wait", "receive",
460
+ "process", "complete"], "parent_id": "5419b85c56c02c26626b8195", "state":
461
+ {"name": "scheduled", "title": "Scheduled for next available transmission
462
+ to Trading Partner"}, "trading_partner_id": "MOCKPAYER", "id": "5419b85d56c02c17df2cacc7",
463
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
464
+ "process", "complete"], "history": [{"record_dt": "2014-09-17T16:35:41.199000",
465
+ "name": "init", "title": "Initializing"}]}, {"units_of_work": 1, "name": "eligibility",
466
+ "parameters": {"service_types": ["health_benefit_plan_coverage"], "client_id":
467
+ "JcR2P8SmoIaon4vpN9Q9", "payer": {"id": "MOCKPAYER", "name": "MOCKPAYER"},
468
+ "member": {"birth_date": "1989-07-12", "first_name": "Kyleigh", "last_name":
469
+ "Donnelly", "plan_start_date": "2014-03-05", "id": "461763996"}, "parent_id":
470
+ "5419b85c56c02c26626b8195", "correlation_id": "665ecabc-e17a-4dee-9a7b-4fcceed0a4d5",
471
+ "trading_partner_id": "MOCKPAYER", "provider": {"organization_name": "Wuckert
472
+ Inc", "npi": "581603684"}, "async": true, "transaction_code": "request"},
473
+ "remaining_transitions": ["generate", "store", "transmit", "wait", "receive",
474
+ "process", "complete"], "parent_id": "5419b85c56c02c26626b8195", "state":
475
+ {"name": "scheduled", "title": "Scheduled for next available transmission
476
+ to Trading Partner"}, "trading_partner_id": "MOCKPAYER", "id": "5419b85d56c02c17df2cacc6",
477
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
478
+ "process", "complete"], "history": [{"record_dt": "2014-09-17T16:35:41.191000",
479
+ "name": "init", "title": "Initializing"}]}, {"units_of_work": 1, "name": "activities",
480
+ "state": {"name": "completed", "title": "Completed"}, "trading_partner_id":
481
+ "PokitDok", "id": "5419ae1b56c02c1ed76b8195", "transition_path": ["process",
482
+ "complete"], "history": [{"record_dt": "2014-09-17T15:51:55.837000", "name":
483
+ "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:51:55.865000",
111
484
  "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
112
- 1, "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
485
+ 1, "name": "eligibility", "parameters": {"service_types": ["health_benefit_plan_coverage"],
486
+ "client_id": "JcR2P8SmoIaon4vpN9Q9", "payer": {"id": "MOCKPAYER", "name":
487
+ "MOCKPAYER"}, "member": {"birth_date": "1996-05-07", "first_name": "Jerod",
488
+ "last_name": "Tromp", "plan_start_date": "2014-03-05", "id": "545943979"},
489
+ "parent_id": "5419afa656c02c1fc56b8195", "correlation_id": "bafb3965-77cb-47b8-9b73-8397adc39348",
490
+ "trading_partner_id": "MOCKPAYER", "provider": {"organization_name": "Wuckert
491
+ Inc", "npi": "581603684"}, "async": true, "transaction_code": "request"},
492
+ "remaining_transitions": ["generate", "store", "transmit", "wait", "receive",
493
+ "process", "complete"], "parent_id": "5419afa656c02c1fc56b8195", "state":
494
+ {"name": "scheduled", "title": "Scheduled for next available transmission
495
+ to Trading Partner"}, "trading_partner_id": "MOCKPAYER", "id": "5419afa756c02c17df2cacac",
496
+ "transition_path": ["schedule", "generate", "store", "transmit", "wait", "receive",
497
+ "process", "complete"], "history": [{"record_dt": "2014-09-17T15:58:31.108000",
498
+ "name": "init", "title": "Initializing"}]}, {"units_of_work": 1, "name": "cash_prices",
499
+ "parameters": {"cpt_code": "12345", "zip_code": "75201"}, "state": {"name":
113
500
  "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
114
- "53e2729656c02c369959cfc8", "transition_path": ["process", "complete"], "history":
115
- [{"record_dt": "2014-08-06T18:23:18.250000", "name": "init", "title": "Initializing"},
116
- {"record_dt": "2014-08-06T18:23:18.252000", "name": "processing", "title":
117
- "Processing transactions"}]}, {"units_of_work": 1, "name": "activities", "state":
118
- {"name": "completed", "title": "Completed"}, "trading_partner_id": "PokitDok",
119
- "id": "53e2729656c02c369559cfc8", "transition_path": ["process", "complete"],
120
- "history": [{"record_dt": "2014-08-06T18:23:18.155000", "name": "init", "title":
121
- "Initializing"}, {"record_dt": "2014-08-06T18:23:18.173000", "name": "processing",
122
- "title": "Processing transactions"}]}, {"units_of_work": 1, "name": "activities",
501
+ "5419ad8b56c02c1e886b8195", "transition_path": ["process", "complete"], "history":
502
+ [{"record_dt": "2014-09-17T15:49:31.581000", "name": "init", "title": "Initializing"},
503
+ {"record_dt": "2014-09-17T15:49:31.615000", "name": "processing", "title":
504
+ "Processing transactions"}]}, {"units_of_work": 1, "name": "tradingpartners",
123
505
  "state": {"name": "completed", "title": "Completed"}, "trading_partner_id":
124
- "PokitDok", "id": "53e2727456c02c367959cfc8", "transition_path": ["process",
125
- "complete"], "history": [{"record_dt": "2014-08-06T18:22:44.171000", "name":
126
- "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:22:44.187000",
127
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
128
- 1, "name": "payers", "parameters": {"state": "CA"}, "state": {"name": "completed",
129
- "title": "Completed"}, "trading_partner_id": "PokitDok", "id": "53e2727456c02c367759cfc8",
130
- "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-08-06T18:22:44.112000",
131
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:22:44.127000",
132
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
133
- 1, "name": "tradingpartners", "state": {"name": "completed", "title": "Completed"},
134
- "trading_partner_id": "PokitDok", "id": "53e2727356c02c366c59cfc8", "transition_path":
135
- ["process", "complete"], "history": [{"record_dt": "2014-08-06T18:22:43.849000",
136
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:22:43.878000",
137
- "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
138
- 1, "name": "tradingpartners", "state": {"name": "completed", "title": "Completed"},
139
- "trading_partner_id": "PokitDok", "id": "53e2726156c02c365459cfc8", "transition_path":
140
- ["process", "complete"], "history": [{"record_dt": "2014-08-06T18:22:25.397000",
141
- "name": "init", "title": "Initializing"}, {"record_dt": "2014-08-06T18:22:25.451000",
506
+ "PokitDok", "id": "5419ae1c56c02c1ee46b8195", "transition_path": ["process",
507
+ "complete"], "history": [{"record_dt": "2014-09-17T15:51:56.587000", "name":
508
+ "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:51:56.633000",
142
509
  "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
143
510
  1, "name": "providers", "parameters": {"npi": "1467560003"}, "state": {"name":
144
- "completed", "title": "Completed"}, "trading_partner_id": "PokitDok", "id":
145
- "53e2726156c02c365259cfc8", "transition_path": ["process", "complete"], "history":
146
- [{"record_dt": "2014-08-06T18:22:25.364000", "name": "init", "title": "Initializing"},
147
- {"record_dt": "2014-08-06T18:22:25.365000", "name": "processing", "title":
148
- "Processing transactions"}]}]}'
511
+ "failed", "title": "Failed"}, "trading_partner_id": "PokitDok", "id": "5419ae1c56c02c1ee66b8195",
512
+ "transition_path": ["process", "complete"], "history": [{"record_dt": "2014-09-17T15:51:56.676000",
513
+ "name": "init", "title": "Initializing"}, {"record_dt": "2014-09-17T15:51:56.731000",
514
+ "name": "processing", "title": "Processing transactions"}]}, {"units_of_work":
515
+ 1, "name": "tradingpartners", "parameters": {"id": "MOCKPAYER"}, "state":
516
+ {"name": "completed", "title": "Completed"}, "trading_partner_id": "PokitDok",
517
+ "id": "5419ad8a56c02c1e766b8195", "transition_path": ["process", "complete"],
518
+ "history": [{"record_dt": "2014-09-17T15:49:30.227000", "name": "init", "title":
519
+ "Initializing"}, {"record_dt": "2014-09-17T15:49:30.231000", "name": "processing",
520
+ "title": "Processing transactions"}]}]}'
149
521
  http_version:
150
- recorded_at: Tue, 12 Aug 2014 15:19:08 GMT
522
+ recorded_at: Wed, 17 Sep 2014 16:36:54 GMT
151
523
  recorded_with: VCR 2.9.2