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.
Files changed (118) 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 +8 -0
  9. package/api/resources/encounters/resources/v4/client/Client.js +13 -5
  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 +4 -0
  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.js +6 -6
  34. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  35. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  36. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  37. package/api/resources/serviceFacility/client/Client.js +1 -1
  38. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
  39. package/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
  40. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  41. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  42. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  43. package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
  44. package/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
  45. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  46. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  47. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  48. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  49. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  50. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  51. package/dist/api/resources/claims/types/Claim.d.ts +5 -1
  52. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  53. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  54. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  55. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  56. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +8 -0
  57. package/dist/api/resources/encounters/resources/v4/client/Client.js +13 -5
  58. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
  59. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +4 -0
  60. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
  61. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
  62. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  63. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  64. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  65. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  66. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  67. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  68. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  69. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  70. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  71. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  72. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  73. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  74. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  75. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  76. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  77. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  78. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  79. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  80. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  81. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  82. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  83. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  84. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  85. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  86. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
  87. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
  88. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
  89. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  90. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  91. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
  92. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
  93. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  94. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  95. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  96. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  97. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  98. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  99. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  100. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  101. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  102. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  103. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
  104. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
  105. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  106. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  107. package/package.json +1 -1
  108. package/reference.md +12 -0
  109. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  110. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  111. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  112. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  113. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  114. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  115. package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
  116. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
  117. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  118. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
@@ -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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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
  },
@@ -87,7 +87,7 @@ class V2 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.34.3",
90
+ "X-Fern-SDK-Version": "0.34.4",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -69,7 +69,7 @@ class V2 {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "candidhealth",
72
- "X-Fern-SDK-Version": "0.34.3",
72
+ "X-Fern-SDK-Version": "0.34.4",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -71,7 +71,11 @@ import * as CandidApi from "../../../index";
71
71
  * endDate: CandidApi.Date_("2023-01-03")
72
72
  * },
73
73
  * dateOfService: "2023-01-01",
74
- * endDateOfService: "2023-01-03"
74
+ * endDateOfService: "2023-01-03",
75
+ * testResult: {
76
+ * type: "hemoglobin",
77
+ * value: 2.4
78
+ * }
75
79
  * }],
76
80
  * eras: [{
77
81
  * eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
@@ -66,7 +66,7 @@ class V2 {
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.3",
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
  },
@@ -171,7 +171,7 @@ class V2 {
171
171
  Authorization: yield this._getAuthorizationHeader(),
172
172
  "X-Fern-Language": "JavaScript",
173
173
  "X-Fern-SDK-Name": "candidhealth",
174
- "X-Fern-SDK-Version": "0.34.3",
174
+ "X-Fern-SDK-Version": "0.34.4",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -246,7 +246,7 @@ class V2 {
246
246
  Authorization: yield this._getAuthorizationHeader(),
247
247
  "X-Fern-Language": "JavaScript",
248
248
  "X-Fern-SDK-Name": "candidhealth",
249
- "X-Fern-SDK-Version": "0.34.3",
249
+ "X-Fern-SDK-Version": "0.34.4",
250
250
  "X-Fern-Runtime": core.RUNTIME.type,
251
251
  "X-Fern-Runtime-Version": core.RUNTIME.version,
252
252
  },
@@ -292,7 +292,7 @@ class V2 {
292
292
  Authorization: yield this._getAuthorizationHeader(),
293
293
  "X-Fern-Language": "JavaScript",
294
294
  "X-Fern-SDK-Name": "candidhealth",
295
- "X-Fern-SDK-Version": "0.34.3",
295
+ "X-Fern-SDK-Version": "0.34.4",
296
296
  "X-Fern-Runtime": core.RUNTIME.type,
297
297
  "X-Fern-Runtime-Version": core.RUNTIME.version,
298
298
  },
@@ -380,7 +380,7 @@ class V2 {
380
380
  Authorization: yield this._getAuthorizationHeader(),
381
381
  "X-Fern-Language": "JavaScript",
382
382
  "X-Fern-SDK-Name": "candidhealth",
383
- "X-Fern-SDK-Version": "0.34.3",
383
+ "X-Fern-SDK-Version": "0.34.4",
384
384
  "X-Fern-Runtime": core.RUNTIME.type,
385
385
  "X-Fern-Runtime-Version": core.RUNTIME.version,
386
386
  },
@@ -67,7 +67,7 @@ class V1 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.34.3",
70
+ "X-Fern-SDK-Version": "0.34.4",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: yield this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.34.3",
131
+ "X-Fern-SDK-Version": "0.34.4",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -207,7 +207,7 @@ class V1 {
207
207
  Authorization: yield this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.34.3",
210
+ "X-Fern-SDK-Version": "0.34.4",
211
211
  "X-Fern-Runtime": core.RUNTIME.type,
212
212
  "X-Fern-Runtime-Version": core.RUNTIME.version,
213
213
  },
@@ -277,7 +277,7 @@ class V1 {
277
277
  Authorization: yield this._getAuthorizationHeader(),
278
278
  "X-Fern-Language": "JavaScript",
279
279
  "X-Fern-SDK-Name": "candidhealth",
280
- "X-Fern-SDK-Version": "0.34.3",
280
+ "X-Fern-SDK-Version": "0.34.4",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -83,7 +83,7 @@ class V2 {
83
83
  Authorization: yield this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.34.3",
86
+ "X-Fern-SDK-Version": "0.34.4",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -156,7 +156,7 @@ class V2 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.34.3",
159
+ "X-Fern-SDK-Version": "0.34.4",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -227,7 +227,7 @@ class V2 {
227
227
  Authorization: yield this._getAuthorizationHeader(),
228
228
  "X-Fern-Language": "JavaScript",
229
229
  "X-Fern-SDK-Name": "candidhealth",
230
- "X-Fern-SDK-Version": "0.34.3",
230
+ "X-Fern-SDK-Version": "0.34.4",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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.3",
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: {
@@ -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.3",
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.3",
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.3",
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
  },
@@ -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.3",
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.3",
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: {