candidhealth 0.18.0 → 0.18.2
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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -1
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +6 -2
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/invoices/types/InvoiceStatus.d.ts +2 -1
- package/api/resources/invoices/types/InvoiceStatus.js +1 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Carc.d.ts +2 -1
- package/api/resources/x12/resources/v1/types/Carc.js +1 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -1
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +6 -2
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +2 -1
- package/dist/api/resources/invoices/types/InvoiceStatus.js +1 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +2 -1
- package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +4 -4
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +4 -4
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/serialization/resources/invoices/types/InvoiceStatus.js +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
|
@@ -95,7 +95,7 @@ class V1 {
|
|
|
95
95
|
Authorization: await this._getAuthorizationHeader(),
|
|
96
96
|
"X-Fern-Language": "JavaScript",
|
|
97
97
|
"X-Fern-SDK-Name": "candidhealth",
|
|
98
|
-
"X-Fern-SDK-Version": "0.18.
|
|
98
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
99
99
|
},
|
|
100
100
|
contentType: "application/json",
|
|
101
101
|
queryParameters: _queryParams,
|
|
@@ -143,7 +143,7 @@ class V1 {
|
|
|
143
143
|
Authorization: await this._getAuthorizationHeader(),
|
|
144
144
|
"X-Fern-Language": "JavaScript",
|
|
145
145
|
"X-Fern-SDK-Name": "candidhealth",
|
|
146
|
-
"X-Fern-SDK-Version": "0.18.
|
|
146
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
147
147
|
},
|
|
148
148
|
contentType: "application/json",
|
|
149
149
|
timeoutMs: 60000,
|
|
@@ -192,7 +192,7 @@ class V1 {
|
|
|
192
192
|
Authorization: await this._getAuthorizationHeader(),
|
|
193
193
|
"X-Fern-Language": "JavaScript",
|
|
194
194
|
"X-Fern-SDK-Name": "candidhealth",
|
|
195
|
-
"X-Fern-SDK-Version": "0.18.
|
|
195
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
196
196
|
},
|
|
197
197
|
contentType: "application/json",
|
|
198
198
|
body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
|
|
@@ -243,7 +243,7 @@ class V1 {
|
|
|
243
243
|
Authorization: await this._getAuthorizationHeader(),
|
|
244
244
|
"X-Fern-Language": "JavaScript",
|
|
245
245
|
"X-Fern-SDK-Name": "candidhealth",
|
|
246
|
-
"X-Fern-SDK-Version": "0.18.
|
|
246
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
247
247
|
},
|
|
248
248
|
contentType: "application/json",
|
|
249
249
|
body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
|
|
@@ -294,7 +294,7 @@ class V1 {
|
|
|
294
294
|
Authorization: await this._getAuthorizationHeader(),
|
|
295
295
|
"X-Fern-Language": "JavaScript",
|
|
296
296
|
"X-Fern-SDK-Name": "candidhealth",
|
|
297
|
-
"X-Fern-SDK-Version": "0.18.
|
|
297
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
298
298
|
},
|
|
299
299
|
contentType: "application/json",
|
|
300
300
|
timeoutMs: 60000,
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -89,7 +89,7 @@ class V3 {
|
|
|
89
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.18.
|
|
92
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -48,7 +48,7 @@ class ServiceFacility {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.18.
|
|
51
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -119,7 +119,7 @@ class V3 {
|
|
|
119
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
122
|
-
"X-Fern-SDK-Version": "0.18.
|
|
122
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -163,7 +163,7 @@ class V3 {
|
|
|
163
163
|
Authorization: await this._getAuthorizationHeader(),
|
|
164
164
|
"X-Fern-Language": "JavaScript",
|
|
165
165
|
"X-Fern-SDK-Name": "candidhealth",
|
|
166
|
-
"X-Fern-SDK-Version": "0.18.
|
|
166
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
167
167
|
},
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
timeoutMs: 60000,
|
|
@@ -207,7 +207,7 @@ class V3 {
|
|
|
207
207
|
Authorization: await this._getAuthorizationHeader(),
|
|
208
208
|
"X-Fern-Language": "JavaScript",
|
|
209
209
|
"X-Fern-SDK-Name": "candidhealth",
|
|
210
|
-
"X-Fern-SDK-Version": "0.18.
|
|
210
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
211
211
|
},
|
|
212
212
|
contentType: "application/json",
|
|
213
213
|
body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -237,7 +237,7 @@ class V3 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.18.
|
|
240
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: await this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.18.
|
|
94
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
95
95
|
},
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
queryParameters: _queryParams,
|
|
@@ -124,7 +124,7 @@ class V1 {
|
|
|
124
124
|
Authorization: await this._getAuthorizationHeader(),
|
|
125
125
|
"X-Fern-Language": "JavaScript",
|
|
126
126
|
"X-Fern-SDK-Name": "candidhealth",
|
|
127
|
-
"X-Fern-SDK-Version": "0.18.
|
|
127
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
128
128
|
},
|
|
129
129
|
contentType: "application/json",
|
|
130
130
|
timeoutMs: 60000,
|
|
@@ -158,7 +158,7 @@ class V1 {
|
|
|
158
158
|
Authorization: await this._getAuthorizationHeader(),
|
|
159
159
|
"X-Fern-Language": "JavaScript",
|
|
160
160
|
"X-Fern-SDK-Name": "candidhealth",
|
|
161
|
-
"X-Fern-SDK-Version": "0.18.
|
|
161
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
162
162
|
},
|
|
163
163
|
contentType: "application/json",
|
|
164
164
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -193,7 +193,7 @@ class V1 {
|
|
|
193
193
|
Authorization: await this._getAuthorizationHeader(),
|
|
194
194
|
"X-Fern-Language": "JavaScript",
|
|
195
195
|
"X-Fern-SDK-Name": "candidhealth",
|
|
196
|
-
"X-Fern-SDK-Version": "0.18.
|
|
196
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
197
197
|
},
|
|
198
198
|
contentType: "application/json",
|
|
199
199
|
timeoutMs: 60000,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3";
|
|
4
|
+
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3" | "UNKNOWN";
|
|
5
5
|
export declare const Carc: {
|
|
6
6
|
readonly Carc1: "1";
|
|
7
7
|
readonly Carc2: "2";
|
|
@@ -405,4 +405,5 @@ export declare const Carc: {
|
|
|
405
405
|
readonly CarcY1: "Y1";
|
|
406
406
|
readonly CarcY2: "Y2";
|
|
407
407
|
readonly CarcY3: "Y3";
|
|
408
|
+
readonly Unknown: "UNKNOWN";
|
|
408
409
|
};
|
|
@@ -61,7 +61,7 @@ class V2 {
|
|
|
61
61
|
Authorization: await this._getAuthorizationHeader(),
|
|
62
62
|
"X-Fern-Language": "JavaScript",
|
|
63
63
|
"X-Fern-SDK-Name": "candidhealth",
|
|
64
|
-
"X-Fern-SDK-Version": "0.18.
|
|
64
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
65
65
|
},
|
|
66
66
|
contentType: "application/json",
|
|
67
67
|
body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
|
|
@@ -48,7 +48,7 @@ class V2 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.18.
|
|
51
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.jsonOrThrow(request, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type ClaimAdjustmentGroupCodes = "CO" | "CR" | "DE" | "MA" | "OA" | "PI" | "PR" | "RR" | "NC";
|
|
4
|
+
export declare type ClaimAdjustmentGroupCodes = "CO" | "CR" | "DE" | "MA" | "OA" | "PI" | "PR" | "RR" | "NC" | "UNKNOWN";
|
|
5
5
|
export declare const ClaimAdjustmentGroupCodes: {
|
|
6
6
|
readonly Co: "CO";
|
|
7
7
|
readonly Cr: "CR";
|
|
@@ -12,4 +12,5 @@ export declare const ClaimAdjustmentGroupCodes: {
|
|
|
12
12
|
readonly Pr: "PR";
|
|
13
13
|
readonly Rr: "RR";
|
|
14
14
|
readonly Nc: "NC";
|
|
15
|
+
readonly Unknown: "UNKNOWN";
|
|
15
16
|
};
|
|
@@ -49,7 +49,7 @@ class V2 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -136,7 +136,7 @@ class V2 {
|
|
|
136
136
|
Authorization: await this._getAuthorizationHeader(),
|
|
137
137
|
"X-Fern-Language": "JavaScript",
|
|
138
138
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.18.
|
|
139
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
140
140
|
},
|
|
141
141
|
contentType: "application/json",
|
|
142
142
|
queryParameters: _queryParams,
|
|
@@ -169,7 +169,7 @@ class V2 {
|
|
|
169
169
|
Authorization: await this._getAuthorizationHeader(),
|
|
170
170
|
"X-Fern-Language": "JavaScript",
|
|
171
171
|
"X-Fern-SDK-Name": "candidhealth",
|
|
172
|
-
"X-Fern-SDK-Version": "0.18.
|
|
172
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
173
173
|
},
|
|
174
174
|
contentType: "application/json",
|
|
175
175
|
body: await serializers.contracts.v2.ContractCreate.jsonOrThrow(request, {
|
|
@@ -201,7 +201,7 @@ class V2 {
|
|
|
201
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
202
202
|
"X-Fern-Language": "JavaScript",
|
|
203
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
204
|
-
"X-Fern-SDK-Version": "0.18.
|
|
204
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
205
205
|
},
|
|
206
206
|
contentType: "application/json",
|
|
207
207
|
timeoutMs: 60000,
|
|
@@ -239,7 +239,7 @@ class V2 {
|
|
|
239
239
|
Authorization: await this._getAuthorizationHeader(),
|
|
240
240
|
"X-Fern-Language": "JavaScript",
|
|
241
241
|
"X-Fern-SDK-Name": "candidhealth",
|
|
242
|
-
"X-Fern-SDK-Version": "0.18.
|
|
242
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
243
243
|
},
|
|
244
244
|
contentType: "application/json",
|
|
245
245
|
body: await serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, {
|
|
@@ -41,6 +41,10 @@ export declare class V2 {
|
|
|
41
41
|
* A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
42
42
|
*
|
|
43
43
|
* - Note Availity requires a free developer account to access this documentation.
|
|
44
|
+
*
|
|
45
|
+
* Check connection status of Availity API and partners here:
|
|
46
|
+
*
|
|
47
|
+
* - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
44
48
|
*/
|
|
45
49
|
submitEligibilityCheckAvaility(): Promise<core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error>>;
|
|
46
50
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
@@ -64,7 +64,7 @@ class V2 {
|
|
|
64
64
|
Authorization: await this._getAuthorizationHeader(),
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "candidhealth",
|
|
67
|
-
"X-Fern-SDK-Version": "0.18.
|
|
67
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: request,
|
|
@@ -106,6 +106,10 @@ class V2 {
|
|
|
106
106
|
* A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
107
107
|
*
|
|
108
108
|
* - Note Availity requires a free developer account to access this documentation.
|
|
109
|
+
*
|
|
110
|
+
* Check connection status of Availity API and partners here:
|
|
111
|
+
*
|
|
112
|
+
* - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
109
113
|
*/
|
|
110
114
|
async submitEligibilityCheckAvaility() {
|
|
111
115
|
const _response = await core.fetcher({
|
|
@@ -115,7 +119,7 @@ class V2 {
|
|
|
115
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
116
120
|
"X-Fern-Language": "JavaScript",
|
|
117
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.18.
|
|
122
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
119
123
|
},
|
|
120
124
|
contentType: "application/json",
|
|
121
125
|
timeoutMs: 60000,
|
|
@@ -106,7 +106,7 @@ class V4 {
|
|
|
106
106
|
Authorization: await this._getAuthorizationHeader(),
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "candidhealth",
|
|
109
|
-
"X-Fern-SDK-Version": "0.18.
|
|
109
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -136,7 +136,7 @@ class V4 {
|
|
|
136
136
|
Authorization: await this._getAuthorizationHeader(),
|
|
137
137
|
"X-Fern-Language": "JavaScript",
|
|
138
138
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.18.
|
|
139
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
140
140
|
},
|
|
141
141
|
contentType: "application/json",
|
|
142
142
|
timeoutMs: 60000,
|
|
@@ -165,7 +165,7 @@ class V4 {
|
|
|
165
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
168
|
-
"X-Fern-SDK-Version": "0.18.
|
|
168
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
|
|
@@ -216,7 +216,7 @@ class V4 {
|
|
|
216
216
|
Authorization: await this._getAuthorizationHeader(),
|
|
217
217
|
"X-Fern-Language": "JavaScript",
|
|
218
218
|
"X-Fern-SDK-Name": "candidhealth",
|
|
219
|
-
"X-Fern-SDK-Version": "0.18.
|
|
219
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
220
220
|
},
|
|
221
221
|
contentType: "application/json",
|
|
222
222
|
body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
|
|
@@ -105,4 +105,6 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
externalClaimSubmission?: CandidApi.claimSubmission.v1.ExternalClaimSubmissionCreate;
|
|
108
|
+
/** Names of tags that should be on the encounter. */
|
|
109
|
+
tagIds?: CandidApi.TagId[];
|
|
108
110
|
}
|
|
@@ -28,7 +28,7 @@ export interface EncounterUpdate {
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
diagnosisIds?: CandidApi.DiagnosisId[];
|
|
31
|
-
/** Names of tags that should be on the encounter. */
|
|
31
|
+
/** Names of tags that should be on the encounter. Note all tags on encounter will be overriden with this list. */
|
|
32
32
|
tagIds?: CandidApi.TagId[];
|
|
33
33
|
/** Holds a collection of clinical observations made by healthcare providers during patient encounters. */
|
|
34
34
|
clinicalNotes?: CandidApi.encounters.v4.ClinicalNoteCategoryCreate[];
|
|
@@ -130,4 +130,11 @@ export interface EncounterUpdate {
|
|
|
130
130
|
*
|
|
131
131
|
*/
|
|
132
132
|
delayReasonCode?: CandidApi.DelayReasonCode;
|
|
133
|
+
/**
|
|
134
|
+
* Whether this patient has authorized the release of medical information
|
|
135
|
+
* for billing purpose.
|
|
136
|
+
* Box 12 on the CMS-1500 claim form.
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
patientAuthorizedRelease?: boolean;
|
|
133
140
|
}
|
|
@@ -378,6 +378,11 @@ import * as CandidApi from "../../../../..";
|
|
|
378
378
|
* }
|
|
379
379
|
*/
|
|
380
380
|
export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
|
|
381
|
+
/**
|
|
382
|
+
* A patient control number (PCN) is a unique identifier assigned to a patient within a healthcare system or facility.
|
|
383
|
+
* It's used to track and manage a patient's medical records, treatments, and other healthcare-related information.
|
|
384
|
+
*/
|
|
385
|
+
patientControlNumber?: string;
|
|
381
386
|
/**
|
|
382
387
|
* Date formatted as YYYY-MM-DD; eg: 2019-08-24.
|
|
383
388
|
* This date must be the local date in the timezone where the service occurred.
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
* }
|
|
13
13
|
*/
|
|
14
14
|
export interface Vitals {
|
|
15
|
-
heightIn
|
|
16
|
-
weightLbs
|
|
17
|
-
bloodPressureSystolicMmhg
|
|
18
|
-
bloodPressureDiastolicMmhg
|
|
15
|
+
heightIn?: number;
|
|
16
|
+
weightLbs?: number;
|
|
17
|
+
bloodPressureSystolicMmhg?: number;
|
|
18
|
+
bloodPressureDiastolicMmhg?: number;
|
|
19
19
|
bodyTemperatureF?: number;
|
|
20
20
|
}
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
@@ -53,7 +53,7 @@ class V2 {
|
|
|
53
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
54
|
"X-Fern-Language": "JavaScript",
|
|
55
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.18.
|
|
56
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
57
57
|
},
|
|
58
58
|
contentType: "application/json",
|
|
59
59
|
body: await serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
|
|
@@ -107,7 +107,7 @@ class V2 {
|
|
|
107
107
|
Authorization: await this._getAuthorizationHeader(),
|
|
108
108
|
"X-Fern-Language": "JavaScript",
|
|
109
109
|
"X-Fern-SDK-Name": "candidhealth",
|
|
110
|
-
"X-Fern-SDK-Version": "0.18.
|
|
110
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
111
111
|
},
|
|
112
112
|
contentType: "application/json",
|
|
113
113
|
body: await serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
|
|
@@ -67,7 +67,7 @@ class V3 {
|
|
|
67
67
|
Authorization: await this._getAuthorizationHeader(),
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "candidhealth",
|
|
70
|
-
"X-Fern-SDK-Version": "0.18.
|
|
70
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
71
71
|
},
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
queryParameters: _queryParams,
|
|
@@ -52,7 +52,7 @@ class V3 {
|
|
|
52
52
|
Authorization: await this._getAuthorizationHeader(),
|
|
53
53
|
"X-Fern-Language": "JavaScript",
|
|
54
54
|
"X-Fern-SDK-Name": "candidhealth",
|
|
55
|
-
"X-Fern-SDK-Version": "0.18.
|
|
55
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
56
56
|
},
|
|
57
57
|
contentType: "application/json",
|
|
58
58
|
timeoutMs: 60000,
|
|
@@ -99,7 +99,7 @@ class V3 {
|
|
|
99
99
|
Authorization: await this._getAuthorizationHeader(),
|
|
100
100
|
"X-Fern-Language": "JavaScript",
|
|
101
101
|
"X-Fern-SDK-Name": "candidhealth",
|
|
102
|
-
"X-Fern-SDK-Version": "0.18.
|
|
102
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
103
103
|
},
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
timeoutMs: 60000,
|
|
@@ -226,7 +226,7 @@ class V3 {
|
|
|
226
226
|
Authorization: await this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.18.
|
|
229
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
230
230
|
},
|
|
231
231
|
contentType: "application/json",
|
|
232
232
|
queryParameters: _queryParams,
|
|
@@ -337,7 +337,7 @@ class V3 {
|
|
|
337
337
|
Authorization: await this._getAuthorizationHeader(),
|
|
338
338
|
"X-Fern-Language": "JavaScript",
|
|
339
339
|
"X-Fern-SDK-Name": "candidhealth",
|
|
340
|
-
"X-Fern-SDK-Version": "0.18.
|
|
340
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
341
341
|
},
|
|
342
342
|
contentType: "application/json",
|
|
343
343
|
queryParameters: _queryParams,
|
|
@@ -370,7 +370,7 @@ class V3 {
|
|
|
370
370
|
Authorization: await this._getAuthorizationHeader(),
|
|
371
371
|
"X-Fern-Language": "JavaScript",
|
|
372
372
|
"X-Fern-SDK-Name": "candidhealth",
|
|
373
|
-
"X-Fern-SDK-Version": "0.18.
|
|
373
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
374
374
|
},
|
|
375
375
|
contentType: "application/json",
|
|
376
376
|
timeoutMs: 60000,
|
|
@@ -416,7 +416,7 @@ class V3 {
|
|
|
416
416
|
Authorization: await this._getAuthorizationHeader(),
|
|
417
417
|
"X-Fern-Language": "JavaScript",
|
|
418
418
|
"X-Fern-SDK-Name": "candidhealth",
|
|
419
|
-
"X-Fern-SDK-Version": "0.18.
|
|
419
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
420
420
|
},
|
|
421
421
|
contentType: "application/json",
|
|
422
422
|
body: await serializers.feeSchedules.v3.FeeScheduleUploadRequest.jsonOrThrow(request, {
|
|
@@ -465,7 +465,7 @@ class V3 {
|
|
|
465
465
|
Authorization: await this._getAuthorizationHeader(),
|
|
466
466
|
"X-Fern-Language": "JavaScript",
|
|
467
467
|
"X-Fern-SDK-Name": "candidhealth",
|
|
468
|
-
"X-Fern-SDK-Version": "0.18.
|
|
468
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
469
469
|
},
|
|
470
470
|
contentType: "application/json",
|
|
471
471
|
timeoutMs: 60000,
|
|
@@ -507,7 +507,7 @@ class V3 {
|
|
|
507
507
|
Authorization: await this._getAuthorizationHeader(),
|
|
508
508
|
"X-Fern-Language": "JavaScript",
|
|
509
509
|
"X-Fern-SDK-Name": "candidhealth",
|
|
510
|
-
"X-Fern-SDK-Version": "0.18.
|
|
510
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
511
511
|
},
|
|
512
512
|
contentType: "application/json",
|
|
513
513
|
timeoutMs: 60000,
|
|
@@ -549,7 +549,7 @@ class V3 {
|
|
|
549
549
|
Authorization: await this._getAuthorizationHeader(),
|
|
550
550
|
"X-Fern-Language": "JavaScript",
|
|
551
551
|
"X-Fern-SDK-Name": "candidhealth",
|
|
552
|
-
"X-Fern-SDK-Version": "0.18.
|
|
552
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
553
553
|
},
|
|
554
554
|
contentType: "application/json",
|
|
555
555
|
queryParameters: _queryParams,
|
|
@@ -582,7 +582,7 @@ class V3 {
|
|
|
582
582
|
Authorization: await this._getAuthorizationHeader(),
|
|
583
583
|
"X-Fern-Language": "JavaScript",
|
|
584
584
|
"X-Fern-SDK-Name": "candidhealth",
|
|
585
|
-
"X-Fern-SDK-Version": "0.18.
|
|
585
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
586
586
|
},
|
|
587
587
|
contentType: "application/json",
|
|
588
588
|
body: await serializers.feeSchedules.v3.PayerThreshold.jsonOrThrow(request, {
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -100,7 +100,7 @@ class V1 {
|
|
|
100
100
|
Authorization: await this._getAuthorizationHeader(),
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "candidhealth",
|
|
103
|
-
"X-Fern-SDK-Version": "0.18.
|
|
103
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
timeoutMs: 60000,
|
|
@@ -132,7 +132,7 @@ class V1 {
|
|
|
132
132
|
Authorization: await this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.18.
|
|
135
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
136
136
|
},
|
|
137
137
|
contentType: "application/json",
|
|
138
138
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
timeoutMs: 60000,
|
|
@@ -83,7 +83,7 @@ class V1 {
|
|
|
83
83
|
Authorization: await this._getAuthorizationHeader(),
|
|
84
84
|
"X-Fern-Language": "JavaScript",
|
|
85
85
|
"X-Fern-SDK-Name": "candidhealth",
|
|
86
|
-
"X-Fern-SDK-Version": "0.18.
|
|
86
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
87
87
|
},
|
|
88
88
|
contentType: "application/json",
|
|
89
89
|
body: await serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
|
|
@@ -132,7 +132,7 @@ class V1 {
|
|
|
132
132
|
Authorization: await this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.18.
|
|
135
|
+
"X-Fern-SDK-Version": "0.18.2",
|
|
136
136
|
},
|
|
137
137
|
contentType: "application/json",
|
|
138
138
|
timeoutMs: 60000,
|