candidhealth 0.24.5 → 0.24.7

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 (140) 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/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  5. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  6. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  7. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  8. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  9. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  10. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  11. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  12. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  13. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  14. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  15. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  16. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  17. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  18. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  19. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  20. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  21. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  22. package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
  23. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
  24. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
  25. package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  26. package/api/resources/preEncounter/resources/common/types/index.js +2 -0
  27. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
  28. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
  29. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
  30. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
  31. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
  32. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
  33. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  34. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  35. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  36. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  37. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
  38. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
  39. package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
  40. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
  41. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  42. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  43. package/api/resources/serviceFacility/client/Client.js +1 -1
  44. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  45. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  46. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  47. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  48. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  49. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  50. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  51. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  52. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  53. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  54. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  55. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  56. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  57. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  58. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  59. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  60. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  61. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  62. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  63. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  64. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  65. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  66. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  67. package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
  68. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
  69. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
  70. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  71. package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
  72. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
  73. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
  74. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
  75. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
  76. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
  77. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
  78. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  79. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
  80. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  81. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  82. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
  83. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
  84. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
  85. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
  86. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  87. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  88. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  89. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  90. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  91. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
  92. package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
  93. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
  94. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
  95. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  96. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  97. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
  98. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
  99. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
  100. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
  101. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  102. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  103. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
  104. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
  105. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  106. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  107. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
  108. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
  109. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
  110. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
  111. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  112. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  113. package/package.json +1 -1
  114. package/reference.md +8 -24
  115. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
  116. package/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
  117. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
  118. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
  119. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
  120. package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
  121. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
  122. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
  123. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
  124. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
  125. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
  126. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
  127. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
  128. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
  129. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
  130. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
  131. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
  132. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
  133. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
  134. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
  135. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
  136. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
  137. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
  138. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
  139. /package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +0 -0
  140. /package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +0 -0
