candidhealth 0.4.5 → 0.4.8
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/client/Client.js +1 -1
- package/api/resources/claims/types/Claim.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +12 -9
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -2
- package/api/resources/index.js +2 -3
- package/api/resources/payers/client/Client.js +2 -2
- package/api/resources/serviceLines/index.d.ts +1 -1
- package/api/resources/serviceLines/index.js +1 -1
- package/api/resources/serviceLines/resources/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/index.js +27 -0
- package/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/index.js +17 -0
- package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/DrugIdentification.d.ts +3 -3
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +39 -0
- package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.d.ts +4 -3
- package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/ServiceLineDenialReason.d.ts +2 -2
- package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/ServiceLineEraData.d.ts +2 -2
- package/api/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
- package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/index.js +0 -2
- package/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.js +1 -1
- package/dist/api/resources/claims/types/Claim.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +12 -9
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -2
- package/dist/api/resources/index.js +2 -3
- package/dist/api/resources/payers/client/Client.js +2 -2
- package/dist/api/resources/serviceLines/index.d.ts +1 -1
- package/dist/api/resources/serviceLines/index.js +1 -1
- package/dist/api/resources/serviceLines/resources/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/index.js +27 -0
- package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/index.js +17 -0
- package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/DrugIdentification.d.ts +3 -3
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +39 -0
- package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.d.ts +4 -3
- package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/ServiceLineDenialReason.d.ts +2 -2
- package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/ServiceLineEraData.d.ts +2 -2
- package/dist/api/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
- package/dist/{serialization/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/index.js +0 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/dist/serialization/resources/claims/types/Claim.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +31 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -2
- package/dist/serialization/resources/index.js +2 -3
- package/dist/serialization/resources/serviceLines/index.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/index.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/index.js +27 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.js +17 -0
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +4 -4
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +17 -0
- package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/DrugIdentification.js +3 -3
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +33 -0
- package/{serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js → dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js} +26 -15
- package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.d.ts +4 -4
- package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.js +1 -1
- package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineCreate.d.ts +7 -6
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +12 -9
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +4 -2
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +13 -0
- package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineEraData.js +2 -2
- package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
- package/{api/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/index.js +0 -2
- package/package.json +1 -1
- package/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/serialization/resources/claims/types/Claim.js +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +31 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/index.d.ts +1 -2
- package/serialization/resources/index.js +2 -3
- package/serialization/resources/serviceLines/index.d.ts +1 -1
- package/serialization/resources/serviceLines/index.js +1 -1
- package/serialization/resources/serviceLines/resources/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/index.js +27 -0
- package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/index.js +17 -0
- package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +4 -4
- package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +17 -0
- package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/DrugIdentification.js +3 -3
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
- package/serialization/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
- package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +33 -0
- package/{dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js → serialization/resources/serviceLines/resources/v2/types/ServiceLine.js} +26 -15
- package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.d.ts +4 -4
- package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.js +1 -1
- package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineCreate.d.ts +7 -6
- package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +12 -9
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
- package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +4 -2
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +13 -0
- package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineEraData.js +2 -2
- package/serialization/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
- package/serialization/resources/serviceLines/{types → resources/v2/types}/index.js +0 -2
- package/api/resources/serviceLines/types/ServiceLine.d.ts +0 -23
- package/api/resources/serviceLines/types/ServiceLineBase.d.ts +0 -7
- package/api/resources/serviceLines/types/ServiceLineBase.js +0 -5
- package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -21
- package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +0 -5
- package/dist/api/resources/serviceLines/types/ServiceLine.d.ts +0 -23
- package/dist/api/resources/serviceLines/types/ServiceLineBase.d.ts +0 -7
- package/dist/api/resources/serviceLines/types/ServiceLineBase.js +0 -5
- package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -21
- package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +0 -5
- package/dist/serialization/resources/serviceLines/types/DrugIdentification.d.ts +0 -17
- package/dist/serialization/resources/serviceLines/types/MeasurementUnitCode.d.ts +0 -10
- package/dist/serialization/resources/serviceLines/types/ServiceIdQualifier.d.ts +0 -10
- package/dist/serialization/resources/serviceLines/types/ServiceLine.d.ts +0 -17
- package/dist/serialization/resources/serviceLines/types/ServiceLine.js +0 -40
- package/dist/serialization/resources/serviceLines/types/ServiceLineBase.d.ts +0 -12
- package/dist/serialization/resources/serviceLines/types/ServiceLineBase.js +0 -35
- package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -26
- package/dist/serialization/resources/serviceLines/types/ServiceLineDenialReason.d.ts +0 -12
- package/dist/serialization/resources/serviceLines/types/ServiceLineEraData.d.ts +0 -13
- package/serialization/resources/serviceLines/types/DrugIdentification.d.ts +0 -17
- package/serialization/resources/serviceLines/types/MeasurementUnitCode.d.ts +0 -10
- package/serialization/resources/serviceLines/types/ServiceIdQualifier.d.ts +0 -10
- package/serialization/resources/serviceLines/types/ServiceLine.d.ts +0 -17
- package/serialization/resources/serviceLines/types/ServiceLine.js +0 -40
- package/serialization/resources/serviceLines/types/ServiceLineBase.d.ts +0 -12
- package/serialization/resources/serviceLines/types/ServiceLineBase.js +0 -35
- package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -26
- package/serialization/resources/serviceLines/types/ServiceLineDenialReason.d.ts +0 -12
- package/serialization/resources/serviceLines/types/ServiceLineEraData.d.ts +0 -13
- /package/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/DrugIdentification.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.d.ts +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.d.ts +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLine.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.d.ts +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +0 -0
- /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineEraData.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DrugIdentification.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.d.ts +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.d.ts +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLine.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.d.ts +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +0 -0
- /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineEraData.js +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
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 DrugIdentification: core.serialization.ObjectSchema<serializers.serviceLines.v2.DrugIdentification.Raw, CandidApi.serviceLines.v2.DrugIdentification>;
|
|
8
|
+
export declare namespace DrugIdentification {
|
|
9
|
+
interface Raw {
|
|
10
|
+
service_id_qualifier: serializers.serviceLines.v2.ServiceIdQualifier.Raw;
|
|
11
|
+
national_drug_code: string;
|
|
12
|
+
national_drug_unit_count: string;
|
|
13
|
+
measurement_unit_code: serializers.serviceLines.v2.MeasurementUnitCode.Raw;
|
|
14
|
+
link_sequence_number?: string | null;
|
|
15
|
+
pharmacy_prescription_number?: string | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -27,12 +27,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.DrugIdentification = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.DrugIdentification = core.serialization.object({
|
|
32
|
-
serviceIdQualifier: core.serialization.property("service_id_qualifier", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
32
|
+
serviceIdQualifier: core.serialization.property("service_id_qualifier", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.ServiceIdQualifier)),
|
|
33
33
|
nationalDrugCode: core.serialization.property("national_drug_code", core.serialization.string()),
|
|
34
34
|
nationalDrugUnitCount: core.serialization.property("national_drug_unit_count", core.serialization.string()),
|
|
35
|
-
measurementUnitCode: core.serialization.property("measurement_unit_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
35
|
+
measurementUnitCode: core.serialization.property("measurement_unit_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.MeasurementUnitCode)),
|
|
36
36
|
linkSequenceNumber: core.serialization.property("link_sequence_number", core.serialization.string().optional()),
|
|
37
37
|
pharmacyPrescriptionNumber: core.serialization.property("pharmacy_prescription_number", core.serialization.string().optional()),
|
|
38
38
|
});
|
|
@@ -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 MeasurementUnitCode: core.serialization.Schema<serializers.serviceLines.v2.MeasurementUnitCode.Raw, CandidApi.serviceLines.v2.MeasurementUnitCode>;
|
|
8
|
+
export declare namespace MeasurementUnitCode {
|
|
9
|
+
type Raw = "ML" | "UN" | "GR" | "F2" | "ME";
|
|
10
|
+
}
|
|
@@ -27,5 +27,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.MeasurementUnitCode = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.MeasurementUnitCode = core.serialization.enum_(["ML", "UN", "GR", "F2", "ME"]);
|
|
@@ -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 ServiceIdQualifier: core.serialization.Schema<serializers.serviceLines.v2.ServiceIdQualifier.Raw, CandidApi.serviceLines.v2.ServiceIdQualifier>;
|
|
8
|
+
export declare namespace ServiceIdQualifier {
|
|
9
|
+
type Raw = "EN" | "EO" | "HI" | "N4" | "ON" | "UK" | "UP";
|
|
10
|
+
}
|
package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js
RENAMED
|
@@ -27,5 +27,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ServiceIdQualifier = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ServiceIdQualifier = core.serialization.enum_(["EN", "EO", "HI", "N4", "ON", "UK", "UP"]);
|
|
@@ -0,0 +1,33 @@
|
|
|
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 ServiceLine: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLine.Raw, CandidApi.serviceLines.v2.ServiceLine>;
|
|
8
|
+
export declare namespace ServiceLine {
|
|
9
|
+
interface Raw {
|
|
10
|
+
modifiers?: serializers.ProcedureModifier.Raw[] | null;
|
|
11
|
+
charge_amount_cents?: number | null;
|
|
12
|
+
allowed_amount_cents?: number | null;
|
|
13
|
+
insurance_balance_cents?: number | null;
|
|
14
|
+
patient_balance_cents?: number | null;
|
|
15
|
+
paid_amount_cents?: number | null;
|
|
16
|
+
patient_responsibility_cents?: number | null;
|
|
17
|
+
diagnosis_id_zero?: serializers.DiagnosisId.Raw | null;
|
|
18
|
+
diagnosis_id_one?: serializers.DiagnosisId.Raw | null;
|
|
19
|
+
diagnosis_id_two?: serializers.DiagnosisId.Raw | null;
|
|
20
|
+
diagnosis_id_three?: serializers.DiagnosisId.Raw | null;
|
|
21
|
+
service_line_era_data?: serializers.serviceLines.v2.ServiceLineEraData.Raw | null;
|
|
22
|
+
service_line_manual_adjustments?: serializers.serviceLines.v2.ServiceLineAdjustment.Raw[] | null;
|
|
23
|
+
related_invoices?: serializers.Invoice.Raw[] | null;
|
|
24
|
+
denial_reason?: serializers.serviceLines.v2.ServiceLineDenialReason.Raw | null;
|
|
25
|
+
place_of_service_code?: serializers.FacilityTypeCode.Raw | null;
|
|
26
|
+
service_line_id: serializers.ServiceLineId.Raw;
|
|
27
|
+
procedure_code: string;
|
|
28
|
+
quantity: serializers.Decimal.Raw;
|
|
29
|
+
units: serializers.ServiceLineUnits.Raw;
|
|
30
|
+
claim_id: serializers.ClaimId.Raw;
|
|
31
|
+
date_of_service_range: serializers.DateRangeOptionalEnd.Raw;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -26,28 +26,39 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
30
|
-
const core = __importStar(require("
|
|
31
|
-
exports.
|
|
32
|
-
.
|
|
29
|
+
exports.ServiceLine = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ServiceLine = core.serialization.object({
|
|
32
|
+
modifiers: core.serialization
|
|
33
|
+
.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ProcedureModifier))
|
|
34
|
+
.optional(),
|
|
33
35
|
chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
|
|
34
36
|
allowedAmountCents: core.serialization.property("allowed_amount_cents", core.serialization.number().optional()),
|
|
35
37
|
insuranceBalanceCents: core.serialization.property("insurance_balance_cents", core.serialization.number().optional()),
|
|
36
38
|
patientBalanceCents: core.serialization.property("patient_balance_cents", core.serialization.number().optional()),
|
|
37
39
|
paidAmountCents: core.serialization.property("paid_amount_cents", core.serialization.number().optional()),
|
|
38
40
|
patientResponsibilityCents: core.serialization.property("patient_responsibility_cents", core.serialization.number().optional()),
|
|
39
|
-
diagnosisIdZero: core.serialization.property("diagnosis_id_zero", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
40
|
-
diagnosisIdOne: core.serialization.property("diagnosis_id_one", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
41
|
-
diagnosisIdTwo: core.serialization.property("diagnosis_id_two", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
42
|
-
diagnosisIdThree: core.serialization.property("diagnosis_id_three", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
43
|
-
serviceLineEraData: core.serialization.property("service_line_era_data", core.serialization
|
|
41
|
+
diagnosisIdZero: core.serialization.property("diagnosis_id_zero", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DiagnosisId).optional()),
|
|
42
|
+
diagnosisIdOne: core.serialization.property("diagnosis_id_one", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DiagnosisId).optional()),
|
|
43
|
+
diagnosisIdTwo: core.serialization.property("diagnosis_id_two", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DiagnosisId).optional()),
|
|
44
|
+
diagnosisIdThree: core.serialization.property("diagnosis_id_three", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DiagnosisId).optional()),
|
|
45
|
+
serviceLineEraData: core.serialization.property("service_line_era_data", core.serialization
|
|
46
|
+
.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.ServiceLineEraData)
|
|
47
|
+
.optional()),
|
|
44
48
|
serviceLineManualAdjustments: core.serialization.property("service_line_manual_adjustments", core.serialization
|
|
45
|
-
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
49
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.ServiceLineAdjustment))
|
|
46
50
|
.optional()),
|
|
47
51
|
relatedInvoices: core.serialization.property("related_invoices", core.serialization
|
|
48
|
-
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
52
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Invoice))
|
|
53
|
+
.optional()),
|
|
54
|
+
denialReason: core.serialization.property("denial_reason", core.serialization
|
|
55
|
+
.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.ServiceLineDenialReason)
|
|
49
56
|
.optional()),
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
57
|
+
placeOfServiceCode: core.serialization.property("place_of_service_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).FacilityTypeCode).optional()),
|
|
58
|
+
serviceLineId: core.serialization.property("service_line_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId)),
|
|
59
|
+
procedureCode: core.serialization.property("procedure_code", core.serialization.string()),
|
|
60
|
+
quantity: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Decimal),
|
|
61
|
+
units: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineUnits),
|
|
62
|
+
claimId: core.serialization.property("claim_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimId)),
|
|
63
|
+
dateOfServiceRange: core.serialization.property("date_of_service_range", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).DateRangeOptionalEnd)),
|
|
64
|
+
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as CandidApi from "
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const ServiceLineAdjustment: core.serialization.ObjectSchema<serializers.ServiceLineAdjustment.Raw, CandidApi.ServiceLineAdjustment>;
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ServiceLineAdjustment: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineAdjustment.Raw, CandidApi.serviceLines.v2.ServiceLineAdjustment>;
|
|
8
8
|
export declare namespace ServiceLineAdjustment {
|
|
9
9
|
interface Raw {
|
|
10
10
|
created_at: string;
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ServiceLineAdjustment = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ServiceLineAdjustment = core.serialization.object({
|
|
32
32
|
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
|
33
33
|
adjustmentGroupCode: core.serialization.property("adjustment_group_code", core.serialization.string().optional()),
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as CandidApi from "
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const ServiceLineCreate: core.serialization.ObjectSchema<serializers.ServiceLineCreate.Raw, CandidApi.ServiceLineCreate>;
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ServiceLineCreate: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineCreate.Raw, CandidApi.serviceLines.v2.ServiceLineCreate>;
|
|
8
8
|
export declare namespace ServiceLineCreate {
|
|
9
|
-
interface Raw
|
|
9
|
+
interface Raw {
|
|
10
|
+
modifiers?: serializers.ProcedureModifier.Raw[] | null;
|
|
10
11
|
procedure_code: string;
|
|
11
12
|
quantity: serializers.Decimal.Raw;
|
|
12
13
|
units: serializers.ServiceLineUnits.Raw;
|
|
13
14
|
charge_amount_cents?: number | null;
|
|
14
15
|
diagnosis_pointers: number[];
|
|
15
|
-
drug_identification?: serializers.DrugIdentification.Raw | null;
|
|
16
|
+
drug_identification?: serializers.serviceLines.v2.DrugIdentification.Raw | null;
|
|
16
17
|
place_of_service_code?: serializers.FacilityTypeCode.Raw | null;
|
|
17
18
|
}
|
|
18
19
|
}
|
package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js
RENAMED
|
@@ -27,15 +27,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ServiceLineCreate = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
31
|
-
exports.ServiceLineCreate = core.serialization
|
|
32
|
-
.
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ServiceLineCreate = core.serialization.object({
|
|
32
|
+
modifiers: core.serialization
|
|
33
|
+
.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ProcedureModifier))
|
|
34
|
+
.optional(),
|
|
33
35
|
procedureCode: core.serialization.property("procedure_code", core.serialization.string()),
|
|
34
|
-
quantity: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
35
|
-
units: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
36
|
+
quantity: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Decimal),
|
|
37
|
+
units: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineUnits),
|
|
36
38
|
chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
|
|
37
39
|
diagnosisPointers: core.serialization.property("diagnosis_pointers", core.serialization.list(core.serialization.number())),
|
|
38
|
-
drugIdentification: core.serialization.property("drug_identification", core.serialization
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
.
|
|
40
|
+
drugIdentification: core.serialization.property("drug_identification", core.serialization
|
|
41
|
+
.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.DrugIdentification)
|
|
42
|
+
.optional()),
|
|
43
|
+
placeOfServiceCode: core.serialization.property("place_of_service_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).FacilityTypeCode).optional()),
|
|
44
|
+
});
|
package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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 ServiceLineDenialReason: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineDenialReason.Raw, CandidApi.serviceLines.v2.ServiceLineDenialReason>;
|
|
8
|
+
export declare namespace ServiceLineDenialReason {
|
|
9
|
+
interface Raw {
|
|
10
|
+
reason?: serializers.serviceLines.v2.DenialReasonContent.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -27,7 +27,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ServiceLineDenialReason = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ServiceLineDenialReason = core.serialization.object({
|
|
32
|
-
reason: core.serialization
|
|
32
|
+
reason: core.serialization
|
|
33
|
+
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.DenialReasonContent)
|
|
34
|
+
.optional(),
|
|
33
35
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 ServiceLineEraData: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineEraData.Raw, CandidApi.serviceLines.v2.ServiceLineEraData>;
|
|
8
|
+
export declare namespace ServiceLineEraData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
service_line_adjustments: serializers.serviceLines.v2.ServiceLineAdjustment.Raw[];
|
|
11
|
+
remittance_advice_remark_codes: string[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -27,8 +27,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ServiceLineEraData = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ServiceLineEraData = core.serialization.object({
|
|
32
|
-
serviceLineAdjustments: core.serialization.property("service_line_adjustments", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
32
|
+
serviceLineAdjustments: core.serialization.property("service_line_adjustments", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.ServiceLineAdjustment))),
|
|
33
33
|
remittanceAdviceRemarkCodes: core.serialization.property("remittance_advice_remark_codes", core.serialization.list(core.serialization.string())),
|
|
34
34
|
});
|
|
@@ -14,8 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ServiceLineBase"), exports);
|
|
18
|
-
__exportStar(require("./ServiceLineBaseWithOptionals"), exports);
|
|
19
17
|
__exportStar(require("./ServiceLineCreate"), exports);
|
|
20
18
|
__exportStar(require("./ServiceLine"), exports);
|
|
21
19
|
__exportStar(require("./ServiceLineEraData"), exports);
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@ export declare namespace Claim {
|
|
|
12
12
|
clearinghouse?: string | null;
|
|
13
13
|
clearinghouse_claim_id?: string | null;
|
|
14
14
|
payer_claim_id?: string | null;
|
|
15
|
-
service_lines: serializers.ServiceLine.Raw[];
|
|
15
|
+
service_lines: serializers.serviceLines.v2.ServiceLine.Raw[];
|
|
16
16
|
eras: serializers.Era.Raw[];
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -34,6 +34,6 @@ exports.Claim = core.serialization.object({
|
|
|
34
34
|
clearinghouse: core.serialization.string().optional(),
|
|
35
35
|
clearinghouseClaimId: core.serialization.property("clearinghouse_claim_id", core.serialization.string().optional()),
|
|
36
36
|
payerClaimId: core.serialization.property("payer_claim_id", core.serialization.string().optional()),
|
|
37
|
-
serviceLines: core.serialization.property("service_lines", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLine))),
|
|
37
|
+
serviceLines: core.serialization.property("service_lines", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).serviceLines.v2.ServiceLine))),
|
|
38
38
|
eras: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Era)),
|
|
39
39
|
});
|
package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare namespace EncounterCreate {
|
|
|
19
19
|
billing_notes?: serializers.BillingNoteBase.Raw[] | null;
|
|
20
20
|
place_of_service_code: serializers.FacilityTypeCode.Raw;
|
|
21
21
|
patient_histories?: serializers.encounters.v4.PatientHistoryCategory.Raw[] | null;
|
|
22
|
-
service_lines?: serializers.ServiceLineCreate.Raw[] | null;
|
|
22
|
+
service_lines?: serializers.serviceLines.v2.ServiceLineCreate.Raw[] | null;
|
|
23
23
|
guarantor?: serializers.guarantor.v1.GuarantorCreate.Raw | null;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -53,7 +53,7 @@ exports.EncounterCreate = core.serialization
|
|
|
53
53
|
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.PatientHistoryCategory))
|
|
54
54
|
.optional()),
|
|
55
55
|
serviceLines: core.serialization.property("service_lines", core.serialization
|
|
56
|
-
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).ServiceLineCreate))
|
|
56
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).serviceLines.v2.ServiceLineCreate))
|
|
57
57
|
.optional()),
|
|
58
58
|
guarantor: core.serialization
|
|
59
59
|
.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).guarantor.v1.GuarantorCreate)
|
|
@@ -28,5 +28,7 @@ export declare namespace Encounter {
|
|
|
28
28
|
tags: serializers.Tag.Raw[];
|
|
29
29
|
coding_attribution?: serializers.encounters.v4.CodingAttributionType.Raw | null;
|
|
30
30
|
work_queue_id?: serializers.WorkQueueId.Raw | null;
|
|
31
|
+
work_queue_membership_activated_at?: string | null;
|
|
32
|
+
owner_of_next_action: serializers.encounters.v4.EncounterOwnerOfNextActionType.Raw;
|
|
31
33
|
}
|
|
32
34
|
}
|
|
@@ -59,5 +59,7 @@ exports.Encounter = core.serialization
|
|
|
59
59
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.CodingAttributionType)
|
|
60
60
|
.optional()),
|
|
61
61
|
workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId).optional()),
|
|
62
|
+
workQueueMembershipActivatedAt: core.serialization.property("work_queue_membership_activated_at", core.serialization.date().optional()),
|
|
63
|
+
ownerOfNextAction: core.serialization.property("owner_of_next_action", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterOwnerOfNextActionType)),
|
|
62
64
|
})
|
|
63
65
|
.extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterBase));
|
package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts
ADDED
|
@@ -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 EncounterOwnerOfNextActionType: core.serialization.Schema<serializers.encounters.v4.EncounterOwnerOfNextActionType.Raw, CandidApi.encounters.v4.EncounterOwnerOfNextActionType>;
|
|
8
|
+
export declare namespace EncounterOwnerOfNextActionType {
|
|
9
|
+
type Raw = "CANDID" | "CUSTOMER" | "CODER" | "NONE";
|
|
10
|
+
}
|
package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js
ADDED
|
@@ -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.EncounterOwnerOfNextActionType = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.EncounterOwnerOfNextActionType = core.serialization.enum_(["CANDID", "CUSTOMER", "CODER", "NONE"]);
|
|
@@ -18,6 +18,7 @@ export * from "./NoteCategory";
|
|
|
18
18
|
export * from "./ClinicalNote";
|
|
19
19
|
export * from "./ResponsiblePartyType";
|
|
20
20
|
export * from "./BillableStatusType";
|
|
21
|
+
export * from "./EncounterOwnerOfNextActionType";
|
|
21
22
|
export * from "./SynchronicityType";
|
|
22
23
|
export * from "./CodingAttributionType";
|
|
23
24
|
export * from "./AttachmentId";
|
|
@@ -34,6 +34,7 @@ __exportStar(require("./NoteCategory"), exports);
|
|
|
34
34
|
__exportStar(require("./ClinicalNote"), exports);
|
|
35
35
|
__exportStar(require("./ResponsiblePartyType"), exports);
|
|
36
36
|
__exportStar(require("./BillableStatusType"), exports);
|
|
37
|
+
__exportStar(require("./EncounterOwnerOfNextActionType"), exports);
|
|
37
38
|
__exportStar(require("./SynchronicityType"), exports);
|
|
38
39
|
__exportStar(require("./CodingAttributionType"), exports);
|
|
39
40
|
__exportStar(require("./AttachmentId"), exports);
|
|
@@ -4,6 +4,7 @@ export * as encounters from "./encounters";
|
|
|
4
4
|
export * as guarantor from "./guarantor";
|
|
5
5
|
export * as organizationProviders from "./organizationProviders";
|
|
6
6
|
export * as patientPayments from "./patientPayments";
|
|
7
|
+
export * as serviceLines from "./serviceLines";
|
|
7
8
|
export * as tasks from "./tasks";
|
|
8
9
|
export * as billingNotes from "./billingNotes";
|
|
9
10
|
export * from "./billingNotes/types";
|
|
@@ -31,8 +32,6 @@ export * as payers from "./payers";
|
|
|
31
32
|
export * from "./payers/types";
|
|
32
33
|
export * as serviceFacility from "./serviceFacility";
|
|
33
34
|
export * from "./serviceFacility/types";
|
|
34
|
-
export * as serviceLines from "./serviceLines";
|
|
35
|
-
export * from "./serviceLines/types";
|
|
36
35
|
export * as tags from "./tags";
|
|
37
36
|
export * from "./tags/types";
|
|
38
37
|
export * from "./billingNotes/client/requests";
|
|
@@ -26,13 +26,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.tags = exports.
|
|
29
|
+
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.expectedNetworkStatus = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.tasks = exports.serviceLines = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.encounters = exports.encounterProviders = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
32
32
|
exports.encounters = __importStar(require("./encounters"));
|
|
33
33
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
34
34
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
35
35
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
36
|
+
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
36
37
|
exports.tasks = __importStar(require("./tasks"));
|
|
37
38
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
38
39
|
__exportStar(require("./billingNotes/types"), exports);
|
|
@@ -60,8 +61,6 @@ exports.payers = __importStar(require("./payers"));
|
|
|
60
61
|
__exportStar(require("./payers/types"), exports);
|
|
61
62
|
exports.serviceFacility = __importStar(require("./serviceFacility"));
|
|
62
63
|
__exportStar(require("./serviceFacility/types"), exports);
|
|
63
|
-
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
64
|
-
__exportStar(require("./serviceLines/types"), exports);
|
|
65
64
|
exports.tags = __importStar(require("./tags"));
|
|
66
65
|
__exportStar(require("./tags/types"), exports);
|
|
67
66
|
__exportStar(require("./billingNotes/client/requests"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./resources";
|
|
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v2 from "./v2";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v2 = void 0;
|
|
27
|
+
exports.v2 = __importStar(require("./v2"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as CandidApi from "
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const DenialReasonContent: core.serialization.Schema<serializers.DenialReasonContent.Raw, CandidApi.DenialReasonContent>;
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const DenialReasonContent: core.serialization.Schema<serializers.serviceLines.v2.DenialReasonContent.Raw, CandidApi.serviceLines.v2.DenialReasonContent>;
|
|
8
8
|
export declare namespace DenialReasonContent {
|
|
9
9
|
type Raw = "Authorization Required" | "Referral Required" | "Medical Records Requested" | "Timely Filing" | "Duplicate Claim" | "Incorrect Place of Service" | "Incorrect Patient Gender" | "Bundled" | "Exceeded Billable Time" | "Invalid Provider Information" | "Invalid Diagnosis Code" | "Incorrect Procedure Code" | "Invalid Modifier" | "Missing NDC Code" | "Invalid Insurance Data" | "No Active Coverage" | "Coordination of Benefits" | "Incorrect Payer" | "Credentialing" | "No Effective Contract" | "Missing W-9" | "Missing Contract Linkage" | "Non-Covered Benefit" | "Experimental Procedure" | "Not Medically Necessary" | "Info Requested from Provider" | "Info Requested from Patient" | "Billing Error" | "Unknown" | "Max Benefit Reached";
|
|
10
10
|
}
|
package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js
RENAMED
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.DenialReasonContent = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.DenialReasonContent = core.serialization.enum_([
|
|
32
32
|
"Authorization Required",
|
|
33
33
|
"Referral Required",
|