@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230130.2 → 1.20230225.1
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.
- package/.openapi-generator/FILES +18 -3
- package/api/adv-accounting-api.ts +10 -26
- package/api/commission-rates-api.ts +98 -0
- package/api/event-args-api.ts +15 -15
- package/api/events-api.ts +87 -0
- package/api/group-contract-plans-api.ts +105 -0
- package/api/group-contracts-api.ts +105 -0
- package/api/group-divisions-api.ts +115 -0
- package/api/group-volumes-api.ts +15 -14
- package/api/payor-accounts-api.ts +75 -130
- package/api/plan-auth-penalty-benefits-api.ts +232 -91
- package/api/plan-benefit-cascades-api.ts +15 -23
- package/api/premium-rates-api.ts +107 -0
- package/models/claim-batch-detail.ts +145 -139
- package/models/claim-batch.ts +668 -446
- package/models/claim-detail.ts +130 -124
- package/models/claim-pre-batch-detail.ts +100 -94
- package/models/claim-pre-batch.ts +600 -378
- package/models/claim.ts +508 -280
- package/models/commission-rate-division-config.ts +43 -0
- package/models/commission-rate-nested-list-vbaresponse.ts +45 -0
- package/models/commission-rate-nested.ts +43 -0
- package/models/commission-rate-plan-config.ts +43 -0
- package/models/commission-rate-rate.ts +36 -0
- package/models/company-data.ts +421 -403
- package/models/copy-group-division.ts +132 -0
- package/models/cost-contain-zelis-ex-code.ts +6 -6
- package/models/{benefit-config.ts → group-volume-benefit-config.ts} +5 -5
- package/models/group-volume-division-config.ts +43 -0
- package/models/group-volume-nested.ts +3 -3
- package/models/group-volume-plan-config.ts +43 -0
- package/models/groups.ts +18 -18
- package/models/idcard-request.ts +3 -3
- package/models/index.ts +18 -3
- package/models/mem-enrollment-plan.ts +9 -9
- package/models/mem-enrollment-rider.ts +10 -10
- package/models/member-beneficiary.ts +3 -3
- package/models/member-language.ts +38 -2
- package/models/member-prior-accum.ts +28 -28
- package/models/plan-auth-penalty-benefit.ts +24 -0
- package/models/plan-benefit-cluster.ts +12 -12
- package/models/plan-benefit-rate.ts +5 -5
- package/models/plan-benefits.ts +57 -51
- package/models/plan-type.ts +21 -21
- package/models/plans.ts +41 -41
- package/models/prem-rate-basis-config.ts +43 -0
- package/models/prem-rate-category-config.ts +43 -0
- package/models/{division-config.ts → prem-rate-division-config.ts} +8 -8
- package/models/prem-rate-nested-list-vbaresponse.ts +45 -0
- package/models/prem-rate-nested.ts +43 -0
- package/models/{plan-config.ts → prem-rate-plan-config.ts} +8 -8
- package/models/prem-rate-rate.ts +36 -0
- package/models/prem-rate.ts +85 -85
- package/models/sub-enrollment-plan.ts +10 -10
- package/models/sub-enrollment-rider.ts +14 -14
- package/models/subscribers.ts +2 -2
- package/models/users.ts +8 -8
- package/models/vbagroup-contract-list-vbaresponse.ts +45 -0
- package/models/vbagroup-contract.ts +55 -0
- package/package.json +1 -1
|
@@ -21,1699 +21,1915 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface ClaimPreBatch {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof ClaimPreBatch
|
|
27
27
|
*/
|
|
28
28
|
'claimPreBatch_Key': number;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
31
31
|
* @type {boolean}
|
|
32
32
|
* @memberof ClaimPreBatch
|
|
33
33
|
*/
|
|
34
34
|
'aeoB_Claim': boolean;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof ClaimPreBatch
|
|
39
39
|
*/
|
|
40
40
|
'accident_Date'?: string | null;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
43
43
|
* @type {number}
|
|
44
44
|
* @memberof ClaimPreBatch
|
|
45
45
|
*/
|
|
46
46
|
'account_Key'?: number | null;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
49
49
|
* @type {number}
|
|
50
50
|
* @memberof ClaimPreBatch
|
|
51
51
|
*/
|
|
52
52
|
'adjusted_From'?: number | null;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof ClaimPreBatch
|
|
57
57
|
*/
|
|
58
58
|
'admission_Date'?: string | null;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof ClaimPreBatch
|
|
63
63
|
*/
|
|
64
64
|
'admission_Diagnostic_Code'?: string | null;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof ClaimPreBatch
|
|
69
69
|
*/
|
|
70
70
|
'admission_Hour'?: string | null;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof ClaimPreBatch
|
|
75
75
|
*/
|
|
76
76
|
'admission_Source'?: string | null;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof ClaimPreBatch
|
|
81
81
|
*/
|
|
82
82
|
'admit_Date'?: string | null;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
85
85
|
* @type {boolean}
|
|
86
86
|
* @memberof ClaimPreBatch
|
|
87
87
|
*/
|
|
88
88
|
'advance_Pay': boolean;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
91
91
|
* @type {boolean}
|
|
92
92
|
* @memberof ClaimPreBatch
|
|
93
93
|
*/
|
|
94
94
|
'advice_To_Pay': boolean;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
97
97
|
* @type {string}
|
|
98
98
|
* @memberof ClaimPreBatch
|
|
99
99
|
*/
|
|
100
100
|
'all_Docs_Rec_Date'?: string | null;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
102
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
103
103
|
* @type {string}
|
|
104
104
|
* @memberof ClaimPreBatch
|
|
105
105
|
*/
|
|
106
106
|
'ambulance_DropOff_Address'?: string | null;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
109
109
|
* @type {string}
|
|
110
110
|
* @memberof ClaimPreBatch
|
|
111
111
|
*/
|
|
112
112
|
'ambulance_DropOff_Address2'?: string | null;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
115
115
|
* @type {string}
|
|
116
116
|
* @memberof ClaimPreBatch
|
|
117
117
|
*/
|
|
118
118
|
'ambulance_DropOff_City'?: string | null;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
121
121
|
* @type {string}
|
|
122
122
|
* @memberof ClaimPreBatch
|
|
123
123
|
*/
|
|
124
124
|
'ambulance_DropOff_Location'?: string | null;
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
127
127
|
* @type {string}
|
|
128
128
|
* @memberof ClaimPreBatch
|
|
129
129
|
*/
|
|
130
130
|
'ambulance_DropOff_Org_Name'?: string | null;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
133
133
|
* @type {string}
|
|
134
134
|
* @memberof ClaimPreBatch
|
|
135
135
|
*/
|
|
136
136
|
'ambulance_DropOff_State'?: string | null;
|
|
137
137
|
/**
|
|
138
|
-
*
|
|
138
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
139
139
|
* @type {string}
|
|
140
140
|
* @memberof ClaimPreBatch
|
|
141
141
|
*/
|
|
142
142
|
'ambulance_DropOff_Zip'?: string | null;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
145
145
|
* @type {string}
|
|
146
146
|
* @memberof ClaimPreBatch
|
|
147
147
|
*/
|
|
148
148
|
'ambulance_PickUp_Address'?: string | null;
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
151
151
|
* @type {string}
|
|
152
152
|
* @memberof ClaimPreBatch
|
|
153
153
|
*/
|
|
154
154
|
'ambulance_PickUp_Address2'?: string | null;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
157
157
|
* @type {string}
|
|
158
158
|
* @memberof ClaimPreBatch
|
|
159
159
|
*/
|
|
160
160
|
'ambulance_PickUp_City'?: string | null;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
163
163
|
* @type {string}
|
|
164
164
|
* @memberof ClaimPreBatch
|
|
165
165
|
*/
|
|
166
166
|
'ambulance_PickUp_Location'?: string | null;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
169
169
|
* @type {string}
|
|
170
170
|
* @memberof ClaimPreBatch
|
|
171
171
|
*/
|
|
172
172
|
'ambulance_PickUp_State'?: string | null;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
175
175
|
* @type {string}
|
|
176
176
|
* @memberof ClaimPreBatch
|
|
177
177
|
*/
|
|
178
178
|
'ambulance_PickUp_Zip'?: string | null;
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* The date the orthodontic appliance was placed.
|
|
181
181
|
* @type {string}
|
|
182
182
|
* @memberof ClaimPreBatch
|
|
183
183
|
*/
|
|
184
184
|
'appliance_Placed_Date'?: string | null;
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
187
187
|
* @type {string}
|
|
188
188
|
* @memberof ClaimPreBatch
|
|
189
189
|
*/
|
|
190
190
|
'assumed_Care_Date'?: string | null;
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
193
193
|
* @type {string}
|
|
194
194
|
* @memberof ClaimPreBatch
|
|
195
195
|
*/
|
|
196
196
|
'attend_Provider_Address'?: string | null;
|
|
197
197
|
/**
|
|
198
|
-
*
|
|
198
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
199
199
|
* @type {string}
|
|
200
200
|
* @memberof ClaimPreBatch
|
|
201
201
|
*/
|
|
202
202
|
'attend_Provider_Address2'?: string | null;
|
|
203
203
|
/**
|
|
204
|
-
*
|
|
204
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
205
205
|
* @type {string}
|
|
206
206
|
* @memberof ClaimPreBatch
|
|
207
207
|
*/
|
|
208
208
|
'attend_Provider_City'?: string | null;
|
|
209
209
|
/**
|
|
210
|
-
*
|
|
210
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
211
211
|
* @type {string}
|
|
212
212
|
* @memberof ClaimPreBatch
|
|
213
213
|
*/
|
|
214
214
|
'attend_Provider_Federal_ID'?: string | null;
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
217
217
|
* @type {string}
|
|
218
218
|
* @memberof ClaimPreBatch
|
|
219
219
|
*/
|
|
220
220
|
'attend_Provider_First_Name'?: string | null;
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
223
223
|
* @type {string}
|
|
224
224
|
* @memberof ClaimPreBatch
|
|
225
225
|
*/
|
|
226
226
|
'attend_Provider_Last_Name'?: string | null;
|
|
227
227
|
/**
|
|
228
|
-
*
|
|
228
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
229
229
|
* @type {string}
|
|
230
230
|
* @memberof ClaimPreBatch
|
|
231
231
|
*/
|
|
232
232
|
'attend_Provider_MAID'?: string | null;
|
|
233
233
|
/**
|
|
234
|
-
*
|
|
234
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
235
235
|
* @type {string}
|
|
236
236
|
* @memberof ClaimPreBatch
|
|
237
237
|
*/
|
|
238
238
|
'attend_Provider_NPI'?: string | null;
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
241
241
|
* @type {string}
|
|
242
242
|
* @memberof ClaimPreBatch
|
|
243
243
|
*/
|
|
244
244
|
'attend_Provider_Org_Name'?: string | null;
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
246
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
247
247
|
* @type {string}
|
|
248
248
|
* @memberof ClaimPreBatch
|
|
249
249
|
*/
|
|
250
250
|
'attend_Provider_Phone'?: string | null;
|
|
251
251
|
/**
|
|
252
|
-
*
|
|
252
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
253
253
|
* @type {string}
|
|
254
254
|
* @memberof ClaimPreBatch
|
|
255
255
|
*/
|
|
256
256
|
'attend_Provider_State'?: string | null;
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
259
259
|
* @type {string}
|
|
260
260
|
* @memberof ClaimPreBatch
|
|
261
261
|
*/
|
|
262
262
|
'attend_Provider_Taxonomy'?: string | null;
|
|
263
263
|
/**
|
|
264
|
-
*
|
|
264
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
265
265
|
* @type {string}
|
|
266
266
|
* @memberof ClaimPreBatch
|
|
267
267
|
*/
|
|
268
268
|
'attend_Provider_Zip'?: string | null;
|
|
269
269
|
/**
|
|
270
|
-
*
|
|
270
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
271
271
|
* @type {string}
|
|
272
272
|
* @memberof ClaimPreBatch
|
|
273
273
|
*/
|
|
274
274
|
'attended_Physician_Date'?: string | null;
|
|
275
275
|
/**
|
|
276
|
-
*
|
|
276
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
277
277
|
* @type {number}
|
|
278
278
|
* @memberof ClaimPreBatch
|
|
279
279
|
*/
|
|
280
280
|
'batch_Claim': number;
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
283
283
|
* @type {number}
|
|
284
284
|
* @memberof ClaimPreBatch
|
|
285
285
|
*/
|
|
286
286
|
'batch_Number': number;
|
|
287
287
|
/**
|
|
288
|
-
*
|
|
288
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
289
289
|
* @type {string}
|
|
290
290
|
* @memberof ClaimPreBatch
|
|
291
291
|
*/
|
|
292
292
|
'beneficiary_ID'?: string | null;
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
295
295
|
* @type {string}
|
|
296
296
|
* @memberof ClaimPreBatch
|
|
297
297
|
*/
|
|
298
298
|
'bill_Provider_Address'?: string | null;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
301
301
|
* @type {string}
|
|
302
302
|
* @memberof ClaimPreBatch
|
|
303
303
|
*/
|
|
304
304
|
'bill_Provider_Address2'?: string | null;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
307
307
|
* @type {string}
|
|
308
308
|
* @memberof ClaimPreBatch
|
|
309
309
|
*/
|
|
310
310
|
'bill_Provider_City'?: string | null;
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
313
313
|
* @type {string}
|
|
314
314
|
* @memberof ClaimPreBatch
|
|
315
315
|
*/
|
|
316
316
|
'bill_Provider_Federal_ID'?: string | null;
|
|
317
317
|
/**
|
|
318
|
-
*
|
|
318
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
319
319
|
* @type {string}
|
|
320
320
|
* @memberof ClaimPreBatch
|
|
321
321
|
*/
|
|
322
322
|
'bill_Provider_First_Name'?: string | null;
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
325
325
|
* @type {string}
|
|
326
326
|
* @memberof ClaimPreBatch
|
|
327
327
|
*/
|
|
328
328
|
'bill_Provider_Last_Name'?: string | null;
|
|
329
329
|
/**
|
|
330
|
-
*
|
|
330
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
331
331
|
* @type {string}
|
|
332
332
|
* @memberof ClaimPreBatch
|
|
333
333
|
*/
|
|
334
334
|
'bill_Provider_MAID'?: string | null;
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
337
337
|
* @type {string}
|
|
338
338
|
* @memberof ClaimPreBatch
|
|
339
339
|
*/
|
|
340
340
|
'bill_Provider_NPI'?: string | null;
|
|
341
341
|
/**
|
|
342
|
-
*
|
|
342
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
343
343
|
* @type {string}
|
|
344
344
|
* @memberof ClaimPreBatch
|
|
345
345
|
*/
|
|
346
346
|
'bill_Provider_Org_Name'?: string | null;
|
|
347
347
|
/**
|
|
348
|
-
*
|
|
348
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
349
349
|
* @type {string}
|
|
350
350
|
* @memberof ClaimPreBatch
|
|
351
351
|
*/
|
|
352
352
|
'bill_Provider_Phone'?: string | null;
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
355
355
|
* @type {string}
|
|
356
356
|
* @memberof ClaimPreBatch
|
|
357
357
|
*/
|
|
358
358
|
'bill_Provider_State'?: string | null;
|
|
359
359
|
/**
|
|
360
|
-
*
|
|
360
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
361
361
|
* @type {string}
|
|
362
362
|
* @memberof ClaimPreBatch
|
|
363
363
|
*/
|
|
364
364
|
'bill_Provider_Taxonomy'?: string | null;
|
|
365
365
|
/**
|
|
366
|
-
*
|
|
366
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
367
367
|
* @type {string}
|
|
368
368
|
* @memberof ClaimPreBatch
|
|
369
369
|
*/
|
|
370
370
|
'bill_Provider_Zip'?: string | null;
|
|
371
371
|
/**
|
|
372
|
-
*
|
|
372
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
373
373
|
* @type {number}
|
|
374
374
|
* @memberof ClaimPreBatch
|
|
375
375
|
*/
|
|
376
376
|
'billed_Amount'?: number | null;
|
|
377
377
|
/**
|
|
378
|
-
*
|
|
378
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
379
379
|
* @type {boolean}
|
|
380
380
|
* @memberof ClaimPreBatch
|
|
381
381
|
*/
|
|
382
382
|
'calculate_Interest': boolean;
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
385
385
|
* @type {boolean}
|
|
386
386
|
* @memberof ClaimPreBatch
|
|
387
387
|
*/
|
|
388
388
|
'capitation_Claim': boolean;
|
|
389
389
|
/**
|
|
390
|
-
*
|
|
390
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
391
391
|
* @type {string}
|
|
392
392
|
* @memberof ClaimPreBatch
|
|
393
393
|
*/
|
|
394
394
|
'claim_837_COB'?: string | null;
|
|
395
395
|
/**
|
|
396
|
-
*
|
|
396
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
397
397
|
* @type {string}
|
|
398
398
|
* @memberof ClaimPreBatch
|
|
399
399
|
*/
|
|
400
400
|
'claim_ID'?: string | null;
|
|
401
401
|
/**
|
|
402
|
-
*
|
|
402
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
403
403
|
* @type {string}
|
|
404
404
|
* @memberof ClaimPreBatch
|
|
405
405
|
*/
|
|
406
406
|
'claim_Priority'?: string | null;
|
|
407
407
|
/**
|
|
408
|
-
*
|
|
408
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
409
409
|
* @type {string}
|
|
410
410
|
* @memberof ClaimPreBatch
|
|
411
411
|
*/
|
|
412
412
|
'claim_Status'?: string | null;
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
415
415
|
* @type {string}
|
|
416
416
|
* @memberof ClaimPreBatch
|
|
417
417
|
*/
|
|
418
418
|
'claim_Type'?: string | null;
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
421
421
|
* @type {string}
|
|
422
422
|
* @memberof ClaimPreBatch
|
|
423
423
|
*/
|
|
424
424
|
'closure_Effective_Date'?: string | null;
|
|
425
425
|
/**
|
|
426
|
-
*
|
|
426
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
427
427
|
* @type {string}
|
|
428
428
|
* @memberof ClaimPreBatch
|
|
429
429
|
*/
|
|
430
430
|
'condition_Code1'?: string | null;
|
|
431
431
|
/**
|
|
432
|
-
*
|
|
432
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
433
433
|
* @type {string}
|
|
434
434
|
* @memberof ClaimPreBatch
|
|
435
435
|
*/
|
|
436
436
|
'condition_Code2'?: string | null;
|
|
437
437
|
/**
|
|
438
|
-
*
|
|
438
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
439
439
|
* @type {string}
|
|
440
440
|
* @memberof ClaimPreBatch
|
|
441
441
|
*/
|
|
442
442
|
'condition_Code3'?: string | null;
|
|
443
443
|
/**
|
|
444
|
-
*
|
|
444
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
445
445
|
* @type {string}
|
|
446
446
|
* @memberof ClaimPreBatch
|
|
447
447
|
*/
|
|
448
448
|
'condition_Code4'?: string | null;
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
451
451
|
* @type {string}
|
|
452
452
|
* @memberof ClaimPreBatch
|
|
453
453
|
*/
|
|
454
454
|
'condition_Code5'?: string | null;
|
|
455
455
|
/**
|
|
456
|
-
*
|
|
456
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
457
457
|
* @type {string}
|
|
458
458
|
* @memberof ClaimPreBatch
|
|
459
459
|
*/
|
|
460
460
|
'condition_Code6'?: string | null;
|
|
461
461
|
/**
|
|
462
|
-
*
|
|
462
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
463
463
|
* @type {string}
|
|
464
464
|
* @memberof ClaimPreBatch
|
|
465
465
|
*/
|
|
466
466
|
'condition_Code7'?: string | null;
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
469
469
|
* @type {string}
|
|
470
470
|
* @memberof ClaimPreBatch
|
|
471
471
|
*/
|
|
472
472
|
'coverage_Start'?: string | null;
|
|
473
473
|
/**
|
|
474
|
-
*
|
|
474
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
475
475
|
* @type {string}
|
|
476
476
|
* @memberof ClaimPreBatch
|
|
477
477
|
*/
|
|
478
478
|
'current_Illness_Date'?: string | null;
|
|
479
479
|
/**
|
|
480
|
-
*
|
|
480
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
481
481
|
* @type {string}
|
|
482
482
|
* @memberof ClaimPreBatch
|
|
483
483
|
*/
|
|
484
484
|
'drG_Code'?: string | null;
|
|
485
485
|
/**
|
|
486
|
-
*
|
|
486
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
487
487
|
* @type {number}
|
|
488
488
|
* @memberof ClaimPreBatch
|
|
489
489
|
*/
|
|
490
490
|
'drG_Quantity'?: number | null;
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
493
493
|
* @type {string}
|
|
494
494
|
* @memberof ClaimPreBatch
|
|
495
495
|
*/
|
|
496
496
|
'death_Cert_Rec_Date'?: string | null;
|
|
497
497
|
/**
|
|
498
|
-
*
|
|
498
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
499
499
|
* @type {string}
|
|
500
500
|
* @memberof ClaimPreBatch
|
|
501
501
|
*/
|
|
502
502
|
'delivery_Date'?: string | null;
|
|
503
503
|
/**
|
|
504
|
-
*
|
|
504
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
505
505
|
* @type {string}
|
|
506
506
|
* @memberof ClaimPreBatch
|
|
507
507
|
*/
|
|
508
508
|
'delivery_Type'?: string | null;
|
|
509
509
|
/**
|
|
510
|
-
*
|
|
510
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
511
511
|
* @type {string}
|
|
512
512
|
* @memberof ClaimPreBatch
|
|
513
513
|
*/
|
|
514
514
|
'dep_SSDI_End_Date'?: string | null;
|
|
515
515
|
/**
|
|
516
|
-
*
|
|
516
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
517
517
|
* @type {string}
|
|
518
518
|
* @memberof ClaimPreBatch
|
|
519
519
|
*/
|
|
520
520
|
'diagnostic_Code1'?: string | null;
|
|
521
521
|
/**
|
|
522
|
-
*
|
|
522
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
523
523
|
* @type {string}
|
|
524
524
|
* @memberof ClaimPreBatch
|
|
525
525
|
*/
|
|
526
526
|
'diagnostic_Code10'?: string | null;
|
|
527
527
|
/**
|
|
528
|
-
*
|
|
528
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
529
529
|
* @type {string}
|
|
530
530
|
* @memberof ClaimPreBatch
|
|
531
531
|
*/
|
|
532
532
|
'diagnostic_Code11'?: string | null;
|
|
533
533
|
/**
|
|
534
|
-
*
|
|
534
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
535
535
|
* @type {string}
|
|
536
536
|
* @memberof ClaimPreBatch
|
|
537
537
|
*/
|
|
538
538
|
'diagnostic_Code12'?: string | null;
|
|
539
539
|
/**
|
|
540
|
-
*
|
|
540
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
541
541
|
* @type {string}
|
|
542
542
|
* @memberof ClaimPreBatch
|
|
543
543
|
*/
|
|
544
544
|
'diagnostic_Code13'?: string | null;
|
|
545
545
|
/**
|
|
546
|
-
*
|
|
546
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
547
547
|
* @type {string}
|
|
548
548
|
* @memberof ClaimPreBatch
|
|
549
549
|
*/
|
|
550
550
|
'diagnostic_Code14'?: string | null;
|
|
551
551
|
/**
|
|
552
|
-
*
|
|
552
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
553
553
|
* @type {string}
|
|
554
554
|
* @memberof ClaimPreBatch
|
|
555
555
|
*/
|
|
556
556
|
'diagnostic_Code15'?: string | null;
|
|
557
557
|
/**
|
|
558
|
-
*
|
|
558
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
559
559
|
* @type {string}
|
|
560
560
|
* @memberof ClaimPreBatch
|
|
561
561
|
*/
|
|
562
562
|
'diagnostic_Code16'?: string | null;
|
|
563
563
|
/**
|
|
564
|
-
*
|
|
564
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
565
565
|
* @type {string}
|
|
566
566
|
* @memberof ClaimPreBatch
|
|
567
567
|
*/
|
|
568
568
|
'diagnostic_Code17'?: string | null;
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
571
571
|
* @type {string}
|
|
572
572
|
* @memberof ClaimPreBatch
|
|
573
573
|
*/
|
|
574
574
|
'diagnostic_Code18'?: string | null;
|
|
575
575
|
/**
|
|
576
|
-
*
|
|
576
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
577
577
|
* @type {string}
|
|
578
578
|
* @memberof ClaimPreBatch
|
|
579
579
|
*/
|
|
580
580
|
'diagnostic_Code19'?: string | null;
|
|
581
581
|
/**
|
|
582
|
-
*
|
|
582
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
583
583
|
* @type {string}
|
|
584
584
|
* @memberof ClaimPreBatch
|
|
585
585
|
*/
|
|
586
586
|
'diagnostic_Code2'?: string | null;
|
|
587
587
|
/**
|
|
588
|
-
*
|
|
588
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
589
589
|
* @type {string}
|
|
590
590
|
* @memberof ClaimPreBatch
|
|
591
591
|
*/
|
|
592
592
|
'diagnostic_Code20'?: string | null;
|
|
593
593
|
/**
|
|
594
|
-
*
|
|
594
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
595
595
|
* @type {string}
|
|
596
596
|
* @memberof ClaimPreBatch
|
|
597
597
|
*/
|
|
598
598
|
'diagnostic_Code21'?: string | null;
|
|
599
599
|
/**
|
|
600
|
-
*
|
|
600
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
601
601
|
* @type {string}
|
|
602
602
|
* @memberof ClaimPreBatch
|
|
603
603
|
*/
|
|
604
604
|
'diagnostic_Code22'?: string | null;
|
|
605
605
|
/**
|
|
606
|
-
*
|
|
606
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
607
607
|
* @type {string}
|
|
608
608
|
* @memberof ClaimPreBatch
|
|
609
609
|
*/
|
|
610
610
|
'diagnostic_Code23'?: string | null;
|
|
611
611
|
/**
|
|
612
|
-
*
|
|
612
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
613
613
|
* @type {string}
|
|
614
614
|
* @memberof ClaimPreBatch
|
|
615
615
|
*/
|
|
616
616
|
'diagnostic_Code24'?: string | null;
|
|
617
617
|
/**
|
|
618
|
-
*
|
|
618
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
619
619
|
* @type {string}
|
|
620
620
|
* @memberof ClaimPreBatch
|
|
621
621
|
*/
|
|
622
622
|
'diagnostic_Code3'?: string | null;
|
|
623
623
|
/**
|
|
624
|
-
*
|
|
624
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
625
625
|
* @type {string}
|
|
626
626
|
* @memberof ClaimPreBatch
|
|
627
627
|
*/
|
|
628
628
|
'diagnostic_Code4'?: string | null;
|
|
629
629
|
/**
|
|
630
|
-
*
|
|
630
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
631
631
|
* @type {string}
|
|
632
632
|
* @memberof ClaimPreBatch
|
|
633
633
|
*/
|
|
634
634
|
'diagnostic_Code5'?: string | null;
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
636
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
637
637
|
* @type {string}
|
|
638
638
|
* @memberof ClaimPreBatch
|
|
639
639
|
*/
|
|
640
640
|
'diagnostic_Code6'?: string | null;
|
|
641
641
|
/**
|
|
642
|
-
*
|
|
642
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
643
643
|
* @type {string}
|
|
644
644
|
* @memberof ClaimPreBatch
|
|
645
645
|
*/
|
|
646
646
|
'diagnostic_Code7'?: string | null;
|
|
647
647
|
/**
|
|
648
|
-
*
|
|
648
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
649
649
|
* @type {string}
|
|
650
650
|
* @memberof ClaimPreBatch
|
|
651
651
|
*/
|
|
652
652
|
'diagnostic_Code8'?: string | null;
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
655
655
|
* @type {string}
|
|
656
656
|
* @memberof ClaimPreBatch
|
|
657
657
|
*/
|
|
658
658
|
'diagnostic_Code9'?: string | null;
|
|
659
659
|
/**
|
|
660
|
-
*
|
|
660
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
661
661
|
* @type {string}
|
|
662
662
|
* @memberof ClaimPreBatch
|
|
663
663
|
*/
|
|
664
664
|
'disability_Date'?: string | null;
|
|
665
665
|
/**
|
|
666
|
-
*
|
|
666
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
667
667
|
* @type {string}
|
|
668
668
|
* @memberof ClaimPreBatch
|
|
669
669
|
*/
|
|
670
670
|
'disability_End_Date'?: string | null;
|
|
671
671
|
/**
|
|
672
|
-
*
|
|
672
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
673
673
|
* @type {string}
|
|
674
674
|
* @memberof ClaimPreBatch
|
|
675
675
|
*/
|
|
676
676
|
'disability_Type'?: string | null;
|
|
677
677
|
/**
|
|
678
|
-
*
|
|
678
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
679
679
|
* @type {string}
|
|
680
680
|
* @memberof ClaimPreBatch
|
|
681
681
|
*/
|
|
682
682
|
'disabled_By_Physician'?: string | null;
|
|
683
683
|
/**
|
|
684
|
-
*
|
|
684
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
685
685
|
* @type {string}
|
|
686
686
|
* @memberof ClaimPreBatch
|
|
687
687
|
*/
|
|
688
688
|
'discharge_Date'?: string | null;
|
|
689
689
|
/**
|
|
690
|
-
*
|
|
690
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
691
691
|
* @type {string}
|
|
692
692
|
* @memberof ClaimPreBatch
|
|
693
693
|
*/
|
|
694
694
|
'discharge_Hour'?: string | null;
|
|
695
695
|
/**
|
|
696
|
-
*
|
|
696
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
697
697
|
* @type {string}
|
|
698
698
|
* @memberof ClaimPreBatch
|
|
699
699
|
*/
|
|
700
700
|
'division_ID'?: string | null;
|
|
701
701
|
/**
|
|
702
|
-
*
|
|
702
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
703
703
|
* @type {string}
|
|
704
704
|
* @memberof ClaimPreBatch
|
|
705
705
|
*/
|
|
706
706
|
'eCode_Diagnostic_Code'?: string | null;
|
|
707
707
|
/**
|
|
708
|
-
*
|
|
708
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
709
709
|
* @type {string}
|
|
710
710
|
* @memberof ClaimPreBatch
|
|
711
711
|
*/
|
|
712
712
|
'eCode_Diagnostic_Code10'?: string | null;
|
|
713
713
|
/**
|
|
714
|
-
*
|
|
714
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
715
715
|
* @type {string}
|
|
716
716
|
* @memberof ClaimPreBatch
|
|
717
717
|
*/
|
|
718
718
|
'eCode_Diagnostic_Code11'?: string | null;
|
|
719
719
|
/**
|
|
720
|
-
*
|
|
720
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
721
721
|
* @type {string}
|
|
722
722
|
* @memberof ClaimPreBatch
|
|
723
723
|
*/
|
|
724
724
|
'eCode_Diagnostic_Code12'?: string | null;
|
|
725
725
|
/**
|
|
726
|
-
*
|
|
726
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof ClaimPreBatch
|
|
729
729
|
*/
|
|
730
730
|
'eCode_Diagnostic_Code2'?: string | null;
|
|
731
731
|
/**
|
|
732
|
-
*
|
|
732
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
733
733
|
* @type {string}
|
|
734
734
|
* @memberof ClaimPreBatch
|
|
735
735
|
*/
|
|
736
736
|
'eCode_Diagnostic_Code3'?: string | null;
|
|
737
737
|
/**
|
|
738
|
-
*
|
|
738
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
739
739
|
* @type {string}
|
|
740
740
|
* @memberof ClaimPreBatch
|
|
741
741
|
*/
|
|
742
742
|
'eCode_Diagnostic_Code4'?: string | null;
|
|
743
743
|
/**
|
|
744
|
-
*
|
|
744
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
745
745
|
* @type {string}
|
|
746
746
|
* @memberof ClaimPreBatch
|
|
747
747
|
*/
|
|
748
748
|
'eCode_Diagnostic_Code5'?: string | null;
|
|
749
749
|
/**
|
|
750
|
-
*
|
|
750
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
751
751
|
* @type {string}
|
|
752
752
|
* @memberof ClaimPreBatch
|
|
753
753
|
*/
|
|
754
754
|
'eCode_Diagnostic_Code6'?: string | null;
|
|
755
755
|
/**
|
|
756
|
-
*
|
|
756
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
757
757
|
* @type {string}
|
|
758
758
|
* @memberof ClaimPreBatch
|
|
759
759
|
*/
|
|
760
760
|
'eCode_Diagnostic_Code7'?: string | null;
|
|
761
761
|
/**
|
|
762
|
-
*
|
|
762
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
763
763
|
* @type {string}
|
|
764
764
|
* @memberof ClaimPreBatch
|
|
765
765
|
*/
|
|
766
766
|
'eCode_Diagnostic_Code8'?: string | null;
|
|
767
767
|
/**
|
|
768
|
-
*
|
|
768
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
769
769
|
* @type {string}
|
|
770
770
|
* @memberof ClaimPreBatch
|
|
771
771
|
*/
|
|
772
772
|
'eCode_Diagnostic_Code9'?: string | null;
|
|
773
773
|
/**
|
|
774
|
-
*
|
|
774
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
775
775
|
* @type {string}
|
|
776
776
|
* @memberof ClaimPreBatch
|
|
777
777
|
*/
|
|
778
778
|
'epsdT_Condition_Indicator1'?: string | null;
|
|
779
779
|
/**
|
|
780
|
-
*
|
|
780
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
781
781
|
* @type {string}
|
|
782
782
|
* @memberof ClaimPreBatch
|
|
783
783
|
*/
|
|
784
784
|
'epsdT_Condition_Indicator2'?: string | null;
|
|
785
785
|
/**
|
|
786
|
-
*
|
|
786
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
787
787
|
* @type {string}
|
|
788
788
|
* @memberof ClaimPreBatch
|
|
789
789
|
*/
|
|
790
790
|
'epsdT_Condition_Indicator3'?: string | null;
|
|
791
791
|
/**
|
|
792
|
-
*
|
|
792
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
793
793
|
* @type {string}
|
|
794
794
|
* @memberof ClaimPreBatch
|
|
795
795
|
*/
|
|
796
796
|
'epsdT_Referral_Given'?: string | null;
|
|
797
797
|
/**
|
|
798
|
-
*
|
|
798
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
799
799
|
* @type {string}
|
|
800
800
|
* @memberof ClaimPreBatch
|
|
801
801
|
*/
|
|
802
802
|
'entry_Date'?: string;
|
|
803
803
|
/**
|
|
804
|
-
*
|
|
804
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
805
805
|
* @type {string}
|
|
806
806
|
* @memberof ClaimPreBatch
|
|
807
807
|
*/
|
|
808
808
|
'entry_User'?: string | null;
|
|
809
809
|
/**
|
|
810
|
-
*
|
|
810
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
811
811
|
* @type {string}
|
|
812
812
|
* @memberof ClaimPreBatch
|
|
813
813
|
*/
|
|
814
814
|
'error_Beneficiary'?: string | null;
|
|
815
815
|
/**
|
|
816
|
-
*
|
|
816
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
817
817
|
* @type {string}
|
|
818
818
|
* @memberof ClaimPreBatch
|
|
819
819
|
*/
|
|
820
820
|
'ex_Code1'?: string | null;
|
|
821
821
|
/**
|
|
822
|
-
*
|
|
822
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
823
823
|
* @type {string}
|
|
824
824
|
* @memberof ClaimPreBatch
|
|
825
825
|
*/
|
|
826
826
|
'ex_Code2'?: string | null;
|
|
827
827
|
/**
|
|
828
|
-
*
|
|
828
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
829
829
|
* @type {string}
|
|
830
830
|
* @memberof ClaimPreBatch
|
|
831
831
|
*/
|
|
832
832
|
'ex_Code3'?: string | null;
|
|
833
833
|
/**
|
|
834
|
-
*
|
|
834
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
835
835
|
* @type {string}
|
|
836
836
|
* @memberof ClaimPreBatch
|
|
837
837
|
*/
|
|
838
838
|
'ex_Code4'?: string | null;
|
|
839
839
|
/**
|
|
840
|
-
*
|
|
840
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
841
841
|
* @type {string}
|
|
842
842
|
* @memberof ClaimPreBatch
|
|
843
843
|
*/
|
|
844
844
|
'exhaust_Date'?: string | null;
|
|
845
845
|
/**
|
|
846
|
-
*
|
|
846
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
847
847
|
* @type {number}
|
|
848
848
|
* @memberof ClaimPreBatch
|
|
849
849
|
*/
|
|
850
850
|
'expected_Typical_Duration'?: number | null;
|
|
851
851
|
/**
|
|
852
|
-
*
|
|
852
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
853
853
|
* @type {number}
|
|
854
854
|
* @memberof ClaimPreBatch
|
|
855
855
|
*/
|
|
856
856
|
'ficA_Percent'?: number | null;
|
|
857
857
|
/**
|
|
858
|
-
*
|
|
858
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
859
859
|
* @type {number}
|
|
860
860
|
* @memberof ClaimPreBatch
|
|
861
861
|
*/
|
|
862
862
|
'federal_Withheld'?: number | null;
|
|
863
863
|
/**
|
|
864
|
-
*
|
|
864
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
865
865
|
* @type {string}
|
|
866
866
|
* @memberof ClaimPreBatch
|
|
867
867
|
*/
|
|
868
868
|
'filing_Indicator'?: string | null;
|
|
869
869
|
/**
|
|
870
|
-
*
|
|
870
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
871
871
|
* @type {string}
|
|
872
872
|
* @memberof ClaimPreBatch
|
|
873
873
|
*/
|
|
874
874
|
'followUp_Date'?: string | null;
|
|
875
875
|
/**
|
|
876
|
-
*
|
|
876
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
877
877
|
* @type {string}
|
|
878
878
|
* @memberof ClaimPreBatch
|
|
879
879
|
*/
|
|
880
880
|
'followUp_Ex_Code'?: string | null;
|
|
881
881
|
/**
|
|
882
|
-
*
|
|
882
|
+
* Medicare Resubmission code for the claim. Indicated in Box 22 of the claim report.
|
|
883
883
|
* @type {string}
|
|
884
884
|
* @memberof ClaimPreBatch
|
|
885
885
|
*/
|
|
886
886
|
'freq_Code'?: string | null;
|
|
887
887
|
/**
|
|
888
|
-
*
|
|
888
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
889
889
|
* @type {string}
|
|
890
890
|
* @memberof ClaimPreBatch
|
|
891
891
|
*/
|
|
892
892
|
'group_ID'?: string | null;
|
|
893
893
|
/**
|
|
894
|
-
*
|
|
894
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
895
895
|
* @type {string}
|
|
896
896
|
* @memberof ClaimPreBatch
|
|
897
897
|
*/
|
|
898
898
|
'hearing_Vision_RX_Date'?: string | null;
|
|
899
899
|
/**
|
|
900
|
-
*
|
|
900
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
901
901
|
* @type {string}
|
|
902
902
|
* @memberof ClaimPreBatch
|
|
903
903
|
*/
|
|
904
904
|
'image_File_Location'?: string | null;
|
|
905
905
|
/**
|
|
906
|
-
*
|
|
906
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
907
907
|
* @type {string}
|
|
908
908
|
* @memberof ClaimPreBatch
|
|
909
909
|
*/
|
|
910
910
|
'image_File_Location2'?: string | null;
|
|
911
911
|
/**
|
|
912
|
-
*
|
|
912
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
913
913
|
* @type {string}
|
|
914
914
|
* @memberof ClaimPreBatch
|
|
915
915
|
*/
|
|
916
916
|
'image_File_Location3'?: string | null;
|
|
917
917
|
/**
|
|
918
|
-
*
|
|
918
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
919
919
|
* @type {string}
|
|
920
920
|
* @memberof ClaimPreBatch
|
|
921
921
|
*/
|
|
922
922
|
'image_File_Location4'?: string | null;
|
|
923
923
|
/**
|
|
924
|
-
*
|
|
924
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
925
925
|
* @type {string}
|
|
926
926
|
* @memberof ClaimPreBatch
|
|
927
927
|
*/
|
|
928
928
|
'initial_Treatment_Date'?: string | null;
|
|
929
929
|
/**
|
|
930
|
-
*
|
|
930
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
931
931
|
* @type {string}
|
|
932
932
|
* @memberof ClaimPreBatch
|
|
933
933
|
*/
|
|
934
934
|
'insured_Address'?: string | null;
|
|
935
935
|
/**
|
|
936
|
-
*
|
|
936
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
937
937
|
* @type {string}
|
|
938
938
|
* @memberof ClaimPreBatch
|
|
939
939
|
*/
|
|
940
940
|
'insured_Address2'?: string | null;
|
|
941
941
|
/**
|
|
942
|
-
*
|
|
942
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
943
943
|
* @type {string}
|
|
944
944
|
* @memberof ClaimPreBatch
|
|
945
945
|
*/
|
|
946
946
|
'insured_Alternate_ID'?: string | null;
|
|
947
947
|
/**
|
|
948
|
-
*
|
|
948
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
949
949
|
* @type {string}
|
|
950
950
|
* @memberof ClaimPreBatch
|
|
951
951
|
*/
|
|
952
952
|
'insured_Birth_Date'?: string | null;
|
|
953
953
|
/**
|
|
954
|
-
*
|
|
954
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
955
955
|
* @type {string}
|
|
956
956
|
* @memberof ClaimPreBatch
|
|
957
957
|
*/
|
|
958
958
|
'insured_City'?: string | null;
|
|
959
959
|
/**
|
|
960
|
-
*
|
|
960
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
961
961
|
* @type {string}
|
|
962
962
|
* @memberof ClaimPreBatch
|
|
963
963
|
*/
|
|
964
964
|
'insured_Employer_ID'?: string | null;
|
|
965
965
|
/**
|
|
966
|
-
*
|
|
966
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
967
967
|
* @type {string}
|
|
968
968
|
* @memberof ClaimPreBatch
|
|
969
969
|
*/
|
|
970
970
|
'insured_First_Name'?: string | null;
|
|
971
971
|
/**
|
|
972
|
-
*
|
|
972
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
973
973
|
* @type {string}
|
|
974
974
|
* @memberof ClaimPreBatch
|
|
975
975
|
*/
|
|
976
976
|
'insured_ID'?: string | null;
|
|
977
977
|
/**
|
|
978
|
-
*
|
|
978
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
979
979
|
* @type {string}
|
|
980
980
|
* @memberof ClaimPreBatch
|
|
981
981
|
*/
|
|
982
982
|
'insured_Last_Name'?: string | null;
|
|
983
983
|
/**
|
|
984
|
-
*
|
|
984
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
985
985
|
* @type {string}
|
|
986
986
|
* @memberof ClaimPreBatch
|
|
987
987
|
*/
|
|
988
988
|
'insured_Phone'?: string | null;
|
|
989
989
|
/**
|
|
990
|
-
*
|
|
990
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
991
991
|
* @type {string}
|
|
992
992
|
* @memberof ClaimPreBatch
|
|
993
993
|
*/
|
|
994
994
|
'insured_Policy_Number'?: string | null;
|
|
995
995
|
/**
|
|
996
|
-
*
|
|
996
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
997
997
|
* @type {string}
|
|
998
998
|
* @memberof ClaimPreBatch
|
|
999
999
|
*/
|
|
1000
1000
|
'insured_SSN'?: string | null;
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1003
1003
|
* @type {string}
|
|
1004
1004
|
* @memberof ClaimPreBatch
|
|
1005
1005
|
*/
|
|
1006
1006
|
'insured_Sex'?: string | null;
|
|
1007
1007
|
/**
|
|
1008
|
-
*
|
|
1008
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1009
1009
|
* @type {string}
|
|
1010
1010
|
* @memberof ClaimPreBatch
|
|
1011
1011
|
*/
|
|
1012
1012
|
'insured_State'?: string | null;
|
|
1013
1013
|
/**
|
|
1014
|
-
*
|
|
1014
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1015
1015
|
* @type {string}
|
|
1016
1016
|
* @memberof ClaimPreBatch
|
|
1017
1017
|
*/
|
|
1018
1018
|
'insured_Zip'?: string | null;
|
|
1019
1019
|
/**
|
|
1020
|
-
*
|
|
1020
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1021
1021
|
* @type {string}
|
|
1022
1022
|
* @memberof ClaimPreBatch
|
|
1023
1023
|
*/
|
|
1024
1024
|
'job_Type'?: string | null;
|
|
1025
1025
|
/**
|
|
1026
|
-
*
|
|
1026
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1027
1027
|
* @type {string}
|
|
1028
1028
|
* @memberof ClaimPreBatch
|
|
1029
1029
|
*/
|
|
1030
1030
|
'ltD_Effective_Date'?: string | null;
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1033
1033
|
* @type {string}
|
|
1034
1034
|
* @memberof ClaimPreBatch
|
|
1035
1035
|
*/
|
|
1036
1036
|
'ltD_Packet_Date'?: string | null;
|
|
1037
1037
|
/**
|
|
1038
|
-
*
|
|
1038
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1039
1039
|
* @type {string}
|
|
1040
1040
|
* @memberof ClaimPreBatch
|
|
1041
1041
|
*/
|
|
1042
1042
|
'last_Day_Worked'?: string | null;
|
|
1043
1043
|
/**
|
|
1044
|
-
*
|
|
1044
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1045
1045
|
* @type {string}
|
|
1046
1046
|
* @memberof ClaimPreBatch
|
|
1047
1047
|
*/
|
|
1048
1048
|
'last_Physician_Warrant_Date'?: string | null;
|
|
1049
1049
|
/**
|
|
1050
|
-
*
|
|
1050
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1051
1051
|
* @type {string}
|
|
1052
1052
|
* @memberof ClaimPreBatch
|
|
1053
1053
|
*/
|
|
1054
1054
|
'last_Seen_Date'?: string | null;
|
|
1055
1055
|
/**
|
|
1056
|
-
*
|
|
1056
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1057
1057
|
* @type {boolean}
|
|
1058
1058
|
* @memberof ClaimPreBatch
|
|
1059
1059
|
*/
|
|
1060
1060
|
'liability_Injury': boolean;
|
|
1061
1061
|
/**
|
|
1062
|
-
*
|
|
1062
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1063
1063
|
* @type {string}
|
|
1064
1064
|
* @memberof ClaimPreBatch
|
|
1065
1065
|
*/
|
|
1066
1066
|
'mail_To'?: string | null;
|
|
1067
1067
|
/**
|
|
1068
|
-
*
|
|
1068
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1069
1069
|
* @type {string}
|
|
1070
1070
|
* @memberof ClaimPreBatch
|
|
1071
1071
|
*/
|
|
1072
1072
|
'member_Seq'?: string | null;
|
|
1073
1073
|
/**
|
|
1074
|
-
*
|
|
1074
|
+
* The number of months the orthodontic treatment will be.
|
|
1075
1075
|
* @type {number}
|
|
1076
1076
|
* @memberof ClaimPreBatch
|
|
1077
1077
|
*/
|
|
1078
1078
|
'months_Of_Treatment'?: number | null;
|
|
1079
1079
|
/**
|
|
1080
|
-
*
|
|
1080
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1081
1081
|
* @type {string}
|
|
1082
1082
|
* @memberof ClaimPreBatch
|
|
1083
1083
|
*/
|
|
1084
1084
|
'network_ID'?: string | null;
|
|
1085
1085
|
/**
|
|
1086
|
-
*
|
|
1086
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1087
1087
|
* @type {boolean}
|
|
1088
1088
|
* @memberof ClaimPreBatch
|
|
1089
1089
|
*/
|
|
1090
1090
|
'occupational': boolean;
|
|
1091
1091
|
/**
|
|
1092
|
-
*
|
|
1092
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1093
1093
|
* @type {string}
|
|
1094
1094
|
* @memberof ClaimPreBatch
|
|
1095
1095
|
*/
|
|
1096
1096
|
'occurrence_Code1'?: string | null;
|
|
1097
1097
|
/**
|
|
1098
|
-
*
|
|
1098
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1099
1099
|
* @type {string}
|
|
1100
1100
|
* @memberof ClaimPreBatch
|
|
1101
1101
|
*/
|
|
1102
1102
|
'occurrence_Code2'?: string | null;
|
|
1103
1103
|
/**
|
|
1104
|
-
*
|
|
1104
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1105
1105
|
* @type {string}
|
|
1106
1106
|
* @memberof ClaimPreBatch
|
|
1107
1107
|
*/
|
|
1108
1108
|
'occurrence_Code3'?: string | null;
|
|
1109
1109
|
/**
|
|
1110
|
-
*
|
|
1110
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1111
1111
|
* @type {string}
|
|
1112
1112
|
* @memberof ClaimPreBatch
|
|
1113
1113
|
*/
|
|
1114
1114
|
'occurrence_Code4'?: string | null;
|
|
1115
1115
|
/**
|
|
1116
|
-
*
|
|
1116
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1117
1117
|
* @type {string}
|
|
1118
1118
|
* @memberof ClaimPreBatch
|
|
1119
1119
|
*/
|
|
1120
1120
|
'occurrence_Date1'?: string | null;
|
|
1121
1121
|
/**
|
|
1122
|
-
*
|
|
1122
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1123
1123
|
* @type {string}
|
|
1124
1124
|
* @memberof ClaimPreBatch
|
|
1125
1125
|
*/
|
|
1126
1126
|
'occurrence_Date2'?: string | null;
|
|
1127
1127
|
/**
|
|
1128
|
-
*
|
|
1128
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1129
1129
|
* @type {string}
|
|
1130
1130
|
* @memberof ClaimPreBatch
|
|
1131
1131
|
*/
|
|
1132
1132
|
'occurrence_Date3'?: string | null;
|
|
1133
1133
|
/**
|
|
1134
|
-
*
|
|
1134
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1135
1135
|
* @type {string}
|
|
1136
1136
|
* @memberof ClaimPreBatch
|
|
1137
1137
|
*/
|
|
1138
1138
|
'occurrence_Date4'?: string | null;
|
|
1139
1139
|
/**
|
|
1140
|
-
*
|
|
1140
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1141
1141
|
* @type {string}
|
|
1142
1142
|
* @memberof ClaimPreBatch
|
|
1143
1143
|
*/
|
|
1144
1144
|
'occurrence_Span_Code'?: string | null;
|
|
1145
1145
|
/**
|
|
1146
|
-
*
|
|
1146
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1147
1147
|
* @type {string}
|
|
1148
1148
|
* @memberof ClaimPreBatch
|
|
1149
1149
|
*/
|
|
1150
1150
|
'occurrence_Span_From'?: string | null;
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1153
1153
|
* @type {string}
|
|
1154
1154
|
* @memberof ClaimPreBatch
|
|
1155
1155
|
*/
|
|
1156
1156
|
'occurrence_Span_Thru'?: string | null;
|
|
1157
1157
|
/**
|
|
1158
|
-
*
|
|
1158
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1159
1159
|
* @type {string}
|
|
1160
1160
|
* @memberof ClaimPreBatch
|
|
1161
1161
|
*/
|
|
1162
1162
|
'onset_Similar_Illness_Date'?: string | null;
|
|
1163
1163
|
/**
|
|
1164
|
-
*
|
|
1164
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1165
1165
|
* @type {string}
|
|
1166
1166
|
* @memberof ClaimPreBatch
|
|
1167
1167
|
*/
|
|
1168
1168
|
'oper_Provider_Address'?: string | null;
|
|
1169
1169
|
/**
|
|
1170
|
-
*
|
|
1170
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1171
1171
|
* @type {string}
|
|
1172
1172
|
* @memberof ClaimPreBatch
|
|
1173
1173
|
*/
|
|
1174
1174
|
'oper_Provider_Address2'?: string | null;
|
|
1175
1175
|
/**
|
|
1176
|
-
*
|
|
1176
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1177
1177
|
* @type {string}
|
|
1178
1178
|
* @memberof ClaimPreBatch
|
|
1179
1179
|
*/
|
|
1180
1180
|
'oper_Provider_City'?: string | null;
|
|
1181
1181
|
/**
|
|
1182
|
-
*
|
|
1182
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1183
1183
|
* @type {string}
|
|
1184
1184
|
* @memberof ClaimPreBatch
|
|
1185
1185
|
*/
|
|
1186
1186
|
'oper_Provider_Federal_ID'?: string | null;
|
|
1187
1187
|
/**
|
|
1188
|
-
*
|
|
1188
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1189
1189
|
* @type {string}
|
|
1190
1190
|
* @memberof ClaimPreBatch
|
|
1191
1191
|
*/
|
|
1192
1192
|
'oper_Provider_First_Name'?: string | null;
|
|
1193
1193
|
/**
|
|
1194
|
-
*
|
|
1194
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1195
1195
|
* @type {string}
|
|
1196
1196
|
* @memberof ClaimPreBatch
|
|
1197
1197
|
*/
|
|
1198
1198
|
'oper_Provider_Last_Name'?: string | null;
|
|
1199
1199
|
/**
|
|
1200
|
-
*
|
|
1200
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1201
1201
|
* @type {string}
|
|
1202
1202
|
* @memberof ClaimPreBatch
|
|
1203
1203
|
*/
|
|
1204
1204
|
'oper_Provider_MAID'?: string | null;
|
|
1205
1205
|
/**
|
|
1206
|
-
*
|
|
1206
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1207
1207
|
* @type {string}
|
|
1208
1208
|
* @memberof ClaimPreBatch
|
|
1209
1209
|
*/
|
|
1210
1210
|
'oper_Provider_NPI'?: string | null;
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1213
1213
|
* @type {string}
|
|
1214
1214
|
* @memberof ClaimPreBatch
|
|
1215
1215
|
*/
|
|
1216
1216
|
'oper_Provider_Org_Name'?: string | null;
|
|
1217
1217
|
/**
|
|
1218
|
-
*
|
|
1218
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1219
1219
|
* @type {string}
|
|
1220
1220
|
* @memberof ClaimPreBatch
|
|
1221
1221
|
*/
|
|
1222
1222
|
'oper_Provider_Phone'?: string | null;
|
|
1223
1223
|
/**
|
|
1224
|
-
*
|
|
1224
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1225
1225
|
* @type {string}
|
|
1226
1226
|
* @memberof ClaimPreBatch
|
|
1227
1227
|
*/
|
|
1228
1228
|
'oper_Provider_State'?: string | null;
|
|
1229
1229
|
/**
|
|
1230
|
-
*
|
|
1230
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1231
1231
|
* @type {string}
|
|
1232
1232
|
* @memberof ClaimPreBatch
|
|
1233
1233
|
*/
|
|
1234
1234
|
'oper_Provider_Taxonomy'?: string | null;
|
|
1235
1235
|
/**
|
|
1236
|
-
*
|
|
1236
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1237
1237
|
* @type {string}
|
|
1238
1238
|
* @memberof ClaimPreBatch
|
|
1239
1239
|
*/
|
|
1240
1240
|
'oper_Provider_Zip'?: string | null;
|
|
1241
1241
|
/**
|
|
1242
|
-
*
|
|
1242
|
+
* This flag indicates the dental claim is for orthodontics. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1243
1243
|
* @type {boolean}
|
|
1244
1244
|
* @memberof ClaimPreBatch
|
|
1245
1245
|
*/
|
|
1246
1246
|
'orthodontics_Treatment': boolean;
|
|
1247
1247
|
/**
|
|
1248
|
-
*
|
|
1248
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1249
1249
|
* @type {boolean}
|
|
1250
1250
|
* @memberof ClaimPreBatch
|
|
1251
1251
|
*/
|
|
1252
1252
|
'other_Insurance': boolean;
|
|
1253
1253
|
/**
|
|
1254
1254
|
*
|
|
1255
|
-
* @type {
|
|
1255
|
+
* @type {string}
|
|
1256
1256
|
* @memberof ClaimPreBatch
|
|
1257
1257
|
*/
|
|
1258
|
-
'
|
|
1258
|
+
'other_Procedure_Code10'?: string | null;
|
|
1259
1259
|
/**
|
|
1260
1260
|
*
|
|
1261
1261
|
* @type {string}
|
|
1262
1262
|
* @memberof ClaimPreBatch
|
|
1263
1263
|
*/
|
|
1264
|
-
'
|
|
1264
|
+
'other_Procedure_Code11'?: string | null;
|
|
1265
1265
|
/**
|
|
1266
1266
|
*
|
|
1267
1267
|
* @type {string}
|
|
1268
1268
|
* @memberof ClaimPreBatch
|
|
1269
1269
|
*/
|
|
1270
|
-
'
|
|
1270
|
+
'other_Procedure_Code12'?: string | null;
|
|
1271
1271
|
/**
|
|
1272
1272
|
*
|
|
1273
1273
|
* @type {string}
|
|
1274
1274
|
* @memberof ClaimPreBatch
|
|
1275
1275
|
*/
|
|
1276
|
-
'
|
|
1276
|
+
'other_Procedure_Code13'?: string | null;
|
|
1277
1277
|
/**
|
|
1278
1278
|
*
|
|
1279
1279
|
* @type {string}
|
|
1280
1280
|
* @memberof ClaimPreBatch
|
|
1281
1281
|
*/
|
|
1282
|
-
'
|
|
1282
|
+
'other_Procedure_Code14'?: string | null;
|
|
1283
1283
|
/**
|
|
1284
1284
|
*
|
|
1285
1285
|
* @type {string}
|
|
1286
1286
|
* @memberof ClaimPreBatch
|
|
1287
1287
|
*/
|
|
1288
|
-
'
|
|
1288
|
+
'other_Procedure_Code15'?: string | null;
|
|
1289
1289
|
/**
|
|
1290
1290
|
*
|
|
1291
1291
|
* @type {string}
|
|
1292
1292
|
* @memberof ClaimPreBatch
|
|
1293
1293
|
*/
|
|
1294
|
-
'
|
|
1294
|
+
'other_Procedure_Code16'?: string | null;
|
|
1295
1295
|
/**
|
|
1296
1296
|
*
|
|
1297
1297
|
* @type {string}
|
|
1298
1298
|
* @memberof ClaimPreBatch
|
|
1299
1299
|
*/
|
|
1300
|
-
'
|
|
1300
|
+
'other_Procedure_Code17'?: string | null;
|
|
1301
1301
|
/**
|
|
1302
1302
|
*
|
|
1303
1303
|
* @type {string}
|
|
1304
1304
|
* @memberof ClaimPreBatch
|
|
1305
1305
|
*/
|
|
1306
|
-
'
|
|
1306
|
+
'other_Procedure_Code18'?: string | null;
|
|
1307
1307
|
/**
|
|
1308
1308
|
*
|
|
1309
1309
|
* @type {string}
|
|
1310
1310
|
* @memberof ClaimPreBatch
|
|
1311
1311
|
*/
|
|
1312
|
-
'
|
|
1312
|
+
'other_Procedure_Code19'?: string | null;
|
|
1313
1313
|
/**
|
|
1314
1314
|
*
|
|
1315
1315
|
* @type {string}
|
|
1316
1316
|
* @memberof ClaimPreBatch
|
|
1317
1317
|
*/
|
|
1318
|
-
'
|
|
1318
|
+
'other_Procedure_Code20'?: string | null;
|
|
1319
1319
|
/**
|
|
1320
1320
|
*
|
|
1321
1321
|
* @type {string}
|
|
1322
1322
|
* @memberof ClaimPreBatch
|
|
1323
1323
|
*/
|
|
1324
|
-
'
|
|
1324
|
+
'other_Procedure_Code21'?: string | null;
|
|
1325
1325
|
/**
|
|
1326
1326
|
*
|
|
1327
1327
|
* @type {string}
|
|
1328
1328
|
* @memberof ClaimPreBatch
|
|
1329
1329
|
*/
|
|
1330
|
-
'
|
|
1330
|
+
'other_Procedure_Code22'?: string | null;
|
|
1331
1331
|
/**
|
|
1332
1332
|
*
|
|
1333
1333
|
* @type {string}
|
|
1334
1334
|
* @memberof ClaimPreBatch
|
|
1335
1335
|
*/
|
|
1336
|
-
'
|
|
1336
|
+
'other_Procedure_Code23'?: string | null;
|
|
1337
1337
|
/**
|
|
1338
1338
|
*
|
|
1339
1339
|
* @type {string}
|
|
1340
1340
|
* @memberof ClaimPreBatch
|
|
1341
1341
|
*/
|
|
1342
|
-
'
|
|
1342
|
+
'other_Procedure_Code6'?: string | null;
|
|
1343
1343
|
/**
|
|
1344
1344
|
*
|
|
1345
|
-
* @type {
|
|
1345
|
+
* @type {string}
|
|
1346
1346
|
* @memberof ClaimPreBatch
|
|
1347
1347
|
*/
|
|
1348
|
-
'
|
|
1348
|
+
'other_Procedure_Code7'?: string | null;
|
|
1349
1349
|
/**
|
|
1350
1350
|
*
|
|
1351
1351
|
* @type {string}
|
|
1352
1352
|
* @memberof ClaimPreBatch
|
|
1353
1353
|
*/
|
|
1354
|
-
'
|
|
1354
|
+
'other_Procedure_Code8'?: string | null;
|
|
1355
1355
|
/**
|
|
1356
1356
|
*
|
|
1357
1357
|
* @type {string}
|
|
1358
1358
|
* @memberof ClaimPreBatch
|
|
1359
1359
|
*/
|
|
1360
|
-
'
|
|
1360
|
+
'other_Procedure_Code9'?: string | null;
|
|
1361
1361
|
/**
|
|
1362
1362
|
*
|
|
1363
1363
|
* @type {string}
|
|
1364
1364
|
* @memberof ClaimPreBatch
|
|
1365
1365
|
*/
|
|
1366
|
-
'
|
|
1366
|
+
'other_Procedure_Date10'?: string | null;
|
|
1367
1367
|
/**
|
|
1368
1368
|
*
|
|
1369
1369
|
* @type {string}
|
|
1370
1370
|
* @memberof ClaimPreBatch
|
|
1371
1371
|
*/
|
|
1372
|
-
'
|
|
1372
|
+
'other_Procedure_Date11'?: string | null;
|
|
1373
1373
|
/**
|
|
1374
1374
|
*
|
|
1375
1375
|
* @type {string}
|
|
1376
1376
|
* @memberof ClaimPreBatch
|
|
1377
1377
|
*/
|
|
1378
|
-
'
|
|
1378
|
+
'other_Procedure_Date12'?: string | null;
|
|
1379
1379
|
/**
|
|
1380
1380
|
*
|
|
1381
1381
|
* @type {string}
|
|
1382
1382
|
* @memberof ClaimPreBatch
|
|
1383
1383
|
*/
|
|
1384
|
-
'
|
|
1384
|
+
'other_Procedure_Date13'?: string | null;
|
|
1385
1385
|
/**
|
|
1386
1386
|
*
|
|
1387
1387
|
* @type {string}
|
|
1388
1388
|
* @memberof ClaimPreBatch
|
|
1389
1389
|
*/
|
|
1390
|
-
'
|
|
1390
|
+
'other_Procedure_Date14'?: string | null;
|
|
1391
1391
|
/**
|
|
1392
1392
|
*
|
|
1393
1393
|
* @type {string}
|
|
1394
1394
|
* @memberof ClaimPreBatch
|
|
1395
1395
|
*/
|
|
1396
|
-
'
|
|
1396
|
+
'other_Procedure_Date15'?: string | null;
|
|
1397
1397
|
/**
|
|
1398
1398
|
*
|
|
1399
1399
|
* @type {string}
|
|
1400
1400
|
* @memberof ClaimPreBatch
|
|
1401
1401
|
*/
|
|
1402
|
-
'
|
|
1402
|
+
'other_Procedure_Date16'?: string | null;
|
|
1403
1403
|
/**
|
|
1404
1404
|
*
|
|
1405
1405
|
* @type {string}
|
|
1406
1406
|
* @memberof ClaimPreBatch
|
|
1407
1407
|
*/
|
|
1408
|
-
'
|
|
1408
|
+
'other_Procedure_Date17'?: string | null;
|
|
1409
1409
|
/**
|
|
1410
1410
|
*
|
|
1411
1411
|
* @type {string}
|
|
1412
1412
|
* @memberof ClaimPreBatch
|
|
1413
1413
|
*/
|
|
1414
|
-
'
|
|
1414
|
+
'other_Procedure_Date18'?: string | null;
|
|
1415
1415
|
/**
|
|
1416
1416
|
*
|
|
1417
1417
|
* @type {string}
|
|
1418
1418
|
* @memberof ClaimPreBatch
|
|
1419
1419
|
*/
|
|
1420
|
-
'
|
|
1420
|
+
'other_Procedure_Date19'?: string | null;
|
|
1421
1421
|
/**
|
|
1422
1422
|
*
|
|
1423
1423
|
* @type {string}
|
|
1424
1424
|
* @memberof ClaimPreBatch
|
|
1425
1425
|
*/
|
|
1426
|
-
'
|
|
1426
|
+
'other_Procedure_Date20'?: string | null;
|
|
1427
1427
|
/**
|
|
1428
1428
|
*
|
|
1429
1429
|
* @type {string}
|
|
1430
1430
|
* @memberof ClaimPreBatch
|
|
1431
1431
|
*/
|
|
1432
|
-
'
|
|
1432
|
+
'other_Procedure_Date21'?: string | null;
|
|
1433
1433
|
/**
|
|
1434
1434
|
*
|
|
1435
1435
|
* @type {string}
|
|
1436
1436
|
* @memberof ClaimPreBatch
|
|
1437
1437
|
*/
|
|
1438
|
-
'
|
|
1438
|
+
'other_Procedure_Date22'?: string | null;
|
|
1439
1439
|
/**
|
|
1440
1440
|
*
|
|
1441
1441
|
* @type {string}
|
|
1442
1442
|
* @memberof ClaimPreBatch
|
|
1443
1443
|
*/
|
|
1444
|
-
'
|
|
1444
|
+
'other_Procedure_Date23'?: string | null;
|
|
1445
1445
|
/**
|
|
1446
1446
|
*
|
|
1447
1447
|
* @type {string}
|
|
1448
1448
|
* @memberof ClaimPreBatch
|
|
1449
1449
|
*/
|
|
1450
|
-
'
|
|
1450
|
+
'other_Procedure_Date6'?: string | null;
|
|
1451
1451
|
/**
|
|
1452
1452
|
*
|
|
1453
1453
|
* @type {string}
|
|
1454
1454
|
* @memberof ClaimPreBatch
|
|
1455
1455
|
*/
|
|
1456
|
-
'
|
|
1456
|
+
'other_Procedure_Date7'?: string | null;
|
|
1457
1457
|
/**
|
|
1458
1458
|
*
|
|
1459
1459
|
* @type {string}
|
|
1460
1460
|
* @memberof ClaimPreBatch
|
|
1461
1461
|
*/
|
|
1462
|
-
'
|
|
1462
|
+
'other_Procedure_Date8'?: string | null;
|
|
1463
1463
|
/**
|
|
1464
1464
|
*
|
|
1465
1465
|
* @type {string}
|
|
1466
1466
|
* @memberof ClaimPreBatch
|
|
1467
1467
|
*/
|
|
1468
|
-
'
|
|
1468
|
+
'other_Procedure_Date9'?: string | null;
|
|
1469
1469
|
/**
|
|
1470
|
-
*
|
|
1471
|
-
* @type {
|
|
1470
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1471
|
+
* @type {boolean}
|
|
1472
1472
|
* @memberof ClaimPreBatch
|
|
1473
1473
|
*/
|
|
1474
|
-
'
|
|
1474
|
+
'partial_Disability': boolean;
|
|
1475
1475
|
/**
|
|
1476
|
-
*
|
|
1476
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1477
1477
|
* @type {string}
|
|
1478
1478
|
* @memberof ClaimPreBatch
|
|
1479
1479
|
*/
|
|
1480
|
-
'
|
|
1480
|
+
'patient_Account'?: string | null;
|
|
1481
1481
|
/**
|
|
1482
|
-
*
|
|
1482
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1483
1483
|
* @type {string}
|
|
1484
1484
|
* @memberof ClaimPreBatch
|
|
1485
1485
|
*/
|
|
1486
|
-
'
|
|
1486
|
+
'patient_Address'?: string | null;
|
|
1487
1487
|
/**
|
|
1488
|
-
*
|
|
1488
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1489
|
+
* @type {string}
|
|
1490
|
+
* @memberof ClaimPreBatch
|
|
1491
|
+
*/
|
|
1492
|
+
'patient_Address2'?: string | null;
|
|
1493
|
+
/**
|
|
1494
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1495
|
+
* @type {string}
|
|
1496
|
+
* @memberof ClaimPreBatch
|
|
1497
|
+
*/
|
|
1498
|
+
'patient_Birth_Date'?: string | null;
|
|
1499
|
+
/**
|
|
1500
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1501
|
+
* @type {string}
|
|
1502
|
+
* @memberof ClaimPreBatch
|
|
1503
|
+
*/
|
|
1504
|
+
'patient_City'?: string | null;
|
|
1505
|
+
/**
|
|
1506
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1507
|
+
* @type {string}
|
|
1508
|
+
* @memberof ClaimPreBatch
|
|
1509
|
+
*/
|
|
1510
|
+
'patient_First_Name'?: string | null;
|
|
1511
|
+
/**
|
|
1512
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1513
|
+
* @type {string}
|
|
1514
|
+
* @memberof ClaimPreBatch
|
|
1515
|
+
*/
|
|
1516
|
+
'patient_ID'?: string | null;
|
|
1517
|
+
/**
|
|
1518
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1519
|
+
* @type {string}
|
|
1520
|
+
* @memberof ClaimPreBatch
|
|
1521
|
+
*/
|
|
1522
|
+
'patient_Last_Name'?: string | null;
|
|
1523
|
+
/**
|
|
1524
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1525
|
+
* @type {string}
|
|
1526
|
+
* @memberof ClaimPreBatch
|
|
1527
|
+
*/
|
|
1528
|
+
'patient_Phone'?: string | null;
|
|
1529
|
+
/**
|
|
1530
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1531
|
+
* @type {string}
|
|
1532
|
+
* @memberof ClaimPreBatch
|
|
1533
|
+
*/
|
|
1534
|
+
'patient_Reason_for_Visit_Diagnostic_Code1'?: string | null;
|
|
1535
|
+
/**
|
|
1536
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1537
|
+
* @type {string}
|
|
1538
|
+
* @memberof ClaimPreBatch
|
|
1539
|
+
*/
|
|
1540
|
+
'patient_Reason_for_Visit_Diagnostic_Code2'?: string | null;
|
|
1541
|
+
/**
|
|
1542
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1543
|
+
* @type {string}
|
|
1544
|
+
* @memberof ClaimPreBatch
|
|
1545
|
+
*/
|
|
1546
|
+
'patient_Reason_for_Visit_Diagnostic_Code3'?: string | null;
|
|
1547
|
+
/**
|
|
1548
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1549
|
+
* @type {string}
|
|
1550
|
+
* @memberof ClaimPreBatch
|
|
1551
|
+
*/
|
|
1552
|
+
'patient_Relationship'?: string | null;
|
|
1553
|
+
/**
|
|
1554
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1555
|
+
* @type {string}
|
|
1556
|
+
* @memberof ClaimPreBatch
|
|
1557
|
+
*/
|
|
1558
|
+
'patient_Sex'?: string | null;
|
|
1559
|
+
/**
|
|
1560
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1561
|
+
* @type {boolean}
|
|
1562
|
+
* @memberof ClaimPreBatch
|
|
1563
|
+
*/
|
|
1564
|
+
'patient_Signature': boolean;
|
|
1565
|
+
/**
|
|
1566
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1567
|
+
* @type {string}
|
|
1568
|
+
* @memberof ClaimPreBatch
|
|
1569
|
+
*/
|
|
1570
|
+
'patient_Signature_Date'?: string | null;
|
|
1571
|
+
/**
|
|
1572
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof ClaimPreBatch
|
|
1575
|
+
*/
|
|
1576
|
+
'patient_State'?: string | null;
|
|
1577
|
+
/**
|
|
1578
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1579
|
+
* @type {string}
|
|
1580
|
+
* @memberof ClaimPreBatch
|
|
1581
|
+
*/
|
|
1582
|
+
'patient_Status'?: string | null;
|
|
1583
|
+
/**
|
|
1584
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof ClaimPreBatch
|
|
1587
|
+
*/
|
|
1588
|
+
'patient_Zip'?: string | null;
|
|
1589
|
+
/**
|
|
1590
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1591
|
+
* @type {string}
|
|
1592
|
+
* @memberof ClaimPreBatch
|
|
1593
|
+
*/
|
|
1594
|
+
'payToPlan_Address'?: string | null;
|
|
1595
|
+
/**
|
|
1596
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1597
|
+
* @type {string}
|
|
1598
|
+
* @memberof ClaimPreBatch
|
|
1599
|
+
*/
|
|
1600
|
+
'payToPlan_Address2'?: string | null;
|
|
1601
|
+
/**
|
|
1602
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1603
|
+
* @type {string}
|
|
1604
|
+
* @memberof ClaimPreBatch
|
|
1605
|
+
*/
|
|
1606
|
+
'payToPlan_City'?: string | null;
|
|
1607
|
+
/**
|
|
1608
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1609
|
+
* @type {string}
|
|
1610
|
+
* @memberof ClaimPreBatch
|
|
1611
|
+
*/
|
|
1612
|
+
'payToPlan_Claim_Office_Num'?: string | null;
|
|
1613
|
+
/**
|
|
1614
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1615
|
+
* @type {string}
|
|
1616
|
+
* @memberof ClaimPreBatch
|
|
1617
|
+
*/
|
|
1618
|
+
'payToPlan_ID'?: string | null;
|
|
1619
|
+
/**
|
|
1620
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1621
|
+
* @type {string}
|
|
1622
|
+
* @memberof ClaimPreBatch
|
|
1623
|
+
*/
|
|
1624
|
+
'payToPlan_NAIC'?: string | null;
|
|
1625
|
+
/**
|
|
1626
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1627
|
+
* @type {string}
|
|
1628
|
+
* @memberof ClaimPreBatch
|
|
1629
|
+
*/
|
|
1630
|
+
'payToPlan_Name'?: string | null;
|
|
1631
|
+
/**
|
|
1632
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1633
|
+
* @type {string}
|
|
1634
|
+
* @memberof ClaimPreBatch
|
|
1635
|
+
*/
|
|
1636
|
+
'payToPlan_State'?: string | null;
|
|
1637
|
+
/**
|
|
1638
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1639
|
+
* @type {string}
|
|
1640
|
+
* @memberof ClaimPreBatch
|
|
1641
|
+
*/
|
|
1642
|
+
'payToPlan_Zip'?: string | null;
|
|
1643
|
+
/**
|
|
1644
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1645
|
+
* @type {string}
|
|
1646
|
+
* @memberof ClaimPreBatch
|
|
1647
|
+
*/
|
|
1648
|
+
'payTo_Address'?: string | null;
|
|
1649
|
+
/**
|
|
1650
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1651
|
+
* @type {string}
|
|
1652
|
+
* @memberof ClaimPreBatch
|
|
1653
|
+
*/
|
|
1654
|
+
'payTo_Address2'?: string | null;
|
|
1655
|
+
/**
|
|
1656
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1657
|
+
* @type {string}
|
|
1658
|
+
* @memberof ClaimPreBatch
|
|
1659
|
+
*/
|
|
1660
|
+
'payTo_City'?: string | null;
|
|
1661
|
+
/**
|
|
1662
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1663
|
+
* @type {string}
|
|
1664
|
+
* @memberof ClaimPreBatch
|
|
1665
|
+
*/
|
|
1666
|
+
'payTo_State'?: string | null;
|
|
1667
|
+
/**
|
|
1668
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1669
|
+
* @type {string}
|
|
1670
|
+
* @memberof ClaimPreBatch
|
|
1671
|
+
*/
|
|
1672
|
+
'payTo_Zip'?: string | null;
|
|
1673
|
+
/**
|
|
1674
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1675
|
+
* @type {string}
|
|
1676
|
+
* @memberof ClaimPreBatch
|
|
1677
|
+
*/
|
|
1678
|
+
'payee_ID'?: string | null;
|
|
1679
|
+
/**
|
|
1680
|
+
* A claim reference number used in conjunction with the Medicare Resubmission code. Indicated in Box 22 of the claim report.
|
|
1681
|
+
* @type {string}
|
|
1682
|
+
* @memberof ClaimPreBatch
|
|
1683
|
+
*/
|
|
1684
|
+
'payor_Claim_Control_Number'?: string | null;
|
|
1685
|
+
/**
|
|
1686
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1687
|
+
* @type {string}
|
|
1688
|
+
* @memberof ClaimPreBatch
|
|
1689
|
+
*/
|
|
1690
|
+
'payor_ID'?: string | null;
|
|
1691
|
+
/**
|
|
1692
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1693
|
+
* @type {string}
|
|
1694
|
+
* @memberof ClaimPreBatch
|
|
1695
|
+
*/
|
|
1696
|
+
'physician_Return_To_Work'?: string | null;
|
|
1697
|
+
/**
|
|
1698
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1699
|
+
* @type {string}
|
|
1700
|
+
* @memberof ClaimPreBatch
|
|
1701
|
+
*/
|
|
1702
|
+
'place_Of_Service'?: string | null;
|
|
1703
|
+
/**
|
|
1704
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1489
1705
|
* @type {string}
|
|
1490
1706
|
* @memberof ClaimPreBatch
|
|
1491
1707
|
*/
|
|
1492
1708
|
'plan_ID'?: string | null;
|
|
1493
1709
|
/**
|
|
1494
|
-
*
|
|
1710
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1495
1711
|
* @type {string}
|
|
1496
1712
|
* @memberof ClaimPreBatch
|
|
1497
1713
|
*/
|
|
1498
1714
|
'plan_Provider'?: string | null;
|
|
1499
1715
|
/**
|
|
1500
|
-
*
|
|
1716
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1501
1717
|
* @type {string}
|
|
1502
1718
|
* @memberof ClaimPreBatch
|
|
1503
1719
|
*/
|
|
1504
1720
|
'plan_Year'?: string | null;
|
|
1505
1721
|
/**
|
|
1506
|
-
*
|
|
1722
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1507
1723
|
* @type {string}
|
|
1508
1724
|
* @memberof ClaimPreBatch
|
|
1509
1725
|
*/
|
|
1510
1726
|
'present_On_Admission1'?: string | null;
|
|
1511
1727
|
/**
|
|
1512
|
-
*
|
|
1728
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1513
1729
|
* @type {string}
|
|
1514
1730
|
* @memberof ClaimPreBatch
|
|
1515
1731
|
*/
|
|
1516
1732
|
'present_On_Admission10'?: string | null;
|
|
1517
1733
|
/**
|
|
1518
|
-
*
|
|
1734
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1519
1735
|
* @type {string}
|
|
1520
1736
|
* @memberof ClaimPreBatch
|
|
1521
1737
|
*/
|
|
1522
1738
|
'present_On_Admission11'?: string | null;
|
|
1523
1739
|
/**
|
|
1524
|
-
*
|
|
1740
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1525
1741
|
* @type {string}
|
|
1526
1742
|
* @memberof ClaimPreBatch
|
|
1527
1743
|
*/
|
|
1528
1744
|
'present_On_Admission12'?: string | null;
|
|
1529
1745
|
/**
|
|
1530
|
-
*
|
|
1746
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1531
1747
|
* @type {string}
|
|
1532
1748
|
* @memberof ClaimPreBatch
|
|
1533
1749
|
*/
|
|
1534
1750
|
'present_On_Admission13'?: string | null;
|
|
1535
1751
|
/**
|
|
1536
|
-
*
|
|
1752
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1537
1753
|
* @type {string}
|
|
1538
1754
|
* @memberof ClaimPreBatch
|
|
1539
1755
|
*/
|
|
1540
1756
|
'present_On_Admission14'?: string | null;
|
|
1541
1757
|
/**
|
|
1542
|
-
*
|
|
1758
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1543
1759
|
* @type {string}
|
|
1544
1760
|
* @memberof ClaimPreBatch
|
|
1545
1761
|
*/
|
|
1546
1762
|
'present_On_Admission15'?: string | null;
|
|
1547
1763
|
/**
|
|
1548
|
-
*
|
|
1764
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1549
1765
|
* @type {string}
|
|
1550
1766
|
* @memberof ClaimPreBatch
|
|
1551
1767
|
*/
|
|
1552
1768
|
'present_On_Admission16'?: string | null;
|
|
1553
1769
|
/**
|
|
1554
|
-
*
|
|
1770
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1555
1771
|
* @type {string}
|
|
1556
1772
|
* @memberof ClaimPreBatch
|
|
1557
1773
|
*/
|
|
1558
1774
|
'present_On_Admission17'?: string | null;
|
|
1559
1775
|
/**
|
|
1560
|
-
*
|
|
1776
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1561
1777
|
* @type {string}
|
|
1562
1778
|
* @memberof ClaimPreBatch
|
|
1563
1779
|
*/
|
|
1564
1780
|
'present_On_Admission18'?: string | null;
|
|
1565
1781
|
/**
|
|
1566
|
-
*
|
|
1782
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1567
1783
|
* @type {string}
|
|
1568
1784
|
* @memberof ClaimPreBatch
|
|
1569
1785
|
*/
|
|
1570
1786
|
'present_On_Admission19'?: string | null;
|
|
1571
1787
|
/**
|
|
1572
|
-
*
|
|
1788
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1573
1789
|
* @type {string}
|
|
1574
1790
|
* @memberof ClaimPreBatch
|
|
1575
1791
|
*/
|
|
1576
1792
|
'present_On_Admission2'?: string | null;
|
|
1577
1793
|
/**
|
|
1578
|
-
*
|
|
1794
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1579
1795
|
* @type {string}
|
|
1580
1796
|
* @memberof ClaimPreBatch
|
|
1581
1797
|
*/
|
|
1582
1798
|
'present_On_Admission20'?: string | null;
|
|
1583
1799
|
/**
|
|
1584
|
-
*
|
|
1800
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1585
1801
|
* @type {string}
|
|
1586
1802
|
* @memberof ClaimPreBatch
|
|
1587
1803
|
*/
|
|
1588
1804
|
'present_On_Admission21'?: string | null;
|
|
1589
1805
|
/**
|
|
1590
|
-
*
|
|
1806
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1591
1807
|
* @type {string}
|
|
1592
1808
|
* @memberof ClaimPreBatch
|
|
1593
1809
|
*/
|
|
1594
1810
|
'present_On_Admission22'?: string | null;
|
|
1595
1811
|
/**
|
|
1596
|
-
*
|
|
1812
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1597
1813
|
* @type {string}
|
|
1598
1814
|
* @memberof ClaimPreBatch
|
|
1599
1815
|
*/
|
|
1600
1816
|
'present_On_Admission23'?: string | null;
|
|
1601
1817
|
/**
|
|
1602
|
-
*
|
|
1818
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1603
1819
|
* @type {string}
|
|
1604
1820
|
* @memberof ClaimPreBatch
|
|
1605
1821
|
*/
|
|
1606
1822
|
'present_On_Admission24'?: string | null;
|
|
1607
1823
|
/**
|
|
1608
|
-
*
|
|
1824
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1609
1825
|
* @type {string}
|
|
1610
1826
|
* @memberof ClaimPreBatch
|
|
1611
1827
|
*/
|
|
1612
1828
|
'present_On_Admission3'?: string | null;
|
|
1613
1829
|
/**
|
|
1614
|
-
*
|
|
1830
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1615
1831
|
* @type {string}
|
|
1616
1832
|
* @memberof ClaimPreBatch
|
|
1617
1833
|
*/
|
|
1618
1834
|
'present_On_Admission4'?: string | null;
|
|
1619
1835
|
/**
|
|
1620
|
-
*
|
|
1836
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1621
1837
|
* @type {string}
|
|
1622
1838
|
* @memberof ClaimPreBatch
|
|
1623
1839
|
*/
|
|
1624
1840
|
'present_On_Admission5'?: string | null;
|
|
1625
1841
|
/**
|
|
1626
|
-
*
|
|
1842
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1627
1843
|
* @type {string}
|
|
1628
1844
|
* @memberof ClaimPreBatch
|
|
1629
1845
|
*/
|
|
1630
1846
|
'present_On_Admission6'?: string | null;
|
|
1631
1847
|
/**
|
|
1632
|
-
*
|
|
1848
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1633
1849
|
* @type {string}
|
|
1634
1850
|
* @memberof ClaimPreBatch
|
|
1635
1851
|
*/
|
|
1636
1852
|
'present_On_Admission7'?: string | null;
|
|
1637
1853
|
/**
|
|
1638
|
-
*
|
|
1854
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1639
1855
|
* @type {string}
|
|
1640
1856
|
* @memberof ClaimPreBatch
|
|
1641
1857
|
*/
|
|
1642
1858
|
'present_On_Admission8'?: string | null;
|
|
1643
1859
|
/**
|
|
1644
|
-
*
|
|
1860
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1645
1861
|
* @type {string}
|
|
1646
1862
|
* @memberof ClaimPreBatch
|
|
1647
1863
|
*/
|
|
1648
1864
|
'present_On_Admission9'?: string | null;
|
|
1649
1865
|
/**
|
|
1650
|
-
*
|
|
1866
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1651
1867
|
* @type {string}
|
|
1652
1868
|
* @memberof ClaimPreBatch
|
|
1653
1869
|
*/
|
|
1654
1870
|
'present_On_Admission_ECode1'?: string | null;
|
|
1655
1871
|
/**
|
|
1656
|
-
*
|
|
1872
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1657
1873
|
* @type {string}
|
|
1658
1874
|
* @memberof ClaimPreBatch
|
|
1659
1875
|
*/
|
|
1660
1876
|
'present_On_Admission_ECode10'?: string | null;
|
|
1661
1877
|
/**
|
|
1662
|
-
*
|
|
1878
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1663
1879
|
* @type {string}
|
|
1664
1880
|
* @memberof ClaimPreBatch
|
|
1665
1881
|
*/
|
|
1666
1882
|
'present_On_Admission_ECode11'?: string | null;
|
|
1667
1883
|
/**
|
|
1668
|
-
*
|
|
1884
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1669
1885
|
* @type {string}
|
|
1670
1886
|
* @memberof ClaimPreBatch
|
|
1671
1887
|
*/
|
|
1672
1888
|
'present_On_Admission_ECode12'?: string | null;
|
|
1673
1889
|
/**
|
|
1674
|
-
*
|
|
1890
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1675
1891
|
* @type {string}
|
|
1676
1892
|
* @memberof ClaimPreBatch
|
|
1677
1893
|
*/
|
|
1678
1894
|
'present_On_Admission_ECode2'?: string | null;
|
|
1679
1895
|
/**
|
|
1680
|
-
*
|
|
1896
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1681
1897
|
* @type {string}
|
|
1682
1898
|
* @memberof ClaimPreBatch
|
|
1683
1899
|
*/
|
|
1684
1900
|
'present_On_Admission_ECode3'?: string | null;
|
|
1685
1901
|
/**
|
|
1686
|
-
*
|
|
1902
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1687
1903
|
* @type {string}
|
|
1688
1904
|
* @memberof ClaimPreBatch
|
|
1689
1905
|
*/
|
|
1690
1906
|
'present_On_Admission_ECode4'?: string | null;
|
|
1691
1907
|
/**
|
|
1692
|
-
*
|
|
1908
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1693
1909
|
* @type {string}
|
|
1694
1910
|
* @memberof ClaimPreBatch
|
|
1695
1911
|
*/
|
|
1696
1912
|
'present_On_Admission_ECode5'?: string | null;
|
|
1697
1913
|
/**
|
|
1698
|
-
*
|
|
1914
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1699
1915
|
* @type {string}
|
|
1700
1916
|
* @memberof ClaimPreBatch
|
|
1701
1917
|
*/
|
|
1702
1918
|
'present_On_Admission_ECode6'?: string | null;
|
|
1703
1919
|
/**
|
|
1704
|
-
*
|
|
1920
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1705
1921
|
* @type {string}
|
|
1706
1922
|
* @memberof ClaimPreBatch
|
|
1707
1923
|
*/
|
|
1708
1924
|
'present_On_Admission_ECode7'?: string | null;
|
|
1709
1925
|
/**
|
|
1710
|
-
*
|
|
1926
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1711
1927
|
* @type {string}
|
|
1712
1928
|
* @memberof ClaimPreBatch
|
|
1713
1929
|
*/
|
|
1714
1930
|
'present_On_Admission_ECode8'?: string | null;
|
|
1715
1931
|
/**
|
|
1716
|
-
*
|
|
1932
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1717
1933
|
* @type {string}
|
|
1718
1934
|
* @memberof ClaimPreBatch
|
|
1719
1935
|
*/
|
|
@@ -1723,537 +1939,543 @@ export interface ClaimPreBatch {
|
|
|
1723
1939
|
* @type {string}
|
|
1724
1940
|
* @memberof ClaimPreBatch
|
|
1725
1941
|
*/
|
|
1942
|
+
'pricing_Org_ID'?: string | null;
|
|
1943
|
+
/**
|
|
1944
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1945
|
+
* @type {string}
|
|
1946
|
+
* @memberof ClaimPreBatch
|
|
1947
|
+
*/
|
|
1726
1948
|
'principal_Procedure_Code'?: string | null;
|
|
1727
1949
|
/**
|
|
1728
|
-
*
|
|
1950
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1729
1951
|
* @type {string}
|
|
1730
1952
|
* @memberof ClaimPreBatch
|
|
1731
1953
|
*/
|
|
1732
1954
|
'principal_Procedure_Date'?: string | null;
|
|
1733
1955
|
/**
|
|
1734
|
-
*
|
|
1956
|
+
* The date of a previous prosthetic or crown applied, if there was one.
|
|
1735
1957
|
* @type {string}
|
|
1736
1958
|
* @memberof ClaimPreBatch
|
|
1737
1959
|
*/
|
|
1738
1960
|
'prior_Placement_Date'?: string | null;
|
|
1739
1961
|
/**
|
|
1740
|
-
*
|
|
1962
|
+
* This flag indicates if this claim is for the replacement of a prosthesis. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1741
1963
|
* @type {boolean}
|
|
1742
1964
|
* @memberof ClaimPreBatch
|
|
1743
1965
|
*/
|
|
1744
1966
|
'prosthesis_Replacement': boolean;
|
|
1745
1967
|
/**
|
|
1746
|
-
*
|
|
1968
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1747
1969
|
* @type {string}
|
|
1748
1970
|
* @memberof ClaimPreBatch
|
|
1749
1971
|
*/
|
|
1750
1972
|
'provider_Address'?: string | null;
|
|
1751
1973
|
/**
|
|
1752
|
-
*
|
|
1974
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1753
1975
|
* @type {string}
|
|
1754
1976
|
* @memberof ClaimPreBatch
|
|
1755
1977
|
*/
|
|
1756
1978
|
'provider_Address2'?: string | null;
|
|
1757
1979
|
/**
|
|
1758
|
-
*
|
|
1980
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1759
1981
|
* @type {string}
|
|
1760
1982
|
* @memberof ClaimPreBatch
|
|
1761
1983
|
*/
|
|
1762
1984
|
'provider_City'?: string | null;
|
|
1763
1985
|
/**
|
|
1764
|
-
*
|
|
1986
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1765
1987
|
* @type {string}
|
|
1766
1988
|
* @memberof ClaimPreBatch
|
|
1767
1989
|
*/
|
|
1768
1990
|
'provider_Federal_ID'?: string | null;
|
|
1769
1991
|
/**
|
|
1770
|
-
*
|
|
1992
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1771
1993
|
* @type {string}
|
|
1772
1994
|
* @memberof ClaimPreBatch
|
|
1773
1995
|
*/
|
|
1774
1996
|
'provider_First_Name'?: string | null;
|
|
1775
1997
|
/**
|
|
1776
|
-
*
|
|
1998
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1777
1999
|
* @type {string}
|
|
1778
2000
|
* @memberof ClaimPreBatch
|
|
1779
2001
|
*/
|
|
1780
2002
|
'provider_ID'?: string | null;
|
|
1781
2003
|
/**
|
|
1782
|
-
*
|
|
2004
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1783
2005
|
* @type {string}
|
|
1784
2006
|
* @memberof ClaimPreBatch
|
|
1785
2007
|
*/
|
|
1786
2008
|
'provider_Last_Name'?: string | null;
|
|
1787
2009
|
/**
|
|
1788
|
-
*
|
|
2010
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1789
2011
|
* @type {string}
|
|
1790
2012
|
* @memberof ClaimPreBatch
|
|
1791
2013
|
*/
|
|
1792
2014
|
'provider_MAID'?: string | null;
|
|
1793
2015
|
/**
|
|
1794
|
-
*
|
|
2016
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1795
2017
|
* @type {string}
|
|
1796
2018
|
* @memberof ClaimPreBatch
|
|
1797
2019
|
*/
|
|
1798
2020
|
'provider_NPI'?: string | null;
|
|
1799
2021
|
/**
|
|
1800
|
-
*
|
|
2022
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1801
2023
|
* @type {string}
|
|
1802
2024
|
* @memberof ClaimPreBatch
|
|
1803
2025
|
*/
|
|
1804
2026
|
'provider_Org_Name'?: string | null;
|
|
1805
2027
|
/**
|
|
1806
|
-
*
|
|
2028
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1807
2029
|
* @type {string}
|
|
1808
2030
|
* @memberof ClaimPreBatch
|
|
1809
2031
|
*/
|
|
1810
2032
|
'provider_Phone'?: string | null;
|
|
1811
2033
|
/**
|
|
1812
|
-
*
|
|
2034
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1813
2035
|
* @type {string}
|
|
1814
2036
|
* @memberof ClaimPreBatch
|
|
1815
2037
|
*/
|
|
1816
2038
|
'provider_State'?: string | null;
|
|
1817
2039
|
/**
|
|
1818
|
-
*
|
|
2040
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1819
2041
|
* @type {string}
|
|
1820
2042
|
* @memberof ClaimPreBatch
|
|
1821
2043
|
*/
|
|
1822
2044
|
'provider_Taxonomy'?: string | null;
|
|
1823
2045
|
/**
|
|
1824
|
-
*
|
|
2046
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1825
2047
|
* @type {string}
|
|
1826
2048
|
* @memberof ClaimPreBatch
|
|
1827
2049
|
*/
|
|
1828
2050
|
'provider_Zip'?: string | null;
|
|
1829
2051
|
/**
|
|
1830
|
-
*
|
|
2052
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1831
2053
|
* @type {string}
|
|
1832
2054
|
* @memberof ClaimPreBatch
|
|
1833
2055
|
*/
|
|
1834
2056
|
'received_Date'?: string | null;
|
|
1835
2057
|
/**
|
|
1836
|
-
*
|
|
2058
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1837
2059
|
* @type {string}
|
|
1838
2060
|
* @memberof ClaimPreBatch
|
|
1839
2061
|
*/
|
|
1840
2062
|
'ref_Provider_Address'?: string | null;
|
|
1841
2063
|
/**
|
|
1842
|
-
*
|
|
2064
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1843
2065
|
* @type {string}
|
|
1844
2066
|
* @memberof ClaimPreBatch
|
|
1845
2067
|
*/
|
|
1846
2068
|
'ref_Provider_Address2'?: string | null;
|
|
1847
2069
|
/**
|
|
1848
|
-
*
|
|
2070
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1849
2071
|
* @type {string}
|
|
1850
2072
|
* @memberof ClaimPreBatch
|
|
1851
2073
|
*/
|
|
1852
2074
|
'ref_Provider_City'?: string | null;
|
|
1853
2075
|
/**
|
|
1854
|
-
*
|
|
2076
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1855
2077
|
* @type {string}
|
|
1856
2078
|
* @memberof ClaimPreBatch
|
|
1857
2079
|
*/
|
|
1858
2080
|
'ref_Provider_Federal_ID'?: string | null;
|
|
1859
2081
|
/**
|
|
1860
|
-
*
|
|
2082
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1861
2083
|
* @type {string}
|
|
1862
2084
|
* @memberof ClaimPreBatch
|
|
1863
2085
|
*/
|
|
1864
2086
|
'ref_Provider_First_Name'?: string | null;
|
|
1865
2087
|
/**
|
|
1866
|
-
*
|
|
2088
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1867
2089
|
* @type {string}
|
|
1868
2090
|
* @memberof ClaimPreBatch
|
|
1869
2091
|
*/
|
|
1870
2092
|
'ref_Provider_Last_Name'?: string | null;
|
|
1871
2093
|
/**
|
|
1872
|
-
*
|
|
2094
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1873
2095
|
* @type {string}
|
|
1874
2096
|
* @memberof ClaimPreBatch
|
|
1875
2097
|
*/
|
|
1876
2098
|
'ref_Provider_MAID'?: string | null;
|
|
1877
2099
|
/**
|
|
1878
|
-
*
|
|
2100
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1879
2101
|
* @type {string}
|
|
1880
2102
|
* @memberof ClaimPreBatch
|
|
1881
2103
|
*/
|
|
1882
2104
|
'ref_Provider_NPI'?: string | null;
|
|
1883
2105
|
/**
|
|
1884
|
-
*
|
|
2106
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1885
2107
|
* @type {string}
|
|
1886
2108
|
* @memberof ClaimPreBatch
|
|
1887
2109
|
*/
|
|
1888
2110
|
'ref_Provider_Org_Name'?: string | null;
|
|
1889
2111
|
/**
|
|
1890
|
-
*
|
|
2112
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1891
2113
|
* @type {string}
|
|
1892
2114
|
* @memberof ClaimPreBatch
|
|
1893
2115
|
*/
|
|
1894
2116
|
'ref_Provider_Phone'?: string | null;
|
|
1895
2117
|
/**
|
|
1896
|
-
*
|
|
2118
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1897
2119
|
* @type {string}
|
|
1898
2120
|
* @memberof ClaimPreBatch
|
|
1899
2121
|
*/
|
|
1900
2122
|
'ref_Provider_State'?: string | null;
|
|
1901
2123
|
/**
|
|
1902
|
-
*
|
|
2124
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1903
2125
|
* @type {string}
|
|
1904
2126
|
* @memberof ClaimPreBatch
|
|
1905
2127
|
*/
|
|
1906
2128
|
'ref_Provider_Taxonomy'?: string | null;
|
|
1907
2129
|
/**
|
|
1908
|
-
*
|
|
2130
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1909
2131
|
* @type {string}
|
|
1910
2132
|
* @memberof ClaimPreBatch
|
|
1911
2133
|
*/
|
|
1912
2134
|
'ref_Provider_Zip'?: string | null;
|
|
1913
2135
|
/**
|
|
1914
|
-
*
|
|
2136
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1915
2137
|
* @type {string}
|
|
1916
2138
|
* @memberof ClaimPreBatch
|
|
1917
2139
|
*/
|
|
1918
2140
|
'referred_By'?: string | null;
|
|
1919
2141
|
/**
|
|
1920
|
-
*
|
|
2142
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1921
2143
|
* @type {number}
|
|
1922
2144
|
* @memberof ClaimPreBatch
|
|
1923
2145
|
*/
|
|
1924
2146
|
'refund_Check_ID'?: number | null;
|
|
1925
2147
|
/**
|
|
1926
|
-
*
|
|
2148
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1927
2149
|
* @type {number}
|
|
1928
2150
|
* @memberof ClaimPreBatch
|
|
1929
2151
|
*/
|
|
1930
2152
|
'refund_Funding_Key'?: number | null;
|
|
1931
2153
|
/**
|
|
1932
|
-
*
|
|
2154
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1933
2155
|
* @type {boolean}
|
|
1934
2156
|
* @memberof ClaimPreBatch
|
|
1935
2157
|
*/
|
|
1936
2158
|
'related_To_Accident': boolean;
|
|
1937
2159
|
/**
|
|
1938
|
-
*
|
|
2160
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1939
2161
|
* @type {boolean}
|
|
1940
2162
|
* @memberof ClaimPreBatch
|
|
1941
2163
|
*/
|
|
1942
2164
|
'related_To_Another_Party': boolean;
|
|
1943
2165
|
/**
|
|
1944
|
-
*
|
|
2166
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1945
2167
|
* @type {boolean}
|
|
1946
2168
|
* @memberof ClaimPreBatch
|
|
1947
2169
|
*/
|
|
1948
2170
|
'related_To_Auto': boolean;
|
|
1949
2171
|
/**
|
|
1950
|
-
*
|
|
2172
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
1951
2173
|
* @type {boolean}
|
|
1952
2174
|
* @memberof ClaimPreBatch
|
|
1953
2175
|
*/
|
|
1954
2176
|
'related_To_Employment': boolean;
|
|
1955
2177
|
/**
|
|
1956
|
-
*
|
|
2178
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1957
2179
|
* @type {string}
|
|
1958
2180
|
* @memberof ClaimPreBatch
|
|
1959
2181
|
*/
|
|
1960
2182
|
'relinquished_Care_Date'?: string | null;
|
|
1961
2183
|
/**
|
|
1962
|
-
*
|
|
2184
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1963
2185
|
* @type {string}
|
|
1964
2186
|
* @memberof ClaimPreBatch
|
|
1965
2187
|
*/
|
|
1966
2188
|
'rend_Provider_Address'?: string | null;
|
|
1967
2189
|
/**
|
|
1968
|
-
*
|
|
2190
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1969
2191
|
* @type {string}
|
|
1970
2192
|
* @memberof ClaimPreBatch
|
|
1971
2193
|
*/
|
|
1972
2194
|
'rend_Provider_Address2'?: string | null;
|
|
1973
2195
|
/**
|
|
1974
|
-
*
|
|
2196
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1975
2197
|
* @type {string}
|
|
1976
2198
|
* @memberof ClaimPreBatch
|
|
1977
2199
|
*/
|
|
1978
2200
|
'rend_Provider_City'?: string | null;
|
|
1979
2201
|
/**
|
|
1980
|
-
*
|
|
2202
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1981
2203
|
* @type {string}
|
|
1982
2204
|
* @memberof ClaimPreBatch
|
|
1983
2205
|
*/
|
|
1984
2206
|
'rend_Provider_Federal_ID'?: string | null;
|
|
1985
2207
|
/**
|
|
1986
|
-
*
|
|
2208
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1987
2209
|
* @type {string}
|
|
1988
2210
|
* @memberof ClaimPreBatch
|
|
1989
2211
|
*/
|
|
1990
2212
|
'rend_Provider_First_Name'?: string | null;
|
|
1991
2213
|
/**
|
|
1992
|
-
*
|
|
2214
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1993
2215
|
* @type {string}
|
|
1994
2216
|
* @memberof ClaimPreBatch
|
|
1995
2217
|
*/
|
|
1996
2218
|
'rend_Provider_Last_Name'?: string | null;
|
|
1997
2219
|
/**
|
|
1998
|
-
*
|
|
2220
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
1999
2221
|
* @type {string}
|
|
2000
2222
|
* @memberof ClaimPreBatch
|
|
2001
2223
|
*/
|
|
2002
2224
|
'rend_Provider_MAID'?: string | null;
|
|
2003
2225
|
/**
|
|
2004
|
-
*
|
|
2226
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2005
2227
|
* @type {string}
|
|
2006
2228
|
* @memberof ClaimPreBatch
|
|
2007
2229
|
*/
|
|
2008
2230
|
'rend_Provider_NPI'?: string | null;
|
|
2009
2231
|
/**
|
|
2010
|
-
*
|
|
2232
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2011
2233
|
* @type {string}
|
|
2012
2234
|
* @memberof ClaimPreBatch
|
|
2013
2235
|
*/
|
|
2014
2236
|
'rend_Provider_Org_Name'?: string | null;
|
|
2015
2237
|
/**
|
|
2016
|
-
*
|
|
2238
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2017
2239
|
* @type {string}
|
|
2018
2240
|
* @memberof ClaimPreBatch
|
|
2019
2241
|
*/
|
|
2020
2242
|
'rend_Provider_Phone'?: string | null;
|
|
2021
2243
|
/**
|
|
2022
|
-
*
|
|
2244
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2023
2245
|
* @type {string}
|
|
2024
2246
|
* @memberof ClaimPreBatch
|
|
2025
2247
|
*/
|
|
2026
2248
|
'rend_Provider_State'?: string | null;
|
|
2027
2249
|
/**
|
|
2028
|
-
*
|
|
2250
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2029
2251
|
* @type {string}
|
|
2030
2252
|
* @memberof ClaimPreBatch
|
|
2031
2253
|
*/
|
|
2032
2254
|
'rend_Provider_Taxonomy'?: string | null;
|
|
2033
2255
|
/**
|
|
2034
|
-
*
|
|
2256
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2035
2257
|
* @type {string}
|
|
2036
2258
|
* @memberof ClaimPreBatch
|
|
2037
2259
|
*/
|
|
2038
2260
|
'rend_Provider_Zip'?: string | null;
|
|
2039
2261
|
/**
|
|
2040
|
-
*
|
|
2262
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2041
2263
|
* @type {string}
|
|
2042
2264
|
* @memberof ClaimPreBatch
|
|
2043
2265
|
*/
|
|
2044
2266
|
'repriced_Network_ID'?: string | null;
|
|
2045
2267
|
/**
|
|
2046
|
-
*
|
|
2268
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2047
2269
|
* @type {string}
|
|
2048
2270
|
* @memberof ClaimPreBatch
|
|
2049
2271
|
*/
|
|
2050
2272
|
'return_To_Work_Date'?: string | null;
|
|
2051
2273
|
/**
|
|
2052
|
-
*
|
|
2274
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2053
2275
|
* @type {boolean}
|
|
2054
2276
|
* @memberof ClaimPreBatch
|
|
2055
2277
|
*/
|
|
2056
2278
|
'salary_Continuation': boolean;
|
|
2057
2279
|
/**
|
|
2058
|
-
*
|
|
2280
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2059
2281
|
* @type {string}
|
|
2060
2282
|
* @memberof ClaimPreBatch
|
|
2061
2283
|
*/
|
|
2062
2284
|
'send_Check_To'?: string | null;
|
|
2063
2285
|
/**
|
|
2064
|
-
*
|
|
2286
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2065
2287
|
* @type {string}
|
|
2066
2288
|
* @memberof ClaimPreBatch
|
|
2067
2289
|
*/
|
|
2068
2290
|
'sender_ID'?: string | null;
|
|
2069
2291
|
/**
|
|
2070
|
-
*
|
|
2292
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2071
2293
|
* @type {string}
|
|
2072
2294
|
* @memberof ClaimPreBatch
|
|
2073
2295
|
*/
|
|
2074
2296
|
'service_Date'?: string | null;
|
|
2075
2297
|
/**
|
|
2076
|
-
*
|
|
2298
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2077
2299
|
* @type {string}
|
|
2078
2300
|
* @memberof ClaimPreBatch
|
|
2079
2301
|
*/
|
|
2080
2302
|
'service_Fac_Loc_Address'?: string | null;
|
|
2081
2303
|
/**
|
|
2082
|
-
*
|
|
2304
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2083
2305
|
* @type {string}
|
|
2084
2306
|
* @memberof ClaimPreBatch
|
|
2085
2307
|
*/
|
|
2086
2308
|
'service_Fac_Loc_Address2'?: string | null;
|
|
2087
2309
|
/**
|
|
2088
|
-
*
|
|
2310
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2089
2311
|
* @type {string}
|
|
2090
2312
|
* @memberof ClaimPreBatch
|
|
2091
2313
|
*/
|
|
2092
2314
|
'service_Fac_Loc_City'?: string | null;
|
|
2093
2315
|
/**
|
|
2094
|
-
*
|
|
2316
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2095
2317
|
* @type {string}
|
|
2096
2318
|
* @memberof ClaimPreBatch
|
|
2097
2319
|
*/
|
|
2098
2320
|
'service_Fac_Loc_Federal_ID'?: string | null;
|
|
2099
2321
|
/**
|
|
2100
|
-
*
|
|
2322
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2101
2323
|
* @type {string}
|
|
2102
2324
|
* @memberof ClaimPreBatch
|
|
2103
2325
|
*/
|
|
2104
2326
|
'service_Fac_Loc_First_Name'?: string | null;
|
|
2105
2327
|
/**
|
|
2106
|
-
*
|
|
2328
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2107
2329
|
* @type {string}
|
|
2108
2330
|
* @memberof ClaimPreBatch
|
|
2109
2331
|
*/
|
|
2110
2332
|
'service_Fac_Loc_Last_Name'?: string | null;
|
|
2111
2333
|
/**
|
|
2112
|
-
*
|
|
2334
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2113
2335
|
* @type {string}
|
|
2114
2336
|
* @memberof ClaimPreBatch
|
|
2115
2337
|
*/
|
|
2116
2338
|
'service_Fac_Loc_MAID'?: string | null;
|
|
2117
2339
|
/**
|
|
2118
|
-
*
|
|
2340
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2119
2341
|
* @type {string}
|
|
2120
2342
|
* @memberof ClaimPreBatch
|
|
2121
2343
|
*/
|
|
2122
2344
|
'service_Fac_Loc_NPI'?: string | null;
|
|
2123
2345
|
/**
|
|
2124
|
-
*
|
|
2346
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2125
2347
|
* @type {string}
|
|
2126
2348
|
* @memberof ClaimPreBatch
|
|
2127
2349
|
*/
|
|
2128
2350
|
'service_Fac_Loc_Org_Name'?: string | null;
|
|
2129
2351
|
/**
|
|
2130
|
-
*
|
|
2352
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2131
2353
|
* @type {string}
|
|
2132
2354
|
* @memberof ClaimPreBatch
|
|
2133
2355
|
*/
|
|
2134
2356
|
'service_Fac_Loc_Phone'?: string | null;
|
|
2135
2357
|
/**
|
|
2136
|
-
*
|
|
2358
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2137
2359
|
* @type {string}
|
|
2138
2360
|
* @memberof ClaimPreBatch
|
|
2139
2361
|
*/
|
|
2140
2362
|
'service_Fac_Loc_State'?: string | null;
|
|
2141
2363
|
/**
|
|
2142
|
-
*
|
|
2364
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2143
2365
|
* @type {string}
|
|
2144
2366
|
* @memberof ClaimPreBatch
|
|
2145
2367
|
*/
|
|
2146
2368
|
'service_Fac_Loc_Taxonomy'?: string | null;
|
|
2147
2369
|
/**
|
|
2148
|
-
*
|
|
2370
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2149
2371
|
* @type {string}
|
|
2150
2372
|
* @memberof ClaimPreBatch
|
|
2151
2373
|
*/
|
|
2152
2374
|
'service_Fac_Loc_Zip'?: string | null;
|
|
2153
2375
|
/**
|
|
2154
|
-
*
|
|
2376
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2155
2377
|
* @type {string}
|
|
2156
2378
|
* @memberof ClaimPreBatch
|
|
2157
2379
|
*/
|
|
2158
2380
|
'service_Thru'?: string | null;
|
|
2159
2381
|
/**
|
|
2160
|
-
*
|
|
2382
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2161
2383
|
* @type {boolean}
|
|
2162
2384
|
* @memberof ClaimPreBatch
|
|
2163
2385
|
*/
|
|
2164
2386
|
'sick_Time': boolean;
|
|
2165
2387
|
/**
|
|
2166
|
-
*
|
|
2388
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2167
2389
|
* @type {string}
|
|
2168
2390
|
* @memberof ClaimPreBatch
|
|
2169
2391
|
*/
|
|
2170
2392
|
'subscriber_ID'?: string | null;
|
|
2171
2393
|
/**
|
|
2172
|
-
*
|
|
2394
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2173
2395
|
* @type {boolean}
|
|
2174
2396
|
* @memberof ClaimPreBatch
|
|
2175
2397
|
*/
|
|
2176
2398
|
'subscriber_Signature': boolean;
|
|
2177
2399
|
/**
|
|
2178
|
-
*
|
|
2400
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2179
2401
|
* @type {boolean}
|
|
2180
2402
|
* @memberof ClaimPreBatch
|
|
2181
2403
|
*/
|
|
2182
2404
|
'survivor_Benefit': boolean;
|
|
2183
2405
|
/**
|
|
2184
|
-
*
|
|
2406
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2185
2407
|
* @type {boolean}
|
|
2186
2408
|
* @memberof ClaimPreBatch
|
|
2187
2409
|
*/
|
|
2188
2410
|
'third_Party_Payment': boolean;
|
|
2189
2411
|
/**
|
|
2190
|
-
*
|
|
2412
|
+
* COB total for all claim detail lines Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2191
2413
|
* @type {number}
|
|
2192
2414
|
* @memberof ClaimPreBatch
|
|
2193
2415
|
*/
|
|
2194
2416
|
'total_COB': number;
|
|
2195
2417
|
/**
|
|
2196
|
-
*
|
|
2418
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2197
2419
|
* @type {string}
|
|
2198
2420
|
* @memberof ClaimPreBatch
|
|
2199
2421
|
*/
|
|
2200
2422
|
'trans_837_Control_Num'?: string | null;
|
|
2201
2423
|
/**
|
|
2202
|
-
*
|
|
2424
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2203
2425
|
* @type {boolean}
|
|
2204
2426
|
* @memberof ClaimPreBatch
|
|
2205
2427
|
*/
|
|
2206
2428
|
'transaction_837': boolean;
|
|
2207
2429
|
/**
|
|
2208
|
-
*
|
|
2430
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2209
2431
|
* @type {string}
|
|
2210
2432
|
* @memberof ClaimPreBatch
|
|
2211
2433
|
*/
|
|
2212
2434
|
'transaction_837_ID'?: string | null;
|
|
2213
2435
|
/**
|
|
2214
|
-
*
|
|
2436
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2215
2437
|
* @type {string}
|
|
2216
2438
|
* @memberof ClaimPreBatch
|
|
2217
2439
|
*/
|
|
2218
2440
|
'type_Of_Admission'?: string | null;
|
|
2219
2441
|
/**
|
|
2220
|
-
*
|
|
2442
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2221
2443
|
* @type {string}
|
|
2222
2444
|
* @memberof ClaimPreBatch
|
|
2223
2445
|
*/
|
|
2224
2446
|
'type_Of_Bill'?: string | null;
|
|
2225
2447
|
/**
|
|
2226
|
-
*
|
|
2448
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2227
2449
|
* @type {string}
|
|
2228
2450
|
* @memberof ClaimPreBatch
|
|
2229
2451
|
*/
|
|
2230
2452
|
'update_Date'?: string;
|
|
2231
2453
|
/**
|
|
2232
|
-
*
|
|
2454
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2233
2455
|
* @type {string}
|
|
2234
2456
|
* @memberof ClaimPreBatch
|
|
2235
2457
|
*/
|
|
2236
2458
|
'update_User'?: string | null;
|
|
2237
2459
|
/**
|
|
2238
|
-
*
|
|
2460
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2239
2461
|
* @type {boolean}
|
|
2240
2462
|
* @memberof ClaimPreBatch
|
|
2241
2463
|
*/
|
|
2242
2464
|
'vacation': boolean;
|
|
2243
2465
|
/**
|
|
2244
|
-
*
|
|
2466
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally.
|
|
2245
2467
|
* @type {number}
|
|
2246
2468
|
* @memberof ClaimPreBatch
|
|
2247
2469
|
*/
|
|
2248
2470
|
'void_Check_ID'?: number | null;
|
|
2249
2471
|
/**
|
|
2250
|
-
*
|
|
2472
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2251
2473
|
* @type {boolean}
|
|
2252
2474
|
* @memberof ClaimPreBatch
|
|
2253
2475
|
*/
|
|
2254
2476
|
'volume_Override': boolean;
|
|
2255
2477
|
/**
|
|
2256
|
-
*
|
|
2478
|
+
* Archive storage table for tracking initial entry of Claim information. Not to be used externally. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2257
2479
|
* @type {boolean}
|
|
2258
2480
|
* @memberof ClaimPreBatch
|
|
2259
2481
|
*/
|