@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.ts
CHANGED
|
@@ -39,7 +39,7 @@ export interface Claim {
|
|
|
39
39
|
*/
|
|
40
40
|
'abF_Exported_Date'?: string | null;
|
|
41
41
|
/**
|
|
42
|
-
* 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.
|
|
42
|
+
* A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
43
43
|
* @type {boolean}
|
|
44
44
|
* @memberof Claim
|
|
45
45
|
*/
|
|
@@ -344,12 +344,102 @@ export interface Claim {
|
|
|
344
344
|
* @memberof Claim
|
|
345
345
|
*/
|
|
346
346
|
'condition_Code1'?: string | null;
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @type {string}
|
|
350
|
+
* @memberof Claim
|
|
351
|
+
*/
|
|
352
|
+
'condition_Code10'?: string | null;
|
|
353
|
+
/**
|
|
354
|
+
*
|
|
355
|
+
* @type {string}
|
|
356
|
+
* @memberof Claim
|
|
357
|
+
*/
|
|
358
|
+
'condition_Code11'?: string | null;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @type {string}
|
|
362
|
+
* @memberof Claim
|
|
363
|
+
*/
|
|
364
|
+
'condition_Code12'?: string | null;
|
|
365
|
+
/**
|
|
366
|
+
*
|
|
367
|
+
* @type {string}
|
|
368
|
+
* @memberof Claim
|
|
369
|
+
*/
|
|
370
|
+
'condition_Code13'?: string | null;
|
|
371
|
+
/**
|
|
372
|
+
*
|
|
373
|
+
* @type {string}
|
|
374
|
+
* @memberof Claim
|
|
375
|
+
*/
|
|
376
|
+
'condition_Code14'?: string | null;
|
|
377
|
+
/**
|
|
378
|
+
*
|
|
379
|
+
* @type {string}
|
|
380
|
+
* @memberof Claim
|
|
381
|
+
*/
|
|
382
|
+
'condition_Code15'?: string | null;
|
|
383
|
+
/**
|
|
384
|
+
*
|
|
385
|
+
* @type {string}
|
|
386
|
+
* @memberof Claim
|
|
387
|
+
*/
|
|
388
|
+
'condition_Code16'?: string | null;
|
|
389
|
+
/**
|
|
390
|
+
*
|
|
391
|
+
* @type {string}
|
|
392
|
+
* @memberof Claim
|
|
393
|
+
*/
|
|
394
|
+
'condition_Code17'?: string | null;
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @type {string}
|
|
398
|
+
* @memberof Claim
|
|
399
|
+
*/
|
|
400
|
+
'condition_Code18'?: string | null;
|
|
401
|
+
/**
|
|
402
|
+
*
|
|
403
|
+
* @type {string}
|
|
404
|
+
* @memberof Claim
|
|
405
|
+
*/
|
|
406
|
+
'condition_Code19'?: string | null;
|
|
347
407
|
/**
|
|
348
408
|
* The Condition Code value for this claim.
|
|
349
409
|
* @type {string}
|
|
350
410
|
* @memberof Claim
|
|
351
411
|
*/
|
|
352
412
|
'condition_Code2'?: string | null;
|
|
413
|
+
/**
|
|
414
|
+
*
|
|
415
|
+
* @type {string}
|
|
416
|
+
* @memberof Claim
|
|
417
|
+
*/
|
|
418
|
+
'condition_Code20'?: string | null;
|
|
419
|
+
/**
|
|
420
|
+
*
|
|
421
|
+
* @type {string}
|
|
422
|
+
* @memberof Claim
|
|
423
|
+
*/
|
|
424
|
+
'condition_Code21'?: string | null;
|
|
425
|
+
/**
|
|
426
|
+
*
|
|
427
|
+
* @type {string}
|
|
428
|
+
* @memberof Claim
|
|
429
|
+
*/
|
|
430
|
+
'condition_Code22'?: string | null;
|
|
431
|
+
/**
|
|
432
|
+
*
|
|
433
|
+
* @type {string}
|
|
434
|
+
* @memberof Claim
|
|
435
|
+
*/
|
|
436
|
+
'condition_Code23'?: string | null;
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @type {string}
|
|
440
|
+
* @memberof Claim
|
|
441
|
+
*/
|
|
442
|
+
'condition_Code24'?: string | null;
|
|
353
443
|
/**
|
|
354
444
|
* The Condition Code value for this claim.
|
|
355
445
|
* @type {string}
|
|
@@ -380,6 +470,18 @@ export interface Claim {
|
|
|
380
470
|
* @memberof Claim
|
|
381
471
|
*/
|
|
382
472
|
'condition_Code7'?: string | null;
|
|
473
|
+
/**
|
|
474
|
+
*
|
|
475
|
+
* @type {string}
|
|
476
|
+
* @memberof Claim
|
|
477
|
+
*/
|
|
478
|
+
'condition_Code8'?: string | null;
|
|
479
|
+
/**
|
|
480
|
+
*
|
|
481
|
+
* @type {string}
|
|
482
|
+
* @memberof Claim
|
|
483
|
+
*/
|
|
484
|
+
'condition_Code9'?: string | null;
|
|
383
485
|
/**
|
|
384
486
|
* The patients (or Subscribers) enrollment information, references Subenrollment.Group_Coverage_Start.
|
|
385
487
|
* @type {string}
|
|
@@ -927,429 +1029,1083 @@ export interface Claim {
|
|
|
927
1029
|
*/
|
|
928
1030
|
'occurrence_Code1'?: string | null;
|
|
929
1031
|
/**
|
|
930
|
-
*
|
|
1032
|
+
*
|
|
931
1033
|
* @type {string}
|
|
932
1034
|
* @memberof Claim
|
|
933
1035
|
*/
|
|
934
|
-
'
|
|
1036
|
+
'occurrence_Code10'?: string | null;
|
|
935
1037
|
/**
|
|
936
|
-
*
|
|
1038
|
+
*
|
|
937
1039
|
* @type {string}
|
|
938
1040
|
* @memberof Claim
|
|
939
1041
|
*/
|
|
940
|
-
'
|
|
1042
|
+
'occurrence_Code11'?: string | null;
|
|
941
1043
|
/**
|
|
942
|
-
*
|
|
1044
|
+
*
|
|
943
1045
|
* @type {string}
|
|
944
1046
|
* @memberof Claim
|
|
945
1047
|
*/
|
|
946
|
-
'
|
|
1048
|
+
'occurrence_Code12'?: string | null;
|
|
947
1049
|
/**
|
|
948
|
-
*
|
|
1050
|
+
*
|
|
949
1051
|
* @type {string}
|
|
950
1052
|
* @memberof Claim
|
|
951
1053
|
*/
|
|
952
|
-
'
|
|
1054
|
+
'occurrence_Code13'?: string | null;
|
|
953
1055
|
/**
|
|
954
|
-
*
|
|
1056
|
+
*
|
|
955
1057
|
* @type {string}
|
|
956
1058
|
* @memberof Claim
|
|
957
1059
|
*/
|
|
958
|
-
'
|
|
1060
|
+
'occurrence_Code14'?: string | null;
|
|
959
1061
|
/**
|
|
960
|
-
*
|
|
1062
|
+
*
|
|
961
1063
|
* @type {string}
|
|
962
1064
|
* @memberof Claim
|
|
963
1065
|
*/
|
|
964
|
-
'
|
|
1066
|
+
'occurrence_Code15'?: string | null;
|
|
965
1067
|
/**
|
|
966
|
-
*
|
|
1068
|
+
*
|
|
967
1069
|
* @type {string}
|
|
968
1070
|
* @memberof Claim
|
|
969
1071
|
*/
|
|
970
|
-
'
|
|
1072
|
+
'occurrence_Code16'?: string | null;
|
|
971
1073
|
/**
|
|
972
|
-
*
|
|
1074
|
+
*
|
|
973
1075
|
* @type {string}
|
|
974
1076
|
* @memberof Claim
|
|
975
1077
|
*/
|
|
976
|
-
'
|
|
1078
|
+
'occurrence_Code17'?: string | null;
|
|
977
1079
|
/**
|
|
978
|
-
*
|
|
1080
|
+
*
|
|
979
1081
|
* @type {string}
|
|
980
1082
|
* @memberof Claim
|
|
981
1083
|
*/
|
|
982
|
-
'
|
|
1084
|
+
'occurrence_Code18'?: string | null;
|
|
983
1085
|
/**
|
|
984
|
-
*
|
|
1086
|
+
*
|
|
985
1087
|
* @type {string}
|
|
986
1088
|
* @memberof Claim
|
|
987
1089
|
*/
|
|
988
|
-
'
|
|
1090
|
+
'occurrence_Code19'?: string | null;
|
|
989
1091
|
/**
|
|
990
|
-
*
|
|
1092
|
+
* The Occurrence Code value for this claim.
|
|
991
1093
|
* @type {string}
|
|
992
1094
|
* @memberof Claim
|
|
993
1095
|
*/
|
|
994
|
-
'
|
|
1096
|
+
'occurrence_Code2'?: string | null;
|
|
995
1097
|
/**
|
|
996
|
-
*
|
|
997
|
-
* @type {
|
|
1098
|
+
*
|
|
1099
|
+
* @type {string}
|
|
998
1100
|
* @memberof Claim
|
|
999
1101
|
*/
|
|
1000
|
-
'
|
|
1102
|
+
'occurrence_Code20'?: string | null;
|
|
1001
1103
|
/**
|
|
1002
|
-
*
|
|
1003
|
-
* @type {
|
|
1104
|
+
*
|
|
1105
|
+
* @type {string}
|
|
1004
1106
|
* @memberof Claim
|
|
1005
1107
|
*/
|
|
1006
|
-
'
|
|
1108
|
+
'occurrence_Code21'?: string | null;
|
|
1007
1109
|
/**
|
|
1008
|
-
*
|
|
1110
|
+
*
|
|
1009
1111
|
* @type {string}
|
|
1010
1112
|
* @memberof Claim
|
|
1011
1113
|
*/
|
|
1012
|
-
'
|
|
1114
|
+
'occurrence_Code22'?: string | null;
|
|
1013
1115
|
/**
|
|
1014
1116
|
*
|
|
1015
1117
|
* @type {string}
|
|
1016
1118
|
* @memberof Claim
|
|
1017
1119
|
*/
|
|
1018
|
-
'
|
|
1120
|
+
'occurrence_Code23'?: string | null;
|
|
1019
1121
|
/**
|
|
1020
1122
|
*
|
|
1021
1123
|
* @type {string}
|
|
1022
1124
|
* @memberof Claim
|
|
1023
1125
|
*/
|
|
1024
|
-
'
|
|
1126
|
+
'occurrence_Code24'?: string | null;
|
|
1025
1127
|
/**
|
|
1026
|
-
*
|
|
1128
|
+
* The Occurrence Code value for this claim.
|
|
1027
1129
|
* @type {string}
|
|
1028
1130
|
* @memberof Claim
|
|
1029
1131
|
*/
|
|
1030
|
-
'
|
|
1132
|
+
'occurrence_Code3'?: string | null;
|
|
1031
1133
|
/**
|
|
1032
|
-
*
|
|
1134
|
+
* The Occurrence Code value for this claim.
|
|
1033
1135
|
* @type {string}
|
|
1034
1136
|
* @memberof Claim
|
|
1035
1137
|
*/
|
|
1036
|
-
'
|
|
1138
|
+
'occurrence_Code4'?: string | null;
|
|
1037
1139
|
/**
|
|
1038
1140
|
*
|
|
1039
1141
|
* @type {string}
|
|
1040
1142
|
* @memberof Claim
|
|
1041
1143
|
*/
|
|
1042
|
-
'
|
|
1144
|
+
'occurrence_Code5'?: string | null;
|
|
1043
1145
|
/**
|
|
1044
1146
|
*
|
|
1045
1147
|
* @type {string}
|
|
1046
1148
|
* @memberof Claim
|
|
1047
1149
|
*/
|
|
1048
|
-
'
|
|
1150
|
+
'occurrence_Code6'?: string | null;
|
|
1049
1151
|
/**
|
|
1050
1152
|
*
|
|
1051
1153
|
* @type {string}
|
|
1052
1154
|
* @memberof Claim
|
|
1053
1155
|
*/
|
|
1054
|
-
'
|
|
1156
|
+
'occurrence_Code7'?: string | null;
|
|
1055
1157
|
/**
|
|
1056
1158
|
*
|
|
1057
1159
|
* @type {string}
|
|
1058
1160
|
* @memberof Claim
|
|
1059
1161
|
*/
|
|
1060
|
-
'
|
|
1162
|
+
'occurrence_Code8'?: string | null;
|
|
1061
1163
|
/**
|
|
1062
1164
|
*
|
|
1063
1165
|
* @type {string}
|
|
1064
1166
|
* @memberof Claim
|
|
1065
1167
|
*/
|
|
1066
|
-
'
|
|
1168
|
+
'occurrence_Code9'?: string | null;
|
|
1067
1169
|
/**
|
|
1068
|
-
*
|
|
1170
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1069
1171
|
* @type {string}
|
|
1070
1172
|
* @memberof Claim
|
|
1071
1173
|
*/
|
|
1072
|
-
'
|
|
1174
|
+
'occurrence_Date1'?: string | null;
|
|
1073
1175
|
/**
|
|
1074
|
-
*
|
|
1176
|
+
*
|
|
1075
1177
|
* @type {string}
|
|
1076
1178
|
* @memberof Claim
|
|
1077
1179
|
*/
|
|
1078
|
-
'
|
|
1180
|
+
'occurrence_Date10'?: string | null;
|
|
1079
1181
|
/**
|
|
1080
1182
|
*
|
|
1081
1183
|
* @type {string}
|
|
1082
1184
|
* @memberof Claim
|
|
1083
1185
|
*/
|
|
1084
|
-
'
|
|
1186
|
+
'occurrence_Date11'?: string | null;
|
|
1085
1187
|
/**
|
|
1086
1188
|
*
|
|
1087
1189
|
* @type {string}
|
|
1088
1190
|
* @memberof Claim
|
|
1089
1191
|
*/
|
|
1090
|
-
'
|
|
1192
|
+
'occurrence_Date12'?: string | null;
|
|
1091
1193
|
/**
|
|
1092
1194
|
*
|
|
1093
1195
|
* @type {string}
|
|
1094
1196
|
* @memberof Claim
|
|
1095
1197
|
*/
|
|
1096
|
-
'
|
|
1198
|
+
'occurrence_Date13'?: string | null;
|
|
1097
1199
|
/**
|
|
1098
1200
|
*
|
|
1099
1201
|
* @type {string}
|
|
1100
1202
|
* @memberof Claim
|
|
1101
1203
|
*/
|
|
1102
|
-
'
|
|
1204
|
+
'occurrence_Date14'?: string | null;
|
|
1103
1205
|
/**
|
|
1104
|
-
*
|
|
1206
|
+
*
|
|
1105
1207
|
* @type {string}
|
|
1106
1208
|
* @memberof Claim
|
|
1107
1209
|
*/
|
|
1108
|
-
'
|
|
1210
|
+
'occurrence_Date15'?: string | null;
|
|
1109
1211
|
/**
|
|
1110
|
-
*
|
|
1212
|
+
*
|
|
1111
1213
|
* @type {string}
|
|
1112
1214
|
* @memberof Claim
|
|
1113
1215
|
*/
|
|
1114
|
-
'
|
|
1216
|
+
'occurrence_Date16'?: string | null;
|
|
1115
1217
|
/**
|
|
1116
|
-
*
|
|
1218
|
+
*
|
|
1117
1219
|
* @type {string}
|
|
1118
1220
|
* @memberof Claim
|
|
1119
1221
|
*/
|
|
1120
|
-
'
|
|
1222
|
+
'occurrence_Date17'?: string | null;
|
|
1121
1223
|
/**
|
|
1122
1224
|
*
|
|
1123
1225
|
* @type {string}
|
|
1124
1226
|
* @memberof Claim
|
|
1125
1227
|
*/
|
|
1126
|
-
'
|
|
1228
|
+
'occurrence_Date18'?: string | null;
|
|
1127
1229
|
/**
|
|
1128
1230
|
*
|
|
1129
1231
|
* @type {string}
|
|
1130
1232
|
* @memberof Claim
|
|
1131
1233
|
*/
|
|
1132
|
-
'
|
|
1234
|
+
'occurrence_Date19'?: string | null;
|
|
1133
1235
|
/**
|
|
1134
|
-
*
|
|
1236
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1135
1237
|
* @type {string}
|
|
1136
1238
|
* @memberof Claim
|
|
1137
1239
|
*/
|
|
1138
|
-
'
|
|
1240
|
+
'occurrence_Date2'?: string | null;
|
|
1139
1241
|
/**
|
|
1140
1242
|
*
|
|
1141
1243
|
* @type {string}
|
|
1142
1244
|
* @memberof Claim
|
|
1143
1245
|
*/
|
|
1144
|
-
'
|
|
1246
|
+
'occurrence_Date20'?: string | null;
|
|
1145
1247
|
/**
|
|
1146
|
-
*
|
|
1248
|
+
*
|
|
1147
1249
|
* @type {string}
|
|
1148
1250
|
* @memberof Claim
|
|
1149
1251
|
*/
|
|
1150
|
-
'
|
|
1252
|
+
'occurrence_Date21'?: string | null;
|
|
1151
1253
|
/**
|
|
1152
1254
|
*
|
|
1153
1255
|
* @type {string}
|
|
1154
1256
|
* @memberof Claim
|
|
1155
1257
|
*/
|
|
1156
|
-
'
|
|
1258
|
+
'occurrence_Date22'?: string | null;
|
|
1157
1259
|
/**
|
|
1158
1260
|
*
|
|
1159
1261
|
* @type {string}
|
|
1160
1262
|
* @memberof Claim
|
|
1161
1263
|
*/
|
|
1162
|
-
'
|
|
1264
|
+
'occurrence_Date23'?: string | null;
|
|
1163
1265
|
/**
|
|
1164
1266
|
*
|
|
1165
1267
|
* @type {string}
|
|
1166
1268
|
* @memberof Claim
|
|
1167
1269
|
*/
|
|
1168
|
-
'
|
|
1270
|
+
'occurrence_Date24'?: string | null;
|
|
1169
1271
|
/**
|
|
1170
|
-
*
|
|
1272
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1171
1273
|
* @type {string}
|
|
1172
1274
|
* @memberof Claim
|
|
1173
1275
|
*/
|
|
1174
|
-
'
|
|
1276
|
+
'occurrence_Date3'?: string | null;
|
|
1175
1277
|
/**
|
|
1176
|
-
*
|
|
1278
|
+
* The Occurrence Date associated to the assigned Occurrence Codes.
|
|
1177
1279
|
* @type {string}
|
|
1178
1280
|
* @memberof Claim
|
|
1179
1281
|
*/
|
|
1180
|
-
'
|
|
1282
|
+
'occurrence_Date4'?: string | null;
|
|
1181
1283
|
/**
|
|
1182
1284
|
*
|
|
1183
1285
|
* @type {string}
|
|
1184
1286
|
* @memberof Claim
|
|
1185
1287
|
*/
|
|
1186
|
-
'
|
|
1288
|
+
'occurrence_Date5'?: string | null;
|
|
1187
1289
|
/**
|
|
1188
1290
|
*
|
|
1189
1291
|
* @type {string}
|
|
1190
1292
|
* @memberof Claim
|
|
1191
1293
|
*/
|
|
1192
|
-
'
|
|
1294
|
+
'occurrence_Date6'?: string | null;
|
|
1193
1295
|
/**
|
|
1194
1296
|
*
|
|
1195
1297
|
* @type {string}
|
|
1196
1298
|
* @memberof Claim
|
|
1197
1299
|
*/
|
|
1198
|
-
'
|
|
1300
|
+
'occurrence_Date7'?: string | null;
|
|
1199
1301
|
/**
|
|
1200
1302
|
*
|
|
1201
1303
|
* @type {string}
|
|
1202
1304
|
* @memberof Claim
|
|
1203
1305
|
*/
|
|
1204
|
-
'
|
|
1306
|
+
'occurrence_Date8'?: string | null;
|
|
1205
1307
|
/**
|
|
1206
1308
|
*
|
|
1207
1309
|
* @type {string}
|
|
1208
1310
|
* @memberof Claim
|
|
1209
1311
|
*/
|
|
1210
|
-
'
|
|
1312
|
+
'occurrence_Date9'?: string | null;
|
|
1211
1313
|
/**
|
|
1212
|
-
*
|
|
1314
|
+
* The occurrence span indicator for the Occurrence Span From and Thru dates.
|
|
1213
1315
|
* @type {string}
|
|
1214
1316
|
* @memberof Claim
|
|
1215
1317
|
*/
|
|
1216
|
-
'
|
|
1318
|
+
'occurrence_Span_Code'?: string | null;
|
|
1217
1319
|
/**
|
|
1218
1320
|
*
|
|
1219
1321
|
* @type {string}
|
|
1220
1322
|
* @memberof Claim
|
|
1221
1323
|
*/
|
|
1222
|
-
'
|
|
1324
|
+
'occurrence_Span_Code10'?: string | null;
|
|
1223
1325
|
/**
|
|
1224
1326
|
*
|
|
1225
1327
|
* @type {string}
|
|
1226
1328
|
* @memberof Claim
|
|
1227
1329
|
*/
|
|
1228
|
-
'
|
|
1330
|
+
'occurrence_Span_Code11'?: string | null;
|
|
1229
1331
|
/**
|
|
1230
1332
|
*
|
|
1231
1333
|
* @type {string}
|
|
1232
1334
|
* @memberof Claim
|
|
1233
1335
|
*/
|
|
1234
|
-
'
|
|
1336
|
+
'occurrence_Span_Code12'?: string | null;
|
|
1235
1337
|
/**
|
|
1236
1338
|
*
|
|
1237
1339
|
* @type {string}
|
|
1238
1340
|
* @memberof Claim
|
|
1239
1341
|
*/
|
|
1240
|
-
'
|
|
1342
|
+
'occurrence_Span_Code13'?: string | null;
|
|
1241
1343
|
/**
|
|
1242
|
-
*
|
|
1344
|
+
*
|
|
1243
1345
|
* @type {string}
|
|
1244
1346
|
* @memberof Claim
|
|
1245
1347
|
*/
|
|
1246
|
-
'
|
|
1348
|
+
'occurrence_Span_Code14'?: string | null;
|
|
1247
1349
|
/**
|
|
1248
|
-
*
|
|
1350
|
+
*
|
|
1249
1351
|
* @type {string}
|
|
1250
1352
|
* @memberof Claim
|
|
1251
1353
|
*/
|
|
1252
|
-
'
|
|
1354
|
+
'occurrence_Span_Code15'?: string | null;
|
|
1253
1355
|
/**
|
|
1254
|
-
*
|
|
1356
|
+
*
|
|
1255
1357
|
* @type {string}
|
|
1256
1358
|
* @memberof Claim
|
|
1257
1359
|
*/
|
|
1258
|
-
'
|
|
1360
|
+
'occurrence_Span_Code16'?: string | null;
|
|
1259
1361
|
/**
|
|
1260
1362
|
*
|
|
1261
1363
|
* @type {string}
|
|
1262
1364
|
* @memberof Claim
|
|
1263
1365
|
*/
|
|
1264
|
-
'
|
|
1366
|
+
'occurrence_Span_Code17'?: string | null;
|
|
1265
1367
|
/**
|
|
1266
1368
|
*
|
|
1267
1369
|
* @type {string}
|
|
1268
1370
|
* @memberof Claim
|
|
1269
1371
|
*/
|
|
1270
|
-
'
|
|
1372
|
+
'occurrence_Span_Code18'?: string | null;
|
|
1271
1373
|
/**
|
|
1272
1374
|
*
|
|
1273
1375
|
* @type {string}
|
|
1274
1376
|
* @memberof Claim
|
|
1275
1377
|
*/
|
|
1276
|
-
'
|
|
1378
|
+
'occurrence_Span_Code19'?: string | null;
|
|
1277
1379
|
/**
|
|
1278
1380
|
*
|
|
1279
1381
|
* @type {string}
|
|
1280
1382
|
* @memberof Claim
|
|
1281
1383
|
*/
|
|
1282
|
-
'
|
|
1384
|
+
'occurrence_Span_Code2'?: string | null;
|
|
1283
1385
|
/**
|
|
1284
|
-
*
|
|
1386
|
+
*
|
|
1285
1387
|
* @type {string}
|
|
1286
1388
|
* @memberof Claim
|
|
1287
1389
|
*/
|
|
1288
|
-
'
|
|
1390
|
+
'occurrence_Span_Code20'?: string | null;
|
|
1289
1391
|
/**
|
|
1290
|
-
*
|
|
1392
|
+
*
|
|
1291
1393
|
* @type {string}
|
|
1292
1394
|
* @memberof Claim
|
|
1293
1395
|
*/
|
|
1294
|
-
'
|
|
1396
|
+
'occurrence_Span_Code21'?: string | null;
|
|
1295
1397
|
/**
|
|
1296
|
-
*
|
|
1297
|
-
* @type {
|
|
1398
|
+
*
|
|
1399
|
+
* @type {string}
|
|
1298
1400
|
* @memberof Claim
|
|
1299
1401
|
*/
|
|
1300
|
-
'
|
|
1402
|
+
'occurrence_Span_Code22'?: string | null;
|
|
1301
1403
|
/**
|
|
1302
|
-
*
|
|
1303
|
-
* @type {
|
|
1404
|
+
*
|
|
1405
|
+
* @type {string}
|
|
1304
1406
|
* @memberof Claim
|
|
1305
1407
|
*/
|
|
1306
|
-
'
|
|
1408
|
+
'occurrence_Span_Code23'?: string | null;
|
|
1307
1409
|
/**
|
|
1308
|
-
*
|
|
1410
|
+
*
|
|
1309
1411
|
* @type {string}
|
|
1310
1412
|
* @memberof Claim
|
|
1311
1413
|
*/
|
|
1312
|
-
'
|
|
1414
|
+
'occurrence_Span_Code24'?: string | null;
|
|
1313
1415
|
/**
|
|
1314
|
-
*
|
|
1315
|
-
* @type {
|
|
1416
|
+
*
|
|
1417
|
+
* @type {string}
|
|
1316
1418
|
* @memberof Claim
|
|
1317
1419
|
*/
|
|
1318
|
-
'
|
|
1420
|
+
'occurrence_Span_Code3'?: string | null;
|
|
1319
1421
|
/**
|
|
1320
|
-
*
|
|
1422
|
+
*
|
|
1321
1423
|
* @type {string}
|
|
1322
1424
|
* @memberof Claim
|
|
1323
1425
|
*/
|
|
1324
|
-
'
|
|
1426
|
+
'occurrence_Span_Code4'?: string | null;
|
|
1325
1427
|
/**
|
|
1326
|
-
*
|
|
1428
|
+
*
|
|
1327
1429
|
* @type {string}
|
|
1328
1430
|
* @memberof Claim
|
|
1329
1431
|
*/
|
|
1330
|
-
'
|
|
1432
|
+
'occurrence_Span_Code5'?: string | null;
|
|
1331
1433
|
/**
|
|
1332
|
-
*
|
|
1434
|
+
*
|
|
1333
1435
|
* @type {string}
|
|
1334
1436
|
* @memberof Claim
|
|
1335
1437
|
*/
|
|
1336
|
-
'
|
|
1438
|
+
'occurrence_Span_Code6'?: string | null;
|
|
1337
1439
|
/**
|
|
1338
|
-
*
|
|
1440
|
+
*
|
|
1339
1441
|
* @type {string}
|
|
1340
1442
|
* @memberof Claim
|
|
1341
1443
|
*/
|
|
1342
|
-
'
|
|
1444
|
+
'occurrence_Span_Code7'?: string | null;
|
|
1343
1445
|
/**
|
|
1344
|
-
*
|
|
1446
|
+
*
|
|
1345
1447
|
* @type {string}
|
|
1346
1448
|
* @memberof Claim
|
|
1347
1449
|
*/
|
|
1348
|
-
'
|
|
1450
|
+
'occurrence_Span_Code8'?: string | null;
|
|
1349
1451
|
/**
|
|
1350
|
-
*
|
|
1351
|
-
* @type {
|
|
1352
|
-
* @memberof Claim
|
|
1452
|
+
*
|
|
1453
|
+
* @type {string}
|
|
1454
|
+
* @memberof Claim
|
|
1455
|
+
*/
|
|
1456
|
+
'occurrence_Span_Code9'?: string | null;
|
|
1457
|
+
/**
|
|
1458
|
+
* The occurrence span from for this claim.
|
|
1459
|
+
* @type {string}
|
|
1460
|
+
* @memberof Claim
|
|
1461
|
+
*/
|
|
1462
|
+
'occurrence_Span_From'?: string | null;
|
|
1463
|
+
/**
|
|
1464
|
+
*
|
|
1465
|
+
* @type {string}
|
|
1466
|
+
* @memberof Claim
|
|
1467
|
+
*/
|
|
1468
|
+
'occurrence_Span_From10'?: string | null;
|
|
1469
|
+
/**
|
|
1470
|
+
*
|
|
1471
|
+
* @type {string}
|
|
1472
|
+
* @memberof Claim
|
|
1473
|
+
*/
|
|
1474
|
+
'occurrence_Span_From11'?: string | null;
|
|
1475
|
+
/**
|
|
1476
|
+
*
|
|
1477
|
+
* @type {string}
|
|
1478
|
+
* @memberof Claim
|
|
1479
|
+
*/
|
|
1480
|
+
'occurrence_Span_From12'?: string | null;
|
|
1481
|
+
/**
|
|
1482
|
+
*
|
|
1483
|
+
* @type {string}
|
|
1484
|
+
* @memberof Claim
|
|
1485
|
+
*/
|
|
1486
|
+
'occurrence_Span_From13'?: string | null;
|
|
1487
|
+
/**
|
|
1488
|
+
*
|
|
1489
|
+
* @type {string}
|
|
1490
|
+
* @memberof Claim
|
|
1491
|
+
*/
|
|
1492
|
+
'occurrence_Span_From14'?: string | null;
|
|
1493
|
+
/**
|
|
1494
|
+
*
|
|
1495
|
+
* @type {string}
|
|
1496
|
+
* @memberof Claim
|
|
1497
|
+
*/
|
|
1498
|
+
'occurrence_Span_From15'?: string | null;
|
|
1499
|
+
/**
|
|
1500
|
+
*
|
|
1501
|
+
* @type {string}
|
|
1502
|
+
* @memberof Claim
|
|
1503
|
+
*/
|
|
1504
|
+
'occurrence_Span_From16'?: string | null;
|
|
1505
|
+
/**
|
|
1506
|
+
*
|
|
1507
|
+
* @type {string}
|
|
1508
|
+
* @memberof Claim
|
|
1509
|
+
*/
|
|
1510
|
+
'occurrence_Span_From17'?: string | null;
|
|
1511
|
+
/**
|
|
1512
|
+
*
|
|
1513
|
+
* @type {string}
|
|
1514
|
+
* @memberof Claim
|
|
1515
|
+
*/
|
|
1516
|
+
'occurrence_Span_From18'?: string | null;
|
|
1517
|
+
/**
|
|
1518
|
+
*
|
|
1519
|
+
* @type {string}
|
|
1520
|
+
* @memberof Claim
|
|
1521
|
+
*/
|
|
1522
|
+
'occurrence_Span_From19'?: string | null;
|
|
1523
|
+
/**
|
|
1524
|
+
*
|
|
1525
|
+
* @type {string}
|
|
1526
|
+
* @memberof Claim
|
|
1527
|
+
*/
|
|
1528
|
+
'occurrence_Span_From2'?: string | null;
|
|
1529
|
+
/**
|
|
1530
|
+
*
|
|
1531
|
+
* @type {string}
|
|
1532
|
+
* @memberof Claim
|
|
1533
|
+
*/
|
|
1534
|
+
'occurrence_Span_From20'?: string | null;
|
|
1535
|
+
/**
|
|
1536
|
+
*
|
|
1537
|
+
* @type {string}
|
|
1538
|
+
* @memberof Claim
|
|
1539
|
+
*/
|
|
1540
|
+
'occurrence_Span_From21'?: string | null;
|
|
1541
|
+
/**
|
|
1542
|
+
*
|
|
1543
|
+
* @type {string}
|
|
1544
|
+
* @memberof Claim
|
|
1545
|
+
*/
|
|
1546
|
+
'occurrence_Span_From22'?: string | null;
|
|
1547
|
+
/**
|
|
1548
|
+
*
|
|
1549
|
+
* @type {string}
|
|
1550
|
+
* @memberof Claim
|
|
1551
|
+
*/
|
|
1552
|
+
'occurrence_Span_From23'?: string | null;
|
|
1553
|
+
/**
|
|
1554
|
+
*
|
|
1555
|
+
* @type {string}
|
|
1556
|
+
* @memberof Claim
|
|
1557
|
+
*/
|
|
1558
|
+
'occurrence_Span_From24'?: string | null;
|
|
1559
|
+
/**
|
|
1560
|
+
*
|
|
1561
|
+
* @type {string}
|
|
1562
|
+
* @memberof Claim
|
|
1563
|
+
*/
|
|
1564
|
+
'occurrence_Span_From3'?: string | null;
|
|
1565
|
+
/**
|
|
1566
|
+
*
|
|
1567
|
+
* @type {string}
|
|
1568
|
+
* @memberof Claim
|
|
1569
|
+
*/
|
|
1570
|
+
'occurrence_Span_From4'?: string | null;
|
|
1571
|
+
/**
|
|
1572
|
+
*
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof Claim
|
|
1575
|
+
*/
|
|
1576
|
+
'occurrence_Span_From5'?: string | null;
|
|
1577
|
+
/**
|
|
1578
|
+
*
|
|
1579
|
+
* @type {string}
|
|
1580
|
+
* @memberof Claim
|
|
1581
|
+
*/
|
|
1582
|
+
'occurrence_Span_From6'?: string | null;
|
|
1583
|
+
/**
|
|
1584
|
+
*
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof Claim
|
|
1587
|
+
*/
|
|
1588
|
+
'occurrence_Span_From7'?: string | null;
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @type {string}
|
|
1592
|
+
* @memberof Claim
|
|
1593
|
+
*/
|
|
1594
|
+
'occurrence_Span_From8'?: string | null;
|
|
1595
|
+
/**
|
|
1596
|
+
*
|
|
1597
|
+
* @type {string}
|
|
1598
|
+
* @memberof Claim
|
|
1599
|
+
*/
|
|
1600
|
+
'occurrence_Span_From9'?: string | null;
|
|
1601
|
+
/**
|
|
1602
|
+
* The occurrence span thru for this claim.
|
|
1603
|
+
* @type {string}
|
|
1604
|
+
* @memberof Claim
|
|
1605
|
+
*/
|
|
1606
|
+
'occurrence_Span_Thru'?: string | null;
|
|
1607
|
+
/**
|
|
1608
|
+
*
|
|
1609
|
+
* @type {string}
|
|
1610
|
+
* @memberof Claim
|
|
1611
|
+
*/
|
|
1612
|
+
'occurrence_Span_Thru10'?: string | null;
|
|
1613
|
+
/**
|
|
1614
|
+
*
|
|
1615
|
+
* @type {string}
|
|
1616
|
+
* @memberof Claim
|
|
1617
|
+
*/
|
|
1618
|
+
'occurrence_Span_Thru11'?: string | null;
|
|
1619
|
+
/**
|
|
1620
|
+
*
|
|
1621
|
+
* @type {string}
|
|
1622
|
+
* @memberof Claim
|
|
1623
|
+
*/
|
|
1624
|
+
'occurrence_Span_Thru12'?: string | null;
|
|
1625
|
+
/**
|
|
1626
|
+
*
|
|
1627
|
+
* @type {string}
|
|
1628
|
+
* @memberof Claim
|
|
1629
|
+
*/
|
|
1630
|
+
'occurrence_Span_Thru13'?: string | null;
|
|
1631
|
+
/**
|
|
1632
|
+
*
|
|
1633
|
+
* @type {string}
|
|
1634
|
+
* @memberof Claim
|
|
1635
|
+
*/
|
|
1636
|
+
'occurrence_Span_Thru14'?: string | null;
|
|
1637
|
+
/**
|
|
1638
|
+
*
|
|
1639
|
+
* @type {string}
|
|
1640
|
+
* @memberof Claim
|
|
1641
|
+
*/
|
|
1642
|
+
'occurrence_Span_Thru15'?: string | null;
|
|
1643
|
+
/**
|
|
1644
|
+
*
|
|
1645
|
+
* @type {string}
|
|
1646
|
+
* @memberof Claim
|
|
1647
|
+
*/
|
|
1648
|
+
'occurrence_Span_Thru16'?: string | null;
|
|
1649
|
+
/**
|
|
1650
|
+
*
|
|
1651
|
+
* @type {string}
|
|
1652
|
+
* @memberof Claim
|
|
1653
|
+
*/
|
|
1654
|
+
'occurrence_Span_Thru17'?: string | null;
|
|
1655
|
+
/**
|
|
1656
|
+
*
|
|
1657
|
+
* @type {string}
|
|
1658
|
+
* @memberof Claim
|
|
1659
|
+
*/
|
|
1660
|
+
'occurrence_Span_Thru18'?: string | null;
|
|
1661
|
+
/**
|
|
1662
|
+
*
|
|
1663
|
+
* @type {string}
|
|
1664
|
+
* @memberof Claim
|
|
1665
|
+
*/
|
|
1666
|
+
'occurrence_Span_Thru19'?: string | null;
|
|
1667
|
+
/**
|
|
1668
|
+
*
|
|
1669
|
+
* @type {string}
|
|
1670
|
+
* @memberof Claim
|
|
1671
|
+
*/
|
|
1672
|
+
'occurrence_Span_Thru2'?: string | null;
|
|
1673
|
+
/**
|
|
1674
|
+
*
|
|
1675
|
+
* @type {string}
|
|
1676
|
+
* @memberof Claim
|
|
1677
|
+
*/
|
|
1678
|
+
'occurrence_Span_Thru20'?: string | null;
|
|
1679
|
+
/**
|
|
1680
|
+
*
|
|
1681
|
+
* @type {string}
|
|
1682
|
+
* @memberof Claim
|
|
1683
|
+
*/
|
|
1684
|
+
'occurrence_Span_Thru21'?: string | null;
|
|
1685
|
+
/**
|
|
1686
|
+
*
|
|
1687
|
+
* @type {string}
|
|
1688
|
+
* @memberof Claim
|
|
1689
|
+
*/
|
|
1690
|
+
'occurrence_Span_Thru22'?: string | null;
|
|
1691
|
+
/**
|
|
1692
|
+
*
|
|
1693
|
+
* @type {string}
|
|
1694
|
+
* @memberof Claim
|
|
1695
|
+
*/
|
|
1696
|
+
'occurrence_Span_Thru23'?: string | null;
|
|
1697
|
+
/**
|
|
1698
|
+
*
|
|
1699
|
+
* @type {string}
|
|
1700
|
+
* @memberof Claim
|
|
1701
|
+
*/
|
|
1702
|
+
'occurrence_Span_Thru24'?: string | null;
|
|
1703
|
+
/**
|
|
1704
|
+
*
|
|
1705
|
+
* @type {string}
|
|
1706
|
+
* @memberof Claim
|
|
1707
|
+
*/
|
|
1708
|
+
'occurrence_Span_Thru3'?: string | null;
|
|
1709
|
+
/**
|
|
1710
|
+
*
|
|
1711
|
+
* @type {string}
|
|
1712
|
+
* @memberof Claim
|
|
1713
|
+
*/
|
|
1714
|
+
'occurrence_Span_Thru4'?: string | null;
|
|
1715
|
+
/**
|
|
1716
|
+
*
|
|
1717
|
+
* @type {string}
|
|
1718
|
+
* @memberof Claim
|
|
1719
|
+
*/
|
|
1720
|
+
'occurrence_Span_Thru5'?: string | null;
|
|
1721
|
+
/**
|
|
1722
|
+
*
|
|
1723
|
+
* @type {string}
|
|
1724
|
+
* @memberof Claim
|
|
1725
|
+
*/
|
|
1726
|
+
'occurrence_Span_Thru6'?: string | null;
|
|
1727
|
+
/**
|
|
1728
|
+
*
|
|
1729
|
+
* @type {string}
|
|
1730
|
+
* @memberof Claim
|
|
1731
|
+
*/
|
|
1732
|
+
'occurrence_Span_Thru7'?: string | null;
|
|
1733
|
+
/**
|
|
1734
|
+
*
|
|
1735
|
+
* @type {string}
|
|
1736
|
+
* @memberof Claim
|
|
1737
|
+
*/
|
|
1738
|
+
'occurrence_Span_Thru8'?: string | null;
|
|
1739
|
+
/**
|
|
1740
|
+
*
|
|
1741
|
+
* @type {string}
|
|
1742
|
+
* @memberof Claim
|
|
1743
|
+
*/
|
|
1744
|
+
'occurrence_Span_Thru9'?: string | null;
|
|
1745
|
+
/**
|
|
1746
|
+
* Notes the date of the original illness if this claim is associated to that illness.
|
|
1747
|
+
* @type {string}
|
|
1748
|
+
* @memberof Claim
|
|
1749
|
+
*/
|
|
1750
|
+
'onset_Similar_Illness_Date'?: string | null;
|
|
1751
|
+
/**
|
|
1752
|
+
* 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.
|
|
1753
|
+
* @type {boolean}
|
|
1754
|
+
* @memberof Claim
|
|
1755
|
+
*/
|
|
1756
|
+
'orthodontics_Treatment': boolean;
|
|
1757
|
+
/**
|
|
1758
|
+
* 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.
|
|
1759
|
+
* @type {boolean}
|
|
1760
|
+
* @memberof Claim
|
|
1761
|
+
*/
|
|
1762
|
+
'other_Insurance': boolean;
|
|
1763
|
+
/**
|
|
1764
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1765
|
+
* @type {string}
|
|
1766
|
+
* @memberof Claim
|
|
1767
|
+
*/
|
|
1768
|
+
'other_Procedure_Code1'?: string | null;
|
|
1769
|
+
/**
|
|
1770
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1771
|
+
* @type {string}
|
|
1772
|
+
* @memberof Claim
|
|
1773
|
+
*/
|
|
1774
|
+
'other_Procedure_Code10'?: string | null;
|
|
1775
|
+
/**
|
|
1776
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1777
|
+
* @type {string}
|
|
1778
|
+
* @memberof Claim
|
|
1779
|
+
*/
|
|
1780
|
+
'other_Procedure_Code11'?: string | null;
|
|
1781
|
+
/**
|
|
1782
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1783
|
+
* @type {string}
|
|
1784
|
+
* @memberof Claim
|
|
1785
|
+
*/
|
|
1786
|
+
'other_Procedure_Code12'?: string | null;
|
|
1787
|
+
/**
|
|
1788
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1789
|
+
* @type {string}
|
|
1790
|
+
* @memberof Claim
|
|
1791
|
+
*/
|
|
1792
|
+
'other_Procedure_Code13'?: string | null;
|
|
1793
|
+
/**
|
|
1794
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1795
|
+
* @type {string}
|
|
1796
|
+
* @memberof Claim
|
|
1797
|
+
*/
|
|
1798
|
+
'other_Procedure_Code14'?: string | null;
|
|
1799
|
+
/**
|
|
1800
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1801
|
+
* @type {string}
|
|
1802
|
+
* @memberof Claim
|
|
1803
|
+
*/
|
|
1804
|
+
'other_Procedure_Code15'?: string | null;
|
|
1805
|
+
/**
|
|
1806
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1807
|
+
* @type {string}
|
|
1808
|
+
* @memberof Claim
|
|
1809
|
+
*/
|
|
1810
|
+
'other_Procedure_Code16'?: string | null;
|
|
1811
|
+
/**
|
|
1812
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1813
|
+
* @type {string}
|
|
1814
|
+
* @memberof Claim
|
|
1815
|
+
*/
|
|
1816
|
+
'other_Procedure_Code17'?: string | null;
|
|
1817
|
+
/**
|
|
1818
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1819
|
+
* @type {string}
|
|
1820
|
+
* @memberof Claim
|
|
1821
|
+
*/
|
|
1822
|
+
'other_Procedure_Code18'?: string | null;
|
|
1823
|
+
/**
|
|
1824
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1825
|
+
* @type {string}
|
|
1826
|
+
* @memberof Claim
|
|
1827
|
+
*/
|
|
1828
|
+
'other_Procedure_Code19'?: string | null;
|
|
1829
|
+
/**
|
|
1830
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1831
|
+
* @type {string}
|
|
1832
|
+
* @memberof Claim
|
|
1833
|
+
*/
|
|
1834
|
+
'other_Procedure_Code2'?: string | null;
|
|
1835
|
+
/**
|
|
1836
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1837
|
+
* @type {string}
|
|
1838
|
+
* @memberof Claim
|
|
1839
|
+
*/
|
|
1840
|
+
'other_Procedure_Code20'?: string | null;
|
|
1841
|
+
/**
|
|
1842
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1843
|
+
* @type {string}
|
|
1844
|
+
* @memberof Claim
|
|
1845
|
+
*/
|
|
1846
|
+
'other_Procedure_Code21'?: string | null;
|
|
1847
|
+
/**
|
|
1848
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1849
|
+
* @type {string}
|
|
1850
|
+
* @memberof Claim
|
|
1851
|
+
*/
|
|
1852
|
+
'other_Procedure_Code22'?: string | null;
|
|
1853
|
+
/**
|
|
1854
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1855
|
+
* @type {string}
|
|
1856
|
+
* @memberof Claim
|
|
1857
|
+
*/
|
|
1858
|
+
'other_Procedure_Code23'?: string | null;
|
|
1859
|
+
/**
|
|
1860
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1861
|
+
* @type {string}
|
|
1862
|
+
* @memberof Claim
|
|
1863
|
+
*/
|
|
1864
|
+
'other_Procedure_Code3'?: string | null;
|
|
1865
|
+
/**
|
|
1866
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1867
|
+
* @type {string}
|
|
1868
|
+
* @memberof Claim
|
|
1869
|
+
*/
|
|
1870
|
+
'other_Procedure_Code4'?: string | null;
|
|
1871
|
+
/**
|
|
1872
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1873
|
+
* @type {string}
|
|
1874
|
+
* @memberof Claim
|
|
1875
|
+
*/
|
|
1876
|
+
'other_Procedure_Code5'?: string | null;
|
|
1877
|
+
/**
|
|
1878
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1879
|
+
* @type {string}
|
|
1880
|
+
* @memberof Claim
|
|
1881
|
+
*/
|
|
1882
|
+
'other_Procedure_Code6'?: string | null;
|
|
1883
|
+
/**
|
|
1884
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1885
|
+
* @type {string}
|
|
1886
|
+
* @memberof Claim
|
|
1887
|
+
*/
|
|
1888
|
+
'other_Procedure_Code7'?: string | null;
|
|
1889
|
+
/**
|
|
1890
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1891
|
+
* @type {string}
|
|
1892
|
+
* @memberof Claim
|
|
1893
|
+
*/
|
|
1894
|
+
'other_Procedure_Code8'?: string | null;
|
|
1895
|
+
/**
|
|
1896
|
+
* Additional procedure code (ICD10 Diagnosis) values for this claim submission.
|
|
1897
|
+
* @type {string}
|
|
1898
|
+
* @memberof Claim
|
|
1899
|
+
*/
|
|
1900
|
+
'other_Procedure_Code9'?: string | null;
|
|
1901
|
+
/**
|
|
1902
|
+
* Date associated with the additional procedure code.
|
|
1903
|
+
* @type {string}
|
|
1904
|
+
* @memberof Claim
|
|
1905
|
+
*/
|
|
1906
|
+
'other_Procedure_Date1'?: string | null;
|
|
1907
|
+
/**
|
|
1908
|
+
* Date associated with the additional procedure code.
|
|
1909
|
+
* @type {string}
|
|
1910
|
+
* @memberof Claim
|
|
1911
|
+
*/
|
|
1912
|
+
'other_Procedure_Date10'?: string | null;
|
|
1913
|
+
/**
|
|
1914
|
+
* Date associated with the additional procedure code.
|
|
1915
|
+
* @type {string}
|
|
1916
|
+
* @memberof Claim
|
|
1917
|
+
*/
|
|
1918
|
+
'other_Procedure_Date11'?: string | null;
|
|
1919
|
+
/**
|
|
1920
|
+
* Date associated with the additional procedure code.
|
|
1921
|
+
* @type {string}
|
|
1922
|
+
* @memberof Claim
|
|
1923
|
+
*/
|
|
1924
|
+
'other_Procedure_Date12'?: string | null;
|
|
1925
|
+
/**
|
|
1926
|
+
* Date associated with the additional procedure code.
|
|
1927
|
+
* @type {string}
|
|
1928
|
+
* @memberof Claim
|
|
1929
|
+
*/
|
|
1930
|
+
'other_Procedure_Date13'?: string | null;
|
|
1931
|
+
/**
|
|
1932
|
+
* Date associated with the additional procedure code.
|
|
1933
|
+
* @type {string}
|
|
1934
|
+
* @memberof Claim
|
|
1935
|
+
*/
|
|
1936
|
+
'other_Procedure_Date14'?: string | null;
|
|
1937
|
+
/**
|
|
1938
|
+
* Date associated with the additional procedure code.
|
|
1939
|
+
* @type {string}
|
|
1940
|
+
* @memberof Claim
|
|
1941
|
+
*/
|
|
1942
|
+
'other_Procedure_Date15'?: string | null;
|
|
1943
|
+
/**
|
|
1944
|
+
* Date associated with the additional procedure code.
|
|
1945
|
+
* @type {string}
|
|
1946
|
+
* @memberof Claim
|
|
1947
|
+
*/
|
|
1948
|
+
'other_Procedure_Date16'?: string | null;
|
|
1949
|
+
/**
|
|
1950
|
+
* Date associated with the additional procedure code.
|
|
1951
|
+
* @type {string}
|
|
1952
|
+
* @memberof Claim
|
|
1953
|
+
*/
|
|
1954
|
+
'other_Procedure_Date17'?: string | null;
|
|
1955
|
+
/**
|
|
1956
|
+
* Date associated with the additional procedure code.
|
|
1957
|
+
* @type {string}
|
|
1958
|
+
* @memberof Claim
|
|
1959
|
+
*/
|
|
1960
|
+
'other_Procedure_Date18'?: string | null;
|
|
1961
|
+
/**
|
|
1962
|
+
* Date associated with the additional procedure code.
|
|
1963
|
+
* @type {string}
|
|
1964
|
+
* @memberof Claim
|
|
1965
|
+
*/
|
|
1966
|
+
'other_Procedure_Date19'?: string | null;
|
|
1967
|
+
/**
|
|
1968
|
+
* Date associated with the additional procedure code.
|
|
1969
|
+
* @type {string}
|
|
1970
|
+
* @memberof Claim
|
|
1971
|
+
*/
|
|
1972
|
+
'other_Procedure_Date2'?: string | null;
|
|
1973
|
+
/**
|
|
1974
|
+
* Date associated with the additional procedure code.
|
|
1975
|
+
* @type {string}
|
|
1976
|
+
* @memberof Claim
|
|
1977
|
+
*/
|
|
1978
|
+
'other_Procedure_Date20'?: string | null;
|
|
1979
|
+
/**
|
|
1980
|
+
* Date associated with the additional procedure code.
|
|
1981
|
+
* @type {string}
|
|
1982
|
+
* @memberof Claim
|
|
1983
|
+
*/
|
|
1984
|
+
'other_Procedure_Date21'?: string | null;
|
|
1985
|
+
/**
|
|
1986
|
+
* Date associated with the additional procedure code.
|
|
1987
|
+
* @type {string}
|
|
1988
|
+
* @memberof Claim
|
|
1989
|
+
*/
|
|
1990
|
+
'other_Procedure_Date22'?: string | null;
|
|
1991
|
+
/**
|
|
1992
|
+
* Date associated with the additional procedure code.
|
|
1993
|
+
* @type {string}
|
|
1994
|
+
* @memberof Claim
|
|
1995
|
+
*/
|
|
1996
|
+
'other_Procedure_Date23'?: string | null;
|
|
1997
|
+
/**
|
|
1998
|
+
* Date associated with the additional procedure code.
|
|
1999
|
+
* @type {string}
|
|
2000
|
+
* @memberof Claim
|
|
2001
|
+
*/
|
|
2002
|
+
'other_Procedure_Date3'?: string | null;
|
|
2003
|
+
/**
|
|
2004
|
+
* Date associated with the additional procedure code.
|
|
2005
|
+
* @type {string}
|
|
2006
|
+
* @memberof Claim
|
|
2007
|
+
*/
|
|
2008
|
+
'other_Procedure_Date4'?: string | null;
|
|
2009
|
+
/**
|
|
2010
|
+
* Date associated with the additional procedure code.
|
|
2011
|
+
* @type {string}
|
|
2012
|
+
* @memberof Claim
|
|
2013
|
+
*/
|
|
2014
|
+
'other_Procedure_Date5'?: string | null;
|
|
2015
|
+
/**
|
|
2016
|
+
* Date associated with the additional procedure code.
|
|
2017
|
+
* @type {string}
|
|
2018
|
+
* @memberof Claim
|
|
2019
|
+
*/
|
|
2020
|
+
'other_Procedure_Date6'?: string | null;
|
|
2021
|
+
/**
|
|
2022
|
+
* Date associated with the additional procedure code.
|
|
2023
|
+
* @type {string}
|
|
2024
|
+
* @memberof Claim
|
|
2025
|
+
*/
|
|
2026
|
+
'other_Procedure_Date7'?: string | null;
|
|
2027
|
+
/**
|
|
2028
|
+
* Date associated with the additional procedure code.
|
|
2029
|
+
* @type {string}
|
|
2030
|
+
* @memberof Claim
|
|
2031
|
+
*/
|
|
2032
|
+
'other_Procedure_Date8'?: string | null;
|
|
2033
|
+
/**
|
|
2034
|
+
* Date associated with the additional procedure code.
|
|
2035
|
+
* @type {string}
|
|
2036
|
+
* @memberof Claim
|
|
2037
|
+
*/
|
|
2038
|
+
'other_Procedure_Date9'?: string | null;
|
|
2039
|
+
/**
|
|
2040
|
+
* No longer in use.
|
|
2041
|
+
* @type {string}
|
|
2042
|
+
* @memberof Claim
|
|
2043
|
+
*/
|
|
2044
|
+
'override'?: string | null;
|
|
2045
|
+
/**
|
|
2046
|
+
* No longer in use.
|
|
2047
|
+
* @type {string}
|
|
2048
|
+
* @memberof Claim
|
|
2049
|
+
*/
|
|
2050
|
+
'override_Date'?: string | null;
|
|
2051
|
+
/**
|
|
2052
|
+
* This indicator lets the system know that the front end user has assigned this network ID and not adjudication. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
2053
|
+
* @type {boolean}
|
|
2054
|
+
* @memberof Claim
|
|
2055
|
+
*/
|
|
2056
|
+
'override_Network_ID': boolean;
|
|
2057
|
+
/**
|
|
2058
|
+
* Users can choose the payor from the More Information screen and this flag prevents adjudication from using the expected payor. 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.
|
|
2059
|
+
* @type {boolean}
|
|
2060
|
+
* @memberof Claim
|
|
2061
|
+
*/
|
|
2062
|
+
'override_Payor_Account': boolean;
|
|
2063
|
+
/**
|
|
2064
|
+
* No longer in use.
|
|
2065
|
+
* @type {string}
|
|
2066
|
+
* @memberof Claim
|
|
2067
|
+
*/
|
|
2068
|
+
'override_User'?: string | null;
|
|
2069
|
+
/**
|
|
2070
|
+
* This will identify if this is a partial disability payment. Partial Disability payments have additional tax and payment rules applied during adjudication. 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.
|
|
2071
|
+
* @type {boolean}
|
|
2072
|
+
* @memberof Claim
|
|
2073
|
+
*/
|
|
2074
|
+
'partial_Disability': boolean;
|
|
2075
|
+
/**
|
|
2076
|
+
* For the servicing provider, this indicates the patient account identifier in their practice management system.
|
|
2077
|
+
* @type {string}
|
|
2078
|
+
* @memberof Claim
|
|
2079
|
+
*/
|
|
2080
|
+
'patient_Account'?: string | null;
|
|
2081
|
+
/**
|
|
2082
|
+
* Reason for Visit code on Diagnosis Code 1
|
|
2083
|
+
* @type {string}
|
|
2084
|
+
* @memberof Claim
|
|
2085
|
+
*/
|
|
2086
|
+
'patient_Reason_for_Visit_Diagnostic_Code1'?: string | null;
|
|
2087
|
+
/**
|
|
2088
|
+
* Reason for Visit code on Diagnosis Code 2
|
|
2089
|
+
* @type {string}
|
|
2090
|
+
* @memberof Claim
|
|
2091
|
+
*/
|
|
2092
|
+
'patient_Reason_for_Visit_Diagnostic_Code2'?: string | null;
|
|
2093
|
+
/**
|
|
2094
|
+
* Reason for Visit code on Diagnosis Code 3
|
|
2095
|
+
* @type {string}
|
|
2096
|
+
* @memberof Claim
|
|
2097
|
+
*/
|
|
2098
|
+
'patient_Reason_for_Visit_Diagnostic_Code3'?: string | null;
|
|
2099
|
+
/**
|
|
2100
|
+
* Holds the relationship of the patient to the insured.
|
|
2101
|
+
* @type {string}
|
|
2102
|
+
* @memberof Claim
|
|
2103
|
+
*/
|
|
2104
|
+
'patient_Relationship'?: string | null;
|
|
2105
|
+
/**
|
|
2106
|
+
* Indicates if the patient signature has been collected. 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.
|
|
2107
|
+
* @type {boolean}
|
|
2108
|
+
* @memberof Claim
|
|
1353
2109
|
*/
|
|
1354
2110
|
'patient_Signature': boolean;
|
|
1355
2111
|
/**
|
|
@@ -1641,7 +2397,7 @@ export interface Claim {
|
|
|
1641
2397
|
*/
|
|
1642
2398
|
'pricing_Method'?: string | null;
|
|
1643
2399
|
/**
|
|
1644
|
-
*
|
|
2400
|
+
* The ID of the pricing organization. Data is obtained in segment HCP04 on an 837.
|
|
1645
2401
|
* @type {string}
|
|
1646
2402
|
* @memberof Claim
|
|
1647
2403
|
*/
|
|
@@ -1910,12 +2666,102 @@ export interface Claim {
|
|
|
1910
2666
|
* @memberof Claim
|
|
1911
2667
|
*/
|
|
1912
2668
|
'value_Amount1'?: number | null;
|
|
2669
|
+
/**
|
|
2670
|
+
*
|
|
2671
|
+
* @type {number}
|
|
2672
|
+
* @memberof Claim
|
|
2673
|
+
*/
|
|
2674
|
+
'value_Amount10'?: number | null;
|
|
2675
|
+
/**
|
|
2676
|
+
*
|
|
2677
|
+
* @type {number}
|
|
2678
|
+
* @memberof Claim
|
|
2679
|
+
*/
|
|
2680
|
+
'value_Amount11'?: number | null;
|
|
2681
|
+
/**
|
|
2682
|
+
*
|
|
2683
|
+
* @type {number}
|
|
2684
|
+
* @memberof Claim
|
|
2685
|
+
*/
|
|
2686
|
+
'value_Amount12'?: number | null;
|
|
2687
|
+
/**
|
|
2688
|
+
*
|
|
2689
|
+
* @type {number}
|
|
2690
|
+
* @memberof Claim
|
|
2691
|
+
*/
|
|
2692
|
+
'value_Amount13'?: number | null;
|
|
2693
|
+
/**
|
|
2694
|
+
*
|
|
2695
|
+
* @type {number}
|
|
2696
|
+
* @memberof Claim
|
|
2697
|
+
*/
|
|
2698
|
+
'value_Amount14'?: number | null;
|
|
2699
|
+
/**
|
|
2700
|
+
*
|
|
2701
|
+
* @type {number}
|
|
2702
|
+
* @memberof Claim
|
|
2703
|
+
*/
|
|
2704
|
+
'value_Amount15'?: number | null;
|
|
2705
|
+
/**
|
|
2706
|
+
*
|
|
2707
|
+
* @type {number}
|
|
2708
|
+
* @memberof Claim
|
|
2709
|
+
*/
|
|
2710
|
+
'value_Amount16'?: number | null;
|
|
2711
|
+
/**
|
|
2712
|
+
*
|
|
2713
|
+
* @type {number}
|
|
2714
|
+
* @memberof Claim
|
|
2715
|
+
*/
|
|
2716
|
+
'value_Amount17'?: number | null;
|
|
2717
|
+
/**
|
|
2718
|
+
*
|
|
2719
|
+
* @type {number}
|
|
2720
|
+
* @memberof Claim
|
|
2721
|
+
*/
|
|
2722
|
+
'value_Amount18'?: number | null;
|
|
2723
|
+
/**
|
|
2724
|
+
*
|
|
2725
|
+
* @type {number}
|
|
2726
|
+
* @memberof Claim
|
|
2727
|
+
*/
|
|
2728
|
+
'value_Amount19'?: number | null;
|
|
1913
2729
|
/**
|
|
1914
2730
|
* The monetary amount related to the value code.
|
|
1915
2731
|
* @type {number}
|
|
1916
2732
|
* @memberof Claim
|
|
1917
2733
|
*/
|
|
1918
2734
|
'value_Amount2'?: number | null;
|
|
2735
|
+
/**
|
|
2736
|
+
*
|
|
2737
|
+
* @type {number}
|
|
2738
|
+
* @memberof Claim
|
|
2739
|
+
*/
|
|
2740
|
+
'value_Amount20'?: number | null;
|
|
2741
|
+
/**
|
|
2742
|
+
*
|
|
2743
|
+
* @type {number}
|
|
2744
|
+
* @memberof Claim
|
|
2745
|
+
*/
|
|
2746
|
+
'value_Amount21'?: number | null;
|
|
2747
|
+
/**
|
|
2748
|
+
*
|
|
2749
|
+
* @type {number}
|
|
2750
|
+
* @memberof Claim
|
|
2751
|
+
*/
|
|
2752
|
+
'value_Amount22'?: number | null;
|
|
2753
|
+
/**
|
|
2754
|
+
*
|
|
2755
|
+
* @type {number}
|
|
2756
|
+
* @memberof Claim
|
|
2757
|
+
*/
|
|
2758
|
+
'value_Amount23'?: number | null;
|
|
2759
|
+
/**
|
|
2760
|
+
*
|
|
2761
|
+
* @type {number}
|
|
2762
|
+
* @memberof Claim
|
|
2763
|
+
*/
|
|
2764
|
+
'value_Amount24'?: number | null;
|
|
1919
2765
|
/**
|
|
1920
2766
|
* The monetary amount related to the value code.
|
|
1921
2767
|
* @type {number}
|
|
@@ -1928,18 +2774,138 @@ export interface Claim {
|
|
|
1928
2774
|
* @memberof Claim
|
|
1929
2775
|
*/
|
|
1930
2776
|
'value_Amount4'?: number | null;
|
|
2777
|
+
/**
|
|
2778
|
+
*
|
|
2779
|
+
* @type {number}
|
|
2780
|
+
* @memberof Claim
|
|
2781
|
+
*/
|
|
2782
|
+
'value_Amount5'?: number | null;
|
|
2783
|
+
/**
|
|
2784
|
+
*
|
|
2785
|
+
* @type {number}
|
|
2786
|
+
* @memberof Claim
|
|
2787
|
+
*/
|
|
2788
|
+
'value_Amount6'?: number | null;
|
|
2789
|
+
/**
|
|
2790
|
+
*
|
|
2791
|
+
* @type {number}
|
|
2792
|
+
* @memberof Claim
|
|
2793
|
+
*/
|
|
2794
|
+
'value_Amount7'?: number | null;
|
|
2795
|
+
/**
|
|
2796
|
+
*
|
|
2797
|
+
* @type {number}
|
|
2798
|
+
* @memberof Claim
|
|
2799
|
+
*/
|
|
2800
|
+
'value_Amount8'?: number | null;
|
|
2801
|
+
/**
|
|
2802
|
+
*
|
|
2803
|
+
* @type {number}
|
|
2804
|
+
* @memberof Claim
|
|
2805
|
+
*/
|
|
2806
|
+
'value_Amount9'?: number | null;
|
|
1931
2807
|
/**
|
|
1932
2808
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
1933
2809
|
* @type {string}
|
|
1934
2810
|
* @memberof Claim
|
|
1935
2811
|
*/
|
|
1936
2812
|
'value_Code1'?: string | null;
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
* @type {string}
|
|
2816
|
+
* @memberof Claim
|
|
2817
|
+
*/
|
|
2818
|
+
'value_Code10'?: string | null;
|
|
2819
|
+
/**
|
|
2820
|
+
*
|
|
2821
|
+
* @type {string}
|
|
2822
|
+
* @memberof Claim
|
|
2823
|
+
*/
|
|
2824
|
+
'value_Code11'?: string | null;
|
|
2825
|
+
/**
|
|
2826
|
+
*
|
|
2827
|
+
* @type {string}
|
|
2828
|
+
* @memberof Claim
|
|
2829
|
+
*/
|
|
2830
|
+
'value_Code12'?: string | null;
|
|
2831
|
+
/**
|
|
2832
|
+
*
|
|
2833
|
+
* @type {string}
|
|
2834
|
+
* @memberof Claim
|
|
2835
|
+
*/
|
|
2836
|
+
'value_Code13'?: string | null;
|
|
2837
|
+
/**
|
|
2838
|
+
*
|
|
2839
|
+
* @type {string}
|
|
2840
|
+
* @memberof Claim
|
|
2841
|
+
*/
|
|
2842
|
+
'value_Code14'?: string | null;
|
|
2843
|
+
/**
|
|
2844
|
+
*
|
|
2845
|
+
* @type {string}
|
|
2846
|
+
* @memberof Claim
|
|
2847
|
+
*/
|
|
2848
|
+
'value_Code15'?: string | null;
|
|
2849
|
+
/**
|
|
2850
|
+
*
|
|
2851
|
+
* @type {string}
|
|
2852
|
+
* @memberof Claim
|
|
2853
|
+
*/
|
|
2854
|
+
'value_Code16'?: string | null;
|
|
2855
|
+
/**
|
|
2856
|
+
*
|
|
2857
|
+
* @type {string}
|
|
2858
|
+
* @memberof Claim
|
|
2859
|
+
*/
|
|
2860
|
+
'value_Code17'?: string | null;
|
|
2861
|
+
/**
|
|
2862
|
+
*
|
|
2863
|
+
* @type {string}
|
|
2864
|
+
* @memberof Claim
|
|
2865
|
+
*/
|
|
2866
|
+
'value_Code18'?: string | null;
|
|
2867
|
+
/**
|
|
2868
|
+
*
|
|
2869
|
+
* @type {string}
|
|
2870
|
+
* @memberof Claim
|
|
2871
|
+
*/
|
|
2872
|
+
'value_Code19'?: string | null;
|
|
1937
2873
|
/**
|
|
1938
2874
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
1939
2875
|
* @type {string}
|
|
1940
2876
|
* @memberof Claim
|
|
1941
2877
|
*/
|
|
1942
2878
|
'value_Code2'?: string | null;
|
|
2879
|
+
/**
|
|
2880
|
+
*
|
|
2881
|
+
* @type {string}
|
|
2882
|
+
* @memberof Claim
|
|
2883
|
+
*/
|
|
2884
|
+
'value_Code20'?: string | null;
|
|
2885
|
+
/**
|
|
2886
|
+
*
|
|
2887
|
+
* @type {string}
|
|
2888
|
+
* @memberof Claim
|
|
2889
|
+
*/
|
|
2890
|
+
'value_Code21'?: string | null;
|
|
2891
|
+
/**
|
|
2892
|
+
*
|
|
2893
|
+
* @type {string}
|
|
2894
|
+
* @memberof Claim
|
|
2895
|
+
*/
|
|
2896
|
+
'value_Code22'?: string | null;
|
|
2897
|
+
/**
|
|
2898
|
+
*
|
|
2899
|
+
* @type {string}
|
|
2900
|
+
* @memberof Claim
|
|
2901
|
+
*/
|
|
2902
|
+
'value_Code23'?: string | null;
|
|
2903
|
+
/**
|
|
2904
|
+
*
|
|
2905
|
+
* @type {string}
|
|
2906
|
+
* @memberof Claim
|
|
2907
|
+
*/
|
|
2908
|
+
'value_Code24'?: string | null;
|
|
1943
2909
|
/**
|
|
1944
2910
|
* The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
|
|
1945
2911
|
* @type {string}
|
|
@@ -1952,6 +2918,36 @@ export interface Claim {
|
|
|
1952
2918
|
* @memberof Claim
|
|
1953
2919
|
*/
|
|
1954
2920
|
'value_Code4'?: string | null;
|
|
2921
|
+
/**
|
|
2922
|
+
*
|
|
2923
|
+
* @type {string}
|
|
2924
|
+
* @memberof Claim
|
|
2925
|
+
*/
|
|
2926
|
+
'value_Code5'?: string | null;
|
|
2927
|
+
/**
|
|
2928
|
+
*
|
|
2929
|
+
* @type {string}
|
|
2930
|
+
* @memberof Claim
|
|
2931
|
+
*/
|
|
2932
|
+
'value_Code6'?: string | null;
|
|
2933
|
+
/**
|
|
2934
|
+
*
|
|
2935
|
+
* @type {string}
|
|
2936
|
+
* @memberof Claim
|
|
2937
|
+
*/
|
|
2938
|
+
'value_Code7'?: string | null;
|
|
2939
|
+
/**
|
|
2940
|
+
*
|
|
2941
|
+
* @type {string}
|
|
2942
|
+
* @memberof Claim
|
|
2943
|
+
*/
|
|
2944
|
+
'value_Code8'?: string | null;
|
|
2945
|
+
/**
|
|
2946
|
+
*
|
|
2947
|
+
* @type {string}
|
|
2948
|
+
* @memberof Claim
|
|
2949
|
+
*/
|
|
2950
|
+
'value_Code9'?: string | null;
|
|
1955
2951
|
/**
|
|
1956
2952
|
* Indicates that this claim was part of a Void process. 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.
|
|
1957
2953
|
* @type {boolean}
|