@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.
- package/.openapi-generator/FILES +19 -0
- package/api/adv-group-api.ts +17 -17
- package/api/chat-gptapi.ts +154 -0
- package/api/groups-api.ts +17 -17
- package/api/prem-rate-types-api.ts +668 -0
- package/api/premium-invoice-payments-api.ts +124 -0
- package/api/premium-invoices-api.ts +336 -5
- package/api/premium-rate-distribution-types-api.ts +155 -0
- package/api/state-interest-api.ts +668 -0
- package/api/subscriber-plan-policies-api.ts +43 -91
- package/api/user-api.ts +394 -0
- package/api.ts +4 -0
- package/models/chat-message.ts +30 -0
- package/models/claim-batch-detail.ts +7 -1
- package/models/claim-batch.ts +1082 -86
- package/models/claim-detail.ts +7 -1
- package/models/claim-pre-batch-detail.ts +1 -1
- package/models/claim-pre-batch.ts +1138 -82
- package/models/claim.ts +1116 -120
- package/models/company-data.ts +15 -3
- package/models/cost-contain-zelis-ex-code.ts +6 -0
- package/models/enrollment-disenroll-group.ts +84 -0
- package/models/enrollment-disenroll.ts +28 -34
- package/models/index.ts +15 -0
- package/models/member-language.ts +2 -2
- package/models/member-medicare-resp.ts +50 -26
- package/models/members.ts +1 -1
- package/models/network-procedure-cluster.ts +15 -9
- package/models/plan-benefits.ts +1 -1
- package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
- package/models/prem-invoice-group-summary.ts +114 -0
- package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-payment-ext.ts +102 -0
- package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-slim.ts +42 -0
- package/models/prem-rate-type-list-vbaresponse.ts +45 -0
- package/models/prem-rate-type-vbaresponse.ts +45 -0
- package/models/prem-rate-type.ts +72 -0
- package/models/prem-rate.ts +6 -0
- package/models/state-interest-list-vbaresponse.ts +45 -0
- package/models/state-interest-vbaresponse.ts +45 -0
- package/models/state-interest.ts +84 -0
- package/models/user-reset-password-request.ts +42 -0
- package/package.json +1 -1
package/models/claim-batch.ts
CHANGED
|
@@ -446,12 +446,102 @@ export interface ClaimBatch {
|
|
|
446
446
|
* @memberof ClaimBatch
|
|
447
447
|
*/
|
|
448
448
|
'condition_Code1'?: string | null;
|
|
449
|
+
/**
|
|
450
|
+
*
|
|
451
|
+
* @type {string}
|
|
452
|
+
* @memberof ClaimBatch
|
|
453
|
+
*/
|
|
454
|
+
'condition_Code10'?: string | null;
|
|
455
|
+
/**
|
|
456
|
+
*
|
|
457
|
+
* @type {string}
|
|
458
|
+
* @memberof ClaimBatch
|
|
459
|
+
*/
|
|
460
|
+
'condition_Code11'?: string | null;
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @type {string}
|
|
464
|
+
* @memberof ClaimBatch
|
|
465
|
+
*/
|
|
466
|
+
'condition_Code12'?: string | null;
|
|
467
|
+
/**
|
|
468
|
+
*
|
|
469
|
+
* @type {string}
|
|
470
|
+
* @memberof ClaimBatch
|
|
471
|
+
*/
|
|
472
|
+
'condition_Code13'?: string | null;
|
|
473
|
+
/**
|
|
474
|
+
*
|
|
475
|
+
* @type {string}
|
|
476
|
+
* @memberof ClaimBatch
|
|
477
|
+
*/
|
|
478
|
+
'condition_Code14'?: string | null;
|
|
479
|
+
/**
|
|
480
|
+
*
|
|
481
|
+
* @type {string}
|
|
482
|
+
* @memberof ClaimBatch
|
|
483
|
+
*/
|
|
484
|
+
'condition_Code15'?: string | null;
|
|
485
|
+
/**
|
|
486
|
+
*
|
|
487
|
+
* @type {string}
|
|
488
|
+
* @memberof ClaimBatch
|
|
489
|
+
*/
|
|
490
|
+
'condition_Code16'?: string | null;
|
|
491
|
+
/**
|
|
492
|
+
*
|
|
493
|
+
* @type {string}
|
|
494
|
+
* @memberof ClaimBatch
|
|
495
|
+
*/
|
|
496
|
+
'condition_Code17'?: string | null;
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @type {string}
|
|
500
|
+
* @memberof ClaimBatch
|
|
501
|
+
*/
|
|
502
|
+
'condition_Code18'?: string | null;
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* @type {string}
|
|
506
|
+
* @memberof ClaimBatch
|
|
507
|
+
*/
|
|
508
|
+
'condition_Code19'?: string | null;
|
|
449
509
|
/**
|
|
450
510
|
* The Condition Code value for this claim.
|
|
451
511
|
* @type {string}
|
|
452
512
|
* @memberof ClaimBatch
|
|
453
513
|
*/
|
|
454
514
|
'condition_Code2'?: string | null;
|
|
515
|
+
/**
|
|
516
|
+
*
|
|
517
|
+
* @type {string}
|
|
518
|
+
* @memberof ClaimBatch
|
|
519
|
+
*/
|
|
520
|
+
'condition_Code20'?: string | null;
|
|
521
|
+
/**
|
|
522
|
+
*
|
|
523
|
+
* @type {string}
|
|
524
|
+
* @memberof ClaimBatch
|
|
525
|
+
*/
|
|
526
|
+
'condition_Code21'?: string | null;
|
|
527
|
+
/**
|
|
528
|
+
*
|
|
529
|
+
* @type {string}
|
|
530
|
+
* @memberof ClaimBatch
|
|
531
|
+
*/
|
|
532
|
+
'condition_Code22'?: string | null;
|
|
533
|
+
/**
|
|
534
|
+
*
|
|
535
|
+
* @type {string}
|
|
536
|
+
* @memberof ClaimBatch
|
|
537
|
+
*/
|
|
538
|
+
'condition_Code23'?: string | null;
|
|
539
|
+
/**
|
|
540
|
+
*
|
|
541
|
+
* @type {string}
|
|
542
|
+
* @memberof ClaimBatch
|
|
543
|
+
*/
|
|
544
|
+
'condition_Code24'?: string | null;
|
|
455
545
|
/**
|
|
456
546
|
* The Condition Code value for this claim.
|
|
457
547
|
* @type {string}
|
|
@@ -482,6 +572,18 @@ export interface ClaimBatch {
|
|
|
482
572
|
* @memberof ClaimBatch
|
|
483
573
|
*/
|
|
484
574
|
'condition_Code7'?: string | null;
|
|
575
|
+
/**
|
|
576
|
+
*
|
|
577
|
+
* @type {string}
|
|
578
|
+
* @memberof ClaimBatch
|
|
579
|
+
*/
|
|
580
|
+
'condition_Code8'?: string | null;
|
|
581
|
+
/**
|
|
582
|
+
*
|
|
583
|
+
* @type {string}
|
|
584
|
+
* @memberof ClaimBatch
|
|
585
|
+
*/
|
|
586
|
+
'condition_Code9'?: string | null;
|
|
485
587
|
/**
|
|
486
588
|
* Allows the user to flag a claim to ignore Context4Health service results and stick to core adjudication edits. 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.
|
|
487
589
|
* @type {boolean}
|
|
@@ -1382,12 +1484,102 @@ export interface ClaimBatch {
|
|
|
1382
1484
|
* @memberof ClaimBatch
|
|
1383
1485
|
*/
|
|
1384
1486
|
'occurrence_Code1'?: string | null;
|
|
1487
|
+
/**
|
|
1488
|
+
*
|
|
1489
|
+
* @type {string}
|
|
1490
|
+
* @memberof ClaimBatch
|
|
1491
|
+
*/
|
|
1492
|
+
'occurrence_Code10'?: string | null;
|
|
1493
|
+
/**
|
|
1494
|
+
*
|
|
1495
|
+
* @type {string}
|
|
1496
|
+
* @memberof ClaimBatch
|
|
1497
|
+
*/
|
|
1498
|
+
'occurrence_Code11'?: string | null;
|
|
1499
|
+
/**
|
|
1500
|
+
*
|
|
1501
|
+
* @type {string}
|
|
1502
|
+
* @memberof ClaimBatch
|
|
1503
|
+
*/
|
|
1504
|
+
'occurrence_Code12'?: string | null;
|
|
1505
|
+
/**
|
|
1506
|
+
*
|
|
1507
|
+
* @type {string}
|
|
1508
|
+
* @memberof ClaimBatch
|
|
1509
|
+
*/
|
|
1510
|
+
'occurrence_Code13'?: string | null;
|
|
1511
|
+
/**
|
|
1512
|
+
*
|
|
1513
|
+
* @type {string}
|
|
1514
|
+
* @memberof ClaimBatch
|
|
1515
|
+
*/
|
|
1516
|
+
'occurrence_Code14'?: string | null;
|
|
1517
|
+
/**
|
|
1518
|
+
*
|
|
1519
|
+
* @type {string}
|
|
1520
|
+
* @memberof ClaimBatch
|
|
1521
|
+
*/
|
|
1522
|
+
'occurrence_Code15'?: string | null;
|
|
1523
|
+
/**
|
|
1524
|
+
*
|
|
1525
|
+
* @type {string}
|
|
1526
|
+
* @memberof ClaimBatch
|
|
1527
|
+
*/
|
|
1528
|
+
'occurrence_Code16'?: string | null;
|
|
1529
|
+
/**
|
|
1530
|
+
*
|
|
1531
|
+
* @type {string}
|
|
1532
|
+
* @memberof ClaimBatch
|
|
1533
|
+
*/
|
|
1534
|
+
'occurrence_Code17'?: string | null;
|
|
1535
|
+
/**
|
|
1536
|
+
*
|
|
1537
|
+
* @type {string}
|
|
1538
|
+
* @memberof ClaimBatch
|
|
1539
|
+
*/
|
|
1540
|
+
'occurrence_Code18'?: string | null;
|
|
1541
|
+
/**
|
|
1542
|
+
*
|
|
1543
|
+
* @type {string}
|
|
1544
|
+
* @memberof ClaimBatch
|
|
1545
|
+
*/
|
|
1546
|
+
'occurrence_Code19'?: string | null;
|
|
1385
1547
|
/**
|
|
1386
1548
|
* The Occurrence Code value for this claim.
|
|
1387
1549
|
* @type {string}
|
|
1388
1550
|
* @memberof ClaimBatch
|
|
1389
1551
|
*/
|
|
1390
1552
|
'occurrence_Code2'?: string | null;
|
|
1553
|
+
/**
|
|
1554
|
+
*
|
|
1555
|
+
* @type {string}
|
|
1556
|
+
* @memberof ClaimBatch
|
|
1557
|
+
*/
|
|
1558
|
+
'occurrence_Code20'?: string | null;
|
|
1559
|
+
/**
|
|
1560
|
+
*
|
|
1561
|
+
* @type {string}
|
|
1562
|
+
* @memberof ClaimBatch
|
|
1563
|
+
*/
|
|
1564
|
+
'occurrence_Code21'?: string | null;
|
|
1565
|
+
/**
|
|
1566
|
+
*
|
|
1567
|
+
* @type {string}
|
|
1568
|
+
* @memberof ClaimBatch
|
|
1569
|
+
*/
|
|
1570
|
+
'occurrence_Code22'?: string | null;
|
|
1571
|
+
/**
|
|
1572
|
+
*
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof ClaimBatch
|
|
1575
|
+
*/
|
|
1576
|
+
'occurrence_Code23'?: string | null;
|
|
1577
|
+
/**
|
|
1578
|
+
*
|
|
1579
|
+
* @type {string}
|
|
1580
|
+
* @memberof ClaimBatch
|
|
1581
|
+
*/
|
|
1582
|
+
'occurrence_Code24'?: string | null;
|
|
1391
1583
|
/**
|
|
1392
1584
|
* The Occurrence Code value for this claim.
|
|
1393
1585
|
* @type {string}
|
|
@@ -1401,205 +1593,769 @@ export interface ClaimBatch {
|
|
|
1401
1593
|
*/
|
|
1402
1594
|
'occurrence_Code4'?: string | null;
|
|
1403
1595
|
/**
|
|
1404
|
-
*
|
|
1596
|
+
*
|
|
1405
1597
|
* @type {string}
|
|
1406
1598
|
* @memberof ClaimBatch
|
|
1407
1599
|
*/
|
|
1408
|
-
'
|
|
1600
|
+
'occurrence_Code5'?: string | null;
|
|
1409
1601
|
/**
|
|
1410
|
-
*
|
|
1602
|
+
*
|
|
1411
1603
|
* @type {string}
|
|
1412
1604
|
* @memberof ClaimBatch
|
|
1413
1605
|
*/
|
|
1414
|
-
'
|
|
1606
|
+
'occurrence_Code6'?: string | null;
|
|
1415
1607
|
/**
|
|
1416
|
-
*
|
|
1608
|
+
*
|
|
1417
1609
|
* @type {string}
|
|
1418
1610
|
* @memberof ClaimBatch
|
|
1419
1611
|
*/
|
|
1420
|
-
'
|
|
1612
|
+
'occurrence_Code7'?: string | null;
|
|
1421
1613
|
/**
|
|
1422
|
-
*
|
|
1614
|
+
*
|
|
1423
1615
|
* @type {string}
|
|
1424
1616
|
* @memberof ClaimBatch
|
|
1425
1617
|
*/
|
|
1426
|
-
'
|
|
1618
|
+
'occurrence_Code8'?: string | null;
|
|
1427
1619
|
/**
|
|
1428
|
-
*
|
|
1620
|
+
*
|
|
1429
1621
|
* @type {string}
|
|
1430
1622
|
* @memberof ClaimBatch
|
|
1431
1623
|
*/
|
|
1432
|
-
'
|
|
1624
|
+
'occurrence_Code9'?: string | null;
|
|
1433
1625
|
/**
|
|
1434
|
-
* The
|
|
1626
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1435
1627
|
* @type {string}
|
|
1436
1628
|
* @memberof ClaimBatch
|
|
1437
1629
|
*/
|
|
1438
|
-
'
|
|
1630
|
+
'occurrence_Date1'?: string | null;
|
|
1439
1631
|
/**
|
|
1440
|
-
*
|
|
1632
|
+
*
|
|
1441
1633
|
* @type {string}
|
|
1442
1634
|
* @memberof ClaimBatch
|
|
1443
1635
|
*/
|
|
1444
|
-
'
|
|
1636
|
+
'occurrence_Date10'?: string | null;
|
|
1445
1637
|
/**
|
|
1446
|
-
*
|
|
1638
|
+
*
|
|
1447
1639
|
* @type {string}
|
|
1448
1640
|
* @memberof ClaimBatch
|
|
1449
1641
|
*/
|
|
1450
|
-
'
|
|
1642
|
+
'occurrence_Date11'?: string | null;
|
|
1451
1643
|
/**
|
|
1452
|
-
*
|
|
1644
|
+
*
|
|
1453
1645
|
* @type {string}
|
|
1454
1646
|
* @memberof ClaimBatch
|
|
1455
1647
|
*/
|
|
1456
|
-
'
|
|
1648
|
+
'occurrence_Date12'?: string | null;
|
|
1457
1649
|
/**
|
|
1458
|
-
*
|
|
1650
|
+
*
|
|
1459
1651
|
* @type {string}
|
|
1460
1652
|
* @memberof ClaimBatch
|
|
1461
1653
|
*/
|
|
1462
|
-
'
|
|
1654
|
+
'occurrence_Date13'?: string | null;
|
|
1463
1655
|
/**
|
|
1464
|
-
*
|
|
1656
|
+
*
|
|
1465
1657
|
* @type {string}
|
|
1466
1658
|
* @memberof ClaimBatch
|
|
1467
1659
|
*/
|
|
1468
|
-
'
|
|
1660
|
+
'occurrence_Date14'?: string | null;
|
|
1469
1661
|
/**
|
|
1470
|
-
*
|
|
1662
|
+
*
|
|
1471
1663
|
* @type {string}
|
|
1472
1664
|
* @memberof ClaimBatch
|
|
1473
1665
|
*/
|
|
1474
|
-
'
|
|
1666
|
+
'occurrence_Date15'?: string | null;
|
|
1475
1667
|
/**
|
|
1476
|
-
*
|
|
1668
|
+
*
|
|
1477
1669
|
* @type {string}
|
|
1478
1670
|
* @memberof ClaimBatch
|
|
1479
1671
|
*/
|
|
1480
|
-
'
|
|
1672
|
+
'occurrence_Date16'?: string | null;
|
|
1481
1673
|
/**
|
|
1482
|
-
*
|
|
1674
|
+
*
|
|
1483
1675
|
* @type {string}
|
|
1484
1676
|
* @memberof ClaimBatch
|
|
1485
1677
|
*/
|
|
1486
|
-
'
|
|
1678
|
+
'occurrence_Date17'?: string | null;
|
|
1487
1679
|
/**
|
|
1488
|
-
*
|
|
1680
|
+
*
|
|
1489
1681
|
* @type {string}
|
|
1490
1682
|
* @memberof ClaimBatch
|
|
1491
1683
|
*/
|
|
1492
|
-
'
|
|
1684
|
+
'occurrence_Date18'?: string | null;
|
|
1493
1685
|
/**
|
|
1494
|
-
*
|
|
1686
|
+
*
|
|
1495
1687
|
* @type {string}
|
|
1496
1688
|
* @memberof ClaimBatch
|
|
1497
1689
|
*/
|
|
1498
|
-
'
|
|
1690
|
+
'occurrence_Date19'?: string | null;
|
|
1499
1691
|
/**
|
|
1500
|
-
* The
|
|
1692
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1501
1693
|
* @type {string}
|
|
1502
1694
|
* @memberof ClaimBatch
|
|
1503
1695
|
*/
|
|
1504
|
-
'
|
|
1696
|
+
'occurrence_Date2'?: string | null;
|
|
1505
1697
|
/**
|
|
1506
|
-
*
|
|
1698
|
+
*
|
|
1507
1699
|
* @type {string}
|
|
1508
1700
|
* @memberof ClaimBatch
|
|
1509
1701
|
*/
|
|
1510
|
-
'
|
|
1702
|
+
'occurrence_Date20'?: string | null;
|
|
1511
1703
|
/**
|
|
1512
|
-
*
|
|
1704
|
+
*
|
|
1513
1705
|
* @type {string}
|
|
1514
1706
|
* @memberof ClaimBatch
|
|
1515
1707
|
*/
|
|
1516
|
-
'
|
|
1708
|
+
'occurrence_Date21'?: string | null;
|
|
1517
1709
|
/**
|
|
1518
|
-
*
|
|
1710
|
+
*
|
|
1519
1711
|
* @type {string}
|
|
1520
1712
|
* @memberof ClaimBatch
|
|
1521
1713
|
*/
|
|
1522
|
-
'
|
|
1714
|
+
'occurrence_Date22'?: string | null;
|
|
1523
1715
|
/**
|
|
1524
|
-
*
|
|
1716
|
+
*
|
|
1525
1717
|
* @type {string}
|
|
1526
1718
|
* @memberof ClaimBatch
|
|
1527
1719
|
*/
|
|
1528
|
-
'
|
|
1720
|
+
'occurrence_Date23'?: string | null;
|
|
1529
1721
|
/**
|
|
1530
|
-
*
|
|
1531
|
-
* @type {
|
|
1722
|
+
*
|
|
1723
|
+
* @type {string}
|
|
1532
1724
|
* @memberof ClaimBatch
|
|
1533
1725
|
*/
|
|
1534
|
-
'
|
|
1726
|
+
'occurrence_Date24'?: string | null;
|
|
1535
1727
|
/**
|
|
1536
|
-
*
|
|
1537
|
-
* @type {
|
|
1728
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1729
|
+
* @type {string}
|
|
1538
1730
|
* @memberof ClaimBatch
|
|
1539
1731
|
*/
|
|
1540
|
-
'
|
|
1732
|
+
'occurrence_Date3'?: string | null;
|
|
1541
1733
|
/**
|
|
1542
|
-
*
|
|
1734
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1543
1735
|
* @type {string}
|
|
1544
1736
|
* @memberof ClaimBatch
|
|
1545
1737
|
*/
|
|
1546
|
-
'
|
|
1738
|
+
'occurrence_Date4'?: string | null;
|
|
1547
1739
|
/**
|
|
1548
1740
|
*
|
|
1549
1741
|
* @type {string}
|
|
1550
1742
|
* @memberof ClaimBatch
|
|
1551
1743
|
*/
|
|
1552
|
-
'
|
|
1744
|
+
'occurrence_Date5'?: string | null;
|
|
1553
1745
|
/**
|
|
1554
1746
|
*
|
|
1555
1747
|
* @type {string}
|
|
1556
1748
|
* @memberof ClaimBatch
|
|
1557
1749
|
*/
|
|
1558
|
-
'
|
|
1750
|
+
'occurrence_Date6'?: string | null;
|
|
1559
1751
|
/**
|
|
1560
1752
|
*
|
|
1561
1753
|
* @type {string}
|
|
1562
1754
|
* @memberof ClaimBatch
|
|
1563
1755
|
*/
|
|
1564
|
-
'
|
|
1756
|
+
'occurrence_Date7'?: string | null;
|
|
1565
1757
|
/**
|
|
1566
1758
|
*
|
|
1567
1759
|
* @type {string}
|
|
1568
1760
|
* @memberof ClaimBatch
|
|
1569
1761
|
*/
|
|
1570
|
-
'
|
|
1762
|
+
'occurrence_Date8'?: string | null;
|
|
1571
1763
|
/**
|
|
1572
1764
|
*
|
|
1573
1765
|
* @type {string}
|
|
1574
1766
|
* @memberof ClaimBatch
|
|
1575
1767
|
*/
|
|
1576
|
-
'
|
|
1768
|
+
'occurrence_Date9'?: string | null;
|
|
1769
|
+
/**
|
|
1770
|
+
* The occurrence span indicator for the Occurrence Span From and Thru dates.
|
|
1771
|
+
* @type {string}
|
|
1772
|
+
* @memberof ClaimBatch
|
|
1773
|
+
*/
|
|
1774
|
+
'occurrence_Span_Code'?: string | null;
|
|
1577
1775
|
/**
|
|
1578
1776
|
*
|
|
1579
1777
|
* @type {string}
|
|
1580
1778
|
* @memberof ClaimBatch
|
|
1581
1779
|
*/
|
|
1582
|
-
'
|
|
1780
|
+
'occurrence_Span_Code10'?: string | null;
|
|
1583
1781
|
/**
|
|
1584
1782
|
*
|
|
1585
1783
|
* @type {string}
|
|
1586
1784
|
* @memberof ClaimBatch
|
|
1587
1785
|
*/
|
|
1588
|
-
'
|
|
1786
|
+
'occurrence_Span_Code11'?: string | null;
|
|
1589
1787
|
/**
|
|
1590
1788
|
*
|
|
1591
1789
|
* @type {string}
|
|
1592
1790
|
* @memberof ClaimBatch
|
|
1593
1791
|
*/
|
|
1594
|
-
'
|
|
1792
|
+
'occurrence_Span_Code12'?: string | null;
|
|
1595
1793
|
/**
|
|
1596
1794
|
*
|
|
1597
1795
|
* @type {string}
|
|
1598
1796
|
* @memberof ClaimBatch
|
|
1599
1797
|
*/
|
|
1798
|
+
'occurrence_Span_Code13'?: string | null;
|
|
1799
|
+
/**
|
|
1800
|
+
*
|
|
1801
|
+
* @type {string}
|
|
1802
|
+
* @memberof ClaimBatch
|
|
1803
|
+
*/
|
|
1804
|
+
'occurrence_Span_Code14'?: string | null;
|
|
1805
|
+
/**
|
|
1806
|
+
*
|
|
1807
|
+
* @type {string}
|
|
1808
|
+
* @memberof ClaimBatch
|
|
1809
|
+
*/
|
|
1810
|
+
'occurrence_Span_Code15'?: string | null;
|
|
1811
|
+
/**
|
|
1812
|
+
*
|
|
1813
|
+
* @type {string}
|
|
1814
|
+
* @memberof ClaimBatch
|
|
1815
|
+
*/
|
|
1816
|
+
'occurrence_Span_Code16'?: string | null;
|
|
1817
|
+
/**
|
|
1818
|
+
*
|
|
1819
|
+
* @type {string}
|
|
1820
|
+
* @memberof ClaimBatch
|
|
1821
|
+
*/
|
|
1822
|
+
'occurrence_Span_Code17'?: string | null;
|
|
1823
|
+
/**
|
|
1824
|
+
*
|
|
1825
|
+
* @type {string}
|
|
1826
|
+
* @memberof ClaimBatch
|
|
1827
|
+
*/
|
|
1828
|
+
'occurrence_Span_Code18'?: string | null;
|
|
1829
|
+
/**
|
|
1830
|
+
*
|
|
1831
|
+
* @type {string}
|
|
1832
|
+
* @memberof ClaimBatch
|
|
1833
|
+
*/
|
|
1834
|
+
'occurrence_Span_Code19'?: string | null;
|
|
1835
|
+
/**
|
|
1836
|
+
*
|
|
1837
|
+
* @type {string}
|
|
1838
|
+
* @memberof ClaimBatch
|
|
1839
|
+
*/
|
|
1840
|
+
'occurrence_Span_Code2'?: string | null;
|
|
1841
|
+
/**
|
|
1842
|
+
*
|
|
1843
|
+
* @type {string}
|
|
1844
|
+
* @memberof ClaimBatch
|
|
1845
|
+
*/
|
|
1846
|
+
'occurrence_Span_Code20'?: string | null;
|
|
1847
|
+
/**
|
|
1848
|
+
*
|
|
1849
|
+
* @type {string}
|
|
1850
|
+
* @memberof ClaimBatch
|
|
1851
|
+
*/
|
|
1852
|
+
'occurrence_Span_Code21'?: string | null;
|
|
1853
|
+
/**
|
|
1854
|
+
*
|
|
1855
|
+
* @type {string}
|
|
1856
|
+
* @memberof ClaimBatch
|
|
1857
|
+
*/
|
|
1858
|
+
'occurrence_Span_Code22'?: string | null;
|
|
1859
|
+
/**
|
|
1860
|
+
*
|
|
1861
|
+
* @type {string}
|
|
1862
|
+
* @memberof ClaimBatch
|
|
1863
|
+
*/
|
|
1864
|
+
'occurrence_Span_Code23'?: string | null;
|
|
1865
|
+
/**
|
|
1866
|
+
*
|
|
1867
|
+
* @type {string}
|
|
1868
|
+
* @memberof ClaimBatch
|
|
1869
|
+
*/
|
|
1870
|
+
'occurrence_Span_Code24'?: string | null;
|
|
1871
|
+
/**
|
|
1872
|
+
*
|
|
1873
|
+
* @type {string}
|
|
1874
|
+
* @memberof ClaimBatch
|
|
1875
|
+
*/
|
|
1876
|
+
'occurrence_Span_Code3'?: string | null;
|
|
1877
|
+
/**
|
|
1878
|
+
*
|
|
1879
|
+
* @type {string}
|
|
1880
|
+
* @memberof ClaimBatch
|
|
1881
|
+
*/
|
|
1882
|
+
'occurrence_Span_Code4'?: string | null;
|
|
1883
|
+
/**
|
|
1884
|
+
*
|
|
1885
|
+
* @type {string}
|
|
1886
|
+
* @memberof ClaimBatch
|
|
1887
|
+
*/
|
|
1888
|
+
'occurrence_Span_Code5'?: string | null;
|
|
1889
|
+
/**
|
|
1890
|
+
*
|
|
1891
|
+
* @type {string}
|
|
1892
|
+
* @memberof ClaimBatch
|
|
1893
|
+
*/
|
|
1894
|
+
'occurrence_Span_Code6'?: string | null;
|
|
1895
|
+
/**
|
|
1896
|
+
*
|
|
1897
|
+
* @type {string}
|
|
1898
|
+
* @memberof ClaimBatch
|
|
1899
|
+
*/
|
|
1900
|
+
'occurrence_Span_Code7'?: string | null;
|
|
1901
|
+
/**
|
|
1902
|
+
*
|
|
1903
|
+
* @type {string}
|
|
1904
|
+
* @memberof ClaimBatch
|
|
1905
|
+
*/
|
|
1906
|
+
'occurrence_Span_Code8'?: string | null;
|
|
1907
|
+
/**
|
|
1908
|
+
*
|
|
1909
|
+
* @type {string}
|
|
1910
|
+
* @memberof ClaimBatch
|
|
1911
|
+
*/
|
|
1912
|
+
'occurrence_Span_Code9'?: string | null;
|
|
1913
|
+
/**
|
|
1914
|
+
* The occurrence span from for this claim.
|
|
1915
|
+
* @type {string}
|
|
1916
|
+
* @memberof ClaimBatch
|
|
1917
|
+
*/
|
|
1918
|
+
'occurrence_Span_From'?: string | null;
|
|
1919
|
+
/**
|
|
1920
|
+
*
|
|
1921
|
+
* @type {string}
|
|
1922
|
+
* @memberof ClaimBatch
|
|
1923
|
+
*/
|
|
1924
|
+
'occurrence_Span_From10'?: string | null;
|
|
1925
|
+
/**
|
|
1926
|
+
*
|
|
1927
|
+
* @type {string}
|
|
1928
|
+
* @memberof ClaimBatch
|
|
1929
|
+
*/
|
|
1930
|
+
'occurrence_Span_From11'?: string | null;
|
|
1931
|
+
/**
|
|
1932
|
+
*
|
|
1933
|
+
* @type {string}
|
|
1934
|
+
* @memberof ClaimBatch
|
|
1935
|
+
*/
|
|
1936
|
+
'occurrence_Span_From12'?: string | null;
|
|
1937
|
+
/**
|
|
1938
|
+
*
|
|
1939
|
+
* @type {string}
|
|
1940
|
+
* @memberof ClaimBatch
|
|
1941
|
+
*/
|
|
1942
|
+
'occurrence_Span_From13'?: string | null;
|
|
1943
|
+
/**
|
|
1944
|
+
*
|
|
1945
|
+
* @type {string}
|
|
1946
|
+
* @memberof ClaimBatch
|
|
1947
|
+
*/
|
|
1948
|
+
'occurrence_Span_From14'?: string | null;
|
|
1949
|
+
/**
|
|
1950
|
+
*
|
|
1951
|
+
* @type {string}
|
|
1952
|
+
* @memberof ClaimBatch
|
|
1953
|
+
*/
|
|
1954
|
+
'occurrence_Span_From15'?: string | null;
|
|
1955
|
+
/**
|
|
1956
|
+
*
|
|
1957
|
+
* @type {string}
|
|
1958
|
+
* @memberof ClaimBatch
|
|
1959
|
+
*/
|
|
1960
|
+
'occurrence_Span_From16'?: string | null;
|
|
1961
|
+
/**
|
|
1962
|
+
*
|
|
1963
|
+
* @type {string}
|
|
1964
|
+
* @memberof ClaimBatch
|
|
1965
|
+
*/
|
|
1966
|
+
'occurrence_Span_From17'?: string | null;
|
|
1967
|
+
/**
|
|
1968
|
+
*
|
|
1969
|
+
* @type {string}
|
|
1970
|
+
* @memberof ClaimBatch
|
|
1971
|
+
*/
|
|
1972
|
+
'occurrence_Span_From18'?: string | null;
|
|
1973
|
+
/**
|
|
1974
|
+
*
|
|
1975
|
+
* @type {string}
|
|
1976
|
+
* @memberof ClaimBatch
|
|
1977
|
+
*/
|
|
1978
|
+
'occurrence_Span_From19'?: string | null;
|
|
1979
|
+
/**
|
|
1980
|
+
*
|
|
1981
|
+
* @type {string}
|
|
1982
|
+
* @memberof ClaimBatch
|
|
1983
|
+
*/
|
|
1984
|
+
'occurrence_Span_From2'?: string | null;
|
|
1985
|
+
/**
|
|
1986
|
+
*
|
|
1987
|
+
* @type {string}
|
|
1988
|
+
* @memberof ClaimBatch
|
|
1989
|
+
*/
|
|
1990
|
+
'occurrence_Span_From20'?: string | null;
|
|
1991
|
+
/**
|
|
1992
|
+
*
|
|
1993
|
+
* @type {string}
|
|
1994
|
+
* @memberof ClaimBatch
|
|
1995
|
+
*/
|
|
1996
|
+
'occurrence_Span_From21'?: string | null;
|
|
1997
|
+
/**
|
|
1998
|
+
*
|
|
1999
|
+
* @type {string}
|
|
2000
|
+
* @memberof ClaimBatch
|
|
2001
|
+
*/
|
|
2002
|
+
'occurrence_Span_From22'?: string | null;
|
|
2003
|
+
/**
|
|
2004
|
+
*
|
|
2005
|
+
* @type {string}
|
|
2006
|
+
* @memberof ClaimBatch
|
|
2007
|
+
*/
|
|
2008
|
+
'occurrence_Span_From23'?: string | null;
|
|
2009
|
+
/**
|
|
2010
|
+
*
|
|
2011
|
+
* @type {string}
|
|
2012
|
+
* @memberof ClaimBatch
|
|
2013
|
+
*/
|
|
2014
|
+
'occurrence_Span_From24'?: string | null;
|
|
2015
|
+
/**
|
|
2016
|
+
*
|
|
2017
|
+
* @type {string}
|
|
2018
|
+
* @memberof ClaimBatch
|
|
2019
|
+
*/
|
|
2020
|
+
'occurrence_Span_From3'?: string | null;
|
|
2021
|
+
/**
|
|
2022
|
+
*
|
|
2023
|
+
* @type {string}
|
|
2024
|
+
* @memberof ClaimBatch
|
|
2025
|
+
*/
|
|
2026
|
+
'occurrence_Span_From4'?: string | null;
|
|
2027
|
+
/**
|
|
2028
|
+
*
|
|
2029
|
+
* @type {string}
|
|
2030
|
+
* @memberof ClaimBatch
|
|
2031
|
+
*/
|
|
2032
|
+
'occurrence_Span_From5'?: string | null;
|
|
2033
|
+
/**
|
|
2034
|
+
*
|
|
2035
|
+
* @type {string}
|
|
2036
|
+
* @memberof ClaimBatch
|
|
2037
|
+
*/
|
|
2038
|
+
'occurrence_Span_From6'?: string | null;
|
|
2039
|
+
/**
|
|
2040
|
+
*
|
|
2041
|
+
* @type {string}
|
|
2042
|
+
* @memberof ClaimBatch
|
|
2043
|
+
*/
|
|
2044
|
+
'occurrence_Span_From7'?: string | null;
|
|
2045
|
+
/**
|
|
2046
|
+
*
|
|
2047
|
+
* @type {string}
|
|
2048
|
+
* @memberof ClaimBatch
|
|
2049
|
+
*/
|
|
2050
|
+
'occurrence_Span_From8'?: string | null;
|
|
2051
|
+
/**
|
|
2052
|
+
*
|
|
2053
|
+
* @type {string}
|
|
2054
|
+
* @memberof ClaimBatch
|
|
2055
|
+
*/
|
|
2056
|
+
'occurrence_Span_From9'?: string | null;
|
|
2057
|
+
/**
|
|
2058
|
+
* The occurrence span thru for this claim.
|
|
2059
|
+
* @type {string}
|
|
2060
|
+
* @memberof ClaimBatch
|
|
2061
|
+
*/
|
|
2062
|
+
'occurrence_Span_Thru'?: string | null;
|
|
2063
|
+
/**
|
|
2064
|
+
*
|
|
2065
|
+
* @type {string}
|
|
2066
|
+
* @memberof ClaimBatch
|
|
2067
|
+
*/
|
|
2068
|
+
'occurrence_Span_Thru10'?: string | null;
|
|
2069
|
+
/**
|
|
2070
|
+
*
|
|
2071
|
+
* @type {string}
|
|
2072
|
+
* @memberof ClaimBatch
|
|
2073
|
+
*/
|
|
2074
|
+
'occurrence_Span_Thru11'?: string | null;
|
|
2075
|
+
/**
|
|
2076
|
+
*
|
|
2077
|
+
* @type {string}
|
|
2078
|
+
* @memberof ClaimBatch
|
|
2079
|
+
*/
|
|
2080
|
+
'occurrence_Span_Thru12'?: string | null;
|
|
2081
|
+
/**
|
|
2082
|
+
*
|
|
2083
|
+
* @type {string}
|
|
2084
|
+
* @memberof ClaimBatch
|
|
2085
|
+
*/
|
|
2086
|
+
'occurrence_Span_Thru13'?: string | null;
|
|
2087
|
+
/**
|
|
2088
|
+
*
|
|
2089
|
+
* @type {string}
|
|
2090
|
+
* @memberof ClaimBatch
|
|
2091
|
+
*/
|
|
2092
|
+
'occurrence_Span_Thru14'?: string | null;
|
|
2093
|
+
/**
|
|
2094
|
+
*
|
|
2095
|
+
* @type {string}
|
|
2096
|
+
* @memberof ClaimBatch
|
|
2097
|
+
*/
|
|
2098
|
+
'occurrence_Span_Thru15'?: string | null;
|
|
2099
|
+
/**
|
|
2100
|
+
*
|
|
2101
|
+
* @type {string}
|
|
2102
|
+
* @memberof ClaimBatch
|
|
2103
|
+
*/
|
|
2104
|
+
'occurrence_Span_Thru16'?: string | null;
|
|
2105
|
+
/**
|
|
2106
|
+
*
|
|
2107
|
+
* @type {string}
|
|
2108
|
+
* @memberof ClaimBatch
|
|
2109
|
+
*/
|
|
2110
|
+
'occurrence_Span_Thru17'?: string | null;
|
|
2111
|
+
/**
|
|
2112
|
+
*
|
|
2113
|
+
* @type {string}
|
|
2114
|
+
* @memberof ClaimBatch
|
|
2115
|
+
*/
|
|
2116
|
+
'occurrence_Span_Thru18'?: string | null;
|
|
2117
|
+
/**
|
|
2118
|
+
*
|
|
2119
|
+
* @type {string}
|
|
2120
|
+
* @memberof ClaimBatch
|
|
2121
|
+
*/
|
|
2122
|
+
'occurrence_Span_Thru19'?: string | null;
|
|
2123
|
+
/**
|
|
2124
|
+
*
|
|
2125
|
+
* @type {string}
|
|
2126
|
+
* @memberof ClaimBatch
|
|
2127
|
+
*/
|
|
2128
|
+
'occurrence_Span_Thru2'?: string | null;
|
|
2129
|
+
/**
|
|
2130
|
+
*
|
|
2131
|
+
* @type {string}
|
|
2132
|
+
* @memberof ClaimBatch
|
|
2133
|
+
*/
|
|
2134
|
+
'occurrence_Span_Thru20'?: string | null;
|
|
2135
|
+
/**
|
|
2136
|
+
*
|
|
2137
|
+
* @type {string}
|
|
2138
|
+
* @memberof ClaimBatch
|
|
2139
|
+
*/
|
|
2140
|
+
'occurrence_Span_Thru21'?: string | null;
|
|
2141
|
+
/**
|
|
2142
|
+
*
|
|
2143
|
+
* @type {string}
|
|
2144
|
+
* @memberof ClaimBatch
|
|
2145
|
+
*/
|
|
2146
|
+
'occurrence_Span_Thru22'?: string | null;
|
|
2147
|
+
/**
|
|
2148
|
+
*
|
|
2149
|
+
* @type {string}
|
|
2150
|
+
* @memberof ClaimBatch
|
|
2151
|
+
*/
|
|
2152
|
+
'occurrence_Span_Thru23'?: string | null;
|
|
2153
|
+
/**
|
|
2154
|
+
*
|
|
2155
|
+
* @type {string}
|
|
2156
|
+
* @memberof ClaimBatch
|
|
2157
|
+
*/
|
|
2158
|
+
'occurrence_Span_Thru24'?: string | null;
|
|
2159
|
+
/**
|
|
2160
|
+
*
|
|
2161
|
+
* @type {string}
|
|
2162
|
+
* @memberof ClaimBatch
|
|
2163
|
+
*/
|
|
2164
|
+
'occurrence_Span_Thru3'?: string | null;
|
|
2165
|
+
/**
|
|
2166
|
+
*
|
|
2167
|
+
* @type {string}
|
|
2168
|
+
* @memberof ClaimBatch
|
|
2169
|
+
*/
|
|
2170
|
+
'occurrence_Span_Thru4'?: string | null;
|
|
2171
|
+
/**
|
|
2172
|
+
*
|
|
2173
|
+
* @type {string}
|
|
2174
|
+
* @memberof ClaimBatch
|
|
2175
|
+
*/
|
|
2176
|
+
'occurrence_Span_Thru5'?: string | null;
|
|
2177
|
+
/**
|
|
2178
|
+
*
|
|
2179
|
+
* @type {string}
|
|
2180
|
+
* @memberof ClaimBatch
|
|
2181
|
+
*/
|
|
2182
|
+
'occurrence_Span_Thru6'?: string | null;
|
|
2183
|
+
/**
|
|
2184
|
+
*
|
|
2185
|
+
* @type {string}
|
|
2186
|
+
* @memberof ClaimBatch
|
|
2187
|
+
*/
|
|
2188
|
+
'occurrence_Span_Thru7'?: string | null;
|
|
2189
|
+
/**
|
|
2190
|
+
*
|
|
2191
|
+
* @type {string}
|
|
2192
|
+
* @memberof ClaimBatch
|
|
2193
|
+
*/
|
|
2194
|
+
'occurrence_Span_Thru8'?: string | null;
|
|
2195
|
+
/**
|
|
2196
|
+
*
|
|
2197
|
+
* @type {string}
|
|
2198
|
+
* @memberof ClaimBatch
|
|
2199
|
+
*/
|
|
2200
|
+
'occurrence_Span_Thru9'?: string | null;
|
|
2201
|
+
/**
|
|
2202
|
+
* Notes the date of the original illness if this claim is associated to that illness.
|
|
2203
|
+
* @type {string}
|
|
2204
|
+
* @memberof ClaimBatch
|
|
2205
|
+
*/
|
|
2206
|
+
'onset_Similar_Illness_Date'?: string | null;
|
|
2207
|
+
/**
|
|
2208
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2209
|
+
* @type {string}
|
|
2210
|
+
* @memberof ClaimBatch
|
|
2211
|
+
*/
|
|
2212
|
+
'oper_Provider_Address'?: string | null;
|
|
2213
|
+
/**
|
|
2214
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2215
|
+
* @type {string}
|
|
2216
|
+
* @memberof ClaimBatch
|
|
2217
|
+
*/
|
|
2218
|
+
'oper_Provider_Address2'?: string | null;
|
|
2219
|
+
/**
|
|
2220
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2221
|
+
* @type {string}
|
|
2222
|
+
* @memberof ClaimBatch
|
|
2223
|
+
*/
|
|
2224
|
+
'oper_Provider_City'?: string | null;
|
|
2225
|
+
/**
|
|
2226
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2227
|
+
* @type {string}
|
|
2228
|
+
* @memberof ClaimBatch
|
|
2229
|
+
*/
|
|
2230
|
+
'oper_Provider_Federal_ID'?: string | null;
|
|
2231
|
+
/**
|
|
2232
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2233
|
+
* @type {string}
|
|
2234
|
+
* @memberof ClaimBatch
|
|
2235
|
+
*/
|
|
2236
|
+
'oper_Provider_First_Name'?: string | null;
|
|
2237
|
+
/**
|
|
2238
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2239
|
+
* @type {string}
|
|
2240
|
+
* @memberof ClaimBatch
|
|
2241
|
+
*/
|
|
2242
|
+
'oper_Provider_Last_Name'?: string | null;
|
|
2243
|
+
/**
|
|
2244
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2245
|
+
* @type {string}
|
|
2246
|
+
* @memberof ClaimBatch
|
|
2247
|
+
*/
|
|
2248
|
+
'oper_Provider_MAID'?: string | null;
|
|
2249
|
+
/**
|
|
2250
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2251
|
+
* @type {string}
|
|
2252
|
+
* @memberof ClaimBatch
|
|
2253
|
+
*/
|
|
2254
|
+
'oper_Provider_NPI'?: string | null;
|
|
2255
|
+
/**
|
|
2256
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2257
|
+
* @type {string}
|
|
2258
|
+
* @memberof ClaimBatch
|
|
2259
|
+
*/
|
|
2260
|
+
'oper_Provider_Org_Name'?: string | null;
|
|
2261
|
+
/**
|
|
2262
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2263
|
+
* @type {string}
|
|
2264
|
+
* @memberof ClaimBatch
|
|
2265
|
+
*/
|
|
2266
|
+
'oper_Provider_Phone'?: string | null;
|
|
2267
|
+
/**
|
|
2268
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2269
|
+
* @type {string}
|
|
2270
|
+
* @memberof ClaimBatch
|
|
2271
|
+
*/
|
|
2272
|
+
'oper_Provider_State'?: string | null;
|
|
2273
|
+
/**
|
|
2274
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2275
|
+
* @type {string}
|
|
2276
|
+
* @memberof ClaimBatch
|
|
2277
|
+
*/
|
|
2278
|
+
'oper_Provider_Taxonomy'?: string | null;
|
|
2279
|
+
/**
|
|
2280
|
+
* The operating physician information as submitted on the 837. This field is used for tracking via trigger to the ClaimPreBatch.
|
|
2281
|
+
* @type {string}
|
|
2282
|
+
* @memberof ClaimBatch
|
|
2283
|
+
*/
|
|
2284
|
+
'oper_Provider_Zip'?: string | null;
|
|
2285
|
+
/**
|
|
2286
|
+
* When this flag is checked, it 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.
|
|
2287
|
+
* @type {boolean}
|
|
2288
|
+
* @memberof ClaimBatch
|
|
2289
|
+
*/
|
|
2290
|
+
'orthodontics_Treatment': boolean;
|
|
2291
|
+
/**
|
|
2292
|
+
* Indicates if other insurance is applicable on this claim. This indicator unlocks COB amount fields on the ClaimDetail (service line). 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.
|
|
2293
|
+
* @type {boolean}
|
|
2294
|
+
* @memberof ClaimBatch
|
|
2295
|
+
*/
|
|
2296
|
+
'other_Insurance': boolean;
|
|
2297
|
+
/**
|
|
2298
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2299
|
+
* @type {string}
|
|
2300
|
+
* @memberof ClaimBatch
|
|
2301
|
+
*/
|
|
2302
|
+
'other_Procedure_Code1'?: string | null;
|
|
2303
|
+
/**
|
|
2304
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2305
|
+
* @type {string}
|
|
2306
|
+
* @memberof ClaimBatch
|
|
2307
|
+
*/
|
|
2308
|
+
'other_Procedure_Code10'?: string | null;
|
|
2309
|
+
/**
|
|
2310
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2311
|
+
* @type {string}
|
|
2312
|
+
* @memberof ClaimBatch
|
|
2313
|
+
*/
|
|
2314
|
+
'other_Procedure_Code11'?: string | null;
|
|
2315
|
+
/**
|
|
2316
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2317
|
+
* @type {string}
|
|
2318
|
+
* @memberof ClaimBatch
|
|
2319
|
+
*/
|
|
2320
|
+
'other_Procedure_Code12'?: string | null;
|
|
2321
|
+
/**
|
|
2322
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2323
|
+
* @type {string}
|
|
2324
|
+
* @memberof ClaimBatch
|
|
2325
|
+
*/
|
|
2326
|
+
'other_Procedure_Code13'?: string | null;
|
|
2327
|
+
/**
|
|
2328
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2329
|
+
* @type {string}
|
|
2330
|
+
* @memberof ClaimBatch
|
|
2331
|
+
*/
|
|
2332
|
+
'other_Procedure_Code14'?: string | null;
|
|
2333
|
+
/**
|
|
2334
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2335
|
+
* @type {string}
|
|
2336
|
+
* @memberof ClaimBatch
|
|
2337
|
+
*/
|
|
2338
|
+
'other_Procedure_Code15'?: string | null;
|
|
2339
|
+
/**
|
|
2340
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2341
|
+
* @type {string}
|
|
2342
|
+
* @memberof ClaimBatch
|
|
2343
|
+
*/
|
|
2344
|
+
'other_Procedure_Code16'?: string | null;
|
|
2345
|
+
/**
|
|
2346
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2347
|
+
* @type {string}
|
|
2348
|
+
* @memberof ClaimBatch
|
|
2349
|
+
*/
|
|
2350
|
+
'other_Procedure_Code17'?: string | null;
|
|
2351
|
+
/**
|
|
2352
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
2353
|
+
* @type {string}
|
|
2354
|
+
* @memberof ClaimBatch
|
|
2355
|
+
*/
|
|
1600
2356
|
'other_Procedure_Code18'?: string | null;
|
|
1601
2357
|
/**
|
|
1602
|
-
*
|
|
2358
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1603
2359
|
* @type {string}
|
|
1604
2360
|
* @memberof ClaimBatch
|
|
1605
2361
|
*/
|
|
@@ -1611,25 +2367,25 @@ export interface ClaimBatch {
|
|
|
1611
2367
|
*/
|
|
1612
2368
|
'other_Procedure_Code2'?: string | null;
|
|
1613
2369
|
/**
|
|
1614
|
-
*
|
|
2370
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1615
2371
|
* @type {string}
|
|
1616
2372
|
* @memberof ClaimBatch
|
|
1617
2373
|
*/
|
|
1618
2374
|
'other_Procedure_Code20'?: string | null;
|
|
1619
2375
|
/**
|
|
1620
|
-
*
|
|
2376
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1621
2377
|
* @type {string}
|
|
1622
2378
|
* @memberof ClaimBatch
|
|
1623
2379
|
*/
|
|
1624
2380
|
'other_Procedure_Code21'?: string | null;
|
|
1625
2381
|
/**
|
|
1626
|
-
*
|
|
2382
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1627
2383
|
* @type {string}
|
|
1628
2384
|
* @memberof ClaimBatch
|
|
1629
2385
|
*/
|
|
1630
2386
|
'other_Procedure_Code22'?: string | null;
|
|
1631
2387
|
/**
|
|
1632
|
-
*
|
|
2388
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1633
2389
|
* @type {string}
|
|
1634
2390
|
* @memberof ClaimBatch
|
|
1635
2391
|
*/
|
|
@@ -1653,25 +2409,25 @@ export interface ClaimBatch {
|
|
|
1653
2409
|
*/
|
|
1654
2410
|
'other_Procedure_Code5'?: string | null;
|
|
1655
2411
|
/**
|
|
1656
|
-
*
|
|
2412
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1657
2413
|
* @type {string}
|
|
1658
2414
|
* @memberof ClaimBatch
|
|
1659
2415
|
*/
|
|
1660
2416
|
'other_Procedure_Code6'?: string | null;
|
|
1661
2417
|
/**
|
|
1662
|
-
*
|
|
2418
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1663
2419
|
* @type {string}
|
|
1664
2420
|
* @memberof ClaimBatch
|
|
1665
2421
|
*/
|
|
1666
2422
|
'other_Procedure_Code7'?: string | null;
|
|
1667
2423
|
/**
|
|
1668
|
-
*
|
|
2424
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1669
2425
|
* @type {string}
|
|
1670
2426
|
* @memberof ClaimBatch
|
|
1671
2427
|
*/
|
|
1672
2428
|
'other_Procedure_Code8'?: string | null;
|
|
1673
2429
|
/**
|
|
1674
|
-
*
|
|
2430
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1675
2431
|
* @type {string}
|
|
1676
2432
|
* @memberof ClaimBatch
|
|
1677
2433
|
*/
|
|
@@ -1683,61 +2439,61 @@ export interface ClaimBatch {
|
|
|
1683
2439
|
*/
|
|
1684
2440
|
'other_Procedure_Date1'?: string | null;
|
|
1685
2441
|
/**
|
|
1686
|
-
*
|
|
2442
|
+
* Date associated with the additional procedure code.
|
|
1687
2443
|
* @type {string}
|
|
1688
2444
|
* @memberof ClaimBatch
|
|
1689
2445
|
*/
|
|
1690
2446
|
'other_Procedure_Date10'?: string | null;
|
|
1691
2447
|
/**
|
|
1692
|
-
*
|
|
2448
|
+
* Date associated with the additional procedure code.
|
|
1693
2449
|
* @type {string}
|
|
1694
2450
|
* @memberof ClaimBatch
|
|
1695
2451
|
*/
|
|
1696
2452
|
'other_Procedure_Date11'?: string | null;
|
|
1697
2453
|
/**
|
|
1698
|
-
*
|
|
2454
|
+
* Date associated with the additional procedure code.
|
|
1699
2455
|
* @type {string}
|
|
1700
2456
|
* @memberof ClaimBatch
|
|
1701
2457
|
*/
|
|
1702
2458
|
'other_Procedure_Date12'?: string | null;
|
|
1703
2459
|
/**
|
|
1704
|
-
*
|
|
2460
|
+
* Date associated with the additional procedure code.
|
|
1705
2461
|
* @type {string}
|
|
1706
2462
|
* @memberof ClaimBatch
|
|
1707
2463
|
*/
|
|
1708
2464
|
'other_Procedure_Date13'?: string | null;
|
|
1709
2465
|
/**
|
|
1710
|
-
*
|
|
2466
|
+
* Date associated with the additional procedure code.
|
|
1711
2467
|
* @type {string}
|
|
1712
2468
|
* @memberof ClaimBatch
|
|
1713
2469
|
*/
|
|
1714
2470
|
'other_Procedure_Date14'?: string | null;
|
|
1715
2471
|
/**
|
|
1716
|
-
*
|
|
2472
|
+
* Date associated with the additional procedure code.
|
|
1717
2473
|
* @type {string}
|
|
1718
2474
|
* @memberof ClaimBatch
|
|
1719
2475
|
*/
|
|
1720
2476
|
'other_Procedure_Date15'?: string | null;
|
|
1721
2477
|
/**
|
|
1722
|
-
*
|
|
2478
|
+
* Date associated with the additional procedure code.
|
|
1723
2479
|
* @type {string}
|
|
1724
2480
|
* @memberof ClaimBatch
|
|
1725
2481
|
*/
|
|
1726
2482
|
'other_Procedure_Date16'?: string | null;
|
|
1727
2483
|
/**
|
|
1728
|
-
*
|
|
2484
|
+
* Date associated with the additional procedure code.
|
|
1729
2485
|
* @type {string}
|
|
1730
2486
|
* @memberof ClaimBatch
|
|
1731
2487
|
*/
|
|
1732
2488
|
'other_Procedure_Date17'?: string | null;
|
|
1733
2489
|
/**
|
|
1734
|
-
*
|
|
2490
|
+
* Date associated with the additional procedure code.
|
|
1735
2491
|
* @type {string}
|
|
1736
2492
|
* @memberof ClaimBatch
|
|
1737
2493
|
*/
|
|
1738
2494
|
'other_Procedure_Date18'?: string | null;
|
|
1739
2495
|
/**
|
|
1740
|
-
*
|
|
2496
|
+
* Date associated with the additional procedure code.
|
|
1741
2497
|
* @type {string}
|
|
1742
2498
|
* @memberof ClaimBatch
|
|
1743
2499
|
*/
|
|
@@ -1749,25 +2505,25 @@ export interface ClaimBatch {
|
|
|
1749
2505
|
*/
|
|
1750
2506
|
'other_Procedure_Date2'?: string | null;
|
|
1751
2507
|
/**
|
|
1752
|
-
*
|
|
2508
|
+
* Date associated with the additional procedure code.
|
|
1753
2509
|
* @type {string}
|
|
1754
2510
|
* @memberof ClaimBatch
|
|
1755
2511
|
*/
|
|
1756
2512
|
'other_Procedure_Date20'?: string | null;
|
|
1757
2513
|
/**
|
|
1758
|
-
*
|
|
2514
|
+
* Date associated with the additional procedure code.
|
|
1759
2515
|
* @type {string}
|
|
1760
2516
|
* @memberof ClaimBatch
|
|
1761
2517
|
*/
|
|
1762
2518
|
'other_Procedure_Date21'?: string | null;
|
|
1763
2519
|
/**
|
|
1764
|
-
*
|
|
2520
|
+
* Date associated with the additional procedure code.
|
|
1765
2521
|
* @type {string}
|
|
1766
2522
|
* @memberof ClaimBatch
|
|
1767
2523
|
*/
|
|
1768
2524
|
'other_Procedure_Date22'?: string | null;
|
|
1769
2525
|
/**
|
|
1770
|
-
*
|
|
2526
|
+
* Date associated with the additional procedure code.
|
|
1771
2527
|
* @type {string}
|
|
1772
2528
|
* @memberof ClaimBatch
|
|
1773
2529
|
*/
|
|
@@ -1791,25 +2547,25 @@ export interface ClaimBatch {
|
|
|
1791
2547
|
*/
|
|
1792
2548
|
'other_Procedure_Date5'?: string | null;
|
|
1793
2549
|
/**
|
|
1794
|
-
*
|
|
2550
|
+
* Date associated with the additional procedure code.
|
|
1795
2551
|
* @type {string}
|
|
1796
2552
|
* @memberof ClaimBatch
|
|
1797
2553
|
*/
|
|
1798
2554
|
'other_Procedure_Date6'?: string | null;
|
|
1799
2555
|
/**
|
|
1800
|
-
*
|
|
2556
|
+
* Date associated with the additional procedure code.
|
|
1801
2557
|
* @type {string}
|
|
1802
2558
|
* @memberof ClaimBatch
|
|
1803
2559
|
*/
|
|
1804
2560
|
'other_Procedure_Date7'?: string | null;
|
|
1805
2561
|
/**
|
|
1806
|
-
*
|
|
2562
|
+
* Date associated with the additional procedure code.
|
|
1807
2563
|
* @type {string}
|
|
1808
2564
|
* @memberof ClaimBatch
|
|
1809
2565
|
*/
|
|
1810
2566
|
'other_Procedure_Date8'?: string | null;
|
|
1811
2567
|
/**
|
|
1812
|
-
*
|
|
2568
|
+
* Date associated with the additional procedure code.
|
|
1813
2569
|
* @type {string}
|
|
1814
2570
|
* @memberof ClaimBatch
|
|
1815
2571
|
*/
|
|
@@ -2319,7 +3075,7 @@ export interface ClaimBatch {
|
|
|
2319
3075
|
*/
|
|
2320
3076
|
'pricing_Method'?: string | null;
|
|
2321
3077
|
/**
|
|
2322
|
-
*
|
|
3078
|
+
* The ID of the pricing organization. Data is obtained in segment HCP04 on an 837.
|
|
2323
3079
|
* @type {string}
|
|
2324
3080
|
* @memberof ClaimBatch
|
|
2325
3081
|
*/
|
|
@@ -2894,12 +3650,102 @@ export interface ClaimBatch {
|
|
|
2894
3650
|
* @memberof ClaimBatch
|
|
2895
3651
|
*/
|
|
2896
3652
|
'value_Amount1'?: number | null;
|
|
3653
|
+
/**
|
|
3654
|
+
*
|
|
3655
|
+
* @type {number}
|
|
3656
|
+
* @memberof ClaimBatch
|
|
3657
|
+
*/
|
|
3658
|
+
'value_Amount10'?: number | null;
|
|
3659
|
+
/**
|
|
3660
|
+
*
|
|
3661
|
+
* @type {number}
|
|
3662
|
+
* @memberof ClaimBatch
|
|
3663
|
+
*/
|
|
3664
|
+
'value_Amount11'?: number | null;
|
|
3665
|
+
/**
|
|
3666
|
+
*
|
|
3667
|
+
* @type {number}
|
|
3668
|
+
* @memberof ClaimBatch
|
|
3669
|
+
*/
|
|
3670
|
+
'value_Amount12'?: number | null;
|
|
3671
|
+
/**
|
|
3672
|
+
*
|
|
3673
|
+
* @type {number}
|
|
3674
|
+
* @memberof ClaimBatch
|
|
3675
|
+
*/
|
|
3676
|
+
'value_Amount13'?: number | null;
|
|
3677
|
+
/**
|
|
3678
|
+
*
|
|
3679
|
+
* @type {number}
|
|
3680
|
+
* @memberof ClaimBatch
|
|
3681
|
+
*/
|
|
3682
|
+
'value_Amount14'?: number | null;
|
|
3683
|
+
/**
|
|
3684
|
+
*
|
|
3685
|
+
* @type {number}
|
|
3686
|
+
* @memberof ClaimBatch
|
|
3687
|
+
*/
|
|
3688
|
+
'value_Amount15'?: number | null;
|
|
3689
|
+
/**
|
|
3690
|
+
*
|
|
3691
|
+
* @type {number}
|
|
3692
|
+
* @memberof ClaimBatch
|
|
3693
|
+
*/
|
|
3694
|
+
'value_Amount16'?: number | null;
|
|
3695
|
+
/**
|
|
3696
|
+
*
|
|
3697
|
+
* @type {number}
|
|
3698
|
+
* @memberof ClaimBatch
|
|
3699
|
+
*/
|
|
3700
|
+
'value_Amount17'?: number | null;
|
|
3701
|
+
/**
|
|
3702
|
+
*
|
|
3703
|
+
* @type {number}
|
|
3704
|
+
* @memberof ClaimBatch
|
|
3705
|
+
*/
|
|
3706
|
+
'value_Amount18'?: number | null;
|
|
3707
|
+
/**
|
|
3708
|
+
*
|
|
3709
|
+
* @type {number}
|
|
3710
|
+
* @memberof ClaimBatch
|
|
3711
|
+
*/
|
|
3712
|
+
'value_Amount19'?: number | null;
|
|
2897
3713
|
/**
|
|
2898
3714
|
* The monetary amount related to the value code.
|
|
2899
3715
|
* @type {number}
|
|
2900
3716
|
* @memberof ClaimBatch
|
|
2901
3717
|
*/
|
|
2902
3718
|
'value_Amount2'?: number | null;
|
|
3719
|
+
/**
|
|
3720
|
+
*
|
|
3721
|
+
* @type {number}
|
|
3722
|
+
* @memberof ClaimBatch
|
|
3723
|
+
*/
|
|
3724
|
+
'value_Amount20'?: number | null;
|
|
3725
|
+
/**
|
|
3726
|
+
*
|
|
3727
|
+
* @type {number}
|
|
3728
|
+
* @memberof ClaimBatch
|
|
3729
|
+
*/
|
|
3730
|
+
'value_Amount21'?: number | null;
|
|
3731
|
+
/**
|
|
3732
|
+
*
|
|
3733
|
+
* @type {number}
|
|
3734
|
+
* @memberof ClaimBatch
|
|
3735
|
+
*/
|
|
3736
|
+
'value_Amount22'?: number | null;
|
|
3737
|
+
/**
|
|
3738
|
+
*
|
|
3739
|
+
* @type {number}
|
|
3740
|
+
* @memberof ClaimBatch
|
|
3741
|
+
*/
|
|
3742
|
+
'value_Amount23'?: number | null;
|
|
3743
|
+
/**
|
|
3744
|
+
*
|
|
3745
|
+
* @type {number}
|
|
3746
|
+
* @memberof ClaimBatch
|
|
3747
|
+
*/
|
|
3748
|
+
'value_Amount24'?: number | null;
|
|
2903
3749
|
/**
|
|
2904
3750
|
* The monetary amount related to the value code.
|
|
2905
3751
|
* @type {number}
|
|
@@ -2912,18 +3758,138 @@ export interface ClaimBatch {
|
|
|
2912
3758
|
* @memberof ClaimBatch
|
|
2913
3759
|
*/
|
|
2914
3760
|
'value_Amount4'?: number | null;
|
|
3761
|
+
/**
|
|
3762
|
+
*
|
|
3763
|
+
* @type {number}
|
|
3764
|
+
* @memberof ClaimBatch
|
|
3765
|
+
*/
|
|
3766
|
+
'value_Amount5'?: number | null;
|
|
3767
|
+
/**
|
|
3768
|
+
*
|
|
3769
|
+
* @type {number}
|
|
3770
|
+
* @memberof ClaimBatch
|
|
3771
|
+
*/
|
|
3772
|
+
'value_Amount6'?: number | null;
|
|
3773
|
+
/**
|
|
3774
|
+
*
|
|
3775
|
+
* @type {number}
|
|
3776
|
+
* @memberof ClaimBatch
|
|
3777
|
+
*/
|
|
3778
|
+
'value_Amount7'?: number | null;
|
|
3779
|
+
/**
|
|
3780
|
+
*
|
|
3781
|
+
* @type {number}
|
|
3782
|
+
* @memberof ClaimBatch
|
|
3783
|
+
*/
|
|
3784
|
+
'value_Amount8'?: number | null;
|
|
3785
|
+
/**
|
|
3786
|
+
*
|
|
3787
|
+
* @type {number}
|
|
3788
|
+
* @memberof ClaimBatch
|
|
3789
|
+
*/
|
|
3790
|
+
'value_Amount9'?: number | null;
|
|
2915
3791
|
/**
|
|
2916
3792
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
2917
3793
|
* @type {string}
|
|
2918
3794
|
* @memberof ClaimBatch
|
|
2919
3795
|
*/
|
|
2920
3796
|
'value_Code1'?: string | null;
|
|
3797
|
+
/**
|
|
3798
|
+
*
|
|
3799
|
+
* @type {string}
|
|
3800
|
+
* @memberof ClaimBatch
|
|
3801
|
+
*/
|
|
3802
|
+
'value_Code10'?: string | null;
|
|
3803
|
+
/**
|
|
3804
|
+
*
|
|
3805
|
+
* @type {string}
|
|
3806
|
+
* @memberof ClaimBatch
|
|
3807
|
+
*/
|
|
3808
|
+
'value_Code11'?: string | null;
|
|
3809
|
+
/**
|
|
3810
|
+
*
|
|
3811
|
+
* @type {string}
|
|
3812
|
+
* @memberof ClaimBatch
|
|
3813
|
+
*/
|
|
3814
|
+
'value_Code12'?: string | null;
|
|
3815
|
+
/**
|
|
3816
|
+
*
|
|
3817
|
+
* @type {string}
|
|
3818
|
+
* @memberof ClaimBatch
|
|
3819
|
+
*/
|
|
3820
|
+
'value_Code13'?: string | null;
|
|
3821
|
+
/**
|
|
3822
|
+
*
|
|
3823
|
+
* @type {string}
|
|
3824
|
+
* @memberof ClaimBatch
|
|
3825
|
+
*/
|
|
3826
|
+
'value_Code14'?: string | null;
|
|
3827
|
+
/**
|
|
3828
|
+
*
|
|
3829
|
+
* @type {string}
|
|
3830
|
+
* @memberof ClaimBatch
|
|
3831
|
+
*/
|
|
3832
|
+
'value_Code15'?: string | null;
|
|
3833
|
+
/**
|
|
3834
|
+
*
|
|
3835
|
+
* @type {string}
|
|
3836
|
+
* @memberof ClaimBatch
|
|
3837
|
+
*/
|
|
3838
|
+
'value_Code16'?: string | null;
|
|
3839
|
+
/**
|
|
3840
|
+
*
|
|
3841
|
+
* @type {string}
|
|
3842
|
+
* @memberof ClaimBatch
|
|
3843
|
+
*/
|
|
3844
|
+
'value_Code17'?: string | null;
|
|
3845
|
+
/**
|
|
3846
|
+
*
|
|
3847
|
+
* @type {string}
|
|
3848
|
+
* @memberof ClaimBatch
|
|
3849
|
+
*/
|
|
3850
|
+
'value_Code18'?: string | null;
|
|
3851
|
+
/**
|
|
3852
|
+
*
|
|
3853
|
+
* @type {string}
|
|
3854
|
+
* @memberof ClaimBatch
|
|
3855
|
+
*/
|
|
3856
|
+
'value_Code19'?: string | null;
|
|
2921
3857
|
/**
|
|
2922
3858
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
2923
3859
|
* @type {string}
|
|
2924
3860
|
* @memberof ClaimBatch
|
|
2925
3861
|
*/
|
|
2926
3862
|
'value_Code2'?: string | null;
|
|
3863
|
+
/**
|
|
3864
|
+
*
|
|
3865
|
+
* @type {string}
|
|
3866
|
+
* @memberof ClaimBatch
|
|
3867
|
+
*/
|
|
3868
|
+
'value_Code20'?: string | null;
|
|
3869
|
+
/**
|
|
3870
|
+
*
|
|
3871
|
+
* @type {string}
|
|
3872
|
+
* @memberof ClaimBatch
|
|
3873
|
+
*/
|
|
3874
|
+
'value_Code21'?: string | null;
|
|
3875
|
+
/**
|
|
3876
|
+
*
|
|
3877
|
+
* @type {string}
|
|
3878
|
+
* @memberof ClaimBatch
|
|
3879
|
+
*/
|
|
3880
|
+
'value_Code22'?: string | null;
|
|
3881
|
+
/**
|
|
3882
|
+
*
|
|
3883
|
+
* @type {string}
|
|
3884
|
+
* @memberof ClaimBatch
|
|
3885
|
+
*/
|
|
3886
|
+
'value_Code23'?: string | null;
|
|
3887
|
+
/**
|
|
3888
|
+
*
|
|
3889
|
+
* @type {string}
|
|
3890
|
+
* @memberof ClaimBatch
|
|
3891
|
+
*/
|
|
3892
|
+
'value_Code24'?: string | null;
|
|
2927
3893
|
/**
|
|
2928
3894
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
2929
3895
|
* @type {string}
|
|
@@ -2936,6 +3902,36 @@ export interface ClaimBatch {
|
|
|
2936
3902
|
* @memberof ClaimBatch
|
|
2937
3903
|
*/
|
|
2938
3904
|
'value_Code4'?: string | null;
|
|
3905
|
+
/**
|
|
3906
|
+
*
|
|
3907
|
+
* @type {string}
|
|
3908
|
+
* @memberof ClaimBatch
|
|
3909
|
+
*/
|
|
3910
|
+
'value_Code5'?: string | null;
|
|
3911
|
+
/**
|
|
3912
|
+
*
|
|
3913
|
+
* @type {string}
|
|
3914
|
+
* @memberof ClaimBatch
|
|
3915
|
+
*/
|
|
3916
|
+
'value_Code6'?: string | null;
|
|
3917
|
+
/**
|
|
3918
|
+
*
|
|
3919
|
+
* @type {string}
|
|
3920
|
+
* @memberof ClaimBatch
|
|
3921
|
+
*/
|
|
3922
|
+
'value_Code7'?: string | null;
|
|
3923
|
+
/**
|
|
3924
|
+
*
|
|
3925
|
+
* @type {string}
|
|
3926
|
+
* @memberof ClaimBatch
|
|
3927
|
+
*/
|
|
3928
|
+
'value_Code8'?: string | null;
|
|
3929
|
+
/**
|
|
3930
|
+
*
|
|
3931
|
+
* @type {string}
|
|
3932
|
+
* @memberof ClaimBatch
|
|
3933
|
+
*/
|
|
3934
|
+
'value_Code9'?: string | null;
|
|
2939
3935
|
/**
|
|
2940
3936
|
* Indicates that this claim was part of a Refund process.
|
|
2941
3937
|
* @type {number}
|