candidhealth 0.17.0 → 0.17.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.
- package/api/resources/auth/resources/v2/client/Client.d.ts +0 -1
- package/api/resources/auth/resources/v2/client/Client.js +1 -2
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +0 -1
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +0 -2
- package/api/resources/commons/types/DelayReasonCode.d.ts +65 -0
- package/api/resources/commons/types/DelayReasonCode.js +22 -0
- package/api/resources/commons/types/FacilityTypeCode.d.ts +0 -1
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/commons/types/ProcedureModifier.d.ts +4 -8
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -13
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +3 -6
- package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +6 -9
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -2
- package/api/resources/eligibility/resources/v2/client/Client.js +5 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -5
- package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +3 -12
- package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +0 -1
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +0 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +0 -6
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +6 -28
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +12 -27
- package/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -5
- package/api/resources/exports/resources/v3/client/Client.d.ts +0 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -2
- package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -2
- package/api/resources/financials/types/AllocationCreate.d.ts +0 -1
- package/api/resources/financials/types/AllocationTarget.d.ts +0 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/api/resources/individual/types/PatientBase.d.ts +1 -5
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -5
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -10
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -10
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +2 -8
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +2 -8
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +2 -8
- package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +2 -8
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +0 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +0 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +0 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +0 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -10
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -10
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -5
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -6
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -2
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +0 -2
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +0 -2
- package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +0 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +0 -4
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -8
- package/dist/api/resources/auth/resources/v2/client/Client.d.ts +0 -1
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -2
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +0 -1
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +0 -2
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +65 -0
- package/dist/api/resources/commons/types/DelayReasonCode.js +22 -0
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +0 -1
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +4 -8
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -13
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +3 -6
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +6 -9
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -2
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +5 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -5
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +3 -12
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +0 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +0 -6
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +6 -28
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +12 -27
- package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -5
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +0 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -2
- package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -2
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +0 -1
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +0 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/individual/types/PatientBase.d.ts +1 -5
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -5
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -10
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -10
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +2 -8
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +2 -8
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +2 -8
- package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +2 -8
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +0 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +0 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +0 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +0 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -10
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -10
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -5
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -6
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -2
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +0 -2
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +0 -2
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +0 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +0 -4
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -8
- package/dist/serialization/resources/commons/types/DelayReasonCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +31 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/commons/types/DelayReasonCode.d.ts +10 -0
- package/serialization/resources/commons/types/DelayReasonCode.js +31 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
|
@@ -44,7 +44,6 @@ class V1 {
|
|
|
44
44
|
/**
|
|
45
45
|
* Returns all patient refunds satisfying the search criteria AND whose organization_id matches
|
|
46
46
|
* the current organization_id of the authenticated user.
|
|
47
|
-
*
|
|
48
47
|
*/
|
|
49
48
|
async getMulti(request = {}) {
|
|
50
49
|
const { limit, patientExternalId, claimId, serviceLineId, billingProviderId, unattributed, invoiceId, sources, sort, sortDirection, pageToken, } = request;
|
|
@@ -96,7 +95,7 @@ class V1 {
|
|
|
96
95
|
Authorization: await this._getAuthorizationHeader(),
|
|
97
96
|
"X-Fern-Language": "JavaScript",
|
|
98
97
|
"X-Fern-SDK-Name": "candidhealth",
|
|
99
|
-
"X-Fern-SDK-Version": "0.17.
|
|
98
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
100
99
|
},
|
|
101
100
|
contentType: "application/json",
|
|
102
101
|
queryParameters: _queryParams,
|
|
@@ -120,7 +119,6 @@ class V1 {
|
|
|
120
119
|
}
|
|
121
120
|
/**
|
|
122
121
|
* Retrieves a previously created patient refund by its `patient_refund_id`.
|
|
123
|
-
*
|
|
124
122
|
*/
|
|
125
123
|
async get(patientRefundId) {
|
|
126
124
|
const _response = await core.fetcher({
|
|
@@ -130,7 +128,7 @@ class V1 {
|
|
|
130
128
|
Authorization: await this._getAuthorizationHeader(),
|
|
131
129
|
"X-Fern-Language": "JavaScript",
|
|
132
130
|
"X-Fern-SDK-Name": "candidhealth",
|
|
133
|
-
"X-Fern-SDK-Version": "0.17.
|
|
131
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
134
132
|
},
|
|
135
133
|
contentType: "application/json",
|
|
136
134
|
timeoutMs: 60000,
|
|
@@ -155,7 +153,6 @@ class V1 {
|
|
|
155
153
|
* Creates a new patient refund record and returns the newly created PatientRefund object.
|
|
156
154
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
157
155
|
* claim, or billing provider.
|
|
158
|
-
*
|
|
159
156
|
*/
|
|
160
157
|
async create(request) {
|
|
161
158
|
const _response = await core.fetcher({
|
|
@@ -165,7 +162,7 @@ class V1 {
|
|
|
165
162
|
Authorization: await this._getAuthorizationHeader(),
|
|
166
163
|
"X-Fern-Language": "JavaScript",
|
|
167
164
|
"X-Fern-SDK-Name": "candidhealth",
|
|
168
|
-
"X-Fern-SDK-Version": "0.17.
|
|
165
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
169
166
|
},
|
|
170
167
|
contentType: "application/json",
|
|
171
168
|
body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
|
|
@@ -191,7 +188,6 @@ class V1 {
|
|
|
191
188
|
}
|
|
192
189
|
/**
|
|
193
190
|
* Updates the patient refund record matching the provided patient_refund_id.
|
|
194
|
-
*
|
|
195
191
|
*/
|
|
196
192
|
async update(patientRefundId, request = {}) {
|
|
197
193
|
const _response = await core.fetcher({
|
|
@@ -201,7 +197,7 @@ class V1 {
|
|
|
201
197
|
Authorization: await this._getAuthorizationHeader(),
|
|
202
198
|
"X-Fern-Language": "JavaScript",
|
|
203
199
|
"X-Fern-SDK-Name": "candidhealth",
|
|
204
|
-
"X-Fern-SDK-Version": "0.17.
|
|
200
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
205
201
|
},
|
|
206
202
|
contentType: "application/json",
|
|
207
203
|
body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
|
|
@@ -227,7 +223,6 @@ class V1 {
|
|
|
227
223
|
}
|
|
228
224
|
/**
|
|
229
225
|
* Deletes the patient refund record matching the provided patient_refund_id.
|
|
230
|
-
*
|
|
231
226
|
*/
|
|
232
227
|
async delete(patientRefundId) {
|
|
233
228
|
const _response = await core.fetcher({
|
|
@@ -237,7 +232,7 @@ class V1 {
|
|
|
237
232
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
233
|
"X-Fern-Language": "JavaScript",
|
|
239
234
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.17.
|
|
235
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
241
236
|
},
|
|
242
237
|
contentType: "application/json",
|
|
243
238
|
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.17.
|
|
52
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
92
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
51
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
|
|
@@ -23,12 +23,8 @@ export interface EncounterServiceFacility {
|
|
|
23
23
|
/**
|
|
24
24
|
* An NPI specific to the service facility if applicable, i.e. if it has one and is not under the billing provider's NPI.
|
|
25
25
|
* Box 32 section (a) of the CMS-1500 claim form.
|
|
26
|
-
*
|
|
27
26
|
*/
|
|
28
27
|
npi?: string;
|
|
29
|
-
/**
|
|
30
|
-
* zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
28
|
+
/** zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation. */
|
|
33
29
|
address: CandidApi.StreetAddressLongZip;
|
|
34
30
|
}
|
|
@@ -10,19 +10,14 @@ import * as CandidApi from "../../..";
|
|
|
10
10
|
* Box 32 on the CMS-1500 claim form.
|
|
11
11
|
* Note that for an in-network claim to be successfully adjudicated, the service facility address listed on claims
|
|
12
12
|
* must match what was provided to the payer during the credentialing process.
|
|
13
|
-
*
|
|
14
13
|
*/
|
|
15
14
|
export interface EncounterServiceFacilityBase {
|
|
16
15
|
organizationName: string;
|
|
17
16
|
/**
|
|
18
17
|
* An NPI specific to the service facility if applicable, i.e. if it has one and is not under the billing provider's NPI.
|
|
19
18
|
* Box 32 section (a) of the CMS-1500 claim form.
|
|
20
|
-
*
|
|
21
19
|
*/
|
|
22
20
|
npi?: string;
|
|
23
|
-
/**
|
|
24
|
-
* zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
21
|
+
/** zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation. */
|
|
27
22
|
address: CandidApi.StreetAddressLongZip;
|
|
28
23
|
}
|
|
@@ -9,8 +9,7 @@ export declare type ServiceIdQualifier =
|
|
|
9
9
|
* EAN/UCC - 8 */
|
|
10
10
|
| "EO"
|
|
11
11
|
/**
|
|
12
|
-
* HIBC (Health Care Industry Bar Code) Supplier Labeling Standard Primary Data Message
|
|
13
|
-
* */
|
|
12
|
+
* HIBC (Health Care Industry Bar Code) Supplier Labeling Standard Primary Data Message */
|
|
14
13
|
| "HI"
|
|
15
14
|
/**
|
|
16
15
|
* National Drug Code in 5-4-2 Format */
|
|
@@ -89,7 +89,6 @@ export interface ServiceLine {
|
|
|
89
89
|
* String representation of a Decimal that can be parsed by most libraries.
|
|
90
90
|
* A ServiceLine quantity cannot contain more than one digit of precision.
|
|
91
91
|
* Example: 1.1 is valid, 1.11 is not.
|
|
92
|
-
*
|
|
93
92
|
*/
|
|
94
93
|
quantity: CandidApi.Decimal;
|
|
95
94
|
units: CandidApi.ServiceLineUnits;
|
|
@@ -97,7 +96,6 @@ export interface ServiceLine {
|
|
|
97
96
|
/**
|
|
98
97
|
* A range of dates of service for this service line. If the service line is for a single date, the end date
|
|
99
98
|
* will be empty.
|
|
100
|
-
*
|
|
101
99
|
*/
|
|
102
100
|
dateOfServiceRange: CandidApi.DateRangeOptionalEnd;
|
|
103
101
|
/** A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P. */
|
|
@@ -9,7 +9,6 @@ export interface ServiceLineCreate {
|
|
|
9
9
|
* String representation of a Decimal that can be parsed by most libraries.
|
|
10
10
|
* A ServiceLine quantity cannot contain more than one digit of precision.
|
|
11
11
|
* Example: 1.1 is valid, 1.11 is not.
|
|
12
|
-
*
|
|
13
12
|
*/
|
|
14
13
|
quantity: CandidApi.Decimal;
|
|
15
14
|
units: CandidApi.ServiceLineUnits;
|
|
@@ -17,7 +16,6 @@ export interface ServiceLineCreate {
|
|
|
17
16
|
* The total amount charged for this service line taking quantity into account. For example, if a single unit
|
|
18
17
|
* costs 100 cents and 2 units were rendered, the charge_amount_cents should be 200. Should be greater than or
|
|
19
18
|
* equal to 0.
|
|
20
|
-
*
|
|
21
19
|
*/
|
|
22
20
|
chargeAmountCents?: number;
|
|
23
21
|
/** Indices (zero-indexed) of all the diagnoses this service line references */
|
|
@@ -5,7 +5,6 @@ import * as CandidApi from "../../../../..";
|
|
|
5
5
|
/**
|
|
6
6
|
* The reason a given service line was denied within a given time range.
|
|
7
7
|
* A service line may be denied for different reasons over time, but only one reason at a time.
|
|
8
|
-
*
|
|
9
8
|
*/
|
|
10
9
|
export interface ServiceLineDenialReason {
|
|
11
10
|
/** Text of the denial reason */
|
|
@@ -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.17.
|
|
52
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
122
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
166
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
210
|
+
"X-Fern-SDK-Version": "0.17.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.17.
|
|
240
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -15,24 +15,20 @@ export declare class V1 {
|
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
16
|
/**
|
|
17
17
|
* Returns all write-offs satisfying the search criteria.
|
|
18
|
-
*
|
|
19
18
|
*/
|
|
20
19
|
getMulti(request?: CandidApi.writeOffs.v1.GetMultiWriteOffsRequest): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error>>;
|
|
21
20
|
/**
|
|
22
21
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
23
|
-
*
|
|
24
22
|
*/
|
|
25
23
|
get(writeOffId: CandidApi.writeOffs.v1.WriteOffId): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOff, CandidApi.writeOffs.v1.get.Error>>;
|
|
26
24
|
/**
|
|
27
25
|
* Creates one or many write-offs given a specific set of allocations.
|
|
28
26
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
29
27
|
* claim, or billing provider.
|
|
30
|
-
*
|
|
31
28
|
*/
|
|
32
29
|
create(request: CandidApi.writeOffs.v1.CreateWriteOffsRequest): Promise<core.APIResponse<CandidApi.writeOffs.v1.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error>>;
|
|
33
30
|
/**
|
|
34
31
|
* Reverts a write off given a `write_off_id`.
|
|
35
|
-
*
|
|
36
32
|
*/
|
|
37
33
|
revert(writeOffId: CandidApi.writeOffs.v1.WriteOffId): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOff, CandidApi.writeOffs.v1.revert.Error>>;
|
|
38
34
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
@@ -43,7 +43,6 @@ class V1 {
|
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Returns all write-offs satisfying the search criteria.
|
|
46
|
-
*
|
|
47
46
|
*/
|
|
48
47
|
async getMulti(request = {}) {
|
|
49
48
|
const { limit, patientExternalId, payerUuid, serviceLineId, claimId, billingProviderId, sort, sortDirection, pageToken, accountTypes, } = request;
|
|
@@ -92,7 +91,7 @@ class V1 {
|
|
|
92
91
|
Authorization: await this._getAuthorizationHeader(),
|
|
93
92
|
"X-Fern-Language": "JavaScript",
|
|
94
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
95
|
-
"X-Fern-SDK-Version": "0.17.
|
|
94
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
96
95
|
},
|
|
97
96
|
contentType: "application/json",
|
|
98
97
|
queryParameters: _queryParams,
|
|
@@ -116,7 +115,6 @@ class V1 {
|
|
|
116
115
|
}
|
|
117
116
|
/**
|
|
118
117
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
119
|
-
*
|
|
120
118
|
*/
|
|
121
119
|
async get(writeOffId) {
|
|
122
120
|
const _response = await core.fetcher({
|
|
@@ -126,7 +124,7 @@ class V1 {
|
|
|
126
124
|
Authorization: await this._getAuthorizationHeader(),
|
|
127
125
|
"X-Fern-Language": "JavaScript",
|
|
128
126
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.17.
|
|
127
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
130
128
|
},
|
|
131
129
|
contentType: "application/json",
|
|
132
130
|
timeoutMs: 60000,
|
|
@@ -151,7 +149,6 @@ class V1 {
|
|
|
151
149
|
* Creates one or many write-offs given a specific set of allocations.
|
|
152
150
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
153
151
|
* claim, or billing provider.
|
|
154
|
-
*
|
|
155
152
|
*/
|
|
156
153
|
async create(request) {
|
|
157
154
|
const _response = await core.fetcher({
|
|
@@ -161,7 +158,7 @@ class V1 {
|
|
|
161
158
|
Authorization: await this._getAuthorizationHeader(),
|
|
162
159
|
"X-Fern-Language": "JavaScript",
|
|
163
160
|
"X-Fern-SDK-Name": "candidhealth",
|
|
164
|
-
"X-Fern-SDK-Version": "0.17.
|
|
161
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
165
162
|
},
|
|
166
163
|
contentType: "application/json",
|
|
167
164
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -187,7 +184,6 @@ class V1 {
|
|
|
187
184
|
}
|
|
188
185
|
/**
|
|
189
186
|
* Reverts a write off given a `write_off_id`.
|
|
190
|
-
*
|
|
191
187
|
*/
|
|
192
188
|
async revert(writeOffId) {
|
|
193
189
|
const _response = await core.fetcher({
|
|
@@ -197,7 +193,7 @@ class V1 {
|
|
|
197
193
|
Authorization: await this._getAuthorizationHeader(),
|
|
198
194
|
"X-Fern-Language": "JavaScript",
|
|
199
195
|
"X-Fern-SDK-Name": "candidhealth",
|
|
200
|
-
"X-Fern-SDK-Version": "0.17.
|
|
196
|
+
"X-Fern-SDK-Version": "0.17.1",
|
|
201
197
|
},
|
|
202
198
|
contentType: "application/json",
|
|
203
199
|
timeoutMs: 60000,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const DelayReasonCode: core.serialization.Schema<serializers.DelayReasonCode.Raw, CandidApi.DelayReasonCode>;
|
|
8
|
+
export declare namespace DelayReasonCode {
|
|
9
|
+
type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "15" | "16" | "17";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DelayReasonCode = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.DelayReasonCode = core.serialization.enum_(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "15", "16", "17"]);
|
|
@@ -64,3 +64,4 @@ __exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
|
|
|
64
64
|
__exportStar(require("./PhoneNumber"), exports);
|
|
65
65
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
66
66
|
__exportStar(require("./Email"), exports);
|
|
67
|
+
__exportStar(require("./DelayReasonCode"), exports);
|
package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts
CHANGED
|
@@ -30,5 +30,6 @@ export declare namespace EncounterUpdate {
|
|
|
30
30
|
discharge_date?: serializers.Date_.Raw | null;
|
|
31
31
|
onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
|
|
32
32
|
last_menstrual_period_date?: serializers.Date_.Raw | null;
|
|
33
|
+
delay_reason_code?: serializers.DelayReasonCode.Raw | null;
|
|
33
34
|
}
|
|
34
35
|
}
|
package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js
CHANGED
|
@@ -68,4 +68,5 @@ exports.EncounterUpdate = core.serialization.object({
|
|
|
68
68
|
dischargeDate: core.serialization.property("discharge_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
|
|
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
|
+
delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).DelayReasonCode).optional()),
|
|
71
72
|
});
|
|
@@ -28,5 +28,6 @@ export declare namespace EncounterBase {
|
|
|
28
28
|
discharge_date?: serializers.Date_.Raw | null;
|
|
29
29
|
onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
|
|
30
30
|
last_menstrual_period_date?: serializers.Date_.Raw | null;
|
|
31
|
+
delay_reason_code?: serializers.DelayReasonCode.Raw | null;
|
|
31
32
|
}
|
|
32
33
|
}
|
|
@@ -60,4 +60,5 @@ exports.EncounterBase = core.serialization.object({
|
|
|
60
60
|
dischargeDate: core.serialization.property("discharge_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
61
61
|
onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
62
62
|
lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
63
|
+
delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DelayReasonCode).optional()),
|
|
63
64
|
});
|
package/package.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as CandidApi from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const DelayReasonCode: core.serialization.Schema<serializers.DelayReasonCode.Raw, CandidApi.DelayReasonCode>;
|
|
8
|
+
export declare namespace DelayReasonCode {
|
|
9
|
+
type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "15" | "16" | "17";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DelayReasonCode = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.DelayReasonCode = core.serialization.enum_(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "15", "16", "17"]);
|
|
@@ -64,3 +64,4 @@ __exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
|
|
|
64
64
|
__exportStar(require("./PhoneNumber"), exports);
|
|
65
65
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
66
66
|
__exportStar(require("./Email"), exports);
|
|
67
|
+
__exportStar(require("./DelayReasonCode"), exports);
|
package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts
CHANGED
|
@@ -30,5 +30,6 @@ export declare namespace EncounterUpdate {
|
|
|
30
30
|
discharge_date?: serializers.Date_.Raw | null;
|
|
31
31
|
onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
|
|
32
32
|
last_menstrual_period_date?: serializers.Date_.Raw | null;
|
|
33
|
+
delay_reason_code?: serializers.DelayReasonCode.Raw | null;
|
|
33
34
|
}
|
|
34
35
|
}
|
|
@@ -68,4 +68,5 @@ exports.EncounterUpdate = core.serialization.object({
|
|
|
68
68
|
dischargeDate: core.serialization.property("discharge_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
|
|
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
|
+
delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).DelayReasonCode).optional()),
|
|
71
72
|
});
|
|
@@ -28,5 +28,6 @@ export declare namespace EncounterBase {
|
|
|
28
28
|
discharge_date?: serializers.Date_.Raw | null;
|
|
29
29
|
onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
|
|
30
30
|
last_menstrual_period_date?: serializers.Date_.Raw | null;
|
|
31
|
+
delay_reason_code?: serializers.DelayReasonCode.Raw | null;
|
|
31
32
|
}
|
|
32
33
|
}
|
|
@@ -60,4 +60,5 @@ exports.EncounterBase = core.serialization.object({
|
|
|
60
60
|
dischargeDate: core.serialization.property("discharge_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
61
61
|
onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
62
62
|
lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
|
|
63
|
+
delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DelayReasonCode).optional()),
|
|
63
64
|
});
|