@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230225.1 → 1.20230403.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.
Files changed (44) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/api/adv-group-api.ts +17 -17
  3. package/api/chat-gptapi.ts +154 -0
  4. package/api/groups-api.ts +17 -17
  5. package/api/prem-rate-types-api.ts +668 -0
  6. package/api/premium-invoice-payments-api.ts +124 -0
  7. package/api/premium-invoices-api.ts +336 -5
  8. package/api/premium-rate-distribution-types-api.ts +155 -0
  9. package/api/state-interest-api.ts +668 -0
  10. package/api/subscriber-plan-policies-api.ts +43 -91
  11. package/api/user-api.ts +394 -0
  12. package/api.ts +4 -0
  13. package/models/chat-message.ts +30 -0
  14. package/models/claim-batch-detail.ts +7 -1
  15. package/models/claim-batch.ts +1082 -86
  16. package/models/claim-detail.ts +7 -1
  17. package/models/claim-pre-batch-detail.ts +1 -1
  18. package/models/claim-pre-batch.ts +1138 -82
  19. package/models/claim.ts +1116 -120
  20. package/models/company-data.ts +15 -3
  21. package/models/cost-contain-zelis-ex-code.ts +6 -0
  22. package/models/enrollment-disenroll-group.ts +84 -0
  23. package/models/enrollment-disenroll.ts +28 -34
  24. package/models/index.ts +15 -0
  25. package/models/member-language.ts +2 -2
  26. package/models/member-medicare-resp.ts +50 -26
  27. package/models/members.ts +1 -1
  28. package/models/network-procedure-cluster.ts +15 -9
  29. package/models/plan-benefits.ts +1 -1
  30. package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
  31. package/models/prem-invoice-group-summary.ts +114 -0
  32. package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
  33. package/models/prem-invoice-payment-ext.ts +102 -0
  34. package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
  35. package/models/prem-invoice-slim.ts +42 -0
  36. package/models/prem-rate-type-list-vbaresponse.ts +45 -0
  37. package/models/prem-rate-type-vbaresponse.ts +45 -0
  38. package/models/prem-rate-type.ts +72 -0
  39. package/models/prem-rate.ts +6 -0
  40. package/models/state-interest-list-vbaresponse.ts +45 -0
  41. package/models/state-interest-vbaresponse.ts +45 -0
  42. package/models/state-interest.ts +84 -0
  43. package/models/user-reset-password-request.ts +42 -0
  44. package/package.json +1 -1
