candidhealth 0.34.2 → 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.
Files changed (148) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/claims/types/Claim.d.ts +5 -1
  4. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  5. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  6. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  7. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  8. package/api/resources/encounters/resources/v4/client/Client.d.ts +9 -1
  9. package/api/resources/encounters/resources/v4/client/Client.js +14 -6
  10. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
  11. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -2
  12. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
  13. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
  14. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  15. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  16. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  17. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  18. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  19. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  20. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  21. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  22. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  23. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  24. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  25. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  26. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  27. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  28. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  29. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  30. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  31. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  32. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  33. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +12 -0
  34. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +58 -5
  35. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
  36. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
  37. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
  38. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
  39. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  40. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
  41. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
  42. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +47 -0
  43. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  44. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  45. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  46. package/api/resources/serviceFacility/client/Client.js +1 -1
  47. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
  48. package/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
  49. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  50. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  51. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  52. package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
  53. package/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
  54. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  55. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  56. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  57. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  58. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  59. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  60. package/dist/api/resources/claims/types/Claim.d.ts +5 -1
  61. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  62. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  63. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  64. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  65. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +9 -1
  66. package/dist/api/resources/encounters/resources/v4/client/Client.js +14 -6
  67. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
  68. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -2
  69. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
  70. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
  71. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  72. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  73. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  74. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  75. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  76. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  77. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  78. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  79. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  80. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  81. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  82. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  83. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  84. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  85. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  86. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  87. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  88. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  89. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  90. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +12 -0
  91. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +58 -5
  92. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
  93. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
  94. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
  95. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
  96. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  97. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
  98. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
  99. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +47 -0
  100. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  101. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  102. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  103. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  104. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
  105. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
  106. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  107. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  108. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  109. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
  110. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
  111. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  112. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  113. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  114. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  115. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
  116. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
  117. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  118. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
  119. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
  120. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +32 -0
  121. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  122. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  123. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  124. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  125. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  126. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  127. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
  128. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
  129. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  130. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  131. package/package.json +1 -1
  132. package/reference.md +78 -1
  133. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
  134. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
  135. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  136. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
  137. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
  138. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +32 -0
  139. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  140. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  141. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  142. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  143. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  144. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  145. package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
  146. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
  147. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  148. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
@@ -81,7 +81,7 @@ class V2 {
81
81
  Authorization: yield this._getAuthorizationHeader(),
82
82
  "X-Fern-Language": "JavaScript",
83
83
  "X-Fern-SDK-Name": "candidhealth",
84
- "X-Fern-SDK-Version": "0.34.2",
84
+ "X-Fern-SDK-Version": "0.34.4",
85
85
  "X-Fern-Runtime": core.RUNTIME.type,
86
86
  "X-Fern-Runtime-Version": core.RUNTIME.version,
87
87
  },
@@ -160,7 +160,7 @@ class V2 {
160
160
  Authorization: yield this._getAuthorizationHeader(),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "candidhealth",
163
- "X-Fern-SDK-Version": "0.34.2",
163
+ "X-Fern-SDK-Version": "0.34.4",
164
164
  "X-Fern-Runtime": core.RUNTIME.type,
165
165
  "X-Fern-Runtime-Version": core.RUNTIME.version,
166
166
  },
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.34.2",
242
+ "X-Fern-SDK-Version": "0.34.4",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -318,7 +318,7 @@ class V2 {
318
318
  Authorization: yield this._getAuthorizationHeader(),
319
319
  "X-Fern-Language": "JavaScript",
320
320
  "X-Fern-SDK-Name": "candidhealth",
321
- "X-Fern-SDK-Version": "0.34.2",
321
+ "X-Fern-SDK-Version": "0.34.4",
322
322
  "X-Fern-Runtime": core.RUNTIME.type,
323
323
  "X-Fern-Runtime-Version": core.RUNTIME.version,
324
324
  },
