candidhealth 0.40.2 → 0.40.4
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/Client.d.ts +3 -0
- package/Client.js +19 -14
- 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.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/api/resources/commons/types/ProcedureModifier.js +3 -0
- 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/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.d.ts +3 -3
- package/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
- 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 +1 -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.d.ts +0 -56
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
- 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/client/Client.d.ts +30 -0
- package/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/client/index.js +2 -0
- package/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +100 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +435 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/{insurancePayments/resources/v1/client/create.js → payerPlanGroups/resources/v1/client/deactivate.js} +3 -14
- package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/{dist/api/resources/insurancePayments/resources/v1/client/create.js → api/resources/payerPlanGroups/resources/v1/client/get.js} +3 -14
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +47 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/api/resources/{insurancePayments → payerPlanGroups}/resources/v1/client/update.js +8 -8
- package/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- 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.d.ts +2 -2
- package/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +19 -14
- 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.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
- 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/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.d.ts +3 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
- 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 +1 -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.d.ts +0 -56
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
- 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/client/Client.d.ts +30 -0
- package/dist/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/dist/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/client/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +100 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +435 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/{api/resources/insurancePayments/resources/v1/client/delete.js → dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js} +3 -14
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +47 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/{insurancePayments → payerPlanGroups}/resources/v1/client/update.js +8 -8
- package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- 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 +9 -9
- 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.d.ts +2 -2
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +5 -9
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/dist/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/index.js +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/client/create.d.ts → payerPlanGroups/resources/v1/client/deactivate.d.ts} +2 -7
- package/dist/serialization/resources/{insurancePayments/resources/v1/client/create.js → payerPlanGroups/resources/v1/client/deactivate.js} +2 -8
- package/dist/serialization/resources/{insurancePayments/resources/v1/client/delete.d.ts → payerPlanGroups/resources/v1/client/get.d.ts} +2 -7
- package/dist/serialization/resources/{insurancePayments/resources/v1/client/delete.js → payerPlanGroups/resources/v1/client/get.js} +2 -8
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +71 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/{serialization/resources/insurancePayments → dist/serialization/resources/payerPlanGroups}/resources/v1/client/update.d.ts +6 -6
- package/{serialization/resources/insurancePayments → dist/serialization/resources/payerPlanGroups}/resources/v1/client/update.js +7 -7
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/{serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js → dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js} +7 -9
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js} +6 -6
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +393 -231
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js +45 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/index.js +17 -0
- package/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/serialization/resources/{insurancePayments/resources/v1/client/create.d.ts → payerPlanGroups/resources/v1/client/deactivate.d.ts} +2 -7
- package/{dist/serialization/resources/insurancePayments/resources/v1/client/update.js → serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js} +2 -8
- package/{dist/serialization/resources/insurancePayments/resources/v1/client/update.d.ts → serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts} +2 -7
- package/serialization/resources/{insurancePayments/resources/v1/client/create.js → payerPlanGroups/resources/v1/client/get.js} +2 -8
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +71 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +83 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/serialization/resources/{insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js} +6 -6
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
- package/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
- package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +0 -90
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
- package/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -25
- package/serialization/resources/insurancePayments/resources/v1/client/delete.js +0 -83
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
- /package/api/resources/{insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +0 -0
- /package/api/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js} +0 -0
- /package/{dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js} +0 -0
- /package/{dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js → api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js} +0 -0
package/reference.md
CHANGED
|
@@ -292,6 +292,46 @@ await client.chargeCaptureBundles.v1.get(CandidApi.ChargeCaptureBundleId("d5e9c8
|
|
|
292
292
|
</dl>
|
|
293
293
|
</details>
|
|
294
294
|
|
|
295
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getSummary</a>() -> core.APIResponse<CandidApi.ChargeCaptureBundleSummary, CandidApi.chargeCaptureBundles.v1.getSummary.Error></code></summary>
|
|
296
|
+
<dl>
|
|
297
|
+
<dd>
|
|
298
|
+
|
|
299
|
+
#### 🔌 Usage
|
|
300
|
+
|
|
301
|
+
<dl>
|
|
302
|
+
<dd>
|
|
303
|
+
|
|
304
|
+
<dl>
|
|
305
|
+
<dd>
|
|
306
|
+
|
|
307
|
+
```typescript
|
|
308
|
+
await client.chargeCaptureBundles.v1.getSummary();
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
</dd>
|
|
312
|
+
</dl>
|
|
313
|
+
</dd>
|
|
314
|
+
</dl>
|
|
315
|
+
|
|
316
|
+
#### ⚙️ Parameters
|
|
317
|
+
|
|
318
|
+
<dl>
|
|
319
|
+
<dd>
|
|
320
|
+
|
|
321
|
+
<dl>
|
|
322
|
+
<dd>
|
|
323
|
+
|
|
324
|
+
**requestOptions:** `V1.RequestOptions`
|
|
325
|
+
|
|
326
|
+
</dd>
|
|
327
|
+
</dl>
|
|
328
|
+
</dd>
|
|
329
|
+
</dl>
|
|
330
|
+
|
|
331
|
+
</dd>
|
|
332
|
+
</dl>
|
|
333
|
+
</details>
|
|
334
|
+
|
|
295
335
|
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">resubmit</a>(chargeCaptureBundleId) -> core.APIResponse<CandidApi.ChargeCaptureBundle, CandidApi.chargeCaptureBundles.v1.resubmit.Error></code></summary>
|
|
296
336
|
<dl>
|
|
297
337
|
<dd>
|
|
@@ -359,7 +399,7 @@ await client.chargeCaptureBundles.v1.getAll({
|
|
|
359
399
|
sortDirection: "asc",
|
|
360
400
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
361
401
|
patientExternalId: "string",
|
|
362
|
-
bundleStatus: "
|
|
402
|
+
bundleStatus: "not-started",
|
|
363
403
|
chargeStatus: "planned",
|
|
364
404
|
chargeExternalId: "string",
|
|
365
405
|
dateOfService: "2023-01-15",
|
|
@@ -637,6 +677,7 @@ await client.chargeCapture.v1.getAll({
|
|
|
637
677
|
status: "planned",
|
|
638
678
|
chargeExternalId: "string",
|
|
639
679
|
dateOfService: "2023-01-15",
|
|
680
|
+
bundleId: CandidApi.ChargeCaptureBundleId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
640
681
|
excludeBundled: true,
|
|
641
682
|
});
|
|
642
683
|
```
|
|
@@ -4117,7 +4158,7 @@ await client.feeSchedules.v3.getMulti({
|
|
|
4117
4158
|
networkTypes: "12",
|
|
4118
4159
|
payerPlanGroupIds: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4119
4160
|
cptCode: "string",
|
|
4120
|
-
modifiers: "
|
|
4161
|
+
modifiers: "AV",
|
|
4121
4162
|
});
|
|
4122
4163
|
```
|
|
4123
4164
|
|
|
@@ -4194,7 +4235,7 @@ await client.feeSchedules.v3.getUniqueValuesForDimension({
|
|
|
4194
4235
|
networkTypes: "12",
|
|
4195
4236
|
payerPlanGroupIds: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4196
4237
|
cptCode: "string",
|
|
4197
|
-
modifiers: "
|
|
4238
|
+
modifiers: "AV",
|
|
4198
4239
|
});
|
|
4199
4240
|
```
|
|
4200
4241
|
|
|
@@ -4336,7 +4377,7 @@ await client.feeSchedules.v3.uploadFeeSchedule({
|
|
|
4336
4377
|
networkTypes: new Set(["12"]),
|
|
4337
4378
|
payerPlanGroupIds: new Set([CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]),
|
|
4338
4379
|
cptCode: "string",
|
|
4339
|
-
modifiers: new Set(["
|
|
4380
|
+
modifiers: new Set(["AV"]),
|
|
4340
4381
|
},
|
|
4341
4382
|
entries: [
|
|
4342
4383
|
{
|
|
@@ -5563,230 +5604,6 @@ await client.insurancePayments.v1.get(CandidApi.InsurancePaymentId("d5e9c84f-c2b
|
|
|
5563
5604
|
</dl>
|
|
5564
5605
|
</details>
|
|
5565
5606
|
|
|
5566
|
-
<details><summary><code>client.insurancePayments.v1.<a href="/src/api/resources/insurancePayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.InsurancePayment, CandidApi.insurancePayments.v1.create.Error></code></summary>
|
|
5567
|
-
<dl>
|
|
5568
|
-
<dd>
|
|
5569
|
-
|
|
5570
|
-
#### 📝 Description
|
|
5571
|
-
|
|
5572
|
-
<dl>
|
|
5573
|
-
<dd>
|
|
5574
|
-
|
|
5575
|
-
<dl>
|
|
5576
|
-
<dd>
|
|
5577
|
-
|
|
5578
|
-
Creates a new insurance payment record and returns the newly created `InsurancePayment` object. This endpoint
|
|
5579
|
-
should only be used for insurance payments that do not have a corresponding ERA (for example: a settlement check
|
|
5580
|
-
from a payer). If the payment is an ERA, then you should used the insurance-adjudications API.
|
|
5581
|
-
|
|
5582
|
-
</dd>
|
|
5583
|
-
</dl>
|
|
5584
|
-
</dd>
|
|
5585
|
-
</dl>
|
|
5586
|
-
|
|
5587
|
-
#### 🔌 Usage
|
|
5588
|
-
|
|
5589
|
-
<dl>
|
|
5590
|
-
<dd>
|
|
5591
|
-
|
|
5592
|
-
<dl>
|
|
5593
|
-
<dd>
|
|
5594
|
-
|
|
5595
|
-
```typescript
|
|
5596
|
-
await client.insurancePayments.v1.create({
|
|
5597
|
-
payerIdentifier: {
|
|
5598
|
-
type: "payer_info",
|
|
5599
|
-
},
|
|
5600
|
-
amountCents: 1,
|
|
5601
|
-
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
5602
|
-
paymentNote: "string",
|
|
5603
|
-
allocations: [
|
|
5604
|
-
{
|
|
5605
|
-
amountCents: 1,
|
|
5606
|
-
target: {
|
|
5607
|
-
type: "service_line_by_id",
|
|
5608
|
-
value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5609
|
-
},
|
|
5610
|
-
},
|
|
5611
|
-
],
|
|
5612
|
-
});
|
|
5613
|
-
```
|
|
5614
|
-
|
|
5615
|
-
</dd>
|
|
5616
|
-
</dl>
|
|
5617
|
-
</dd>
|
|
5618
|
-
</dl>
|
|
5619
|
-
|
|
5620
|
-
#### ⚙️ Parameters
|
|
5621
|
-
|
|
5622
|
-
<dl>
|
|
5623
|
-
<dd>
|
|
5624
|
-
|
|
5625
|
-
<dl>
|
|
5626
|
-
<dd>
|
|
5627
|
-
|
|
5628
|
-
**request:** `CandidApi.InsurancePaymentCreate`
|
|
5629
|
-
|
|
5630
|
-
</dd>
|
|
5631
|
-
</dl>
|
|
5632
|
-
|
|
5633
|
-
<dl>
|
|
5634
|
-
<dd>
|
|
5635
|
-
|
|
5636
|
-
**requestOptions:** `V1.RequestOptions`
|
|
5637
|
-
|
|
5638
|
-
</dd>
|
|
5639
|
-
</dl>
|
|
5640
|
-
</dd>
|
|
5641
|
-
</dl>
|
|
5642
|
-
|
|
5643
|
-
</dd>
|
|
5644
|
-
</dl>
|
|
5645
|
-
</details>
|
|
5646
|
-
|
|
5647
|
-
<details><summary><code>client.insurancePayments.v1.<a href="/src/api/resources/insurancePayments/resources/v1/client/Client.ts">update</a>(insurancePaymentId, { ...params }) -> core.APIResponse<CandidApi.InsurancePayment, CandidApi.insurancePayments.v1.update.Error></code></summary>
|
|
5648
|
-
<dl>
|
|
5649
|
-
<dd>
|
|
5650
|
-
|
|
5651
|
-
#### 📝 Description
|
|
5652
|
-
|
|
5653
|
-
<dl>
|
|
5654
|
-
<dd>
|
|
5655
|
-
|
|
5656
|
-
<dl>
|
|
5657
|
-
<dd>
|
|
5658
|
-
|
|
5659
|
-
Updates the patient payment record matching the provided insurance_payment_id. If updating the payment amount,
|
|
5660
|
-
then the allocations must be appropriately updated as well.
|
|
5661
|
-
|
|
5662
|
-
</dd>
|
|
5663
|
-
</dl>
|
|
5664
|
-
</dd>
|
|
5665
|
-
</dl>
|
|
5666
|
-
|
|
5667
|
-
#### 🔌 Usage
|
|
5668
|
-
|
|
5669
|
-
<dl>
|
|
5670
|
-
<dd>
|
|
5671
|
-
|
|
5672
|
-
<dl>
|
|
5673
|
-
<dd>
|
|
5674
|
-
|
|
5675
|
-
```typescript
|
|
5676
|
-
await client.insurancePayments.v1.update(CandidApi.InsurancePaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
5677
|
-
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
5678
|
-
paymentNote: {
|
|
5679
|
-
type: "set",
|
|
5680
|
-
value: "string",
|
|
5681
|
-
},
|
|
5682
|
-
});
|
|
5683
|
-
```
|
|
5684
|
-
|
|
5685
|
-
</dd>
|
|
5686
|
-
</dl>
|
|
5687
|
-
</dd>
|
|
5688
|
-
</dl>
|
|
5689
|
-
|
|
5690
|
-
#### ⚙️ Parameters
|
|
5691
|
-
|
|
5692
|
-
<dl>
|
|
5693
|
-
<dd>
|
|
5694
|
-
|
|
5695
|
-
<dl>
|
|
5696
|
-
<dd>
|
|
5697
|
-
|
|
5698
|
-
**insurancePaymentId:** `CandidApi.InsurancePaymentId`
|
|
5699
|
-
|
|
5700
|
-
</dd>
|
|
5701
|
-
</dl>
|
|
5702
|
-
|
|
5703
|
-
<dl>
|
|
5704
|
-
<dd>
|
|
5705
|
-
|
|
5706
|
-
**request:** `CandidApi.insurancePayments.v1.InsurancePaymentUpdate`
|
|
5707
|
-
|
|
5708
|
-
</dd>
|
|
5709
|
-
</dl>
|
|
5710
|
-
|
|
5711
|
-
<dl>
|
|
5712
|
-
<dd>
|
|
5713
|
-
|
|
5714
|
-
**requestOptions:** `V1.RequestOptions`
|
|
5715
|
-
|
|
5716
|
-
</dd>
|
|
5717
|
-
</dl>
|
|
5718
|
-
</dd>
|
|
5719
|
-
</dl>
|
|
5720
|
-
|
|
5721
|
-
</dd>
|
|
5722
|
-
</dl>
|
|
5723
|
-
</details>
|
|
5724
|
-
|
|
5725
|
-
<details><summary><code>client.insurancePayments.v1.<a href="/src/api/resources/insurancePayments/resources/v1/client/Client.ts">delete</a>(insurancePaymentId) -> core.APIResponse<void, CandidApi.insurancePayments.v1.delete.Error></code></summary>
|
|
5726
|
-
<dl>
|
|
5727
|
-
<dd>
|
|
5728
|
-
|
|
5729
|
-
#### 📝 Description
|
|
5730
|
-
|
|
5731
|
-
<dl>
|
|
5732
|
-
<dd>
|
|
5733
|
-
|
|
5734
|
-
<dl>
|
|
5735
|
-
<dd>
|
|
5736
|
-
|
|
5737
|
-
Deletes the insurance payment record matching the provided `insurance_payment_id`.
|
|
5738
|
-
If the matching record's organization_id does not match the authenticated user's
|
|
5739
|
-
current organization_id, then a response code of `403` will be returned.
|
|
5740
|
-
|
|
5741
|
-
</dd>
|
|
5742
|
-
</dl>
|
|
5743
|
-
</dd>
|
|
5744
|
-
</dl>
|
|
5745
|
-
|
|
5746
|
-
#### 🔌 Usage
|
|
5747
|
-
|
|
5748
|
-
<dl>
|
|
5749
|
-
<dd>
|
|
5750
|
-
|
|
5751
|
-
<dl>
|
|
5752
|
-
<dd>
|
|
5753
|
-
|
|
5754
|
-
```typescript
|
|
5755
|
-
await client.insurancePayments.v1.delete(CandidApi.InsurancePaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
5756
|
-
```
|
|
5757
|
-
|
|
5758
|
-
</dd>
|
|
5759
|
-
</dl>
|
|
5760
|
-
</dd>
|
|
5761
|
-
</dl>
|
|
5762
|
-
|
|
5763
|
-
#### ⚙️ Parameters
|
|
5764
|
-
|
|
5765
|
-
<dl>
|
|
5766
|
-
<dd>
|
|
5767
|
-
|
|
5768
|
-
<dl>
|
|
5769
|
-
<dd>
|
|
5770
|
-
|
|
5771
|
-
**insurancePaymentId:** `CandidApi.InsurancePaymentId`
|
|
5772
|
-
|
|
5773
|
-
</dd>
|
|
5774
|
-
</dl>
|
|
5775
|
-
|
|
5776
|
-
<dl>
|
|
5777
|
-
<dd>
|
|
5778
|
-
|
|
5779
|
-
**requestOptions:** `V1.RequestOptions`
|
|
5780
|
-
|
|
5781
|
-
</dd>
|
|
5782
|
-
</dl>
|
|
5783
|
-
</dd>
|
|
5784
|
-
</dl>
|
|
5785
|
-
|
|
5786
|
-
</dd>
|
|
5787
|
-
</dl>
|
|
5788
|
-
</details>
|
|
5789
|
-
|
|
5790
5607
|
## InsuranceRefunds V1
|
|
5791
5608
|
|
|
5792
5609
|
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.InsuranceRefundsPage, CandidApi.insuranceRefunds.v1.getMulti.Error></code></summary>
|
|
@@ -6188,7 +6005,7 @@ await client.medicationDispense.v1.create({
|
|
|
6188
6005
|
drugDescription: "string",
|
|
6189
6006
|
},
|
|
6190
6007
|
description: "string",
|
|
6191
|
-
modifiers: ["
|
|
6008
|
+
modifiers: ["AV"],
|
|
6192
6009
|
});
|
|
6193
6010
|
```
|
|
6194
6011
|
|
|
@@ -8600,6 +8417,351 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
8600
8417
|
</dl>
|
|
8601
8418
|
</details>
|
|
8602
8419
|
|
|
8420
|
+
## PayerPlanGroups V1
|
|
8421
|
+
|
|
8422
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
|
|
8423
|
+
<dl>
|
|
8424
|
+
<dd>
|
|
8425
|
+
|
|
8426
|
+
#### 📝 Description
|
|
8427
|
+
|
|
8428
|
+
<dl>
|
|
8429
|
+
<dd>
|
|
8430
|
+
|
|
8431
|
+
<dl>
|
|
8432
|
+
<dd>
|
|
8433
|
+
|
|
8434
|
+
Returns all payer plan groups matching filter criteria.
|
|
8435
|
+
|
|
8436
|
+
</dd>
|
|
8437
|
+
</dl>
|
|
8438
|
+
</dd>
|
|
8439
|
+
</dl>
|
|
8440
|
+
|
|
8441
|
+
#### 🔌 Usage
|
|
8442
|
+
|
|
8443
|
+
<dl>
|
|
8444
|
+
<dd>
|
|
8445
|
+
|
|
8446
|
+
<dl>
|
|
8447
|
+
<dd>
|
|
8448
|
+
|
|
8449
|
+
```typescript
|
|
8450
|
+
await client.payerPlanGroups.v1.getMulti({
|
|
8451
|
+
planGroupName: "string",
|
|
8452
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8453
|
+
payerId: CandidApi.PayerId("string"),
|
|
8454
|
+
planType: "09",
|
|
8455
|
+
isActive: true,
|
|
8456
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8457
|
+
limit: 1,
|
|
8458
|
+
sortBySimilarity: "string",
|
|
8459
|
+
sort: "plan_group_name",
|
|
8460
|
+
sortDirection: "asc",
|
|
8461
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8462
|
+
});
|
|
8463
|
+
```
|
|
8464
|
+
|
|
8465
|
+
</dd>
|
|
8466
|
+
</dl>
|
|
8467
|
+
</dd>
|
|
8468
|
+
</dl>
|
|
8469
|
+
|
|
8470
|
+
#### ⚙️ Parameters
|
|
8471
|
+
|
|
8472
|
+
<dl>
|
|
8473
|
+
<dd>
|
|
8474
|
+
|
|
8475
|
+
<dl>
|
|
8476
|
+
<dd>
|
|
8477
|
+
|
|
8478
|
+
**request:** `CandidApi.payerPlanGroups.v1.PayerPlanGroupGetMultiRequest`
|
|
8479
|
+
|
|
8480
|
+
</dd>
|
|
8481
|
+
</dl>
|
|
8482
|
+
|
|
8483
|
+
<dl>
|
|
8484
|
+
<dd>
|
|
8485
|
+
|
|
8486
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8487
|
+
|
|
8488
|
+
</dd>
|
|
8489
|
+
</dl>
|
|
8490
|
+
</dd>
|
|
8491
|
+
</dl>
|
|
8492
|
+
|
|
8493
|
+
</dd>
|
|
8494
|
+
</dl>
|
|
8495
|
+
</details>
|
|
8496
|
+
|
|
8497
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
|
|
8498
|
+
<dl>
|
|
8499
|
+
<dd>
|
|
8500
|
+
|
|
8501
|
+
#### 📝 Description
|
|
8502
|
+
|
|
8503
|
+
<dl>
|
|
8504
|
+
<dd>
|
|
8505
|
+
|
|
8506
|
+
<dl>
|
|
8507
|
+
<dd>
|
|
8508
|
+
|
|
8509
|
+
Return a plan group with a given ID.
|
|
8510
|
+
|
|
8511
|
+
</dd>
|
|
8512
|
+
</dl>
|
|
8513
|
+
</dd>
|
|
8514
|
+
</dl>
|
|
8515
|
+
|
|
8516
|
+
#### 🔌 Usage
|
|
8517
|
+
|
|
8518
|
+
<dl>
|
|
8519
|
+
<dd>
|
|
8520
|
+
|
|
8521
|
+
<dl>
|
|
8522
|
+
<dd>
|
|
8523
|
+
|
|
8524
|
+
```typescript
|
|
8525
|
+
await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8526
|
+
```
|
|
8527
|
+
|
|
8528
|
+
</dd>
|
|
8529
|
+
</dl>
|
|
8530
|
+
</dd>
|
|
8531
|
+
</dl>
|
|
8532
|
+
|
|
8533
|
+
#### ⚙️ Parameters
|
|
8534
|
+
|
|
8535
|
+
<dl>
|
|
8536
|
+
<dd>
|
|
8537
|
+
|
|
8538
|
+
<dl>
|
|
8539
|
+
<dd>
|
|
8540
|
+
|
|
8541
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8542
|
+
|
|
8543
|
+
</dd>
|
|
8544
|
+
</dl>
|
|
8545
|
+
|
|
8546
|
+
<dl>
|
|
8547
|
+
<dd>
|
|
8548
|
+
|
|
8549
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8550
|
+
|
|
8551
|
+
</dd>
|
|
8552
|
+
</dl>
|
|
8553
|
+
</dd>
|
|
8554
|
+
</dl>
|
|
8555
|
+
|
|
8556
|
+
</dd>
|
|
8557
|
+
</dl>
|
|
8558
|
+
</details>
|
|
8559
|
+
|
|
8560
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
|
|
8561
|
+
<dl>
|
|
8562
|
+
<dd>
|
|
8563
|
+
|
|
8564
|
+
#### 📝 Description
|
|
8565
|
+
|
|
8566
|
+
<dl>
|
|
8567
|
+
<dd>
|
|
8568
|
+
|
|
8569
|
+
<dl>
|
|
8570
|
+
<dd>
|
|
8571
|
+
|
|
8572
|
+
Create a payer plan group
|
|
8573
|
+
|
|
8574
|
+
</dd>
|
|
8575
|
+
</dl>
|
|
8576
|
+
</dd>
|
|
8577
|
+
</dl>
|
|
8578
|
+
|
|
8579
|
+
#### 🔌 Usage
|
|
8580
|
+
|
|
8581
|
+
<dl>
|
|
8582
|
+
<dd>
|
|
8583
|
+
|
|
8584
|
+
<dl>
|
|
8585
|
+
<dd>
|
|
8586
|
+
|
|
8587
|
+
```typescript
|
|
8588
|
+
await client.payerPlanGroups.v1.create({
|
|
8589
|
+
planGroupName: "string",
|
|
8590
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8591
|
+
planType: "09",
|
|
8592
|
+
});
|
|
8593
|
+
```
|
|
8594
|
+
|
|
8595
|
+
</dd>
|
|
8596
|
+
</dl>
|
|
8597
|
+
</dd>
|
|
8598
|
+
</dl>
|
|
8599
|
+
|
|
8600
|
+
#### ⚙️ Parameters
|
|
8601
|
+
|
|
8602
|
+
<dl>
|
|
8603
|
+
<dd>
|
|
8604
|
+
|
|
8605
|
+
<dl>
|
|
8606
|
+
<dd>
|
|
8607
|
+
|
|
8608
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
8609
|
+
|
|
8610
|
+
</dd>
|
|
8611
|
+
</dl>
|
|
8612
|
+
|
|
8613
|
+
<dl>
|
|
8614
|
+
<dd>
|
|
8615
|
+
|
|
8616
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8617
|
+
|
|
8618
|
+
</dd>
|
|
8619
|
+
</dl>
|
|
8620
|
+
</dd>
|
|
8621
|
+
</dl>
|
|
8622
|
+
|
|
8623
|
+
</dd>
|
|
8624
|
+
</dl>
|
|
8625
|
+
</details>
|
|
8626
|
+
|
|
8627
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
|
|
8628
|
+
<dl>
|
|
8629
|
+
<dd>
|
|
8630
|
+
|
|
8631
|
+
#### 📝 Description
|
|
8632
|
+
|
|
8633
|
+
<dl>
|
|
8634
|
+
<dd>
|
|
8635
|
+
|
|
8636
|
+
<dl>
|
|
8637
|
+
<dd>
|
|
8638
|
+
|
|
8639
|
+
Update any of the fields on a payer plan group
|
|
8640
|
+
|
|
8641
|
+
</dd>
|
|
8642
|
+
</dl>
|
|
8643
|
+
</dd>
|
|
8644
|
+
</dl>
|
|
8645
|
+
|
|
8646
|
+
#### 🔌 Usage
|
|
8647
|
+
|
|
8648
|
+
<dl>
|
|
8649
|
+
<dd>
|
|
8650
|
+
|
|
8651
|
+
<dl>
|
|
8652
|
+
<dd>
|
|
8653
|
+
|
|
8654
|
+
```typescript
|
|
8655
|
+
await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8656
|
+
planGroupName: "string",
|
|
8657
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8658
|
+
planType: "09",
|
|
8659
|
+
});
|
|
8660
|
+
```
|
|
8661
|
+
|
|
8662
|
+
</dd>
|
|
8663
|
+
</dl>
|
|
8664
|
+
</dd>
|
|
8665
|
+
</dl>
|
|
8666
|
+
|
|
8667
|
+
#### ⚙️ Parameters
|
|
8668
|
+
|
|
8669
|
+
<dl>
|
|
8670
|
+
<dd>
|
|
8671
|
+
|
|
8672
|
+
<dl>
|
|
8673
|
+
<dd>
|
|
8674
|
+
|
|
8675
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8676
|
+
|
|
8677
|
+
</dd>
|
|
8678
|
+
</dl>
|
|
8679
|
+
|
|
8680
|
+
<dl>
|
|
8681
|
+
<dd>
|
|
8682
|
+
|
|
8683
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
8684
|
+
|
|
8685
|
+
</dd>
|
|
8686
|
+
</dl>
|
|
8687
|
+
|
|
8688
|
+
<dl>
|
|
8689
|
+
<dd>
|
|
8690
|
+
|
|
8691
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8692
|
+
|
|
8693
|
+
</dd>
|
|
8694
|
+
</dl>
|
|
8695
|
+
</dd>
|
|
8696
|
+
</dl>
|
|
8697
|
+
|
|
8698
|
+
</dd>
|
|
8699
|
+
</dl>
|
|
8700
|
+
</details>
|
|
8701
|
+
|
|
8702
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
|
|
8703
|
+
<dl>
|
|
8704
|
+
<dd>
|
|
8705
|
+
|
|
8706
|
+
#### 📝 Description
|
|
8707
|
+
|
|
8708
|
+
<dl>
|
|
8709
|
+
<dd>
|
|
8710
|
+
|
|
8711
|
+
<dl>
|
|
8712
|
+
<dd>
|
|
8713
|
+
|
|
8714
|
+
Marks the payer plan group as deactivated
|
|
8715
|
+
|
|
8716
|
+
</dd>
|
|
8717
|
+
</dl>
|
|
8718
|
+
</dd>
|
|
8719
|
+
</dl>
|
|
8720
|
+
|
|
8721
|
+
#### 🔌 Usage
|
|
8722
|
+
|
|
8723
|
+
<dl>
|
|
8724
|
+
<dd>
|
|
8725
|
+
|
|
8726
|
+
<dl>
|
|
8727
|
+
<dd>
|
|
8728
|
+
|
|
8729
|
+
```typescript
|
|
8730
|
+
await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8731
|
+
```
|
|
8732
|
+
|
|
8733
|
+
</dd>
|
|
8734
|
+
</dl>
|
|
8735
|
+
</dd>
|
|
8736
|
+
</dl>
|
|
8737
|
+
|
|
8738
|
+
#### ⚙️ Parameters
|
|
8739
|
+
|
|
8740
|
+
<dl>
|
|
8741
|
+
<dd>
|
|
8742
|
+
|
|
8743
|
+
<dl>
|
|
8744
|
+
<dd>
|
|
8745
|
+
|
|
8746
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8747
|
+
|
|
8748
|
+
</dd>
|
|
8749
|
+
</dl>
|
|
8750
|
+
|
|
8751
|
+
<dl>
|
|
8752
|
+
<dd>
|
|
8753
|
+
|
|
8754
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8755
|
+
|
|
8756
|
+
</dd>
|
|
8757
|
+
</dl>
|
|
8758
|
+
</dd>
|
|
8759
|
+
</dl>
|
|
8760
|
+
|
|
8761
|
+
</dd>
|
|
8762
|
+
</dl>
|
|
8763
|
+
</details>
|
|
8764
|
+
|
|
8603
8765
|
## Payers V3
|
|
8604
8766
|
|
|
8605
8767
|
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
|
|
@@ -8718,7 +8880,7 @@ await client.payers.v3.getAll({
|
|
|
8718
8880
|
|
|
8719
8881
|
```typescript
|
|
8720
8882
|
await client.serviceLines.v2.create({
|
|
8721
|
-
modifiers: ["
|
|
8883
|
+
modifiers: ["AV"],
|
|
8722
8884
|
chargeAmountCents: 1,
|
|
8723
8885
|
diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8724
8886
|
diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
@@ -8818,7 +8980,7 @@ await client.serviceLines.v2.create({
|
|
|
8818
8980
|
```typescript
|
|
8819
8981
|
await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8820
8982
|
editReason: "string",
|
|
8821
|
-
modifiers: ["
|
|
8983
|
+
modifiers: ["AV"],
|
|
8822
8984
|
chargeAmountCents: 1,
|
|
8823
8985
|
diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8824
8986
|
diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const ChargeCaptureBundleStatus: core.serialization.Schema<serializers.chargeCaptureBundles.v1.ChargeCaptureBundleStatus.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureBundleStatus>;
|
|
8
8
|
export declare namespace ChargeCaptureBundleStatus {
|
|
9
|
-
type Raw = "in-progress" | "in-error" | "successful" | "aborted";
|
|
9
|
+
type Raw = "not-started" | "in-progress" | "in-error" | "successful" | "successful-dry-run" | "aborted";
|
|
10
10
|
}
|
package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js
CHANGED
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ChargeCaptureBundleStatus = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../../../core"));
|
|
41
|
-
exports.ChargeCaptureBundleStatus = core.serialization.enum_(["in-progress", "in-error", "successful", "aborted"]);
|
|
41
|
+
exports.ChargeCaptureBundleStatus = core.serialization.enum_(["not-started", "in-progress", "in-error", "successful", "successful-dry-run", "aborted"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ChargeCaptureBundleSummary: core.serialization.ObjectSchema<serializers.chargeCaptureBundles.v1.ChargeCaptureBundleSummary.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureBundleSummary>;
|
|
8
|
+
export declare namespace ChargeCaptureBundleSummary {
|
|
9
|
+
interface Raw {
|
|
10
|
+
charge_capture_unbundled_count: number;
|
|
11
|
+
charge_capture_bundles_in_error_count: number;
|
|
12
|
+
charge_capture_unresolved_change_count: number;
|
|
13
|
+
}
|
|
14
|
+
}
|