candidhealth 0.46.0 → 0.46.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.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.js +5 -5
- 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/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/pipelineCommons/index.d.ts +1 -0
- package/api/resources/pipelineCommons/index.js +17 -0
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +8 -0
- package/api/resources/pipelineCommons/types/ConfigurableRuleId.js +9 -0
- package/api/resources/pipelineCommons/types/index.d.ts +1 -0
- package/api/resources/pipelineCommons/types/index.js +17 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -1
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -0
- package/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/tasks/resources/v3/types/Task.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
- 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/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/pipelineCommons/index.d.ts +1 -0
- package/dist/api/resources/pipelineCommons/index.js +17 -0
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +8 -0
- package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.js +9 -0
- package/dist/api/resources/pipelineCommons/types/index.d.ts +1 -0
- package/dist/api/resources/pipelineCommons/types/index.js +17 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -1
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -0
- package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/pipelineCommons/index.d.ts +1 -0
- package/dist/serialization/resources/pipelineCommons/index.js +17 -0
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +10 -0
- package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +45 -0
- package/dist/serialization/resources/pipelineCommons/types/index.d.ts +1 -0
- package/dist/serialization/resources/pipelineCommons/types/index.js +17 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +2 -0
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/pipelineCommons/index.d.ts +1 -0
- package/serialization/resources/pipelineCommons/index.js +17 -0
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +10 -0
- package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +45 -0
- package/serialization/resources/pipelineCommons/types/index.d.ts +1 -0
- package/serialization/resources/pipelineCommons/types/index.js +17 -0
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -0
- package/serialization/resources/tasks/resources/v3/types/Task.d.ts +2 -0
- package/serialization/resources/tasks/resources/v3/types/Task.js +2 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ConfigurableRuleId: core.serialization.Schema<serializers.ConfigurableRuleId.Raw, CandidApi.ConfigurableRuleId>;
|
|
8
|
+
export declare namespace ConfigurableRuleId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ConfigurableRuleId = void 0;
|
|
40
|
+
const CandidApi = __importStar(require("../../../../api/index"));
|
|
41
|
+
const core = __importStar(require("../../../../core"));
|
|
42
|
+
exports.ConfigurableRuleId = core.serialization.string().transform({
|
|
43
|
+
transform: CandidApi.ConfigurableRuleId,
|
|
44
|
+
untransform: (value) => value,
|
|
45
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ConfigurableRuleId";
|
|
@@ -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("./ConfigurableRuleId"), exports);
|
package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const DenialReasonContent: core.serialization.Schema<serializers.serviceLines.v2.DenialReasonContent.Raw, CandidApi.serviceLines.v2.DenialReasonContent>;
|
|
8
8
|
export declare namespace DenialReasonContent {
|
|
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";
|
|
9
|
+
type Raw = "Authorization Required" | "Referral Required" | "Medical Records Requested" | "Timely Filing" | "Duplicate Claim" | "Full Contractual Adjustment" | "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
|
}
|
|
@@ -11,6 +11,7 @@ import { TaskStatus } from "../../commons/types/TaskStatus";
|
|
|
11
11
|
import { TaskNote } from "./TaskNote";
|
|
12
12
|
import { TaskAssignment } from "./TaskAssignment";
|
|
13
13
|
import { TaskCategory } from "../../commons/types/TaskCategory";
|
|
14
|
+
import { ConfigurableRuleId } from "../../../../pipelineCommons/types/ConfigurableRuleId";
|
|
14
15
|
export declare const Task: core.serialization.ObjectSchema<serializers.tasks.v3.Task.Raw, CandidApi.tasks.v3.Task>;
|
|
15
16
|
export declare namespace Task {
|
|
16
17
|
interface Raw {
|
|
@@ -32,5 +33,6 @@ export declare namespace Task {
|
|
|
32
33
|
date_of_service: string;
|
|
33
34
|
assignments: TaskAssignment.Raw[];
|
|
34
35
|
category?: TaskCategory.Raw | null;
|
|
36
|
+
configurable_rule_id?: ConfigurableRuleId.Raw | null;
|
|
35
37
|
}
|
|
36
38
|
}
|
|
@@ -45,6 +45,7 @@ const TaskStatus_1 = require("../../commons/types/TaskStatus");
|
|
|
45
45
|
const TaskNote_1 = require("./TaskNote");
|
|
46
46
|
const TaskAssignment_1 = require("./TaskAssignment");
|
|
47
47
|
const TaskCategory_1 = require("../../commons/types/TaskCategory");
|
|
48
|
+
const ConfigurableRuleId_1 = require("../../../../pipelineCommons/types/ConfigurableRuleId");
|
|
48
49
|
exports.Task = core.serialization.object({
|
|
49
50
|
taskId: core.serialization.property("task_id", TaskId_1.TaskId),
|
|
50
51
|
encounterId: core.serialization.property("encounter_id", EncounterId_1.EncounterId),
|
|
@@ -64,4 +65,5 @@ exports.Task = core.serialization.object({
|
|
|
64
65
|
dateOfService: core.serialization.property("date_of_service", core.serialization.string()),
|
|
65
66
|
assignments: core.serialization.list(TaskAssignment_1.TaskAssignment),
|
|
66
67
|
category: TaskCategory_1.TaskCategory.optional(),
|
|
68
|
+
configurableRuleId: core.serialization.property("configurable_rule_id", ConfigurableRuleId_1.ConfigurableRuleId.optional()),
|
|
67
69
|
});
|
package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PatientWriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.PatientWriteOffReason.Raw, CandidApi.writeOffs.v1.PatientWriteOffReason>;
|
|
8
8
|
export declare namespace PatientWriteOffReason {
|
|
9
|
-
type Raw = "SMALL_BALANCE" | "CHARITY_OR_FINANCIAL_ASSISTANCE" | "PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY" | "OON_COURTESY_ADJUSTMENT" | "PROMPT_PAY_DISCOUNT" | "BAD_DEBT" | "COLLECTION_AGENCY" | "OTHER" | "UNKNOWN" | "UNCOLLECTIBLE_OR_NON_BILLABLE";
|
|
9
|
+
type Raw = "SMALL_BALANCE" | "CHARITY_OR_FINANCIAL_ASSISTANCE" | "PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY" | "OON_COURTESY_ADJUSTMENT" | "PROMPT_PAY_DISCOUNT" | "BAD_DEBT" | "COLLECTION_AGENCY" | "OTHER" | "UNKNOWN" | "UNCOLLECTIBLE_OR_NON_BILLABLE" | "DECEASED";
|
|
10
10
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.46.
|
|
1
|
+
export declare const SDK_VERSION = "0.46.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -59,6 +59,8 @@ export * from "./individual/types";
|
|
|
59
59
|
export * from "./invoices/types";
|
|
60
60
|
export * as paymentAccountConfigs from "./paymentAccountConfigs";
|
|
61
61
|
export * from "./paymentAccountConfigs/types";
|
|
62
|
+
export * as pipelineCommons from "./pipelineCommons";
|
|
63
|
+
export * from "./pipelineCommons/types";
|
|
62
64
|
export * as serviceFacility from "./serviceFacility";
|
|
63
65
|
export * from "./serviceFacility/types";
|
|
64
66
|
export * as tags from "./tags";
|
|
@@ -37,7 +37,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.paymentAccountConfigs = exports.individual = exports.identifiers = exports.financials = exports.era = exports.eraCommons = exports.diagnoses = exports.claims = exports.preEncounter = exports.x12 = exports.writeOffs = exports.tasks = exports.superbills = exports.serviceLines = exports.remits = exports.remitDrafts = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.importInvoice = exports.guarantor = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.encounterAttachments = exports.customSchemas = exports.credentialing = exports.contracts = exports.clinicalTrials = exports.claimSubmission = exports.chargeCapture = exports.chargeCaptureBundles = exports.billingNotes = exports.auth = exports.commons = exports.feeSchedules = void 0;
|
|
40
|
-
exports.eligibility = exports.tags = exports.serviceFacility = void 0;
|
|
40
|
+
exports.eligibility = exports.tags = exports.serviceFacility = exports.pipelineCommons = void 0;
|
|
41
41
|
exports.feeSchedules = __importStar(require("./feeSchedules"));
|
|
42
42
|
exports.commons = __importStar(require("./commons"));
|
|
43
43
|
__exportStar(require("./commons/errors"), exports);
|
|
@@ -99,6 +99,8 @@ __exportStar(require("./individual/types"), exports);
|
|
|
99
99
|
__exportStar(require("./invoices/types"), exports);
|
|
100
100
|
exports.paymentAccountConfigs = __importStar(require("./paymentAccountConfigs"));
|
|
101
101
|
__exportStar(require("./paymentAccountConfigs/types"), exports);
|
|
102
|
+
exports.pipelineCommons = __importStar(require("./pipelineCommons"));
|
|
103
|
+
__exportStar(require("./pipelineCommons/types"), exports);
|
|
102
104
|
exports.serviceFacility = __importStar(require("./serviceFacility"));
|
|
103
105
|
__exportStar(require("./serviceFacility/types"), exports);
|
|
104
106
|
exports.tags = __importStar(require("./tags"));
|
|
@@ -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);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ConfigurableRuleId: core.serialization.Schema<serializers.ConfigurableRuleId.Raw, CandidApi.ConfigurableRuleId>;
|
|
8
|
+
export declare namespace ConfigurableRuleId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ConfigurableRuleId = void 0;
|
|
40
|
+
const CandidApi = __importStar(require("../../../../api/index"));
|
|
41
|
+
const core = __importStar(require("../../../../core"));
|
|
42
|
+
exports.ConfigurableRuleId = core.serialization.string().transform({
|
|
43
|
+
transform: CandidApi.ConfigurableRuleId,
|
|
44
|
+
untransform: (value) => value,
|
|
45
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ConfigurableRuleId";
|
|
@@ -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("./ConfigurableRuleId"), exports);
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const DenialReasonContent: core.serialization.Schema<serializers.serviceLines.v2.DenialReasonContent.Raw, CandidApi.serviceLines.v2.DenialReasonContent>;
|
|
8
8
|
export declare namespace DenialReasonContent {
|
|
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";
|
|
9
|
+
type Raw = "Authorization Required" | "Referral Required" | "Medical Records Requested" | "Timely Filing" | "Duplicate Claim" | "Full Contractual Adjustment" | "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
|
}
|
|
@@ -11,6 +11,7 @@ import { TaskStatus } from "../../commons/types/TaskStatus";
|
|
|
11
11
|
import { TaskNote } from "./TaskNote";
|
|
12
12
|
import { TaskAssignment } from "./TaskAssignment";
|
|
13
13
|
import { TaskCategory } from "../../commons/types/TaskCategory";
|
|
14
|
+
import { ConfigurableRuleId } from "../../../../pipelineCommons/types/ConfigurableRuleId";
|
|
14
15
|
export declare const Task: core.serialization.ObjectSchema<serializers.tasks.v3.Task.Raw, CandidApi.tasks.v3.Task>;
|
|
15
16
|
export declare namespace Task {
|
|
16
17
|
interface Raw {
|
|
@@ -32,5 +33,6 @@ export declare namespace Task {
|
|
|
32
33
|
date_of_service: string;
|
|
33
34
|
assignments: TaskAssignment.Raw[];
|
|
34
35
|
category?: TaskCategory.Raw | null;
|
|
36
|
+
configurable_rule_id?: ConfigurableRuleId.Raw | null;
|
|
35
37
|
}
|
|
36
38
|
}
|
|
@@ -45,6 +45,7 @@ const TaskStatus_1 = require("../../commons/types/TaskStatus");
|
|
|
45
45
|
const TaskNote_1 = require("./TaskNote");
|
|
46
46
|
const TaskAssignment_1 = require("./TaskAssignment");
|
|
47
47
|
const TaskCategory_1 = require("../../commons/types/TaskCategory");
|
|
48
|
+
const ConfigurableRuleId_1 = require("../../../../pipelineCommons/types/ConfigurableRuleId");
|
|
48
49
|
exports.Task = core.serialization.object({
|
|
49
50
|
taskId: core.serialization.property("task_id", TaskId_1.TaskId),
|
|
50
51
|
encounterId: core.serialization.property("encounter_id", EncounterId_1.EncounterId),
|
|
@@ -64,4 +65,5 @@ exports.Task = core.serialization.object({
|
|
|
64
65
|
dateOfService: core.serialization.property("date_of_service", core.serialization.string()),
|
|
65
66
|
assignments: core.serialization.list(TaskAssignment_1.TaskAssignment),
|
|
66
67
|
category: TaskCategory_1.TaskCategory.optional(),
|
|
68
|
+
configurableRuleId: core.serialization.property("configurable_rule_id", ConfigurableRuleId_1.ConfigurableRuleId.optional()),
|
|
67
69
|
});
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const PatientWriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.PatientWriteOffReason.Raw, CandidApi.writeOffs.v1.PatientWriteOffReason>;
|
|
8
8
|
export declare namespace PatientWriteOffReason {
|
|
9
|
-
type Raw = "SMALL_BALANCE" | "CHARITY_OR_FINANCIAL_ASSISTANCE" | "PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY" | "OON_COURTESY_ADJUSTMENT" | "PROMPT_PAY_DISCOUNT" | "BAD_DEBT" | "COLLECTION_AGENCY" | "OTHER" | "UNKNOWN" | "UNCOLLECTIBLE_OR_NON_BILLABLE";
|
|
9
|
+
type Raw = "SMALL_BALANCE" | "CHARITY_OR_FINANCIAL_ASSISTANCE" | "PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY" | "OON_COURTESY_ADJUSTMENT" | "PROMPT_PAY_DISCOUNT" | "BAD_DEBT" | "COLLECTION_AGENCY" | "OTHER" | "UNKNOWN" | "UNCOLLECTIBLE_OR_NON_BILLABLE" | "DECEASED";
|
|
10
10
|
}
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.46.
|
|
1
|
+
export declare const SDK_VERSION = "0.46.1";
|
package/version.js
CHANGED