@@ -428,12 +428,102 @@ export interface ClaimPreBatch {
428
428
  * @memberof ClaimPreBatch
429
429
  */
430
430
  'condition_Code1'?: string | null;
431
+ /**
432
+ *
433
+ * @type {string}
434
+ * @memberof ClaimPreBatch
435
+ */
436
+ 'condition_Code10'?: string | null;
437
+ /**
438
+ *
439
+ * @type {string}
440
+ * @memberof ClaimPreBatch
441
+ */
442
+ 'condition_Code11'?: string | null;
443
+ /**
444
+ *
445
+ * @type {string}
446
+ * @memberof ClaimPreBatch
447
+ */
448
+ 'condition_Code12'?: string | null;
449
+ /**
450
+ *
451
+ * @type {string}
452
+ * @memberof ClaimPreBatch
453
+ */
454
+ 'condition_Code13'?: string | null;
455
+ /**
456
+ *
457
+ * @type {string}
458
+ * @memberof ClaimPreBatch
459
+ */
460
+ 'condition_Code14'?: string | null;
461
+ /**
462
+ *
463
+ * @type {string}
464
+ * @memberof ClaimPreBatch
465
+ */
466
+ 'condition_Code15'?: string | null;
467
+ /**
468
+ *
469
+ * @type {string}
470
+ * @memberof ClaimPreBatch
471
+ */
472
+ 'condition_Code16'?: string | null;
473
+ /**
474
+ *
475
+ * @type {string}
476
+ * @memberof ClaimPreBatch
477
+ */
478
+ 'condition_Code17'?: string | null;
479
+ /**
480
+ *
481
+ * @type {string}
482
+ * @memberof ClaimPreBatch
483
+ */
484
+ 'condition_Code18'?: string | null;
485
+ /**
486
+ *
487
+ * @type {string}
488
+ * @memberof ClaimPreBatch
489
+ */
490
+ 'condition_Code19'?: string | null;
431
491
  /**
432
492
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
433
493
  * @type {string}
434
494
  * @memberof ClaimPreBatch
435
495
  */
436
496
  'condition_Code2'?: string | null;
497
+ /**
498
+ *
499
+ * @type {string}
500
+ * @memberof ClaimPreBatch
501
+ */
502
+ 'condition_Code20'?: string | null;
503
+ /**
504
+ *
505
+ * @type {string}
506
+ * @memberof ClaimPreBatch
507
+ */
508
+ 'condition_Code21'?: string | null;
509
+ /**
510
+ *
511
+ * @type {string}
512
+ * @memberof ClaimPreBatch
513
+ */
514
+ 'condition_Code22'?: string | null;
515
+ /**
516
+ *
517
+ * @type {string}
518
+ * @memberof ClaimPreBatch
519
+ */
520
+ 'condition_Code23'?: string | null;
521
+ /**
522
+ *
523
+ * @type {string}
524
+ * @memberof ClaimPreBatch
525
+ */
526
+ 'condition_Code24'?: string | null;
437
527
  /**
438
528
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
439
529
  * @type {string}
@@ -464,6 +554,18 @@ export interface ClaimPreBatch {
464
554
  * @memberof ClaimPreBatch
465
555
  */
466
556
  'condition_Code7'?: string | null;
557
+ /**
558
+ *
559
+ * @type {string}
560
+ * @memberof ClaimPreBatch
561
+ */
562
+ 'condition_Code8'?: string | null;
563
+ /**
564
+ *
565
+ * @type {string}
566
+ * @memberof ClaimPreBatch
567
+ */
568
+ 'condition_Code9'?: string | null;
467
569
  /**
468
570
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
469
571
  * @type {string}
@@ -1094,12 +1196,102 @@ export interface ClaimPreBatch {
1094
1196
  * @memberof ClaimPreBatch
1095
1197
  */
1096
1198
  'occurrence_Code1'?: string | null;
1199
+ /**
1200
+ *
1201
+ * @type {string}
1202
+ * @memberof ClaimPreBatch
1203
+ */
1204
+ 'occurrence_Code10'?: string | null;
1205
+ /**
1206
+ *
1207
+ * @type {string}
1208
+ * @memberof ClaimPreBatch
1209
+ */
1210
+ 'occurrence_Code11'?: string | null;
1211
+ /**
1212
+ *
1213
+ * @type {string}
1214
+ * @memberof ClaimPreBatch
1215
+ */
1216
+ 'occurrence_Code12'?: string | null;
1217
+ /**
1218
+ *
1219
+ * @type {string}
1220
+ * @memberof ClaimPreBatch
1221
+ */
1222
+ 'occurrence_Code13'?: string | null;
1223
+ /**
1224
+ *
1225
+ * @type {string}
1226
+ * @memberof ClaimPreBatch
1227
+ */
1228
+ 'occurrence_Code14'?: string | null;
1229
+ /**
1230
+ *
1231
+ * @type {string}
1232
+ * @memberof ClaimPreBatch
1233
+ */
1234
+ 'occurrence_Code15'?: string | null;
1235
+ /**
1236
+ *
1237
+ * @type {string}
1238
+ * @memberof ClaimPreBatch
1239
+ */
1240
+ 'occurrence_Code16'?: string | null;
1241
+ /**
1242
+ *
1243
+ * @type {string}
1244
+ * @memberof ClaimPreBatch
1245
+ */
1246
+ 'occurrence_Code17'?: string | null;
1247
+ /**
1248
+ *
1249
+ * @type {string}
1250
+ * @memberof ClaimPreBatch
1251
+ */
1252
+ 'occurrence_Code18'?: string | null;
1253
+ /**
1254
+ *
1255
+ * @type {string}
1256
+ * @memberof ClaimPreBatch
1257
+ */
1258
+ 'occurrence_Code19'?: string | null;
1097
1259
  /**
1098
1260
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1099
1261
  * @type {string}
1100
1262
  * @memberof ClaimPreBatch
1101
1263
  */
1102
1264
  'occurrence_Code2'?: string | null;
1265
+ /**
1266
+ *
1267
+ * @type {string}
1268
+ * @memberof ClaimPreBatch
1269
+ */
1270
+ 'occurrence_Code20'?: string | null;
1271
+ /**
1272
+ *
1273
+ * @type {string}
1274
+ * @memberof ClaimPreBatch
1275
+ */
1276
+ 'occurrence_Code21'?: string | null;
1277
+ /**
1278
+ *
1279
+ * @type {string}
1280
+ * @memberof ClaimPreBatch
1281
+ */
1282
+ 'occurrence_Code22'?: string | null;
1283
+ /**
1284
+ *
1285
+ * @type {string}
1286
+ * @memberof ClaimPreBatch
1287
+ */
1288
+ 'occurrence_Code23'?: string | null;
1289
+ /**
1290
+ *
1291
+ * @type {string}
1292
+ * @memberof ClaimPreBatch
1293
+ */
1294
+ 'occurrence_Code24'?: string | null;
1103
1295
  /**
1104
1296
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1105
1297
  * @type {string}
@@ -1113,247 +1305,841 @@ export interface ClaimPreBatch {
1113
1305
  */
1114
1306
  'occurrence_Code4'?: string | null;
1115
1307
  /**
1116
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1308
+ *
1117
1309
  * @type {string}
1118
1310
  * @memberof ClaimPreBatch
1119
1311
  */
1120
- 'occurrence_Date1'?: string | null;
1312
+ 'occurrence_Code5'?: string | null;
1121
1313
  /**
1122
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1314
+ *
1123
1315
  * @type {string}
1124
1316
  * @memberof ClaimPreBatch
1125
1317
  */
1126
- 'occurrence_Date2'?: string | null;
1318
+ 'occurrence_Code6'?: string | null;
1127
1319
  /**
1128
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1320
+ *
1129
1321
  * @type {string}
1130
1322
  * @memberof ClaimPreBatch
1131
1323
  */
1132
- 'occurrence_Date3'?: string | null;
1324
+ 'occurrence_Code7'?: string | null;
1133
1325
  /**
1134
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1326
+ *
1135
1327
  * @type {string}
1136
1328
  * @memberof ClaimPreBatch
1137
1329
  */
1138
- 'occurrence_Date4'?: string | null;
1330
+ 'occurrence_Code8'?: string | null;
1139
1331
  /**
1140
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1332
+ *
1141
1333
  * @type {string}
1142
1334
  * @memberof ClaimPreBatch
1143
1335
  */
1144
- 'occurrence_Span_Code'?: string | null;
1336
+ 'occurrence_Code9'?: string | null;
1145
1337
  /**
1146
1338
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1147
1339
  * @type {string}
1148
1340
  * @memberof ClaimPreBatch
1149
1341
  */
1150
- 'occurrence_Span_From'?: string | null;
1342
+ 'occurrence_Date1'?: string | null;
1151
1343
  /**
1152
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1344
+ *
1153
1345
  * @type {string}
1154
1346
  * @memberof ClaimPreBatch
1155
1347
  */
1156
- 'occurrence_Span_Thru'?: string | null;
1348
+ 'occurrence_Date10'?: string | null;
1157
1349
  /**
1158
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1350
+ *
1159
1351
  * @type {string}
1160
1352
  * @memberof ClaimPreBatch
1161
1353
  */
1162
- 'onset_Similar_Illness_Date'?: string | null;
1354
+ 'occurrence_Date11'?: string | null;
1163
1355
  /**
1164
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1356
+ *
1165
1357
  * @type {string}
1166
1358
  * @memberof ClaimPreBatch
1167
1359
  */
1168
- 'oper_Provider_Address'?: string | null;
1360
+ 'occurrence_Date12'?: string | null;
1169
1361
  /**
1170
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1362
+ *
1171
1363
  * @type {string}
1172
1364
  * @memberof ClaimPreBatch
1173
1365
  */
1174
- 'oper_Provider_Address2'?: string | null;
1366
+ 'occurrence_Date13'?: string | null;
1175
1367
  /**
1176
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1368
+ *
1177
1369
  * @type {string}
1178
1370
  * @memberof ClaimPreBatch
1179
1371
  */
1180
- 'oper_Provider_City'?: string | null;
1372
+ 'occurrence_Date14'?: string | null;
1181
1373
  /**
1182
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1374
+ *
1183
1375
  * @type {string}
1184
1376
  * @memberof ClaimPreBatch
1185
1377
  */
1186
- 'oper_Provider_Federal_ID'?: string | null;
1378
+ 'occurrence_Date15'?: string | null;
1187
1379
  /**
1188
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1380
+ *
1189
1381
  * @type {string}
1190
1382
  * @memberof ClaimPreBatch
1191
1383
  */
1192
- 'oper_Provider_First_Name'?: string | null;
1384
+ 'occurrence_Date16'?: string | null;
1193
1385
  /**
1194
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1386
+ *
1195
1387
  * @type {string}
1196
1388
  * @memberof ClaimPreBatch
1197
1389
  */
1198
- 'oper_Provider_Last_Name'?: string | null;
1390
+ 'occurrence_Date17'?: string | null;
1199
1391
  /**
1200
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1392
+ *
1201
1393
  * @type {string}
1202
1394
  * @memberof ClaimPreBatch
1203
1395
  */
1204
- 'oper_Provider_MAID'?: string | null;
1396
+ 'occurrence_Date18'?: string | null;
1205
1397
  /**
1206
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1398
+ *
1207
1399
  * @type {string}
1208
1400
  * @memberof ClaimPreBatch
1209
1401
  */
1210
- 'oper_Provider_NPI'?: string | null;
1402
+ 'occurrence_Date19'?: string | null;
1211
1403
  /**
1212
1404
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1213
1405
  * @type {string}
1214
1406
  * @memberof ClaimPreBatch
1215
1407
  */
1216
- 'oper_Provider_Org_Name'?: string | null;
1408
+ 'occurrence_Date2'?: string | null;
1217
1409
  /**
1218
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1410
+ *
1219
1411
  * @type {string}
1220
1412
  * @memberof ClaimPreBatch
1221
1413
  */
1222
- 'oper_Provider_Phone'?: string | null;
1414
+ 'occurrence_Date20'?: string | null;
1223
1415
  /**
1224
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1416
+ *
1225
1417
  * @type {string}
1226
1418
  * @memberof ClaimPreBatch
1227
1419
  */
1228
- 'oper_Provider_State'?: string | null;
1420
+ 'occurrence_Date21'?: string | null;
1229
1421
  /**
1230
- * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1422
+ *
1231
1423
  * @type {string}
1232
1424
  * @memberof ClaimPreBatch
1233
1425
  */
1234
- 'oper_Provider_Taxonomy'?: string | null;
1426
+ 'occurrence_Date22'?: string | null;
1427
+ /**
1428
+ *
1429
+ * @type {string}
1430
+ * @memberof ClaimPreBatch
1431
+ */
1432
+ 'occurrence_Date23'?: string | null;
1433
+ /**
1434
+ *
1435
+ * @type {string}
1436
+ * @memberof ClaimPreBatch
1437
+ */
1438
+ 'occurrence_Date24'?: string | null;
1235
1439
  /**
1236
1440
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1237
1441
  * @type {string}
1238
1442
  * @memberof ClaimPreBatch
1239
1443
  */
1240
- 'oper_Provider_Zip'?: string | null;
1444
+ 'occurrence_Date3'?: string | null;
1241
1445
  /**
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
- * @type {boolean}
1446
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1447
+ * @type {string}
1244
1448
  * @memberof ClaimPreBatch
1245
1449
  */
1246
- 'orthodontics_Treatment': boolean;
1450
+ 'occurrence_Date4'?: string | null;
1247
1451
  /**
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
- * @type {boolean}
1452
+ *
1453
+ * @type {string}
1250
1454
  * @memberof ClaimPreBatch
1251
1455
  */
1252
- 'other_Insurance': boolean;
1456
+ 'occurrence_Date5'?: string | null;
1253
1457
  /**
1254
1458
  *
1255
1459
  * @type {string}
1256
1460
  * @memberof ClaimPreBatch
1257
1461
  */
1258
- 'other_Procedure_Code10'?: string | null;
1462
+ 'occurrence_Date6'?: string | null;
1259
1463
  /**
1260
1464
  *
1261
1465
  * @type {string}
1262
1466
  * @memberof ClaimPreBatch
1263
1467
  */
1264
- 'other_Procedure_Code11'?: string | null;
1468
+ 'occurrence_Date7'?: string | null;
1265
1469
  /**
1266
1470
  *
1267
1471
  * @type {string}
1268
1472
  * @memberof ClaimPreBatch
1269
1473
  */
1270
- 'other_Procedure_Code12'?: string | null;
1474
+ 'occurrence_Date8'?: string | null;
1271
1475
  /**
1272
1476
  *
1273
1477
  * @type {string}
1274
1478
  * @memberof ClaimPreBatch
1275
1479
  */
1276
- 'other_Procedure_Code13'?: string | null;
1480
+ 'occurrence_Date9'?: string | null;
1481
+ /**
1482
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1483
+ * @type {string}
1484
+ * @memberof ClaimPreBatch
1485
+ */
1486
+ 'occurrence_Span_Code'?: string | null;
1277
1487
  /**
1278
1488
  *
1279
1489
  * @type {string}
1280
1490
  * @memberof ClaimPreBatch
1281
1491
  */
1282
- 'other_Procedure_Code14'?: string | null;
1492
+ 'occurrence_Span_Code10'?: string | null;
1283
1493
  /**
1284
1494
  *
1285
1495
  * @type {string}
1286
1496
  * @memberof ClaimPreBatch
1287
1497
  */
1288
- 'other_Procedure_Code15'?: string | null;
1498
+ 'occurrence_Span_Code11'?: string | null;
1289
1499
  /**
1290
1500
  *
1291
1501
  * @type {string}
1292
1502
  * @memberof ClaimPreBatch
1293
1503
  */
1294
- 'other_Procedure_Code16'?: string | null;
1504
+ 'occurrence_Span_Code12'?: string | null;
1295
1505
  /**
1296
1506
  *
1297
1507
  * @type {string}
1298
1508
  * @memberof ClaimPreBatch
1299
1509
  */
1300
- 'other_Procedure_Code17'?: string | null;
1510
+ 'occurrence_Span_Code13'?: string | null;
1511
+ /**
1512
+ *
1513
+ * @type {string}
1514
+ * @memberof ClaimPreBatch
1515
+ */
1516
+ 'occurrence_Span_Code14'?: string | null;
1517
+ /**
1518
+ *
1519
+ * @type {string}
1520
+ * @memberof ClaimPreBatch
1521
+ */
1522
+ 'occurrence_Span_Code15'?: string | null;
1523
+ /**
1524
+ *
1525
+ * @type {string}
1526
+ * @memberof ClaimPreBatch
1527
+ */
1528
+ 'occurrence_Span_Code16'?: string | null;
1529
+ /**
1530
+ *
1531
+ * @type {string}
1532
+ * @memberof ClaimPreBatch
1533
+ */
1534
+ 'occurrence_Span_Code17'?: string | null;
1535
+ /**
1536
+ *
1537
+ * @type {string}
1538
+ * @memberof ClaimPreBatch
1539
+ */
1540
+ 'occurrence_Span_Code18'?: string | null;
1541
+ /**
1542
+ *
1543
+ * @type {string}
1544
+ * @memberof ClaimPreBatch
1545
+ */
1546
+ 'occurrence_Span_Code19'?: string | null;
1547
+ /**
1548
+ *
1549
+ * @type {string}
1550
+ * @memberof ClaimPreBatch
1551
+ */
1552
+ 'occurrence_Span_Code2'?: string | null;
1553
+ /**
1554
+ *
1555
+ * @type {string}
1556
+ * @memberof ClaimPreBatch
1557
+ */
1558
+ 'occurrence_Span_Code20'?: string | null;
1559
+ /**
1560
+ *
1561
+ * @type {string}
1562
+ * @memberof ClaimPreBatch
1563
+ */
1564
+ 'occurrence_Span_Code21'?: string | null;
1565
+ /**
1566
+ *
1567
+ * @type {string}
1568
+ * @memberof ClaimPreBatch
1569
+ */
1570
+ 'occurrence_Span_Code22'?: string | null;
1571
+ /**
1572
+ *
1573
+ * @type {string}
1574
+ * @memberof ClaimPreBatch
1575
+ */
1576
+ 'occurrence_Span_Code23'?: string | null;
1577
+ /**
1578
+ *
1579
+ * @type {string}
1580
+ * @memberof ClaimPreBatch
1581
+ */
1582
+ 'occurrence_Span_Code24'?: string | null;
1583
+ /**
1584
+ *
1585
+ * @type {string}
1586
+ * @memberof ClaimPreBatch
1587
+ */
1588
+ 'occurrence_Span_Code3'?: string | null;
1589
+ /**
1590
+ *
1591
+ * @type {string}
1592
+ * @memberof ClaimPreBatch
1593
+ */
1594
+ 'occurrence_Span_Code4'?: string | null;
1595
+ /**
1596
+ *
1597
+ * @type {string}
1598
+ * @memberof ClaimPreBatch
1599
+ */
1600
+ 'occurrence_Span_Code5'?: string | null;
1601
+ /**
1602
+ *
1603
+ * @type {string}
1604
+ * @memberof ClaimPreBatch
1605
+ */
1606
+ 'occurrence_Span_Code6'?: string | null;
1607
+ /**
1608
+ *
1609
+ * @type {string}
1610
+ * @memberof ClaimPreBatch
1611
+ */
1612
+ 'occurrence_Span_Code7'?: string | null;
1613
+ /**
1614
+ *
1615
+ * @type {string}
1616
+ * @memberof ClaimPreBatch
1617
+ */
1618
+ 'occurrence_Span_Code8'?: string | null;
1619
+ /**
1620
+ *
1621
+ * @type {string}
1622
+ * @memberof ClaimPreBatch
1623
+ */
1624
+ 'occurrence_Span_Code9'?: 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
+ 'occurrence_Span_From'?: string | null;
1631
+ /**
1632
+ *
1633
+ * @type {string}
1634
+ * @memberof ClaimPreBatch
1635
+ */
1636
+ 'occurrence_Span_From10'?: string | null;
1637
+ /**
1638
+ *
1639
+ * @type {string}
1640
+ * @memberof ClaimPreBatch
1641
+ */
1642
+ 'occurrence_Span_From11'?: string | null;
1643
+ /**
1644
+ *
1645
+ * @type {string}
1646
+ * @memberof ClaimPreBatch
1647
+ */
1648
+ 'occurrence_Span_From12'?: string | null;
1649
+ /**
1650
+ *
1651
+ * @type {string}
1652
+ * @memberof ClaimPreBatch
1653
+ */
1654
+ 'occurrence_Span_From13'?: string | null;
1655
+ /**
1656
+ *
1657
+ * @type {string}
1658
+ * @memberof ClaimPreBatch
1659
+ */
1660
+ 'occurrence_Span_From14'?: string | null;
1661
+ /**
1662
+ *
1663
+ * @type {string}
1664
+ * @memberof ClaimPreBatch
1665
+ */
1666
+ 'occurrence_Span_From15'?: string | null;
1667
+ /**
1668
+ *
1669
+ * @type {string}
1670
+ * @memberof ClaimPreBatch
1671
+ */
1672
+ 'occurrence_Span_From16'?: string | null;
1673
+ /**
1674
+ *
1675
+ * @type {string}
1676
+ * @memberof ClaimPreBatch
1677
+ */
1678
+ 'occurrence_Span_From17'?: string | null;
1679
+ /**
1680
+ *
1681
+ * @type {string}
1682
+ * @memberof ClaimPreBatch
1683
+ */
1684
+ 'occurrence_Span_From18'?: string | null;
1685
+ /**
1686
+ *
1687
+ * @type {string}
1688
+ * @memberof ClaimPreBatch
1689
+ */
1690
+ 'occurrence_Span_From19'?: string | null;
1691
+ /**
1692
+ *
1693
+ * @type {string}
1694
+ * @memberof ClaimPreBatch
1695
+ */
1696
+ 'occurrence_Span_From2'?: string | null;
1697
+ /**
1698
+ *
1699
+ * @type {string}
1700
+ * @memberof ClaimPreBatch
1701
+ */
1702
+ 'occurrence_Span_From20'?: string | null;
1703
+ /**
1704
+ *
1705
+ * @type {string}
1706
+ * @memberof ClaimPreBatch
1707
+ */
1708
+ 'occurrence_Span_From21'?: string | null;
1709
+ /**
1710
+ *
1711
+ * @type {string}
1712
+ * @memberof ClaimPreBatch
1713
+ */
1714
+ 'occurrence_Span_From22'?: string | null;
1715
+ /**
1716
+ *
1717
+ * @type {string}
1718
+ * @memberof ClaimPreBatch
1719
+ */
1720
+ 'occurrence_Span_From23'?: string | null;
1721
+ /**
1722
+ *
1723
+ * @type {string}
1724
+ * @memberof ClaimPreBatch
1725
+ */
1726
+ 'occurrence_Span_From24'?: string | null;
1727
+ /**
1728
+ *
1729
+ * @type {string}
1730
+ * @memberof ClaimPreBatch
1731
+ */
1732
+ 'occurrence_Span_From3'?: string | null;
1733
+ /**
1734
+ *
1735
+ * @type {string}
1736
+ * @memberof ClaimPreBatch
1737
+ */
1738
+ 'occurrence_Span_From4'?: string | null;
1739
+ /**
1740
+ *
1741
+ * @type {string}
1742
+ * @memberof ClaimPreBatch
1743
+ */
1744
+ 'occurrence_Span_From5'?: string | null;
1745
+ /**
1746
+ *
1747
+ * @type {string}
1748
+ * @memberof ClaimPreBatch
1749
+ */
1750
+ 'occurrence_Span_From6'?: string | null;
1751
+ /**
1752
+ *
1753
+ * @type {string}
1754
+ * @memberof ClaimPreBatch
1755
+ */
1756
+ 'occurrence_Span_From7'?: string | null;
1757
+ /**
1758
+ *
1759
+ * @type {string}
1760
+ * @memberof ClaimPreBatch
1761
+ */
1762
+ 'occurrence_Span_From8'?: string | null;
1763
+ /**
1764
+ *
1765
+ * @type {string}
1766
+ * @memberof ClaimPreBatch
1767
+ */
1768
+ 'occurrence_Span_From9'?: string | null;
1769
+ /**
1770
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1771
+ * @type {string}
1772
+ * @memberof ClaimPreBatch
1773
+ */
1774
+ 'occurrence_Span_Thru'?: string | null;
1775
+ /**
1776
+ *
1777
+ * @type {string}
1778
+ * @memberof ClaimPreBatch
1779
+ */
1780
+ 'occurrence_Span_Thru10'?: string | null;
1781
+ /**
1782
+ *
1783
+ * @type {string}
1784
+ * @memberof ClaimPreBatch
1785
+ */
1786
+ 'occurrence_Span_Thru11'?: string | null;
1787
+ /**
1788
+ *
1789
+ * @type {string}
1790
+ * @memberof ClaimPreBatch
1791
+ */
1792
+ 'occurrence_Span_Thru12'?: string | null;
1793
+ /**
1794
+ *
1795
+ * @type {string}
1796
+ * @memberof ClaimPreBatch
1797
+ */
1798
+ 'occurrence_Span_Thru13'?: string | null;
1799
+ /**
1800
+ *
1801
+ * @type {string}
1802
+ * @memberof ClaimPreBatch
1803
+ */
1804
+ 'occurrence_Span_Thru14'?: string | null;
1805
+ /**
1806
+ *
1807
+ * @type {string}
1808
+ * @memberof ClaimPreBatch
1809
+ */
1810
+ 'occurrence_Span_Thru15'?: string | null;
1811
+ /**
1812
+ *
1813
+ * @type {string}
1814
+ * @memberof ClaimPreBatch
1815
+ */
1816
+ 'occurrence_Span_Thru16'?: string | null;
1817
+ /**
1818
+ *
1819
+ * @type {string}
1820
+ * @memberof ClaimPreBatch
1821
+ */
1822
+ 'occurrence_Span_Thru17'?: string | null;
1823
+ /**
1824
+ *
1825
+ * @type {string}
1826
+ * @memberof ClaimPreBatch
1827
+ */
1828
+ 'occurrence_Span_Thru18'?: string | null;
1829
+ /**
1830
+ *
1831
+ * @type {string}
1832
+ * @memberof ClaimPreBatch
1833
+ */
1834
+ 'occurrence_Span_Thru19'?: string | null;
1835
+ /**
1836
+ *
1837
+ * @type {string}
1838
+ * @memberof ClaimPreBatch
1839
+ */
1840
+ 'occurrence_Span_Thru2'?: string | null;
1841
+ /**
1842
+ *
1843
+ * @type {string}
1844
+ * @memberof ClaimPreBatch
1845
+ */
1846
+ 'occurrence_Span_Thru20'?: string | null;
1847
+ /**
1848
+ *
1849
+ * @type {string}
1850
+ * @memberof ClaimPreBatch
1851
+ */
1852
+ 'occurrence_Span_Thru21'?: string | null;
1853
+ /**
1854
+ *
1855
+ * @type {string}
1856
+ * @memberof ClaimPreBatch
1857
+ */
1858
+ 'occurrence_Span_Thru22'?: string | null;
1859
+ /**
1860
+ *
1861
+ * @type {string}
1862
+ * @memberof ClaimPreBatch
1863
+ */
1864
+ 'occurrence_Span_Thru23'?: string | null;
1865
+ /**
1866
+ *
1867
+ * @type {string}
1868
+ * @memberof ClaimPreBatch
1869
+ */
1870
+ 'occurrence_Span_Thru24'?: string | null;
1871
+ /**
1872
+ *
1873
+ * @type {string}
1874
+ * @memberof ClaimPreBatch
1875
+ */
1876
+ 'occurrence_Span_Thru3'?: string | null;
1877
+ /**
1878
+ *
1879
+ * @type {string}
1880
+ * @memberof ClaimPreBatch
1881
+ */
1882
+ 'occurrence_Span_Thru4'?: string | null;
1883
+ /**
1884
+ *
1885
+ * @type {string}
1886
+ * @memberof ClaimPreBatch
1887
+ */
1888
+ 'occurrence_Span_Thru5'?: string | null;
1889
+ /**
1890
+ *
1891
+ * @type {string}
1892
+ * @memberof ClaimPreBatch
1893
+ */
1894
+ 'occurrence_Span_Thru6'?: string | null;
1895
+ /**
1896
+ *
1897
+ * @type {string}
1898
+ * @memberof ClaimPreBatch
1899
+ */
1900
+ 'occurrence_Span_Thru7'?: string | null;
1901
+ /**
1902
+ *
1903
+ * @type {string}
1904
+ * @memberof ClaimPreBatch
1905
+ */
1906
+ 'occurrence_Span_Thru8'?: string | null;
1907
+ /**
1908
+ *
1909
+ * @type {string}
1910
+ * @memberof ClaimPreBatch
1911
+ */
1912
+ 'occurrence_Span_Thru9'?: string | null;
1913
+ /**
1914
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1915
+ * @type {string}
1916
+ * @memberof ClaimPreBatch
1917
+ */
1918
+ 'onset_Similar_Illness_Date'?: string | null;
1919
+ /**
1920
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1921
+ * @type {string}
1922
+ * @memberof ClaimPreBatch
1923
+ */
1924
+ 'oper_Provider_Address'?: string | null;
1925
+ /**
1926
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1927
+ * @type {string}
1928
+ * @memberof ClaimPreBatch
1929
+ */
1930
+ 'oper_Provider_Address2'?: string | null;
1931
+ /**
1932
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1933
+ * @type {string}
1934
+ * @memberof ClaimPreBatch
1935
+ */
1936
+ 'oper_Provider_City'?: string | null;
1937
+ /**
1938
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1939
+ * @type {string}
1940
+ * @memberof ClaimPreBatch
1941
+ */
1942
+ 'oper_Provider_Federal_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
+ */
1948
+ 'oper_Provider_First_Name'?: string | null;
1949
+ /**
1950
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1951
+ * @type {string}
1952
+ * @memberof ClaimPreBatch
1953
+ */
1954
+ 'oper_Provider_Last_Name'?: string | null;
1955
+ /**
1956
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1957
+ * @type {string}
1958
+ * @memberof ClaimPreBatch
1959
+ */
1960
+ 'oper_Provider_MAID'?: string | null;
1961
+ /**
1962
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1963
+ * @type {string}
1964
+ * @memberof ClaimPreBatch
1965
+ */
1966
+ 'oper_Provider_NPI'?: string | null;
1967
+ /**
1968
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1969
+ * @type {string}
1970
+ * @memberof ClaimPreBatch
1971
+ */
1972
+ 'oper_Provider_Org_Name'?: string | null;
1973
+ /**
1974
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1975
+ * @type {string}
1976
+ * @memberof ClaimPreBatch
1977
+ */
1978
+ 'oper_Provider_Phone'?: string | null;
1979
+ /**
1980
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1981
+ * @type {string}
1982
+ * @memberof ClaimPreBatch
1983
+ */
1984
+ 'oper_Provider_State'?: string | null;
1985
+ /**
1986
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1987
+ * @type {string}
1988
+ * @memberof ClaimPreBatch
1989
+ */
1990
+ 'oper_Provider_Taxonomy'?: string | null;
1991
+ /**
1992
+ * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
1993
+ * @type {string}
1994
+ * @memberof ClaimPreBatch
1995
+ */
1996
+ 'oper_Provider_Zip'?: string | null;
1997
+ /**
1998
+ * 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.
1999
+ * @type {boolean}
2000
+ * @memberof ClaimPreBatch
2001
+ */
2002
+ 'orthodontics_Treatment': boolean;
2003
+ /**
2004
+ * 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.
2005
+ * @type {boolean}
2006
+ * @memberof ClaimPreBatch
2007
+ */
2008
+ 'other_Insurance': boolean;
2009
+ /**
2010
+ *
2011
+ * @type {string}
2012
+ * @memberof ClaimPreBatch
2013
+ */
2014
+ 'other_Procedure_Code1'?: string | null;
2015
+ /**
2016
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2017
+ * @type {string}
2018
+ * @memberof ClaimPreBatch
2019
+ */
2020
+ 'other_Procedure_Code10'?: string | null;
2021
+ /**
2022
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2023
+ * @type {string}
2024
+ * @memberof ClaimPreBatch
2025
+ */
2026
+ 'other_Procedure_Code11'?: string | null;
2027
+ /**
2028
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2029
+ * @type {string}
2030
+ * @memberof ClaimPreBatch
2031
+ */
2032
+ 'other_Procedure_Code12'?: string | null;
2033
+ /**
2034
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2035
+ * @type {string}
2036
+ * @memberof ClaimPreBatch
2037
+ */
2038
+ 'other_Procedure_Code13'?: string | null;
2039
+ /**
2040
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2041
+ * @type {string}
2042
+ * @memberof ClaimPreBatch
2043
+ */
2044
+ 'other_Procedure_Code14'?: string | null;
2045
+ /**
2046
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2047
+ * @type {string}
2048
+ * @memberof ClaimPreBatch
2049
+ */
2050
+ 'other_Procedure_Code15'?: string | null;
2051
+ /**
2052
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2053
+ * @type {string}
2054
+ * @memberof ClaimPreBatch
2055
+ */
2056
+ 'other_Procedure_Code16'?: string | null;
2057
+ /**
2058
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2059
+ * @type {string}
2060
+ * @memberof ClaimPreBatch
2061
+ */
2062
+ 'other_Procedure_Code17'?: string | null;
2063
+ /**
2064
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2065
+ * @type {string}
2066
+ * @memberof ClaimPreBatch
2067
+ */
2068
+ 'other_Procedure_Code18'?: string | null;
2069
+ /**
2070
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2071
+ * @type {string}
2072
+ * @memberof ClaimPreBatch
2073
+ */
2074
+ 'other_Procedure_Code19'?: string | null;
2075
+ /**
2076
+ *
2077
+ * @type {string}
2078
+ * @memberof ClaimPreBatch
2079
+ */
2080
+ 'other_Procedure_Code2'?: string | null;
2081
+ /**
2082
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
2083
+ * @type {string}
2084
+ * @memberof ClaimPreBatch
2085
+ */
2086
+ 'other_Procedure_Code20'?: string | null;
1301
2087
  /**
1302
- *
2088
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1303
2089
  * @type {string}
1304
2090
  * @memberof ClaimPreBatch
1305
2091
  */
1306
- 'other_Procedure_Code18'?: string | null;
2092
+ 'other_Procedure_Code21'?: string | null;
1307
2093
  /**
1308
- *
2094
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1309
2095
  * @type {string}
1310
2096
  * @memberof ClaimPreBatch
1311
2097
  */
1312
- 'other_Procedure_Code19'?: string | null;
2098
+ 'other_Procedure_Code22'?: string | null;
1313
2099
  /**
1314
- *
2100
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1315
2101
  * @type {string}
1316
2102
  * @memberof ClaimPreBatch
1317
2103
  */
1318
- 'other_Procedure_Code20'?: string | null;
2104
+ 'other_Procedure_Code23'?: string | null;
1319
2105
  /**
1320
2106
  *
1321
2107
  * @type {string}
1322
2108
  * @memberof ClaimPreBatch
1323
2109
  */
1324
- 'other_Procedure_Code21'?: string | null;
2110
+ 'other_Procedure_Code3'?: string | null;
1325
2111
  /**
1326
2112
  *
1327
2113
  * @type {string}
1328
2114
  * @memberof ClaimPreBatch
1329
2115
  */
1330
- 'other_Procedure_Code22'?: string | null;
2116
+ 'other_Procedure_Code4'?: string | null;
1331
2117
  /**
1332
2118
  *
1333
2119
  * @type {string}
1334
2120
  * @memberof ClaimPreBatch
1335
2121
  */
1336
- 'other_Procedure_Code23'?: string | null;
2122
+ 'other_Procedure_Code5'?: string | null;
1337
2123
  /**
1338
- *
2124
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1339
2125
  * @type {string}
1340
2126
  * @memberof ClaimPreBatch
1341
2127
  */
1342
2128
  'other_Procedure_Code6'?: string | null;
1343
2129
  /**
1344
- *
2130
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1345
2131
  * @type {string}
1346
2132
  * @memberof ClaimPreBatch
1347
2133
  */
1348
2134
  'other_Procedure_Code7'?: string | null;
1349
2135
  /**
1350
- *
2136
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1351
2137
  * @type {string}
1352
2138
  * @memberof ClaimPreBatch
1353
2139
  */
1354
2140
  'other_Procedure_Code8'?: string | null;
1355
2141
  /**
1356
- *
2142
+ * Additional procedure code (ICD10 Diagnosis) values for this claim submission.
1357
2143
  * @type {string}
1358
2144
  * @memberof ClaimPreBatch
1359
2145
  */
@@ -1363,57 +2149,63 @@ export interface ClaimPreBatch {
1363
2149
  * @type {string}
1364
2150
  * @memberof ClaimPreBatch
1365
2151
  */
2152
+ 'other_Procedure_Date1'?: string | null;
2153
+ /**
2154
+ * Date associated with the additional procedure code.
2155
+ * @type {string}
2156
+ * @memberof ClaimPreBatch
2157
+ */
1366
2158
  'other_Procedure_Date10'?: string | null;
1367
2159
  /**
1368
- *
2160
+ * Date associated with the additional procedure code.
1369
2161
  * @type {string}
1370
2162
  * @memberof ClaimPreBatch
1371
2163
  */
1372
2164
  'other_Procedure_Date11'?: string | null;
1373
2165
  /**
1374
- *
2166
+ * Date associated with the additional procedure code.
1375
2167
  * @type {string}
1376
2168
  * @memberof ClaimPreBatch
1377
2169
  */
1378
2170
  'other_Procedure_Date12'?: string | null;
1379
2171
  /**
1380
- *
2172
+ * Date associated with the additional procedure code.
1381
2173
  * @type {string}
1382
2174
  * @memberof ClaimPreBatch
1383
2175
  */
1384
2176
  'other_Procedure_Date13'?: string | null;
1385
2177
  /**
1386
- *
2178
+ * Date associated with the additional procedure code.
1387
2179
  * @type {string}
1388
2180
  * @memberof ClaimPreBatch
1389
2181
  */
1390
2182
  'other_Procedure_Date14'?: string | null;
1391
2183
  /**
1392
- *
2184
+ * Date associated with the additional procedure code.
1393
2185
  * @type {string}
1394
2186
  * @memberof ClaimPreBatch
1395
2187
  */
1396
2188
  'other_Procedure_Date15'?: string | null;
1397
2189
  /**
1398
- *
2190
+ * Date associated with the additional procedure code.
1399
2191
  * @type {string}
1400
2192
  * @memberof ClaimPreBatch
1401
2193
  */
1402
2194
  'other_Procedure_Date16'?: string | null;
1403
2195
  /**
1404
- *
2196
+ * Date associated with the additional procedure code.
1405
2197
  * @type {string}
1406
2198
  * @memberof ClaimPreBatch
1407
2199
  */
1408
2200
  'other_Procedure_Date17'?: string | null;
1409
2201
  /**
1410
- *
2202
+ * Date associated with the additional procedure code.
1411
2203
  * @type {string}
1412
2204
  * @memberof ClaimPreBatch
1413
2205
  */
1414
2206
  'other_Procedure_Date18'?: string | null;
1415
2207
  /**
1416
- *
2208
+ * Date associated with the additional procedure code.
1417
2209
  * @type {string}
1418
2210
  * @memberof ClaimPreBatch
1419
2211
  */
@@ -1423,21 +2215,27 @@ export interface ClaimPreBatch {
1423
2215
  * @type {string}
1424
2216
  * @memberof ClaimPreBatch
1425
2217
  */
2218
+ 'other_Procedure_Date2'?: string | null;
2219
+ /**
2220
+ * Date associated with the additional procedure code.
2221
+ * @type {string}
2222
+ * @memberof ClaimPreBatch
2223
+ */
1426
2224
  'other_Procedure_Date20'?: string | null;
1427
2225
  /**
1428
- *
2226
+ * Date associated with the additional procedure code.
1429
2227
  * @type {string}
1430
2228
  * @memberof ClaimPreBatch
1431
2229
  */
1432
2230
  'other_Procedure_Date21'?: string | null;
1433
2231
  /**
1434
- *
2232
+ * Date associated with the additional procedure code.
1435
2233
  * @type {string}
1436
2234
  * @memberof ClaimPreBatch
1437
2235
  */
1438
2236
  'other_Procedure_Date22'?: string | null;
1439
2237
  /**
1440
- *
2238
+ * Date associated with the additional procedure code.
1441
2239
  * @type {string}
1442
2240
  * @memberof ClaimPreBatch
1443
2241
  */
@@ -1447,21 +2245,39 @@ export interface ClaimPreBatch {
1447
2245
  * @type {string}
1448
2246
  * @memberof ClaimPreBatch
1449
2247
  */
1450
- 'other_Procedure_Date6'?: string | null;
2248
+ 'other_Procedure_Date3'?: string | null;
1451
2249
  /**
1452
2250
  *
1453
2251
  * @type {string}
1454
2252
  * @memberof ClaimPreBatch
1455
2253
  */
1456
- 'other_Procedure_Date7'?: string | null;
2254
+ 'other_Procedure_Date4'?: string | null;
1457
2255
  /**
1458
2256
  *
1459
2257
  * @type {string}
1460
2258
  * @memberof ClaimPreBatch
1461
2259
  */
2260
+ 'other_Procedure_Date5'?: string | null;
2261
+ /**
2262
+ * Date associated with the additional procedure code.
2263
+ * @type {string}
2264
+ * @memberof ClaimPreBatch
2265
+ */
2266
+ 'other_Procedure_Date6'?: string | null;
2267
+ /**
2268
+ * Date associated with the additional procedure code.
2269
+ * @type {string}
2270
+ * @memberof ClaimPreBatch
2271
+ */
2272
+ 'other_Procedure_Date7'?: string | null;
2273
+ /**
2274
+ * Date associated with the additional procedure code.
2275
+ * @type {string}
2276
+ * @memberof ClaimPreBatch
2277
+ */
1462
2278
  'other_Procedure_Date8'?: string | null;
1463
2279
  /**
1464
- *
2280
+ * Date associated with the additional procedure code.
1465
2281
  * @type {string}
1466
2282
  * @memberof ClaimPreBatch
1467
2283
  */
@@ -1935,7 +2751,7 @@ export interface ClaimPreBatch {
1935
2751
  */
1936
2752
  'present_On_Admission_ECode9'?: string | null;
1937
2753
  /**
1938
- *
2754
+ * The ID of the pricing organization. Data is obtained in segment HCP04 on an 837.
1939
2755
  * @type {string}
1940
2756
  * @memberof ClaimPreBatch
1941
2757
  */
@@ -2462,6 +3278,246 @@ export interface ClaimPreBatch {
2462
3278
  * @memberof ClaimPreBatch
2463
3279
  */
2464
3280
  'vacation': boolean;
3281
+ /**
3282
+ *
3283
+ * @type {number}
3284
+ * @memberof ClaimPreBatch
3285
+ */
3286
+ 'value_Amount10'?: number | null;
3287
+ /**
3288
+ *
3289
+ * @type {number}
3290
+ * @memberof ClaimPreBatch
3291
+ */
3292
+ 'value_Amount11'?: number | null;
3293
+ /**
3294
+ *
3295
+ * @type {number}
3296
+ * @memberof ClaimPreBatch
3297
+ */
3298
+ 'value_Amount12'?: number | null;
3299
+ /**
3300
+ *
3301
+ * @type {number}
3302
+ * @memberof ClaimPreBatch
3303
+ */
3304
+ 'value_Amount13'?: number | null;
3305
+ /**
3306
+ *
3307
+ * @type {number}
3308
+ * @memberof ClaimPreBatch
3309
+ */
3310
+ 'value_Amount14'?: number | null;
3311
+ /**
3312
+ *
3313
+ * @type {number}
3314
+ * @memberof ClaimPreBatch
3315
+ */
3316
+ 'value_Amount15'?: number | null;
3317
+ /**
3318
+ *
3319
+ * @type {number}
3320
+ * @memberof ClaimPreBatch
3321
+ */
3322
+ 'value_Amount16'?: number | null;
3323
+ /**
3324
+ *
3325
+ * @type {number}
3326
+ * @memberof ClaimPreBatch
3327
+ */
3328
+ 'value_Amount17'?: number | null;
3329
+ /**
3330
+ *
3331
+ * @type {number}
3332
+ * @memberof ClaimPreBatch
3333
+ */
3334
+ 'value_Amount18'?: number | null;
3335
+ /**
3336
+ *
3337
+ * @type {number}
3338
+ * @memberof ClaimPreBatch
3339
+ */
3340
+ 'value_Amount19'?: number | null;
3341
+ /**
3342
+ *
3343
+ * @type {number}
3344
+ * @memberof ClaimPreBatch
3345
+ */
3346
+ 'value_Amount20'?: number | null;
3347
+ /**
3348
+ *
3349
+ * @type {number}
3350
+ * @memberof ClaimPreBatch
3351
+ */
3352
+ 'value_Amount21'?: number | null;
3353
+ /**
3354
+ *
3355
+ * @type {number}
3356
+ * @memberof ClaimPreBatch
3357
+ */
3358
+ 'value_Amount22'?: number | null;
3359
+ /**
3360
+ *
3361
+ * @type {number}
3362
+ * @memberof ClaimPreBatch
3363
+ */
3364
+ 'value_Amount23'?: number | null;
3365
+ /**
3366
+ *
3367
+ * @type {number}
3368
+ * @memberof ClaimPreBatch
3369
+ */
3370
+ 'value_Amount24'?: number | null;
3371
+ /**
3372
+ *
3373
+ * @type {number}
3374
+ * @memberof ClaimPreBatch
3375
+ */
3376
+ 'value_Amount5'?: number | null;
3377
+ /**
3378
+ *
3379
+ * @type {number}
3380
+ * @memberof ClaimPreBatch
3381
+ */
3382
+ 'value_Amount6'?: number | null;
3383
+ /**
3384
+ *
3385
+ * @type {number}
3386
+ * @memberof ClaimPreBatch
3387
+ */
3388
+ 'value_Amount7'?: number | null;
3389
+ /**
3390
+ *
3391
+ * @type {number}
3392
+ * @memberof ClaimPreBatch
3393
+ */
3394
+ 'value_Amount8'?: number | null;
3395
+ /**
3396
+ *
3397
+ * @type {number}
3398
+ * @memberof ClaimPreBatch
3399
+ */
3400
+ 'value_Amount9'?: number | null;
3401
+ /**
3402
+ *
3403
+ * @type {string}
3404
+ * @memberof ClaimPreBatch
3405
+ */
3406
+ 'value_Code10'?: string | null;
3407
+ /**
3408
+ *
3409
+ * @type {string}
3410
+ * @memberof ClaimPreBatch
3411
+ */
3412
+ 'value_Code11'?: string | null;
3413
+ /**
3414
+ *
3415
+ * @type {string}
3416
+ * @memberof ClaimPreBatch
3417
+ */
3418
+ 'value_Code12'?: string | null;
3419
+ /**
3420
+ *
3421
+ * @type {string}
3422
+ * @memberof ClaimPreBatch
3423
+ */
3424
+ 'value_Code13'?: string | null;
3425
+ /**
3426
+ *
3427
+ * @type {string}
3428
+ * @memberof ClaimPreBatch
3429
+ */
3430
+ 'value_Code14'?: string | null;
3431
+ /**
3432
+ *
3433
+ * @type {string}
3434
+ * @memberof ClaimPreBatch
3435
+ */
3436
+ 'value_Code15'?: string | null;
3437
+ /**
3438
+ *
3439
+ * @type {string}
3440
+ * @memberof ClaimPreBatch
3441
+ */
3442
+ 'value_Code16'?: string | null;
3443
+ /**
3444
+ *
3445
+ * @type {string}
3446
+ * @memberof ClaimPreBatch
3447
+ */
3448
+ 'value_Code17'?: string | null;
3449
+ /**
3450
+ *
3451
+ * @type {string}
3452
+ * @memberof ClaimPreBatch
3453
+ */
3454
+ 'value_Code18'?: string | null;
3455
+ /**
3456
+ *
3457
+ * @type {string}
3458
+ * @memberof ClaimPreBatch
3459
+ */
3460
+ 'value_Code19'?: string | null;
3461
+ /**
3462
+ *
3463
+ * @type {string}
3464
+ * @memberof ClaimPreBatch
3465
+ */
3466
+ 'value_Code20'?: string | null;
3467
+ /**
3468
+ *
3469
+ * @type {string}
3470
+ * @memberof ClaimPreBatch
3471
+ */
3472
+ 'value_Code21'?: string | null;
3473
+ /**
3474
+ *
3475
+ * @type {string}
3476
+ * @memberof ClaimPreBatch
3477
+ */
3478
+ 'value_Code22'?: string | null;
3479
+ /**
3480
+ *
3481
+ * @type {string}
3482
+ * @memberof ClaimPreBatch
3483
+ */
3484
+ 'value_Code23'?: string | null;
3485
+ /**
3486
+ *
3487
+ * @type {string}
3488
+ * @memberof ClaimPreBatch
3489
+ */
3490
+ 'value_Code24'?: string | null;
3491
+ /**
3492
+ *
3493
+ * @type {string}
3494
+ * @memberof ClaimPreBatch
3495
+ */
3496
+ 'value_Code5'?: string | null;
3497
+ /**
3498
+ *
3499
+ * @type {string}
3500
+ * @memberof ClaimPreBatch
3501
+ */
3502
+ 'value_Code6'?: string | null;
3503
+ /**
3504
+ *
3505
+ * @type {string}
3506
+ * @memberof ClaimPreBatch
3507
+ */
3508
+ 'value_Code7'?: string | null;
3509
+ /**
3510
+ *
3511
+ * @type {string}
3512
+ * @memberof ClaimPreBatch
3513
+ */
3514
+ 'value_Code8'?: string | null;
3515
+ /**
3516
+ *
3517
+ * @type {string}
3518
+ * @memberof ClaimPreBatch
3519
+ */
3520
+ 'value_Code9'?: string | null;
2465
3521
  /**
2466
3522
  * Archive storage table for tracking initial entry of Claim information. Not to be used externally.
2467
3523
  * @type {number}