@@ -396,7 +396,7 @@ class V2 {
396
396
  Authorization: yield this._getAuthorizationHeader(),
397
397
  "X-Fern-Language": "JavaScript",
398
398
  "X-Fern-SDK-Name": "candidhealth",
399
- "X-Fern-SDK-Version": "0.34.2",
399
+ "X-Fern-SDK-Version": "0.34.4",
400
400
  "X-Fern-Runtime": core.RUNTIME.type,
401
401
  "X-Fern-Runtime-Version": core.RUNTIME.version,
402
402
  },
@@ -476,7 +476,7 @@ class V2 {
476
476
  Authorization: yield this._getAuthorizationHeader(),
477
477
  "X-Fern-Language": "JavaScript",
478
478
  "X-Fern-SDK-Name": "candidhealth",
479
- "X-Fern-SDK-Version": "0.34.2",
479
+ "X-Fern-SDK-Version": "0.34.4",
480
480
  "X-Fern-Runtime": core.RUNTIME.type,
481
481
  "X-Fern-Runtime-Version": core.RUNTIME.version,
482
482
  },
@@ -556,7 +556,7 @@ class V2 {
556
556
  Authorization: yield this._getAuthorizationHeader(),
557
557
  "X-Fern-Language": "JavaScript",
558
558
  "X-Fern-SDK-Name": "candidhealth",
559
- "X-Fern-SDK-Version": "0.34.2",
559
+ "X-Fern-SDK-Version": "0.34.4",
560
560
  "X-Fern-Runtime": core.RUNTIME.type,
561
561
  "X-Fern-Runtime-Version": core.RUNTIME.version,
562
562
  },
@@ -636,7 +636,7 @@ class V2 {
636
636
  Authorization: yield this._getAuthorizationHeader(),
637
637
  "X-Fern-Language": "JavaScript",
638
638
  "X-Fern-SDK-Name": "candidhealth",
639
- "X-Fern-SDK-Version": "0.34.2",
639
+ "X-Fern-SDK-Version": "0.34.4",
640
640
  "X-Fern-Runtime": core.RUNTIME.type,
641
641
  "X-Fern-Runtime-Version": core.RUNTIME.version,
642
642
  },
@@ -700,7 +700,7 @@ class V2 {
700
700
  Authorization: yield this._getAuthorizationHeader(),
701
701
  "X-Fern-Language": "JavaScript",
702
702
  "X-Fern-SDK-Name": "candidhealth",
703
- "X-Fern-SDK-Version": "0.34.2",
703
+ "X-Fern-SDK-Version": "0.34.4",
704
704
  "X-Fern-Runtime": core.RUNTIME.type,
705
705
  "X-Fern-Runtime-Version": core.RUNTIME.version,
706
706
  },
@@ -755,7 +755,7 @@ class V2 {
755
755
  Authorization: yield this._getAuthorizationHeader(),
756
756
  "X-Fern-Language": "JavaScript",
757
757
  "X-Fern-SDK-Name": "candidhealth",
758
- "X-Fern-SDK-Version": "0.34.2",
758
+ "X-Fern-SDK-Version": "0.34.4",
759
759
  "X-Fern-Runtime": core.RUNTIME.type,
760
760
  "X-Fern-Runtime-Version": core.RUNTIME.version,
761
761
  },
@@ -810,7 +810,7 @@ class V2 {
810
810
  Authorization: yield this._getAuthorizationHeader(),
811
811
  "X-Fern-Language": "JavaScript",
812
812
  "X-Fern-SDK-Name": "candidhealth",
813
- "X-Fern-SDK-Version": "0.34.2",
813
+ "X-Fern-SDK-Version": "0.34.4",
814
814
  "X-Fern-Runtime": core.RUNTIME.type,
815
815
  "X-Fern-Runtime-Version": core.RUNTIME.version,
816
816
  },