@@ -5,6 +5,8 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.NetworkType = void 0;
7
7
  exports.NetworkType = {
8
+ SelfPay: "09",
9
+ OtherNonFederalPrograms: "11",
8
10
  Ppo: "12",
9
11
  Pos: "13",
10
12
  Epo: "14",
@@ -12,8 +14,11 @@ exports.NetworkType = {
12
14
  HmoMedicareRisk: "16",
13
15
  Dmo: "17",
14
16
  Auto: "AM",
17
+ BlueCrossBlueShield: "BL",
15
18
  Champus: "CH",
19
+ CommercialInsuranceCo: "CI",
16
20
  Disability: "DS",
21
+ FederalEmployees: "FI",
17
22
  Hmo: "HM",
18
23
  Liability: "LM",
19
24
  MedicarePartA: "MA",
@@ -5,5 +5,5 @@ import * as CandidApi from "../../../../../../../index";
5
5
  export interface Subscriber {
6
6
  name: CandidApi.preEncounter.HumanName;
7
7
  dateOfBirth: string;
8
- gender: CandidApi.preEncounter.Gender;
8
+ biologicalSex: CandidApi.preEncounter.Sex;
9
9
  }
@@ -5,3 +5,4 @@ export * from "./NetworkType";
5
5
  export * from "./InsurancePlan";
6
6
  export * from "./MutableCoverage";
7
7
  export * from "./Coverage";
8
+ export * from "./InsuranceTypeCode";
@@ -21,3 +21,4 @@ __exportStar(require("./NetworkType"), exports);
21
21
  __exportStar(require("./InsurancePlan"), exports);
22
22
  __exportStar(require("./MutableCoverage"), exports);
23
23
  __exportStar(require("./Coverage"), exports);
24
+ __exportStar(require("./InsuranceTypeCode"), exports);
@@ -57,18 +57,11 @@ export declare class V1 {
57
57
  * contacts: [{
58
58
  * relationship: [CandidApi.preEncounter.Relationship.Self],
59
59
  * name: {},
60
- * gender: CandidApi.preEncounter.Gender.Man,
61
- * telecoms: [{}],
62
- * addresses: [{}],
63
- * period: {}
64
- * }],
65
- * generalPractitioners: [{
66
- * name: {},
67
- * npi: "string",
68
60
  * telecoms: [{}],
69
61
  * addresses: [{}],
70
62
  * period: {}
71
63
  * }],
64
+ * generalPractitioners: [{}],
72
65
  * filingOrder: {
73
66
  * coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
74
67
  * }
@@ -133,18 +126,11 @@ export declare class V1 {
133
126
  * contacts: [{
134
127
  * relationship: [CandidApi.preEncounter.Relationship.Self],
135
128
  * name: {},
136
- * gender: CandidApi.preEncounter.Gender.Man,
137
- * telecoms: [{}],
138
- * addresses: [{}],
139
- * period: {}
140
- * }],
141
- * generalPractitioners: [{
142
- * name: {},
143
- * npi: "string",
144
129
  * telecoms: [{}],
145
130
  * addresses: [{}],
146
131
  * period: {}
147
132
  * }],
133
+ * generalPractitioners: [{}],
148
134
  * filingOrder: {
149
135
  * coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
150
136
  * }
@@ -84,18 +84,11 @@ class V1 {
84
84
  * contacts: [{
85
85
  * relationship: [CandidApi.preEncounter.Relationship.Self],
86
86
  * name: {},
87
- * gender: CandidApi.preEncounter.Gender.Man,
88
- * telecoms: [{}],
89
- * addresses: [{}],
90
- * period: {}
91
- * }],
92
- * generalPractitioners: [{
93
- * name: {},
94
- * npi: "string",
95
87
  * telecoms: [{}],
96
88
  * addresses: [{}],
97
89
  * period: {}
98
90
  * }],
91
+ * generalPractitioners: [{}],
99
92
  * filingOrder: {
100
93
  * coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
101
94
  * }
@@ -112,7 +105,7 @@ class V1 {
112
105
  Authorization: yield this._getAuthorizationHeader(),
113
106
  "X-Fern-Language": "JavaScript",
114
107
  "X-Fern-SDK-Name": "candidhealth",
115
- "X-Fern-SDK-Version": "0.24.5",
108
+ "X-Fern-SDK-Version": "0.24.7",
116
109
  "X-Fern-Runtime": core.RUNTIME.type,
117
110
  "X-Fern-Runtime-Version": core.RUNTIME.version,
118
111
  },
@@ -176,7 +169,7 @@ class V1 {
176
169
  Authorization: yield this._getAuthorizationHeader(),
177
170
  "X-Fern-Language": "JavaScript",
178
171
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.24.5",
172
+ "X-Fern-SDK-Version": "0.24.7",
180
173
  "X-Fern-Runtime": core.RUNTIME.type,
181
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
175
  },
@@ -237,7 +230,7 @@ class V1 {
237
230
  Authorization: yield this._getAuthorizationHeader(),
238
231
  "X-Fern-Language": "JavaScript",
239
232
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.24.5",
233
+ "X-Fern-SDK-Version": "0.24.7",
241
234
  "X-Fern-Runtime": core.RUNTIME.type,
242
235
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
236
  },
@@ -316,18 +309,11 @@ class V1 {
316
309
  * contacts: [{
317
310
  * relationship: [CandidApi.preEncounter.Relationship.Self],
318
311
  * name: {},
319
- * gender: CandidApi.preEncounter.Gender.Man,
320
- * telecoms: [{}],
321
- * addresses: [{}],
322
- * period: {}
323
- * }],
324
- * generalPractitioners: [{
325
- * name: {},
326
- * npi: "string",
327
312
  * telecoms: [{}],
328
313
  * addresses: [{}],
329
314
  * period: {}
330
315
  * }],
316
+ * generalPractitioners: [{}],
331
317
  * filingOrder: {
332
318
  * coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
333
319
  * }
@@ -344,7 +330,7 @@ class V1 {
344
330
  Authorization: yield this._getAuthorizationHeader(),
345
331
  "X-Fern-Language": "JavaScript",
346
332
  "X-Fern-SDK-Name": "candidhealth",
347
- "X-Fern-SDK-Version": "0.24.5",
333
+ "X-Fern-SDK-Version": "0.24.7",
348
334
  "X-Fern-Runtime": core.RUNTIME.type,
349
335
  "X-Fern-Runtime-Version": core.RUNTIME.version,
350
336
  },
@@ -410,7 +396,7 @@ class V1 {
410
396
  Authorization: yield this._getAuthorizationHeader(),
411
397
  "X-Fern-Language": "JavaScript",
412
398
  "X-Fern-SDK-Name": "candidhealth",
413
- "X-Fern-SDK-Version": "0.24.5",
399
+ "X-Fern-SDK-Version": "0.24.7",
414
400
  "X-Fern-Runtime": core.RUNTIME.type,
415
401
  "X-Fern-Runtime-Version": core.RUNTIME.version,
416
402
  },
@@ -474,7 +460,7 @@ class V1 {
474
460
  Authorization: yield this._getAuthorizationHeader(),
475
461
  "X-Fern-Language": "JavaScript",
476
462
  "X-Fern-SDK-Name": "candidhealth",
477
- "X-Fern-SDK-Version": "0.24.5",
463
+ "X-Fern-SDK-Version": "0.24.7",
478
464
  "X-Fern-Runtime": core.RUNTIME.type,
479
465
  "X-Fern-Runtime-Version": core.RUNTIME.version,
480
466
  },
@@ -527,7 +513,7 @@ class V1 {
527
513
  Authorization: yield this._getAuthorizationHeader(),
528
514
  "X-Fern-Language": "JavaScript",
529
515
  "X-Fern-SDK-Name": "candidhealth",
530
- "X-Fern-SDK-Version": "0.24.5",
516
+ "X-Fern-SDK-Version": "0.24.7",
531
517
  "X-Fern-Runtime": core.RUNTIME.type,
532
518
  "X-Fern-Runtime-Version": core.RUNTIME.version,
533
519
  },
@@ -5,7 +5,6 @@ import * as CandidApi from "../../../../../../../index";
5
5
  export interface Contact {
6
6
  relationship: CandidApi.preEncounter.Relationship[];
7
7
  name: CandidApi.preEncounter.HumanName;
8
- gender?: CandidApi.preEncounter.Gender;
9
8
  telecoms: CandidApi.preEncounter.ContactPoint[];
10
9
  addresses: CandidApi.preEncounter.Address[];
11
10
  period?: CandidApi.preEncounter.Period;
@@ -9,11 +9,11 @@ export interface MutablePatient {
9
9
  name: CandidApi.preEncounter.HumanName;
10
10
  /** Other names for the patient. */
11
11
  otherNames: CandidApi.preEncounter.HumanName[];
12
- gender: CandidApi.preEncounter.Gender;
12
+ gender?: CandidApi.preEncounter.Gender;
13
13
  birthDate: string;
14
14
  socialSecurityNumber?: string;
15
- /** The biological sex of the patient. */
16
- biologicalSex?: CandidApi.preEncounter.Sex;
15
+ /** The biological sex of the patient. This corresponds to the HL7 AdministrativeGender https://www.hl7.org/fhir/valueset-administrative-gender.html */
16
+ biologicalSex: CandidApi.preEncounter.Sex;
17
17
  /** The sexual orientation of the patient. */
18
18
  sexualOrientation?: CandidApi.preEncounter.SexualOrientation;
19
19
  race?: CandidApi.preEncounter.Race;
@@ -40,6 +40,6 @@ export interface MutablePatient {
40
40
  externalProvenance?: CandidApi.preEncounter.patients.v1.ExternalProvenance;
41
41
  /** Contacts for the patient. */
42
42
  contacts: CandidApi.preEncounter.patients.v1.Contact[];
43
- generalPractitioners: CandidApi.preEncounter.patients.v1.ExternalProvider[];
43
+ generalPractitioners: CandidApi.preEncounter.ExternalProvider[];
44
44
  filingOrder: CandidApi.preEncounter.patients.v1.FilingOrder;
45
45
  }
@@ -2,7 +2,6 @@ export * from "./PatientId";
2
2
  export * from "./MaritalStatus";
3
3
  export * from "./ExternalProvenance";
4
4
  export * from "./Contact";
5
- export * from "./ExternalProvider";
6
5
  export * from "./FilingOrder";
7
6
  export * from "./MutablePatient";
8
7
  export * from "./Patient";
@@ -18,7 +18,6 @@ __exportStar(require("./PatientId"), exports);
18
18
  __exportStar(require("./MaritalStatus"), exports);
19
19
  __exportStar(require("./ExternalProvenance"), exports);
20
20
  __exportStar(require("./Contact"), exports);
21
- __exportStar(require("./ExternalProvider"), exports);
22
21
  __exportStar(require("./FilingOrder"), exports);
23
22
  __exportStar(require("./MutablePatient"), exports);
24
23
  __exportStar(require("./Patient"), exports);
@@ -78,7 +78,7 @@ class ServiceFacility {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.24.5",
81
+ "X-Fern-SDK-Version": "0.24.7",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -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.24.5",
69
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
169
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
229
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
297
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
348
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
119
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
167
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
224
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
274
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
90
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
72
+ "X-Fern-SDK-Version": "0.24.7",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -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.24.5",
69
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
174
+ "X-Fern-SDK-Version": "0.24.7",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -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.24.5",
242
+ "X-Fern-SDK-Version": "0.24.7",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -285,7 +285,7 @@ class V2 {
285
285
  Authorization: yield this._getAuthorizationHeader(),
286
286
  "X-Fern-Language": "JavaScript",
287
287
  "X-Fern-SDK-Name": "candidhealth",
288
- "X-Fern-SDK-Version": "0.24.5",
288
+ "X-Fern-SDK-Version": "0.24.7",
289
289
  "X-Fern-Runtime": core.RUNTIME.type,
290
290
  "X-Fern-Runtime-Version": core.RUNTIME.version,
291
291
  },
@@ -373,7 +373,7 @@ class V2 {
373
373
  Authorization: yield this._getAuthorizationHeader(),
374
374
  "X-Fern-Language": "JavaScript",
375
375
  "X-Fern-SDK-Name": "candidhealth",
376
- "X-Fern-SDK-Version": "0.24.5",
376
+ "X-Fern-SDK-Version": "0.24.7",
377
377
  "X-Fern-Runtime": core.RUNTIME.type,
378
378
  "X-Fern-Runtime-Version": core.RUNTIME.version,
379
379
  },
@@ -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.24.5",
70
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
131
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
210
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
280
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
86
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
159
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
230
+ "X-Fern-SDK-Version": "0.24.7",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -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.24.5",
135
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
181
+ "X-Fern-SDK-Version": "0.24.7",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -600,7 +600,7 @@ class V4 {
600
600
  Authorization: yield this._getAuthorizationHeader(),
601
601
  "X-Fern-Language": "JavaScript",
602
602
  "X-Fern-SDK-Name": "candidhealth",
603
- "X-Fern-SDK-Version": "0.24.5",
603
+ "X-Fern-SDK-Version": "0.24.7",
604
604
  "X-Fern-Runtime": core.RUNTIME.type,
605
605
  "X-Fern-Runtime-Version": core.RUNTIME.version,
606
606
  },
@@ -769,7 +769,7 @@ class V4 {
769
769
  Authorization: yield this._getAuthorizationHeader(),
770
770
  "X-Fern-Language": "JavaScript",
771
771
  "X-Fern-SDK-Name": "candidhealth",
772
- "X-Fern-SDK-Version": "0.24.5",
772
+ "X-Fern-SDK-Version": "0.24.7",
773
773
  "X-Fern-Runtime": core.RUNTIME.type,
774
774
  "X-Fern-Runtime-Version": core.RUNTIME.version,
775
775
  },
@@ -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.24.5",
82
+ "X-Fern-SDK-Version": "0.24.7",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -86,7 +86,7 @@ class V2 {
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.24.5",
89
+ "X-Fern-SDK-Version": "0.24.7",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -169,7 +169,7 @@ class V2 {
169
169
  Authorization: yield this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "candidhealth",
172
- "X-Fern-SDK-Version": "0.24.5",
172
+ "X-Fern-SDK-Version": "0.24.7",
173
173
  "X-Fern-Runtime": core.RUNTIME.type,
174
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
175
175
  },
@@ -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.24.5",
89
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
85
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
71
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
134
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
277
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
404
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
452
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
534
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
599
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
655
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
712
+ "X-Fern-SDK-Version": "0.24.7",
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.24.5",
765
+ "X-Fern-SDK-Version": "0.24.7",
766
766
  "X-Fern-Runtime": core.RUNTIME.type,
767
767
  "X-Fern-Runtime-Version": core.RUNTIME.version,
768
768
  },