candidhealth 0.18.0 → 0.18.1

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 (63) 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/eligibility/resources/v2/client/Client.d.ts +4 -0
  5. package/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  6. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  7. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  8. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  9. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  10. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  11. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  12. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  13. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  14. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  15. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  16. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  17. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  18. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  19. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  20. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  21. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  22. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  23. package/api/resources/serviceFacility/client/Client.js +1 -1
  24. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  25. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  26. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  27. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  28. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  29. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  30. package/dist/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  31. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  32. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  33. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  34. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  35. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  36. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  37. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  38. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  39. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  40. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  41. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  42. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  43. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  44. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  45. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  46. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  47. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  48. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  49. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  50. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  51. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  52. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  53. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  54. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  55. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  56. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  57. package/package.json +1 -1
  58. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  59. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  60. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  61. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  62. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  63. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
@@ -49,7 +49,7 @@ class V2 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -103,7 +103,7 @@ class V2 {
103
103
  Authorization: await this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.18.0",
106
+ "X-Fern-SDK-Version": "0.18.1",
107
107
  },
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
@@ -133,7 +133,7 @@ class V2 {
133
133
  Authorization: await this._getAuthorizationHeader(),
134
134
  "X-Fern-Language": "JavaScript",
135
135
  "X-Fern-SDK-Name": "candidhealth",
136
- "X-Fern-SDK-Version": "0.18.0",
136
+ "X-Fern-SDK-Version": "0.18.1",
137
137
  },
138
138
  contentType: "application/json",
139
139
  body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -177,7 +177,7 @@ class V2 {
177
177
  Authorization: await this._getAuthorizationHeader(),
178
178
  "X-Fern-Language": "JavaScript",
179
179
  "X-Fern-SDK-Name": "candidhealth",
180
- "X-Fern-SDK-Version": "0.18.0",
180
+ "X-Fern-SDK-Version": "0.18.1",
181
181
  },
182
182
  contentType: "application/json",
183
183
  body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -222,7 +222,7 @@ class V2 {
222
222
  Authorization: await this._getAuthorizationHeader(),
223
223
  "X-Fern-Language": "JavaScript",
224
224
  "X-Fern-SDK-Name": "candidhealth",
225
- "X-Fern-SDK-Version": "0.18.0",
225
+ "X-Fern-SDK-Version": "0.18.1",
226
226
  },
227
227
  contentType: "application/json",
228
228
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V4 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.18.0",
98
+ "X-Fern-SDK-Version": "0.18.1",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -143,7 +143,7 @@ class V4 {
143
143
  Authorization: await this._getAuthorizationHeader(),
144
144
  "X-Fern-Language": "JavaScript",
145
145
  "X-Fern-SDK-Name": "candidhealth",
146
- "X-Fern-SDK-Version": "0.18.0",
146
+ "X-Fern-SDK-Version": "0.18.1",
147
147
  },
148
148
  contentType: "application/json",
149
149
  timeoutMs: 60000,
@@ -192,7 +192,7 @@ class V4 {
192
192
  Authorization: await this._getAuthorizationHeader(),
193
193
  "X-Fern-Language": "JavaScript",
194
194
  "X-Fern-SDK-Name": "candidhealth",
195
- "X-Fern-SDK-Version": "0.18.0",
195
+ "X-Fern-SDK-Version": "0.18.1",
196
196
  },
197
197
  contentType: "application/json",
198
198
  body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
@@ -243,7 +243,7 @@ class V4 {
243
243
  Authorization: await this._getAuthorizationHeader(),
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "candidhealth",
246
- "X-Fern-SDK-Version": "0.18.0",
246
+ "X-Fern-SDK-Version": "0.18.1",
247
247
  },
248
248
  contentType: "application/json",
249
249
  body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
@@ -294,7 +294,7 @@ class V4 {
294
294
  Authorization: await this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.18.0",
297
+ "X-Fern-SDK-Version": "0.18.1",
298
298
  },
299
299
  contentType: "application/json",
300
300
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V1 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.18.0",
98
+ "X-Fern-SDK-Version": "0.18.1",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -143,7 +143,7 @@ class V1 {
143
143
  Authorization: await this._getAuthorizationHeader(),
144
144
  "X-Fern-Language": "JavaScript",
145
145
  "X-Fern-SDK-Name": "candidhealth",
146
- "X-Fern-SDK-Version": "0.18.0",
146
+ "X-Fern-SDK-Version": "0.18.1",
147
147
  },
