candidhealth 0.14.2 → 0.14.3
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.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +0 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +6 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +0 -1
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +0 -1
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +0 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +6 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +0 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +0 -1
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +0 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +0 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +0 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +0 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +0 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +0 -1
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +0 -1
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +0 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +0 -1
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +0 -1
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +0 -1
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +0 -1
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
|
@@ -10,6 +10,7 @@ export declare namespace OrganizationServiceFacilityCreate {
|
|
|
10
10
|
name: string;
|
|
11
11
|
aliases: string[];
|
|
12
12
|
description?: string | null;
|
|
13
|
+
npi?: string | null;
|
|
13
14
|
status?: serializers.organizationServiceFacilities.v2.ServiceFacilityStatus.Raw | null;
|
|
14
15
|
operational_status?: serializers.organizationServiceFacilities.v2.ServiceFacilityOperationalStatus.Raw | null;
|
|
15
16
|
mode?: serializers.organizationServiceFacilities.v2.ServiceFacilityMode.Raw | null;
|
|
@@ -32,6 +32,7 @@ exports.OrganizationServiceFacilityCreate = core.serialization.object({
|
|
|
32
32
|
name: core.serialization.string(),
|
|
33
33
|
aliases: core.serialization.list(core.serialization.string()),
|
|
34
34
|
description: core.serialization.string().optional(),
|
|
35
|
+
npi: core.serialization.string().optional(),
|
|
35
36
|
status: core.serialization
|
|
36
37
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationServiceFacilities.v2.ServiceFacilityStatus)
|
|
37
38
|
.optional(),
|
|
@@ -10,6 +10,7 @@ export declare namespace OrganizationServiceFacilityUpdate {
|
|
|
10
10
|
name?: string | null;
|
|
11
11
|
aliases?: string[] | null;
|
|
12
12
|
description?: string | null;
|
|
13
|
+
npi?: string | null;
|
|
13
14
|
status?: serializers.organizationServiceFacilities.v2.ServiceFacilityStatus.Raw | null;
|
|
14
15
|
operational_status?: serializers.organizationServiceFacilities.v2.ServiceFacilityOperationalStatus.Raw | null;
|
|
15
16
|
mode?: serializers.organizationServiceFacilities.v2.ServiceFacilityMode.Raw | null;
|
|
@@ -32,6 +32,7 @@ exports.OrganizationServiceFacilityUpdate = core.serialization.object({
|
|
|
32
32
|
name: core.serialization.string().optional(),
|
|
33
33
|
aliases: core.serialization.list(core.serialization.string()).optional(),
|
|
34
34
|
description: core.serialization.string().optional(),
|
|
35
|
+
npi: core.serialization.string().optional(),
|
|
35
36
|
status: core.serialization
|
|
36
37
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationServiceFacilities.v2.ServiceFacilityStatus)
|
|
37
38
|
.optional(),
|
|
@@ -9,7 +9,6 @@ export declare namespace PatientPaymentUpdate {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
payment_timestamp?: string | null;
|
|
11
11
|
payment_note?: serializers.NoteUpdate.Raw | null;
|
|
12
|
-
patient_external_id?: serializers.PatientExternalId.Raw | null;
|
|
13
12
|
invoice?: serializers.InvoiceUpdate.Raw | null;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -31,6 +31,5 @@ const core = __importStar(require("../../../../../../../core"));
|
|
|
31
31
|
exports.PatientPaymentUpdate = core.serialization.object({
|
|
32
32
|
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
33
33
|
paymentNote: core.serialization.property("payment_note", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).NoteUpdate).optional()),
|
|
34
|
-
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
|
|
35
34
|
invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceUpdate).optional(),
|
|
36
35
|
});
|
|
@@ -9,7 +9,6 @@ export declare namespace PatientRefundUpdate {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
refund_timestamp?: string | null;
|
|
11
11
|
refund_note?: serializers.NoteUpdate.Raw | null;
|
|
12
|
-
patient_external_id?: serializers.PatientExternalId.Raw | null;
|
|
13
12
|
invoice?: serializers.InvoiceUpdate.Raw | null;
|
|
14
13
|
refund_reason?: serializers.RefundReasonUpdate.Raw | null;
|
|
15
14
|
}
|
|
@@ -31,7 +31,6 @@ const core = __importStar(require("../../../../../../../core"));
|
|
|
31
31
|
exports.PatientRefundUpdate = core.serialization.object({
|
|
32
32
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
33
33
|
refundNote: core.serialization.property("refund_note", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).NoteUpdate).optional()),
|
|
34
|
-
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
|
|
35
34
|
invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceUpdate).optional(),
|
|
36
35
|
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).RefundReasonUpdate).optional()),
|
|
37
36
|
});
|
|
@@ -31,5 +31,6 @@ const core = __importStar(require("../../../../core"));
|
|
|
31
31
|
exports.EncounterServiceFacility = core.serialization.object({
|
|
32
32
|
serviceFacilityId: core.serialization.property("service_facility_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceFacilityId)),
|
|
33
33
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
34
|
+
npi: core.serialization.string().optional(),
|
|
34
35
|
address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressLongZip),
|
|
35
36
|
});
|
package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const EncounterServiceFacilityBase: core.serialization.ObjectSche
|
|
|
8
8
|
export declare namespace EncounterServiceFacilityBase {
|
|
9
9
|
interface Raw {
|
|
10
10
|
organization_name: string;
|
|
11
|
+
npi?: string | null;
|
|
11
12
|
address: serializers.StreetAddressLongZip.Raw;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -30,5 +30,6 @@ exports.EncounterServiceFacilityBase = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.EncounterServiceFacilityBase = core.serialization.object({
|
|
32
32
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
33
|
+
npi: core.serialization.string().optional(),
|
|
33
34
|
address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressLongZip),
|
|
34
35
|
});
|
package/package.json
CHANGED
|
@@ -9,7 +9,6 @@ export declare namespace InsuranceRefundUpdate {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
refund_timestamp?: string | null;
|
|
11
11
|
refund_note?: serializers.NoteUpdate.Raw | null;
|
|
12
|
-
payer_identifier?: serializers.payers.v3.PayerIdentifier.Raw | null;
|
|
13
12
|
refund_reason?: serializers.RefundReasonUpdate.Raw | null;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -31,6 +31,5 @@ const core = __importStar(require("../../../../../../../core"));
|
|
|
31
31
|
exports.InsuranceRefundUpdate = core.serialization.object({
|
|
32
32
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
33
33
|
refundNote: core.serialization.property("refund_note", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).NoteUpdate).optional()),
|
|
34
|
-
payerIdentifier: core.serialization.property("payer_identifier", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).payers.v3.PayerIdentifier).optional()),
|
|
35
34
|
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).RefundReasonUpdate).optional()),
|
|
36
35
|
});
|
|
@@ -11,6 +11,7 @@ export declare namespace OrganizationServiceFacility {
|
|
|
11
11
|
name: string;
|
|
12
12
|
aliases: string[];
|
|
13
13
|
description?: string | null;
|
|
14
|
+
npi?: string | null;
|
|
14
15
|
status?: serializers.organizationServiceFacilities.v2.ServiceFacilityStatus.Raw | null;
|
|
15
16
|
operational_status?: serializers.organizationServiceFacilities.v2.ServiceFacilityOperationalStatus.Raw | null;
|
|
16
17
|
mode?: serializers.organizationServiceFacilities.v2.ServiceFacilityMode.Raw | null;
|
|
@@ -33,6 +33,7 @@ exports.OrganizationServiceFacility = core.serialization.object({
|
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
aliases: core.serialization.list(core.serialization.string()),
|
|
35
35
|
description: core.serialization.string().optional(),
|
|
36
|
+
npi: core.serialization.string().optional(),
|
|
36
37
|
status: core.serialization
|
|
37
38
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationServiceFacilities.v2.ServiceFacilityStatus)
|
|
38
39
|
.optional(),
|
|
@@ -10,6 +10,7 @@ export declare namespace OrganizationServiceFacilityCreate {
|
|
|
10
10
|
name: string;
|
|
11
11
|
aliases: string[];
|
|
12
12
|
description?: string | null;
|
|
13
|
+
npi?: string | null;
|
|
13
14
|
status?: serializers.organizationServiceFacilities.v2.ServiceFacilityStatus.Raw | null;
|
|
14
15
|
operational_status?: serializers.organizationServiceFacilities.v2.ServiceFacilityOperationalStatus.Raw | null;
|
|
15
16
|
mode?: serializers.organizationServiceFacilities.v2.ServiceFacilityMode.Raw | null;
|
|
@@ -32,6 +32,7 @@ exports.OrganizationServiceFacilityCreate = core.serialization.object({
|
|
|
32
32
|
name: core.serialization.string(),
|
|
33
33
|
aliases: core.serialization.list(core.serialization.string()),
|
|
34
34
|
description: core.serialization.string().optional(),
|
|
35
|
+
npi: core.serialization.string().optional(),
|
|
35
36
|
status: core.serialization
|
|
36
37
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationServiceFacilities.v2.ServiceFacilityStatus)
|
|
37
38
|
.optional(),
|
|
@@ -10,6 +10,7 @@ export declare namespace OrganizationServiceFacilityUpdate {
|
|
|
10
10
|
name?: string | null;
|
|
11
11
|
aliases?: string[] | null;
|
|
12
12
|
description?: string | null;
|
|
13
|
+
npi?: string | null;
|
|
13
14
|
status?: serializers.organizationServiceFacilities.v2.ServiceFacilityStatus.Raw | null;
|
|
14
15
|
operational_status?: serializers.organizationServiceFacilities.v2.ServiceFacilityOperationalStatus.Raw | null;
|
|
15
16
|
mode?: serializers.organizationServiceFacilities.v2.ServiceFacilityMode.Raw | null;
|
|
@@ -32,6 +32,7 @@ exports.OrganizationServiceFacilityUpdate = core.serialization.object({
|
|
|
32
32
|
name: core.serialization.string().optional(),
|
|
33
33
|
aliases: core.serialization.list(core.serialization.string()).optional(),
|
|
34
34
|
description: core.serialization.string().optional(),
|
|
35
|
+
npi: core.serialization.string().optional(),
|
|
35
36
|
status: core.serialization
|
|
36
37
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).organizationServiceFacilities.v2.ServiceFacilityStatus)
|
|
37
38
|
.optional(),
|
|
@@ -9,7 +9,6 @@ export declare namespace PatientPaymentUpdate {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
payment_timestamp?: string | null;
|
|
11
11
|
payment_note?: serializers.NoteUpdate.Raw | null;
|
|
12
|
-
patient_external_id?: serializers.PatientExternalId.Raw | null;
|
|
13
12
|
invoice?: serializers.InvoiceUpdate.Raw | null;
|
|
14
13
|
}
|
|
15
14
|
}
|
package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js
CHANGED
|
@@ -31,6 +31,5 @@ const core = __importStar(require("../../../../../../../core"));
|
|
|
31
31
|
exports.PatientPaymentUpdate = core.serialization.object({
|
|
32
32
|
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
33
33
|
paymentNote: core.serialization.property("payment_note", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).NoteUpdate).optional()),
|
|
34
|
-
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
|
|
35
34
|
invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceUpdate).optional(),
|
|
36
35
|
});
|
package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ export declare namespace PatientRefundUpdate {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
refund_timestamp?: string | null;
|
|
11
11
|
refund_note?: serializers.NoteUpdate.Raw | null;
|
|
12
|
-
patient_external_id?: serializers.PatientExternalId.Raw | null;
|
|
13
12
|
invoice?: serializers.InvoiceUpdate.Raw | null;
|
|
14
13
|
refund_reason?: serializers.RefundReasonUpdate.Raw | null;
|
|
15
14
|
}
|
package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js
CHANGED
|
@@ -31,7 +31,6 @@ const core = __importStar(require("../../../../../../../core"));
|
|
|
31
31
|
exports.PatientRefundUpdate = core.serialization.object({
|
|
32
32
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
33
33
|
refundNote: core.serialization.property("refund_note", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).NoteUpdate).optional()),
|
|
34
|
-
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId).optional()),
|
|
35
34
|
invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceUpdate).optional(),
|
|
36
35
|
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).RefundReasonUpdate).optional()),
|
|
37
36
|
});
|
|
@@ -31,5 +31,6 @@ const core = __importStar(require("../../../../core"));
|
|
|
31
31
|
exports.EncounterServiceFacility = core.serialization.object({
|
|
32
32
|
serviceFacilityId: core.serialization.property("service_facility_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceFacilityId)),
|
|
33
33
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
34
|
+
npi: core.serialization.string().optional(),
|
|
34
35
|
address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressLongZip),
|
|
35
36
|
});
|
|
@@ -8,6 +8,7 @@ export declare const EncounterServiceFacilityBase: core.serialization.ObjectSche
|
|
|
8
8
|
export declare namespace EncounterServiceFacilityBase {
|
|
9
9
|
interface Raw {
|
|
10
10
|
organization_name: string;
|
|
11
|
+
npi?: string | null;
|
|
11
12
|
address: serializers.StreetAddressLongZip.Raw;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -30,5 +30,6 @@ exports.EncounterServiceFacilityBase = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.EncounterServiceFacilityBase = core.serialization.object({
|
|
32
32
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
33
|
+
npi: core.serialization.string().optional(),
|
|
33
34
|
address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressLongZip),
|
|
34
35
|
});
|