candidhealth 0.34.3 → 0.34.4
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/claims/types/Claim.d.ts +5 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.d.ts +8 -0
- package/api/resources/encounters/resources/v4/client/Client.js +13 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +4 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
- 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/externalPaymentAccountConfig/resources/v1/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/importInvoice/resources/v1/client/Client.js +4 -4
- 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/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- 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/claims/types/Claim.d.ts +5 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +13 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +4 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
- 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/externalPaymentAccountConfig/resources/v1/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/importInvoice/resources/v1/client/Client.js +4 -4
- 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/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- 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/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +12 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
|
@@ -121,7 +121,7 @@ class V1 {
|
|
|
121
121
|
Authorization: yield this._getAuthorizationHeader(),
|
|
122
122
|
"X-Fern-Language": "JavaScript",
|
|
123
123
|
"X-Fern-SDK-Name": "candidhealth",
|
|
124
|
-
"X-Fern-SDK-Version": "0.34.
|
|
124
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
125
125
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
126
126
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
127
127
|
},
|
|
@@ -184,7 +184,7 @@ class V1 {
|
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
185
185
|
"X-Fern-Language": "JavaScript",
|
|
186
186
|
"X-Fern-SDK-Name": "candidhealth",
|
|
187
|
-
"X-Fern-SDK-Version": "0.34.
|
|
187
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
188
188
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
189
189
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
190
190
|
},
|
|
@@ -262,7 +262,7 @@ class V1 {
|
|
|
262
262
|
Authorization: yield this._getAuthorizationHeader(),
|
|
263
263
|
"X-Fern-Language": "JavaScript",
|
|
264
264
|
"X-Fern-SDK-Name": "candidhealth",
|
|
265
|
-
"X-Fern-SDK-Version": "0.34.
|
|
265
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
266
266
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
267
267
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
268
268
|
},
|
|
@@ -343,7 +343,7 @@ class V1 {
|
|
|
343
343
|
Authorization: yield this._getAuthorizationHeader(),
|
|
344
344
|
"X-Fern-Language": "JavaScript",
|
|
345
345
|
"X-Fern-SDK-Name": "candidhealth",
|
|
346
|
-
"X-Fern-SDK-Version": "0.34.
|
|
346
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
347
347
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
348
348
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
349
349
|
},
|
|
@@ -409,7 +409,7 @@ class V1 {
|
|
|
409
409
|
Authorization: yield this._getAuthorizationHeader(),
|
|
410
410
|
"X-Fern-Language": "JavaScript",
|
|
411
411
|
"X-Fern-SDK-Name": "candidhealth",
|
|
412
|
-
"X-Fern-SDK-Version": "0.34.
|
|
412
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
413
413
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
414
414
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
415
415
|
},
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.34.
|
|
69
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -126,7 +126,7 @@ class V3 {
|
|
|
126
126
|
Authorization: yield this._getAuthorizationHeader(),
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.34.
|
|
129
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
130
130
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
131
131
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
132
132
|
},
|
package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js
CHANGED
|
@@ -122,7 +122,7 @@ class V1 {
|
|
|
122
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
123
123
|
"X-Fern-Language": "JavaScript",
|
|
124
124
|
"X-Fern-SDK-Name": "candidhealth",
|
|
125
|
-
"X-Fern-SDK-Version": "0.34.
|
|
125
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
126
126
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
127
127
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
128
128
|
},
|
|
@@ -187,7 +187,7 @@ class V1 {
|
|
|
187
187
|
Authorization: yield this._getAuthorizationHeader(),
|
|
188
188
|
"X-Fern-Language": "JavaScript",
|
|
189
189
|
"X-Fern-SDK-Name": "candidhealth",
|
|
190
|
-
"X-Fern-SDK-Version": "0.34.
|
|
190
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
191
191
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
192
192
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
193
193
|
},
|
|
@@ -248,7 +248,7 @@ class V1 {
|
|
|
248
248
|
Authorization: yield this._getAuthorizationHeader(),
|
|
249
249
|
"X-Fern-Language": "JavaScript",
|
|
250
250
|
"X-Fern-SDK-Name": "candidhealth",
|
|
251
|
-
"X-Fern-SDK-Version": "0.34.
|
|
251
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
252
252
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
253
253
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
254
254
|
},
|
|
@@ -365,7 +365,7 @@ class V1 {
|
|
|
365
365
|
Authorization: yield this._getAuthorizationHeader(),
|
|
366
366
|
"X-Fern-Language": "JavaScript",
|
|
367
367
|
"X-Fern-SDK-Name": "candidhealth",
|
|
368
|
-
"X-Fern-SDK-Version": "0.34.
|
|
368
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
369
369
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
370
370
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
371
371
|
},
|
|
@@ -435,7 +435,7 @@ class V1 {
|
|
|
435
435
|
Authorization: yield this._getAuthorizationHeader(),
|
|
436
436
|
"X-Fern-Language": "JavaScript",
|
|
437
437
|
"X-Fern-SDK-Name": "candidhealth",
|
|
438
|
-
"X-Fern-SDK-Version": "0.34.
|
|
438
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
439
439
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
440
440
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
441
441
|
},
|
|
@@ -484,7 +484,7 @@ class V1 {
|
|
|
484
484
|
Authorization: yield this._getAuthorizationHeader(),
|
|
485
485
|
"X-Fern-Language": "JavaScript",
|
|
486
486
|
"X-Fern-SDK-Name": "candidhealth",
|
|
487
|
-
"X-Fern-SDK-Version": "0.34.
|
|
487
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
488
488
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
489
489
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
490
490
|
},
|
|
@@ -134,7 +134,7 @@ class V1 {
|
|
|
134
134
|
Authorization: yield this._getAuthorizationHeader(),
|
|
135
135
|
"X-Fern-Language": "JavaScript",
|
|
136
136
|
"X-Fern-SDK-Name": "candidhealth",
|
|
137
|
-
"X-Fern-SDK-Version": "0.34.
|
|
137
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
138
138
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
139
139
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
140
140
|
},
|
|
@@ -252,7 +252,7 @@ class V1 {
|
|
|
252
252
|
Authorization: yield this._getAuthorizationHeader(),
|
|
253
253
|
"X-Fern-Language": "JavaScript",
|
|
254
254
|
"X-Fern-SDK-Name": "candidhealth",
|
|
255
|
-
"X-Fern-SDK-Version": "0.34.
|
|
255
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
256
256
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
257
257
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
258
258
|
},
|
|
@@ -317,7 +317,7 @@ class V1 {
|
|
|
317
317
|
Authorization: yield this._getAuthorizationHeader(),
|
|
318
318
|
"X-Fern-Language": "JavaScript",
|
|
319
319
|
"X-Fern-SDK-Name": "candidhealth",
|
|
320
|
-
"X-Fern-SDK-Version": "0.34.
|
|
320
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
321
321
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
322
322
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
323
323
|
},
|
|
@@ -364,7 +364,7 @@ class V1 {
|
|
|
364
364
|
Authorization: yield this._getAuthorizationHeader(),
|
|
365
365
|
"X-Fern-Language": "JavaScript",
|
|
366
366
|
"X-Fern-SDK-Name": "candidhealth",
|
|
367
|
-
"X-Fern-SDK-Version": "0.34.
|
|
367
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
368
368
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
369
369
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
370
370
|
},
|
|
@@ -432,7 +432,7 @@ class V1 {
|
|
|
432
432
|
Authorization: yield this._getAuthorizationHeader(),
|
|
433
433
|
"X-Fern-Language": "JavaScript",
|
|
434
434
|
"X-Fern-SDK-Name": "candidhealth",
|
|
435
|
-
"X-Fern-SDK-Version": "0.34.
|
|
435
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
436
436
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
437
437
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
438
438
|
},
|
|
@@ -485,7 +485,7 @@ class V1 {
|
|
|
485
485
|
Authorization: yield this._getAuthorizationHeader(),
|
|
486
486
|
"X-Fern-Language": "JavaScript",
|
|
487
487
|
"X-Fern-SDK-Name": "candidhealth",
|
|
488
|
-
"X-Fern-SDK-Version": "0.34.
|
|
488
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
489
489
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
490
490
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
491
491
|
},
|
|
@@ -538,7 +538,7 @@ class V1 {
|
|
|
538
538
|
Authorization: yield this._getAuthorizationHeader(),
|
|
539
539
|
"X-Fern-Language": "JavaScript",
|
|
540
540
|
"X-Fern-SDK-Name": "candidhealth",
|
|
541
|
-
"X-Fern-SDK-Version": "0.34.
|
|
541
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
542
542
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
543
543
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
544
544
|
},
|
|
@@ -589,7 +589,7 @@ class V1 {
|
|
|
589
589
|
Authorization: yield this._getAuthorizationHeader(),
|
|
590
590
|
"X-Fern-Language": "JavaScript",
|
|
591
591
|
"X-Fern-SDK-Name": "candidhealth",
|
|
592
|
-
"X-Fern-SDK-Version": "0.34.
|
|
592
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
593
593
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
594
594
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
595
595
|
},
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: yield this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.34.
|
|
94
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
},
|
|
@@ -176,7 +176,7 @@ class V1 {
|
|
|
176
176
|
Authorization: yield this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.34.
|
|
179
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|
|
@@ -361,7 +361,7 @@ class V1 {
|
|
|
361
361
|
Authorization: yield this._getAuthorizationHeader(),
|
|
362
362
|
"X-Fern-Language": "JavaScript",
|
|
363
363
|
"X-Fern-SDK-Name": "candidhealth",
|
|
364
|
-
"X-Fern-SDK-Version": "0.34.
|
|
364
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
365
365
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
366
366
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
367
367
|
},
|
|
@@ -450,7 +450,7 @@ class V1 {
|
|
|
450
450
|
Authorization: yield this._getAuthorizationHeader(),
|
|
451
451
|
"X-Fern-Language": "JavaScript",
|
|
452
452
|
"X-Fern-SDK-Name": "candidhealth",
|
|
453
|
-
"X-Fern-SDK-Version": "0.34.
|
|
453
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
454
454
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
455
455
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
456
456
|
},
|
|
@@ -498,7 +498,7 @@ class V1 {
|
|
|
498
498
|
Authorization: yield this._getAuthorizationHeader(),
|
|
499
499
|
"X-Fern-Language": "JavaScript",
|
|
500
500
|
"X-Fern-SDK-Name": "candidhealth",
|
|
501
|
-
"X-Fern-SDK-Version": "0.34.
|
|
501
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
502
502
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
503
503
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
504
504
|
},
|
|
@@ -559,7 +559,7 @@ class V1 {
|
|
|
559
559
|
Authorization: yield this._getAuthorizationHeader(),
|
|
560
560
|
"X-Fern-Language": "JavaScript",
|
|
561
561
|
"X-Fern-SDK-Name": "candidhealth",
|
|
562
|
-
"X-Fern-SDK-Version": "0.34.
|
|
562
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
563
563
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
564
564
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
565
565
|
},
|
|
@@ -907,7 +907,7 @@ class V1 {
|
|
|
907
907
|
Authorization: yield this._getAuthorizationHeader(),
|
|
908
908
|
"X-Fern-Language": "JavaScript",
|
|
909
909
|
"X-Fern-SDK-Name": "candidhealth",
|
|
910
|
-
"X-Fern-SDK-Version": "0.34.
|
|
910
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
911
911
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
912
912
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
913
913
|
},
|
|
@@ -973,7 +973,7 @@ class V1 {
|
|
|
973
973
|
Authorization: yield this._getAuthorizationHeader(),
|
|
974
974
|
"X-Fern-Language": "JavaScript",
|
|
975
975
|
"X-Fern-SDK-Name": "candidhealth",
|
|
976
|
-
"X-Fern-SDK-Version": "0.34.
|
|
976
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
977
977
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
978
978
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
979
979
|
},
|
|
@@ -1041,7 +1041,7 @@ class V1 {
|
|
|
1041
1041
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1042
1042
|
"X-Fern-Language": "JavaScript",
|
|
1043
1043
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1044
|
-
"X-Fern-SDK-Version": "0.34.
|
|
1044
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
1045
1045
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1046
1046
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1047
1047
|
},
|
|
@@ -1094,7 +1094,7 @@ class V1 {
|
|
|
1094
1094
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1095
1095
|
"X-Fern-Language": "JavaScript",
|
|
1096
1096
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1097
|
-
"X-Fern-SDK-Version": "0.34.
|
|
1097
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
1098
1098
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1099
1099
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1100
1100
|
},
|
|
@@ -77,7 +77,7 @@ class ServiceFacility {
|
|
|
77
77
|
Authorization: yield this._getAuthorizationHeader(),
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "candidhealth",
|
|
80
|
-
"X-Fern-SDK-Version": "0.34.
|
|
80
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
81
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
82
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
83
83
|
},
|
|
@@ -79,7 +79,11 @@ export declare class V2 {
|
|
|
79
79
|
* quantity: CandidApi.Decimal("string"),
|
|
80
80
|
* description: "string",
|
|
81
81
|
* dateOfService: "2023-01-15",
|
|
82
|
-
* endDateOfService: "2023-01-15"
|
|
82
|
+
* endDateOfService: "2023-01-15",
|
|
83
|
+
* testResult: {
|
|
84
|
+
* type: "hematocrit",
|
|
85
|
+
* value: 1.1
|
|
86
|
+
* }
|
|
83
87
|
* })
|
|
84
88
|
*/
|
|
85
89
|
update(serviceLineId: CandidApi.ServiceLineId, request: CandidApi.serviceLines.v2.ServiceLineUpdate, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.serviceLines.v2.ServiceLine, CandidApi.serviceLines.v2.update.Error>>;
|
|
@@ -84,7 +84,7 @@ class V2 {
|
|
|
84
84
|
Authorization: yield this._getAuthorizationHeader(),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "candidhealth",
|
|
87
|
-
"X-Fern-SDK-Version": "0.34.
|
|
87
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -160,7 +160,11 @@ class V2 {
|
|
|
160
160
|
* quantity: CandidApi.Decimal("string"),
|
|
161
161
|
* description: "string",
|
|
162
162
|
* dateOfService: "2023-01-15",
|
|
163
|
-
* endDateOfService: "2023-01-15"
|
|
163
|
+
* endDateOfService: "2023-01-15",
|
|
164
|
+
* testResult: {
|
|
165
|
+
* type: "hematocrit",
|
|
166
|
+
* value: 1.1
|
|
167
|
+
* }
|
|
164
168
|
* })
|
|
165
169
|
*/
|
|
166
170
|
update(serviceLineId, request, requestOptions) {
|
|
@@ -174,7 +178,7 @@ class V2 {
|
|
|
174
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
175
179
|
"X-Fern-Language": "JavaScript",
|
|
176
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
177
|
-
"X-Fern-SDK-Version": "0.34.
|
|
181
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
178
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
179
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
180
184
|
},
|
|
@@ -238,7 +242,7 @@ class V2 {
|
|
|
238
242
|
Authorization: yield this._getAuthorizationHeader(),
|
|
239
243
|
"X-Fern-Language": "JavaScript",
|
|
240
244
|
"X-Fern-SDK-Name": "candidhealth",
|
|
241
|
-
"X-Fern-SDK-Version": "0.34.
|
|
245
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
242
246
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
243
247
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
244
248
|
},
|
|
@@ -65,7 +65,11 @@ import * as CandidApi from "../../../../../index";
|
|
|
65
65
|
* endDate: CandidApi.Date_("2023-01-03")
|
|
66
66
|
* },
|
|
67
67
|
* dateOfService: "2023-01-01",
|
|
68
|
-
* endDateOfService: "2023-01-03"
|
|
68
|
+
* endDateOfService: "2023-01-03",
|
|
69
|
+
* testResult: {
|
|
70
|
+
* type: "hemoglobin",
|
|
71
|
+
* value: 2.4
|
|
72
|
+
* }
|
|
69
73
|
* }
|
|
70
74
|
*/
|
|
71
75
|
export interface ServiceLine {
|
|
@@ -111,4 +115,6 @@ export interface ServiceLine {
|
|
|
111
115
|
description?: string;
|
|
112
116
|
dateOfService: string;
|
|
113
117
|
endDateOfService?: string;
|
|
118
|
+
/** Contains a single test result value. Maps to MEA-02 on the 837-P. */
|
|
119
|
+
testResult?: CandidApi.serviceLines.v2.TestResult;
|
|
114
120
|
}
|
|
@@ -31,4 +31,6 @@ export interface ServiceLineCreate {
|
|
|
31
31
|
* If not required by this implementation guide, do not send.
|
|
32
32
|
*/
|
|
33
33
|
orderingProvider?: CandidApi.encounterProviders.v2.OrderingProvider;
|
|
34
|
+
/** Contains a single test result value. Maps to MEA-02 on the 837-P. */
|
|
35
|
+
testResult?: CandidApi.serviceLines.v2.TestResult;
|
|
34
36
|
}
|
|
@@ -26,4 +26,6 @@ export interface ServiceLineUpdate {
|
|
|
26
26
|
/** date_of_service must be defined on either the encounter or the service lines but not both. */
|
|
27
27
|
dateOfService?: string;
|
|
28
28
|
endDateOfService?: string;
|
|
29
|
+
/** Contains a single test result value. Maps to MEA-02 on the 837-P. */
|
|
30
|
+
testResult?: CandidApi.serviceLines.v2.TestResult;
|
|
29
31
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export declare type TestResult = CandidApi.serviceLines.v2.TestResult.Hematocrit | CandidApi.serviceLines.v2.TestResult.Hemoglobin;
|
|
6
|
+
export declare namespace TestResult {
|
|
7
|
+
interface Hematocrit {
|
|
8
|
+
type: "hematocrit";
|
|
9
|
+
value: number;
|
|
10
|
+
}
|
|
11
|
+
interface Hemoglobin {
|
|
12
|
+
type: "hemoglobin";
|
|
13
|
+
value: number;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -7,5 +7,6 @@ export * from "./ServiceLineAdjustment";
|
|
|
7
7
|
export * from "./ServiceLineDenialReason";
|
|
8
8
|
export * from "./DenialReasonContent";
|
|
9
9
|
export * from "./DrugIdentification";
|
|
10
|
+
export * from "./TestResult";
|
|
10
11
|
export * from "./ServiceIdQualifier";
|
|
11
12
|
export * from "./MeasurementUnitCode";
|
|
@@ -23,5 +23,6 @@ __exportStar(require("./ServiceLineAdjustment"), exports);
|
|
|
23
23
|
__exportStar(require("./ServiceLineDenialReason"), exports);
|
|
24
24
|
__exportStar(require("./DenialReasonContent"), exports);
|
|
25
25
|
__exportStar(require("./DrugIdentification"), exports);
|
|
26
|
+
__exportStar(require("./TestResult"), exports);
|
|
26
27
|
__exportStar(require("./ServiceIdQualifier"), exports);
|
|
27
28
|
__exportStar(require("./MeasurementUnitCode"), exports);
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.34.
|
|
69
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -166,7 +166,7 @@ class V3 {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "candidhealth",
|
|
169
|
-
"X-Fern-SDK-Version": "0.34.
|
|
169
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -226,7 +226,7 @@ class V3 {
|
|
|
226
226
|
Authorization: yield this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.34.
|
|
229
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
230
230
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
231
231
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
232
232
|
},
|
|
@@ -294,7 +294,7 @@ class V3 {
|
|
|
294
294
|
Authorization: yield this._getAuthorizationHeader(),
|
|
295
295
|
"X-Fern-Language": "JavaScript",
|
|
296
296
|
"X-Fern-SDK-Name": "candidhealth",
|
|
297
|
-
"X-Fern-SDK-Version": "0.34.
|
|
297
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
298
298
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
299
299
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
300
300
|
},
|
|
@@ -345,7 +345,7 @@ class V3 {
|
|
|
345
345
|
Authorization: yield this._getAuthorizationHeader(),
|
|
346
346
|
"X-Fern-Language": "JavaScript",
|
|
347
347
|
"X-Fern-SDK-Name": "candidhealth",
|
|
348
|
-
"X-Fern-SDK-Version": "0.34.
|
|
348
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
349
349
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
350
350
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
351
351
|
},
|
|
@@ -116,7 +116,7 @@ class V1 {
|
|
|
116
116
|
Authorization: yield this._getAuthorizationHeader(),
|
|
117
117
|
"X-Fern-Language": "JavaScript",
|
|
118
118
|
"X-Fern-SDK-Name": "candidhealth",
|
|
119
|
-
"X-Fern-SDK-Version": "0.34.
|
|
119
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
120
120
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
121
121
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
122
122
|
},
|
|
@@ -164,7 +164,7 @@ class V1 {
|
|
|
164
164
|
Authorization: yield this._getAuthorizationHeader(),
|
|
165
165
|
"X-Fern-Language": "JavaScript",
|
|
166
166
|
"X-Fern-SDK-Name": "candidhealth",
|
|
167
|
-
"X-Fern-SDK-Version": "0.34.
|
|
167
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
168
168
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
169
169
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
170
170
|
},
|
|
@@ -221,7 +221,7 @@ class V1 {
|
|
|
221
221
|
Authorization: yield this._getAuthorizationHeader(),
|
|
222
222
|
"X-Fern-Language": "JavaScript",
|
|
223
223
|
"X-Fern-SDK-Name": "candidhealth",
|
|
224
|
-
"X-Fern-SDK-Version": "0.34.
|
|
224
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
225
225
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
226
226
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
227
227
|
},
|
|
@@ -271,7 +271,7 @@ class V1 {
|
|
|
271
271
|
Authorization: yield this._getAuthorizationHeader(),
|
|
272
272
|
"X-Fern-Language": "JavaScript",
|
|
273
273
|
"X-Fern-SDK-Name": "candidhealth",
|
|
274
|
-
"X-Fern-SDK-Version": "0.34.
|
|
274
|
+
"X-Fern-SDK-Version": "0.34.4",
|
|
275
275
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
276
276
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
277
277
|
},
|
|
@@ -19,6 +19,7 @@ import { Decimal } from "../../../../commons/types/Decimal";
|
|
|
19
19
|
import { ServiceLineUnits } from "../../../../commons/types/ServiceLineUnits";
|
|
20
20
|
import { ClaimId } from "../../../../commons/types/ClaimId";
|
|
21
21
|
import { DateRangeOptionalEnd } from "../../../../commons/types/DateRangeOptionalEnd";
|
|
22
|
+
import { TestResult } from "./TestResult";
|
|
22
23
|
export declare const ServiceLine: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLine.Raw, CandidApi.serviceLines.v2.ServiceLine>;
|
|
23
24
|
export declare namespace ServiceLine {
|
|
24
25
|
interface Raw {
|
|
@@ -54,5 +55,6 @@ export declare namespace ServiceLine {
|
|
|
54
55
|
description?: string | null;
|
|
55
56
|
date_of_service: string;
|
|
56
57
|
end_date_of_service?: string | null;
|
|
58
|
+
test_result?: TestResult.Raw | null;
|
|
57
59
|
}
|
|
58
60
|
}
|
|
@@ -43,6 +43,7 @@ const Decimal_1 = require("../../../../commons/types/Decimal");
|
|
|
43
43
|
const ServiceLineUnits_1 = require("../../../../commons/types/ServiceLineUnits");
|
|
44
44
|
const ClaimId_1 = require("../../../../commons/types/ClaimId");
|
|
45
45
|
const DateRangeOptionalEnd_1 = require("../../../../commons/types/DateRangeOptionalEnd");
|
|
46
|
+
const TestResult_1 = require("./TestResult");
|
|
46
47
|
exports.ServiceLine = core.serialization.object({
|
|
47
48
|
modifiers: core.serialization.list(ProcedureModifier_1.ProcedureModifier).optional(),
|
|
48
49
|
chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
|
|
@@ -76,4 +77,5 @@ exports.ServiceLine = core.serialization.object({
|
|
|
76
77
|
description: core.serialization.string().optional(),
|
|
77
78
|
dateOfService: core.serialization.property("date_of_service", core.serialization.string()),
|
|
78
79
|
endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
|
|
80
|
+
testResult: core.serialization.property("test_result", TestResult_1.TestResult.optional()),
|
|
79
81
|
});
|
|
@@ -10,6 +10,7 @@ import { ServiceLineUnits } from "../../../../commons/types/ServiceLineUnits";
|
|
|
10
10
|
import { DrugIdentification } from "./DrugIdentification";
|
|
11
11
|
import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
|
|
12
12
|
import { OrderingProvider } from "../../../../encounterProviders/resources/v2/types/OrderingProvider";
|
|
13
|
+
import { TestResult } from "./TestResult";
|
|
13
14
|
export declare const ServiceLineCreate: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineCreate.Raw, CandidApi.serviceLines.v2.ServiceLineCreate>;
|
|
14
15
|
export declare namespace ServiceLineCreate {
|
|
15
16
|
interface Raw {
|
|
@@ -25,5 +26,6 @@ export declare namespace ServiceLineCreate {
|
|
|
25
26
|
date_of_service?: string | null;
|
|
26
27
|
end_date_of_service?: string | null;
|
|
27
28
|
ordering_provider?: OrderingProvider.Raw | null;
|
|
29
|
+
test_result?: TestResult.Raw | null;
|
|
28
30
|
}
|
|
29
31
|
}
|
|
@@ -34,6 +34,7 @@ const ServiceLineUnits_1 = require("../../../../commons/types/ServiceLineUnits")
|
|
|
34
34
|
const DrugIdentification_1 = require("./DrugIdentification");
|
|
35
35
|
const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode");
|
|
36
36
|
const OrderingProvider_1 = require("../../../../encounterProviders/resources/v2/types/OrderingProvider");
|
|
37
|
+
const TestResult_1 = require("./TestResult");
|
|
37
38
|
exports.ServiceLineCreate = core.serialization.object({
|
|
38
39
|
modifiers: core.serialization.list(ProcedureModifier_1.ProcedureModifier).optional(),
|
|
39
40
|
procedureCode: core.serialization.property("procedure_code", core.serialization.string()),
|
|
@@ -47,4 +48,5 @@ exports.ServiceLineCreate = core.serialization.object({
|
|
|
47
48
|
dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
|
|
48
49
|
endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
|
|
49
50
|
orderingProvider: core.serialization.property("ordering_provider", OrderingProvider_1.OrderingProvider.optional()),
|
|
51
|
+
testResult: core.serialization.property("test_result", TestResult_1.TestResult.optional()),
|
|
50
52
|
});
|
|
@@ -11,6 +11,7 @@ import { ServiceLineDenialReason } from "./ServiceLineDenialReason";
|
|
|
11
11
|
import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
|
|
12
12
|
import { ServiceLineUnits } from "../../../../commons/types/ServiceLineUnits";
|
|
13
13
|
import { Decimal } from "../../../../commons/types/Decimal";
|
|
14
|
+
import { TestResult } from "./TestResult";
|
|
14
15
|
export declare const ServiceLineUpdate: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineUpdate.Raw, CandidApi.serviceLines.v2.ServiceLineUpdate>;
|
|
15
16
|
export declare namespace ServiceLineUpdate {
|
|
16
17
|
interface Raw {
|
|
@@ -30,5 +31,6 @@ export declare namespace ServiceLineUpdate {
|
|
|
30
31
|
description?: string | null;
|
|
31
32
|
date_of_service?: string | null;
|
|
32
33
|
end_date_of_service?: string | null;
|
|
34
|
+
test_result?: TestResult.Raw | null;
|
|
33
35
|
}
|
|
34
36
|
}
|
|
@@ -35,6 +35,7 @@ const ServiceLineDenialReason_1 = require("./ServiceLineDenialReason");
|
|
|
35
35
|
const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode");
|
|
36
36
|
const ServiceLineUnits_1 = require("../../../../commons/types/ServiceLineUnits");
|
|
37
37
|
const Decimal_1 = require("../../../../commons/types/Decimal");
|
|
38
|
+
const TestResult_1 = require("./TestResult");
|
|
38
39
|
exports.ServiceLineUpdate = core.serialization.object({
|
|
39
40
|
editReason: core.serialization.property("edit_reason", core.serialization.string().optional()),
|
|
40
41
|
modifiers: core.serialization.list(ProcedureModifier_1.ProcedureModifier).optional(),
|
|
@@ -52,4 +53,5 @@ exports.ServiceLineUpdate = core.serialization.object({
|
|
|
52
53
|
description: core.serialization.string().optional(),
|
|
53
54
|
dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
|
|
54
55
|
endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
|
|
56
|
+
testResult: core.serialization.property("test_result", TestResult_1.TestResult.optional()),
|
|
55
57
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const TestResult: core.serialization.Schema<serializers.serviceLines.v2.TestResult.Raw, CandidApi.serviceLines.v2.TestResult>;
|
|
8
|
+
export declare namespace TestResult {
|
|
9
|
+
type Raw = TestResult.Hematocrit | TestResult.Hemoglobin;
|
|
10
|
+
interface Hematocrit {
|
|
11
|
+
type: "hematocrit";
|
|
12
|
+
value: number;
|
|
13
|
+
}
|
|
14
|
+
interface Hemoglobin {
|
|
15
|
+
type: "hemoglobin";
|
|
16
|
+
value: number;
|
|
17
|
+
}
|
|
18
|
+
}
|