148
148
  contentType: "application/json",
149
149
  timeoutMs: 60000,
@@ -192,7 +192,7 @@ class V1 {
192
192
  Authorization: await this._getAuthorizationHeader(),
193
193
  "X-Fern-Language": "JavaScript",
194
194
  "X-Fern-SDK-Name": "candidhealth",
195
- "X-Fern-SDK-Version": "0.18.0",
195
+ "X-Fern-SDK-Version": "0.18.1",
196
196
  },
197
197
  contentType: "application/json",
198
198
  body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
@@ -243,7 +243,7 @@ class V1 {
243
243
  Authorization: await this._getAuthorizationHeader(),
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "candidhealth",
246
- "X-Fern-SDK-Version": "0.18.0",
246
+ "X-Fern-SDK-Version": "0.18.1",
247
247
  },
248
248
  contentType: "application/json",
249
249
  body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
@@ -294,7 +294,7 @@ class V1 {
294
294
  Authorization: await this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.18.0",
297
+ "X-Fern-SDK-Version": "0.18.1",
298
298
  },
299
299
  contentType: "application/json",
300
300
  timeoutMs: 60000,
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class V3 {
89
89
  Authorization: await this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.18.0",
92
+ "X-Fern-SDK-Version": "0.18.1",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -48,7 +48,7 @@ class ServiceFacility {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.18.0",
51
+ "X-Fern-SDK-Version": "0.18.1",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -119,7 +119,7 @@ class V3 {
119
119
  Authorization: await this._getAuthorizationHeader(),
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "candidhealth",
122
- "X-Fern-SDK-Version": "0.18.0",
122
+ "X-Fern-SDK-Version": "0.18.1",
123
123
  },
124
124
  contentType: "application/json",
125
125
  queryParameters: _queryParams,
@@ -163,7 +163,7 @@ class V3 {
163
163
  Authorization: await this._getAuthorizationHeader(),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "candidhealth",
166
- "X-Fern-SDK-Version": "0.18.0",
166
+ "X-Fern-SDK-Version": "0.18.1",
167
167
  },
168
168
  contentType: "application/json",
169
169
  timeoutMs: 60000,
@@ -207,7 +207,7 @@ class V3 {
207
207
  Authorization: await this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.18.0",
210
+ "X-Fern-SDK-Version": "0.18.1",
211
211
  },
212
212
  contentType: "application/json",
213
213
  body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -237,7 +237,7 @@ class V3 {
237
237
  Authorization: await this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.18.0",
240
+ "X-Fern-SDK-Version": "0.18.1",
241
241
  },
242
242
  contentType: "application/json",
243
243
  body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: await this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.18.0",
94
+ "X-Fern-SDK-Version": "0.18.1",
95
95
  },
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V1 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.18.0",
127
+ "X-Fern-SDK-Version": "0.18.1",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -158,7 +158,7 @@ class V1 {
158
158
  Authorization: await this._getAuthorizationHeader(),
159
159
  "X-Fern-Language": "JavaScript",
160
160
  "X-Fern-SDK-Name": "candidhealth",
161
- "X-Fern-SDK-Version": "0.18.0",
161
+ "X-Fern-SDK-Version": "0.18.1",
162
162
  },
163
163
  contentType: "application/json",
164
164
  body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
@@ -193,7 +193,7 @@ class V1 {
193
193
  Authorization: await this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "candidhealth",
196
- "X-Fern-SDK-Version": "0.18.0",
196
+ "X-Fern-SDK-Version": "0.18.1",
197
197
  },
198
198
  contentType: "application/json",
199
199
  timeoutMs: 60000,
@@ -24,5 +24,6 @@ export declare namespace EncounterCreate {
24
24
  service_lines?: serializers.serviceLines.v2.ServiceLineCreate.Raw[] | null;
25
25
  guarantor?: serializers.guarantor.v1.GuarantorCreate.Raw | null;
26
26
  external_claim_submission?: serializers.claimSubmission.v1.ExternalClaimSubmissionCreate.Raw | null;
27
+ tag_ids?: serializers.TagId.Raw[] | null;
27
28
  }
28
29
  }
@@ -63,5 +63,8 @@ exports.EncounterCreate = core.serialization
63
63
  externalClaimSubmission: core.serialization.property("external_claim_submission", core.serialization
64
64
  .lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).claimSubmission.v1.ExternalClaimSubmissionCreate)
65
65
  .optional()),