@@ -865,7 +865,7 @@ class V2 {
865
865
  Authorization: yield this._getAuthorizationHeader(),
866
866
  "X-Fern-Language": "JavaScript",
867
867
  "X-Fern-SDK-Name": "candidhealth",
868
- "X-Fern-SDK-Version": "0.34.2",
868
+ "X-Fern-SDK-Version": "0.34.4",
869
869
  "X-Fern-Runtime": core.RUNTIME.type,
870
870
  "X-Fern-Runtime-Version": core.RUNTIME.version,
871
871
  },
@@ -293,6 +293,10 @@ export declare class V4 {
293
293
  * firstName: "string",
294
294
  * lastName: "string",
295
295
  * organizationName: "string"
296
+ * },
297
+ * testResult: {
298
+ * type: "hematocrit",
299
+ * value: 1.1
296
300
  * }
297
301
  * }],
298
302
  * guarantor: {
@@ -428,7 +432,7 @@ export declare class V4 {
428
432
  * @example
429
433
  * await client.encounters.v4.createFromPreEncounterPatient({
430
434
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
431
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
435
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
432
436
  * billingProvider: {
433
437
  * address: {
434
438
  * address1: "123 Main St",
@@ -570,6 +574,10 @@ export declare class V4 {
570
574
  * firstName: "string",
571
575
  * lastName: "string",
572
576
  * organizationName: "string"
577
+ * },
578
+ * testResult: {
579
+ * type: "hematocrit",
580
+ * value: 1.1
573
581
  * }
574
582
  * }],
575
583
  * externalClaimSubmission: {
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.34.2",
135
+ "X-Fern-SDK-Version": "0.34.4",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.34.2",
181
+ "X-Fern-SDK-Version": "0.34.4",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -450,6 +450,10 @@ class V4 {
450
450
  * firstName: "string",
451
451
  * lastName: "string",
452
452
  * organizationName: "string"
453
+ * },
454
+ * testResult: {
455
+ * type: "hematocrit",
456
+ * value: 1.1
453
457
  * }
454
458
  * }],
455
459
  * guarantor: {
@@ -570,7 +574,7 @@ class V4 {
570
574
  Authorization: yield this._getAuthorizationHeader(),
571
575
  "X-Fern-Language": "JavaScript",
572
576
  "X-Fern-SDK-Name": "candidhealth",
573
- "X-Fern-SDK-Version": "0.34.2",
577
+ "X-Fern-SDK-Version": "0.34.4",
574
578
  "X-Fern-Runtime": core.RUNTIME.type,
575
579
  "X-Fern-Runtime-Version": core.RUNTIME.version,
576
580
  },
@@ -643,7 +647,7 @@ class V4 {
643
647
  * @example
644
648
  * await client.encounters.v4.createFromPreEncounterPatient({
645
649
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
646
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
650
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
647
651
  * billingProvider: {
648
652
  * address: {
649
653
  * address1: "123 Main St",
@@ -785,6 +789,10 @@ class V4 {
785
789
  * firstName: "string",
786
790
  * lastName: "string",
787
791
  * organizationName: "string"
792
+ * },
793
+ * testResult: {
794
+ * type: "hematocrit",
795
+ * value: 1.1
788
796
  * }
789
797
  * }],
790
798
  * externalClaimSubmission: {
@@ -884,7 +892,7 @@ class V4 {
884
892
  Authorization: yield this._getAuthorizationHeader(),
885
893
  "X-Fern-Language": "JavaScript",
886
894
  "X-Fern-SDK-Name": "candidhealth",
887
- "X-Fern-SDK-Version": "0.34.2",
895
+ "X-Fern-SDK-Version": "0.34.4",
888
896
  "X-Fern-Runtime": core.RUNTIME.type,
889
897
  "X-Fern-Runtime-Version": core.RUNTIME.version,
890
898
  },
@@ -1192,7 +1200,7 @@ class V4 {
1192
1200
  Authorization: yield this._getAuthorizationHeader(),
1193
1201
  "X-Fern-Language": "JavaScript",
1194
1202
  "X-Fern-SDK-Name": "candidhealth",
1195
- "X-Fern-SDK-Version": "0.34.2",
1203
+ "X-Fern-SDK-Version": "0.34.4",
1196
1204
  "X-Fern-Runtime": core.RUNTIME.type,
1197
1205
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1198
1206
  },
@@ -244,6 +244,10 @@ import * as CandidApi from "../../../../../../index";
244
244
  * firstName: "string",
245
245
  * lastName: "string",
246
246
  * organizationName: "string"
247
+ * },
248
+ * testResult: {
249
+ * type: "hematocrit",
250
+ * value: 1.1
247
251
  * }
248
252
  * }],
249
253
  * guarantor: {
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../../../index";
6
6
  * @example
7
7
  * {
8
8
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
10
10
  * billingProvider: {
11
11
  * address: {
12
12
  * address1: "123 Main St",
@@ -148,6 +148,10 @@ import * as CandidApi from "../../../../../../index";
148
148
  * firstName: "string",
149
149
  * lastName: "string",
150
150
  * organizationName: "string"
151
+ * },
152
+ * testResult: {
153
+ * type: "hematocrit",
154
+ * value: 1.1
151
155
  * }
152
156
  * }],
153
157
  * externalClaimSubmission: {
@@ -238,7 +242,7 @@ import * as CandidApi from "../../../../../../index";
238
242
  */
239
243
  export interface EncounterCreateFromPreEncounter extends CandidApi.encounters.v4.EncounterBase {
240
244
  preEncounterPatientId: CandidApi.PreEncounterPatientId;
241
- preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId;
245
+ preEncounterAppointmentIds: CandidApi.PreEncounterAppointmentId[];
242
246
  /**
243
247
  * The billing provider is the provider or business entity submitting the claim. Billing provider may be, but is not necessarily, the same person/NPI as the rendering provider. From a payer's perspective, this represents the person or entity being reimbursed. When a contract exists with the target payer, the billing provider should be the entity contracted with the payer. In some circumstances, this will be an individual provider. In that case, submit that provider's NPI and the tax ID (TIN) that the provider gave to the payer during contracting. In other cases, the billing entity will be a medical group. If so, submit the group NPI and the group's tax ID. Box 33 on the CMS-1500 claim form.
244
248
  *
@@ -73,7 +73,11 @@ import * as CandidApi from "../../../../../index";
73
73
  * endDate: CandidApi.Date_("2023-01-03")
74
74
  * },
75
75
  * dateOfService: "2023-01-01",
76
- * endDateOfService: "2023-01-03"
76
+ * endDateOfService: "2023-01-03",
77
+ * testResult: {
78
+ * type: "hemoglobin",
79
+ * value: 2.4
80
+ * }
77
81
  * }],
78
82
  * eras: [{
79
83
  * eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
@@ -74,7 +74,11 @@ import * as CandidApi from "../../../../../index";
74
74
  * endDate: CandidApi.Date_("2023-01-03")
75
75
  * },
76
76
  * dateOfService: "2023-01-01",
77
- * endDateOfService: "2023-01-03"
77
+ * endDateOfService: "2023-01-03",
78
+ * testResult: {
79
+ * type: "hemoglobin",
80
+ * value: 2.4
81
+ * }
78
82
  * }],
79
83
  * eras: [{
80
84
  * eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.34.2",
82
+ "X-Fern-SDK-Version": "0.34.4",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -96,7 +96,7 @@ class V2 {
96
96
  Authorization: yield this._getAuthorizationHeader(),
97
97
  "X-Fern-Language": "JavaScript",
98
98
  "X-Fern-SDK-Name": "candidhealth",
99
- "X-Fern-SDK-Version": "0.34.2",
99
+ "X-Fern-SDK-Version": "0.34.4",
100
100
  "X-Fern-Runtime": core.RUNTIME.type,
101
101
  "X-Fern-Runtime-Version": core.RUNTIME.version,
102
102
  },
@@ -189,7 +189,7 @@ class V2 {
189
189
  Authorization: yield this._getAuthorizationHeader(),
190
190
  "X-Fern-Language": "JavaScript",
191
191
  "X-Fern-SDK-Name": "candidhealth",
192
- "X-Fern-SDK-Version": "0.34.2",
192
+ "X-Fern-SDK-Version": "0.34.4",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -86,7 +86,7 @@ class V3 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.34.2",
89
+ "X-Fern-SDK-Version": "0.34.4",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.34.2",
85
+ "X-Fern-SDK-Version": "0.34.4",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -68,7 +68,7 @@ class V3 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.34.2",
71
+ "X-Fern-SDK-Version": "0.34.4",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -131,7 +131,7 @@ class V3 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.34.2",
134
+ "X-Fern-SDK-Version": "0.34.4",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -274,7 +274,7 @@ class V3 {
274
274
  Authorization: yield this._getAuthorizationHeader(),
275
275
  "X-Fern-Language": "JavaScript",
276
276
  "X-Fern-SDK-Name": "candidhealth",
277
- "X-Fern-SDK-Version": "0.34.2",
277
+ "X-Fern-SDK-Version": "0.34.4",
278
278
  "X-Fern-Runtime": core.RUNTIME.type,
279
279
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
280
  },
@@ -401,7 +401,7 @@ class V3 {
401
401
  Authorization: yield this._getAuthorizationHeader(),
402
402
  "X-Fern-Language": "JavaScript",
403
403
  "X-Fern-SDK-Name": "candidhealth",
404
- "X-Fern-SDK-Version": "0.34.2",
404
+ "X-Fern-SDK-Version": "0.34.4",
405
405
  "X-Fern-Runtime": core.RUNTIME.type,
406
406
  "X-Fern-Runtime-Version": core.RUNTIME.version,
407
407
  },
@@ -449,7 +449,7 @@ class V3 {
449
449
  Authorization: yield this._getAuthorizationHeader(),
450
450
  "X-Fern-Language": "JavaScript",
451
451
  "X-Fern-SDK-Name": "candidhealth",
452
- "X-Fern-SDK-Version": "0.34.2",
452
+ "X-Fern-SDK-Version": "0.34.4",
453
453
  "X-Fern-Runtime": core.RUNTIME.type,
454
454
  "X-Fern-Runtime-Version": core.RUNTIME.version,
455
455
  },
@@ -531,7 +531,7 @@ class V3 {
531
531
  Authorization: yield this._getAuthorizationHeader(),
532
532
  "X-Fern-Language": "JavaScript",
533
533
  "X-Fern-SDK-Name": "candidhealth",
534
- "X-Fern-SDK-Version": "0.34.2",
534
+ "X-Fern-SDK-Version": "0.34.4",
535
535
  "X-Fern-Runtime": core.RUNTIME.type,
536
536
  "X-Fern-Runtime-Version": core.RUNTIME.version,
537
537
  },
@@ -596,7 +596,7 @@ class V3 {
596
596
  Authorization: yield this._getAuthorizationHeader(),
597
597
  "X-Fern-Language": "JavaScript",
598
598
  "X-Fern-SDK-Name": "candidhealth",
599
- "X-Fern-SDK-Version": "0.34.2",
599
+ "X-Fern-SDK-Version": "0.34.4",
600
600
  "X-Fern-Runtime": core.RUNTIME.type,
601
601
  "X-Fern-Runtime-Version": core.RUNTIME.version,
602
602
  },
@@ -652,7 +652,7 @@ class V3 {
652
652
  Authorization: yield this._getAuthorizationHeader(),
653
653
  "X-Fern-Language": "JavaScript",
654
654
  "X-Fern-SDK-Name": "candidhealth",
655
- "X-Fern-SDK-Version": "0.34.2",
655
+ "X-Fern-SDK-Version": "0.34.4",
656
656
  "X-Fern-Runtime": core.RUNTIME.type,
657
657
  "X-Fern-Runtime-Version": core.RUNTIME.version,
658
658
  },
@@ -709,7 +709,7 @@ class V3 {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "candidhealth",
712
- "X-Fern-SDK-Version": "0.34.2",
712
+ "X-Fern-SDK-Version": "0.34.4",
713
713
  "X-Fern-Runtime": core.RUNTIME.type,
714
714
  "X-Fern-Runtime-Version": core.RUNTIME.version,
715
715
  },
@@ -762,7 +762,7 @@ class V3 {
762
762
  Authorization: yield this._getAuthorizationHeader(),
763
763
  "X-Fern-Language": "JavaScript",
764
764
  "X-Fern-SDK-Name": "candidhealth",
765
- "X-Fern-SDK-Version": "0.34.2",
765
+ "X-Fern-SDK-Version": "0.34.4",
766
766
  "X-Fern-Runtime": core.RUNTIME.type,
767
767
  "X-Fern-Runtime-Version": core.RUNTIME.version,
768
768
  },
@@ -89,7 +89,7 @@ class V1 {
89
89
  Authorization: yield this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.34.2",
92
+ "X-Fern-SDK-Version": "0.34.4",
93
93
  "X-Fern-Runtime": core.RUNTIME.type,
94
94
  "X-Fern-Runtime-Version": core.RUNTIME.version,
95
95
  },
@@ -152,7 +152,7 @@ class V1 {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "candidhealth",
155
- "X-Fern-SDK-Version": "0.34.2",
155
+ "X-Fern-SDK-Version": "0.34.4",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -220,7 +220,7 @@ class V1 {
220
220
  Authorization: yield this._getAuthorizationHeader(),
221
221
  "X-Fern-Language": "JavaScript",
222
222
  "X-Fern-SDK-Name": "candidhealth",
223
- "X-Fern-SDK-Version": "0.34.2",
223
+ "X-Fern-SDK-Version": "0.34.4",
224
224
  "X-Fern-Runtime": core.RUNTIME.type,
225
225
  "X-Fern-Runtime-Version": core.RUNTIME.version,
226
226
  },
@@ -84,7 +84,7 @@ class V1 {
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.2",
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
  },
@@ -197,7 +197,7 @@ class V1 {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "candidhealth",
200
- "X-Fern-SDK-Version": "0.34.2",
200
+ "X-Fern-SDK-Version": "0.34.4",
201
201
  "X-Fern-Runtime": core.RUNTIME.type,
202
202
  "X-Fern-Runtime-Version": core.RUNTIME.version,
203
203
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.34.2",
248
+ "X-Fern-SDK-Version": "0.34.4",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -322,7 +322,7 @@ class V1 {
322
322
  Authorization: yield this._getAuthorizationHeader(),
323
323
  "X-Fern-Language": "JavaScript",
324
324
  "X-Fern-SDK-Name": "candidhealth",
325
- "X-Fern-SDK-Version": "0.34.2",
325
+ "X-Fern-SDK-Version": "0.34.4",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.34.2",
71
+ "X-Fern-SDK-Version": "0.34.4",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -152,7 +152,7 @@ class V1 {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "candidhealth",
155
- "X-Fern-SDK-Version": "0.34.2",
155
+ "X-Fern-SDK-Version": "0.34.4",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -216,7 +216,7 @@ class V1 {
216
216
  Authorization: yield this._getAuthorizationHeader(),
217
217
  "X-Fern-Language": "JavaScript",
218
218
  "X-Fern-SDK-Name": "candidhealth",
219
- "X-Fern-SDK-Version": "0.34.2",
219
+ "X-Fern-SDK-Version": "0.34.4",
220
220
  "X-Fern-Runtime": core.RUNTIME.type,
221
221
  "X-Fern-Runtime-Version": core.RUNTIME.version,
222
222
  },
@@ -103,7 +103,7 @@ class V1 {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.34.2",
106
+ "X-Fern-SDK-Version": "0.34.4",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -167,7 +167,7 @@ class V1 {
167
167
  Authorization: yield this._getAuthorizationHeader(),
168
168
  "X-Fern-Language": "JavaScript",
169
169
  "X-Fern-SDK-Name": "candidhealth",
170
- "X-Fern-SDK-Version": "0.34.2",
170
+ "X-Fern-SDK-Version": "0.34.4",
171
171
  "X-Fern-Runtime": core.RUNTIME.type,
172
172
  "X-Fern-Runtime-Version": core.RUNTIME.version,
173
173
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.34.2",
248
+ "X-Fern-SDK-Version": "0.34.4",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -319,7 +319,7 @@ class V1 {
319
319
  Authorization: yield this._getAuthorizationHeader(),
320
320
  "X-Fern-Language": "JavaScript",
321
321
  "X-Fern-SDK-Name": "candidhealth",
322
- "X-Fern-SDK-Version": "0.34.2",
322
+ "X-Fern-SDK-Version": "0.34.4",
323
323
  "X-Fern-Runtime": core.RUNTIME.type,
324
324
  "X-Fern-Runtime-Version": core.RUNTIME.version,
325
325
  },
@@ -387,7 +387,7 @@ class V1 {
387
387
  Authorization: yield this._getAuthorizationHeader(),
388
388
  "X-Fern-Language": "JavaScript",
389
389
  "X-Fern-SDK-Name": "candidhealth",
390
- "X-Fern-SDK-Version": "0.34.2",
390
+ "X-Fern-SDK-Version": "0.34.4",
391
391
  "X-Fern-Runtime": core.RUNTIME.type,
392
392
  "X-Fern-Runtime-Version": core.RUNTIME.version,
393
393
  },
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.34.2",
107
+ "X-Fern-SDK-Version": "0.34.4",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -168,7 +168,7 @@ class V1 {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "candidhealth",
171
- "X-Fern-SDK-Version": "0.34.2",
171
+ "X-Fern-SDK-Version": "0.34.4",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -247,7 +247,7 @@ class V1 {
247
247
  Authorization: yield this._getAuthorizationHeader(),
248
248
  "X-Fern-Language": "JavaScript",
249
249
  "X-Fern-SDK-Name": "candidhealth",
250
- "X-Fern-SDK-Version": "0.34.2",
250
+ "X-Fern-SDK-Version": "0.34.4",
251
251
  "X-Fern-Runtime": core.RUNTIME.type,
252
252
  "X-Fern-Runtime-Version": core.RUNTIME.version,
253
253
  },
@@ -325,7 +325,7 @@ class V1 {
325
325
  Authorization: yield this._getAuthorizationHeader(),
326
326
  "X-Fern-Language": "JavaScript",
327
327
  "X-Fern-SDK-Name": "candidhealth",
328
- "X-Fern-SDK-Version": "0.34.2",
328
+ "X-Fern-SDK-Version": "0.34.4",
329
329
  "X-Fern-Runtime": core.RUNTIME.type,
330
330
  "X-Fern-Runtime-Version": core.RUNTIME.version,
331
331
  },
@@ -393,7 +393,7 @@ class V1 {
393
393
  Authorization: yield this._getAuthorizationHeader(),
394
394
  "X-Fern-Language": "JavaScript",
395
395
  "X-Fern-SDK-Name": "candidhealth",
396
- "X-Fern-SDK-Version": "0.34.2",
396
+ "X-Fern-SDK-Version": "0.34.4",
397
397
  "X-Fern-Runtime": core.RUNTIME.type,
398
398
  "X-Fern-Runtime-Version": core.RUNTIME.version,
399
399
  },
@@ -84,7 +84,7 @@ class V1 {
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.2",
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
  },