66
+ tagIds: core.serialization.property("tag_ids", core.serialization
67
+ .list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).TagId))
68
+ .optional()),
66
69
  })
67
70
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.EncounterBase));
@@ -31,5 +31,6 @@ export declare namespace EncounterUpdate {
31
31
  onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
32
32
  last_menstrual_period_date?: serializers.Date_.Raw | null;
33
33
  delay_reason_code?: serializers.DelayReasonCode.Raw | null;
34
+ patient_authorized_release?: boolean | null;
34
35
  }
35
36
  }
@@ -69,4 +69,5 @@ exports.EncounterUpdate = core.serialization.object({
69
69
  onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
70
70
  lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
71
71
  delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).DelayReasonCode).optional()),
72
+ patientAuthorizedRelease: core.serialization.property("patient_authorized_release", core.serialization.boolean().optional()),
72
73
  });
@@ -7,6 +7,7 @@ import * as core from "../../../../../../core";
7
7
  export declare const Encounter: core.serialization.ObjectSchema<serializers.encounters.v4.Encounter.Raw, CandidApi.encounters.v4.Encounter>;
8
8
  export declare namespace Encounter {
9
9
  interface Raw extends serializers.encounters.v4.EncounterBase.Raw {
10
+ patient_control_number?: string | null;
10
11
  date_of_service: serializers.Date_.Raw;
11
12
  end_date_of_service?: serializers.Date_.Raw | null;
12
13
  encounter_id: serializers.EncounterId.Raw;
@@ -30,6 +30,7 @@ exports.Encounter = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.Encounter = core.serialization
32
32
  .object({
33
+ patientControlNumber: core.serialization.property("patient_control_number", core.serialization.string().optional()),
33
34
  dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_)),
34
35
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
35
36
  encounterId: core.serialization.property("encounter_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterId)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",
@@ -24,5 +24,6 @@ export declare namespace EncounterCreate {
24
24
  service_lines?: serializers.serviceLines.v2.ServiceLineCreate.Raw[] | null;
25
25
  guarantor?: serializers.guarantor.v1.GuarantorCreate.Raw | null;
26
26
  external_claim_submission?: serializers.claimSubmission.v1.ExternalClaimSubmissionCreate.Raw | null;
27
+ tag_ids?: serializers.TagId.Raw[] | null;
27
28
  }
28
29
  }
@@ -63,5 +63,8 @@ exports.EncounterCreate = core.serialization
63
63
  externalClaimSubmission: core.serialization.property("external_claim_submission", core.serialization
64
64
  .lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).claimSubmission.v1.ExternalClaimSubmissionCreate)
65
65
  .optional()),
66
+ tagIds: core.serialization.property("tag_ids", core.serialization
67
+ .list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).TagId))
68
+ .optional()),
66
69
  })
67
70
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.EncounterBase));
@@ -31,5 +31,6 @@ export declare namespace EncounterUpdate {
31
31
  onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
32
32
  last_menstrual_period_date?: serializers.Date_.Raw | null;
33
33
  delay_reason_code?: serializers.DelayReasonCode.Raw | null;
34
+ patient_authorized_release?: boolean | null;
34
35
  }
35
36
  }
@@ -69,4 +69,5 @@ exports.EncounterUpdate = core.serialization.object({
69
69
  onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
70
70
  lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
71
71
  delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).DelayReasonCode).optional()),
72
+ patientAuthorizedRelease: core.serialization.property("patient_authorized_release", core.serialization.boolean().optional()),
72
73
  });
@@ -7,6 +7,7 @@ import * as core from "../../../../../../core";
7
7
  export declare const Encounter: core.serialization.ObjectSchema<serializers.encounters.v4.Encounter.Raw, CandidApi.encounters.v4.Encounter>;
8
8
  export declare namespace Encounter {
9
9
  interface Raw extends serializers.encounters.v4.EncounterBase.Raw {
10
+ patient_control_number?: string | null;
10
11
  date_of_service: serializers.Date_.Raw;
11
12
  end_date_of_service?: serializers.Date_.Raw | null;
12
13
  encounter_id: serializers.EncounterId.Raw;
@@ -30,6 +30,7 @@ exports.Encounter = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.Encounter = core.serialization
32
32
  .object({
33
+ patientControlNumber: core.serialization.property("patient_control_number", core.serialization.string().optional()),
33
34
  dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_)),
34
35
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
35
36
  encounterId: core.serialization.property("encounter_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterId)),