candidhealth 0.6.4 → 0.7.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/Client.d.ts +15 -0
- package/Client.js +29 -4
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claimSubmission/index.d.ts +1 -0
- package/api/resources/claimSubmission/index.js +17 -0
- package/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/index.js +27 -0
- package/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/api/resources/commons/types/ProviderId.js +10 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +5 -0
- package/api/resources/commons/types/index.js +5 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/index.d.ts +1 -0
- package/api/resources/financials/index.js +17 -0
- package/api/resources/financials/types/Allocation.d.ts +8 -0
- package/api/resources/financials/types/Allocation.js +5 -0
- package/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/AllocationCreate.js +5 -0
- package/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocation.js +5 -0
- package/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/api/resources/financials/types/RefundReason.js +9 -0
- package/api/resources/financials/types/index.d.ts +7 -0
- package/api/resources/financials/types/index.js +23 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/api/resources/index.d.ts +8 -0
- package/api/resources/index.js +9 -1
- package/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/client/index.js +2 -0
- package/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/api/resources/invoices/types/index.d.ts +0 -1
- package/api/resources/invoices/types/index.js +0 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/api/resources/patientPayments/client/Client.js +18 -0
- package/api/resources/patientPayments/client/index.d.ts +1 -0
- package/api/resources/patientPayments/client/index.js +2 -0
- package/api/resources/patientPayments/index.d.ts +1 -0
- package/api/resources/patientPayments/index.js +1 -0
- package/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/index.js +2 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/api/resources/patientRefunds/client/Client.js +18 -0
- package/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/api/resources/patientRefunds/client/index.js +2 -0
- package/api/resources/patientRefunds/index.d.ts +2 -0
- package/api/resources/patientRefunds/index.js +18 -0
- package/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/index.js +27 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/api/resources/writeOffs/client/Client.js +18 -0
- package/api/resources/writeOffs/client/index.d.ts +1 -0
- package/api/resources/writeOffs/client/index.js +2 -0
- package/api/resources/writeOffs/index.d.ts +2 -0
- package/api/resources/writeOffs/index.js +18 -0
- package/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/index.js +27 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/api/resources/x12/index.d.ts +1 -0
- package/api/resources/x12/index.js +17 -0
- package/api/resources/x12/resources/index.d.ts +1 -0
- package/api/resources/x12/resources/index.js +27 -0
- package/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/index.js +17 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/Client.d.ts +15 -0
- package/dist/Client.js +29 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/claimSubmission/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/index.js +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderId.js +10 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +5 -0
- package/dist/api/resources/commons/types/index.js +5 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/index.d.ts +1 -0
- package/dist/api/resources/financials/index.js +17 -0
- package/dist/api/resources/financials/types/Allocation.d.ts +8 -0
- package/dist/api/resources/financials/types/Allocation.js +5 -0
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/AllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocation.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/dist/api/resources/financials/types/RefundReason.js +9 -0
- package/dist/api/resources/financials/types/index.d.ts +7 -0
- package/dist/api/resources/financials/types/index.js +23 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/dist/api/resources/index.d.ts +8 -0
- package/dist/api/resources/index.js +9 -1
- package/dist/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/dist/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/dist/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/dist/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/client/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/api/resources/invoices/types/index.d.ts +0 -1
- package/dist/api/resources/invoices/types/index.js +0 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/dist/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/dist/api/resources/patientPayments/client/Client.js +18 -0
- package/dist/api/resources/patientPayments/client/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/client/index.js +2 -0
- package/dist/api/resources/patientPayments/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/index.js +1 -0
- package/dist/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/index.js +2 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/patientRefunds/client/Client.js +18 -0
- package/dist/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/client/index.js +2 -0
- package/dist/api/resources/patientRefunds/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/index.js +27 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/dist/api/resources/writeOffs/client/Client.js +18 -0
- package/dist/api/resources/writeOffs/client/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/client/index.js +2 -0
- package/dist/api/resources/writeOffs/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/index.js +27 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/api/resources/x12/index.d.ts +1 -0
- package/dist/api/resources/x12/index.js +17 -0
- package/dist/api/resources/x12/resources/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/index.js +27 -0
- package/dist/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/index.js +17 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderId.js +35 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +5 -0
- package/dist/serialization/resources/commons/types/index.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/dist/serialization/resources/financials/index.d.ts +1 -0
- package/dist/serialization/resources/financials/index.js +17 -0
- package/dist/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/Allocation.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/dist/serialization/resources/financials/types/RefundReason.js +31 -0
- package/dist/serialization/resources/financials/types/index.d.ts +7 -0
- package/dist/serialization/resources/financials/types/index.js +23 -0
- package/dist/serialization/resources/index.d.ts +8 -0
- package/dist/serialization/resources/index.js +9 -1
- package/dist/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +0 -1
- package/dist/serialization/resources/invoices/types/index.js +0 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/index.js +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/writeOffs/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/index.js +17 -0
- package/dist/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/index.js +27 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/x12/index.d.ts +1 -0
- package/dist/serialization/resources/x12/index.js +17 -0
- package/dist/serialization/resources/x12/resources/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/index.js +27 -0
- package/dist/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/index.js +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +18 -0
- package/package.json +1 -1
- package/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderId.js +35 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +5 -0
- package/serialization/resources/commons/types/index.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/serialization/resources/financials/index.d.ts +1 -0
- package/serialization/resources/financials/index.js +17 -0
- package/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/serialization/resources/financials/types/Allocation.js +34 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/serialization/resources/financials/types/RefundReason.js +31 -0
- package/serialization/resources/financials/types/index.d.ts +7 -0
- package/serialization/resources/financials/types/index.js +23 -0
- package/serialization/resources/index.d.ts +8 -0
- package/serialization/resources/index.js +9 -1
- package/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/serialization/resources/invoices/types/index.d.ts +0 -1
- package/serialization/resources/invoices/types/index.js +0 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/index.js +2 -1
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/serialization/resources/writeOffs/index.d.ts +1 -0
- package/serialization/resources/writeOffs/index.js +17 -0
- package/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/index.js +27 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/serialization/resources/x12/index.d.ts +1 -0
- package/serialization/resources/x12/index.js +17 -0
- package/serialization/resources/x12/resources/index.d.ts +1 -0
- package/serialization/resources/x12/resources/index.js +27 -0
- package/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/index.js +17 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/x12/resources/v1/types/index.js +18 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
package/Client.d.ts
CHANGED
|
@@ -10,8 +10,13 @@ import { Encounters } from "./api/resources/encounters/client/Client";
|
|
|
10
10
|
import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/client/Client";
|
|
11
11
|
import { Exports } from "./api/resources/exports/client/Client";
|
|
12
12
|
import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
13
|
+
import { InsuranceAdjudication } from "./api/resources/insuranceAdjudication/client/Client";
|
|
14
|
+
import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
|
|
13
15
|
import { OrganizationProviders } from "./api/resources/organizationProviders/client/Client";
|
|
16
|
+
import { PatientPayments } from "./api/resources/patientPayments/client/Client";
|
|
17
|
+
import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
|
|
14
18
|
import { Payers } from "./api/resources/payers/client/Client";
|
|
19
|
+
import { WriteOffs } from "./api/resources/writeOffs/client/Client";
|
|
15
20
|
export declare namespace CandidApiClient {
|
|
16
21
|
interface Options {
|
|
17
22
|
environment?: environments.CandidApiEnvironment | string;
|
|
@@ -35,8 +40,18 @@ export declare class CandidApiClient {
|
|
|
35
40
|
get exports(): Exports;
|
|
36
41
|
protected _guarantor: Guarantor | undefined;
|
|
37
42
|
get guarantor(): Guarantor;
|
|
43
|
+
protected _insuranceAdjudication: InsuranceAdjudication | undefined;
|
|
44
|
+
get insuranceAdjudication(): InsuranceAdjudication;
|
|
45
|
+
protected _insuranceRefunds: InsuranceRefunds | undefined;
|
|
46
|
+
get insuranceRefunds(): InsuranceRefunds;
|
|
38
47
|
protected _organizationProviders: OrganizationProviders | undefined;
|
|
39
48
|
get organizationProviders(): OrganizationProviders;
|
|
49
|
+
protected _patientPayments: PatientPayments | undefined;
|
|
50
|
+
get patientPayments(): PatientPayments;
|
|
51
|
+
protected _patientRefunds: PatientRefunds | undefined;
|
|
52
|
+
get patientRefunds(): PatientRefunds;
|
|
40
53
|
protected _payers: Payers | undefined;
|
|
41
54
|
get payers(): Payers;
|
|
55
|
+
protected _writeOffs: WriteOffs | undefined;
|
|
56
|
+
get writeOffs(): WriteOffs;
|
|
42
57
|
}
|
package/Client.js
CHANGED
|
@@ -11,8 +11,13 @@ const Client_4 = require("./api/resources/encounters/client/Client");
|
|
|
11
11
|
const Client_5 = require("./api/resources/expectedNetworkStatus/client/Client");
|
|
12
12
|
const Client_6 = require("./api/resources/exports/client/Client");
|
|
13
13
|
const Client_7 = require("./api/resources/guarantor/client/Client");
|
|
14
|
-
const Client_8 = require("./api/resources/
|
|
15
|
-
const Client_9 = require("./api/resources/
|
|
14
|
+
const Client_8 = require("./api/resources/insuranceAdjudication/client/Client");
|
|
15
|
+
const Client_9 = require("./api/resources/insuranceRefunds/client/Client");
|
|
16
|
+
const Client_10 = require("./api/resources/organizationProviders/client/Client");
|
|
17
|
+
const Client_11 = require("./api/resources/patientPayments/client/Client");
|
|
18
|
+
const Client_12 = require("./api/resources/patientRefunds/client/Client");
|
|
19
|
+
const Client_13 = require("./api/resources/payers/client/Client");
|
|
20
|
+
const Client_14 = require("./api/resources/writeOffs/client/Client");
|
|
16
21
|
class CandidApiClient {
|
|
17
22
|
options;
|
|
18
23
|
constructor(options) {
|
|
@@ -46,13 +51,33 @@ class CandidApiClient {
|
|
|
46
51
|
get guarantor() {
|
|
47
52
|
return (this._guarantor ??= new Client_7.Guarantor(this.options));
|
|
48
53
|
}
|
|
54
|
+
_insuranceAdjudication;
|
|
55
|
+
get insuranceAdjudication() {
|
|
56
|
+
return (this._insuranceAdjudication ??= new Client_8.InsuranceAdjudication(this.options));
|
|
57
|
+
}
|
|
58
|
+
_insuranceRefunds;
|
|
59
|
+
get insuranceRefunds() {
|
|
60
|
+
return (this._insuranceRefunds ??= new Client_9.InsuranceRefunds(this.options));
|
|
61
|
+
}
|
|
49
62
|
_organizationProviders;
|
|
50
63
|
get organizationProviders() {
|
|
51
|
-
return (this._organizationProviders ??= new
|
|
64
|
+
return (this._organizationProviders ??= new Client_10.OrganizationProviders(this.options));
|
|
65
|
+
}
|
|
66
|
+
_patientPayments;
|
|
67
|
+
get patientPayments() {
|
|
68
|
+
return (this._patientPayments ??= new Client_11.PatientPayments(this.options));
|
|
69
|
+
}
|
|
70
|
+
_patientRefunds;
|
|
71
|
+
get patientRefunds() {
|
|
72
|
+
return (this._patientRefunds ??= new Client_12.PatientRefunds(this.options));
|
|
52
73
|
}
|
|
53
74
|
_payers;
|
|
54
75
|
get payers() {
|
|
55
|
-
return (this._payers ??= new
|
|
76
|
+
return (this._payers ??= new Client_13.Payers(this.options));
|
|
77
|
+
}
|
|
78
|
+
_writeOffs;
|
|
79
|
+
get writeOffs() {
|
|
80
|
+
return (this._writeOffs ??= new Client_14.WriteOffs(this.options));
|
|
56
81
|
}
|
|
57
82
|
}
|
|
58
83
|
exports.CandidApiClient = CandidApiClient;
|
|
@@ -62,7 +62,7 @@ class V2 {
|
|
|
62
62
|
Authorization: await this._getAuthorizationHeader(),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "candidhealth",
|
|
65
|
-
"X-Fern-SDK-Version": "0.
|
|
65
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
|
|
@@ -48,7 +48,7 @@ class V2 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
51
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.jsonOrThrow(request, {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -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("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -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.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -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
|
+
export declare type ClaimFrequencyTypeCode = "1" | "6" | "7" | "8";
|
|
5
|
+
export declare const ClaimFrequencyTypeCode: {
|
|
6
|
+
readonly Original: "1";
|
|
7
|
+
readonly Corrected: "6";
|
|
8
|
+
readonly Replacement: "7";
|
|
9
|
+
readonly Void: "8";
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ClaimFrequencyTypeCode = void 0;
|
|
7
|
+
exports.ClaimFrequencyTypeCode = {
|
|
8
|
+
Original: "1",
|
|
9
|
+
Corrected: "6",
|
|
10
|
+
Replacement: "7",
|
|
11
|
+
Void: "8",
|
|
12
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Data about each external submission.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
11
|
+
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
|
|
12
|
+
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
13
|
+
* }
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* {
|
|
17
|
+
* submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
18
|
+
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Corrected,
|
|
19
|
+
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
20
|
+
* }
|
|
21
|
+
*/
|
|
22
|
+
export interface ClaimSubmissionRecordCreate {
|
|
23
|
+
/** When the claim was submitted to the payer. */
|
|
24
|
+
submittedAt: Date;
|
|
25
|
+
claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode;
|
|
26
|
+
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType;
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
9
|
+
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
10
|
+
* submissionRecords: [{
|
|
11
|
+
* submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
12
|
+
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
|
|
13
|
+
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
14
|
+
* }, {
|
|
15
|
+
* submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
16
|
+
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Corrected,
|
|
17
|
+
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
18
|
+
* }]
|
|
19
|
+
* }
|
|
20
|
+
*/
|
|
21
|
+
export interface ExternalClaimSubmissionCreate {
|
|
22
|
+
/** When the claim was created in the external system. */
|
|
23
|
+
claimCreatedAt: Date;
|
|
24
|
+
/** The Patient Control Number sent on the claim to the payer. */
|
|
25
|
+
patientControlNumber: string;
|
|
26
|
+
/**
|
|
27
|
+
* A successful claim submission record will be created for each value provided.
|
|
28
|
+
* Must contain at least one item.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
submissionRecords: CandidApi.claimSubmission.v1.ClaimSubmissionRecordCreate[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./ClaimFrequencyTypeCode"), exports);
|
|
18
|
+
__exportStar(require("./ExternalClaimSubmissionCreate"), exports);
|
|
19
|
+
__exportStar(require("./ClaimSubmissionRecordCreate"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type ClaimAdjustmentGroupCodes = "CO" | "CR" | "DE" | "MA" | "OA" | "PI" | "PR" | "RR" | "NC";
|
|
5
|
+
export declare const ClaimAdjustmentGroupCodes: {
|
|
6
|
+
readonly Co: "CO";
|
|
7
|
+
readonly Cr: "CR";
|
|
8
|
+
readonly De: "DE";
|
|
9
|
+
readonly Ma: "MA";
|
|
10
|
+
readonly Oa: "OA";
|
|
11
|
+
readonly Pi: "PI";
|
|
12
|
+
readonly Pr: "PR";
|
|
13
|
+
readonly Rr: "RR";
|
|
14
|
+
readonly Nc: "NC";
|
|
15
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ClaimAdjustmentGroupCodes = void 0;
|
|
7
|
+
exports.ClaimAdjustmentGroupCodes = {
|
|
8
|
+
Co: "CO",
|
|
9
|
+
Cr: "CR",
|
|
10
|
+
De: "DE",
|
|
11
|
+
Ma: "MA",
|
|
12
|
+
Oa: "OA",
|
|
13
|
+
Pi: "PI",
|
|
14
|
+
Pr: "PR",
|
|
15
|
+
Rr: "RR",
|
|
16
|
+
Nc: "NC",
|
|
17
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type ClaimSubmissionPayerResponsibilityType = "primary" | "secondary";
|
|
5
|
+
export declare const ClaimSubmissionPayerResponsibilityType: {
|
|
6
|
+
readonly Primary: "primary";
|
|
7
|
+
readonly Secondary: "secondary";
|
|
8
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ClaimSubmissionPayerResponsibilityType = void 0;
|
|
7
|
+
exports.ClaimSubmissionPayerResponsibilityType = {
|
|
8
|
+
Primary: "primary",
|
|
9
|
+
Secondary: "secondary",
|
|
10
|
+
};
|
|
@@ -1163,7 +1163,10 @@ export declare type ProcedureModifier =
|
|
|
1163
1163
|
| "V2"
|
|
1164
1164
|
/**
|
|
1165
1165
|
* Three patient visits in a month */
|
|
1166
|
-
| "V3"
|
|
1166
|
+
| "V3"
|
|
1167
|
+
/**
|
|
1168
|
+
* Two or more separate patient visits on the same date of service */
|
|
1169
|
+
| "XE";
|
|
1167
1170
|
export declare const ProcedureModifier: {
|
|
1168
1171
|
readonly TwentyTwo: "22";
|
|
1169
1172
|
readonly TwentyThree: "23";
|
|
@@ -1551,4 +1554,5 @@ export declare const ProcedureModifier: {
|
|
|
1551
1554
|
readonly V1: "V1";
|
|
1552
1555
|
readonly V2: "V2";
|
|
1553
1556
|
readonly V3: "V3";
|
|
1557
|
+
readonly Xe: "XE";
|
|
1554
1558
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ProviderId = void 0;
|
|
7
|
+
function ProviderId(value) {
|
|
8
|
+
return value;
|
|
9
|
+
}
|
|
10
|
+
exports.ProviderId = ProviderId;
|
|
@@ -6,6 +6,8 @@ export * from "./PatientExternalId";
|
|
|
6
6
|
export * from "./EncounterExternalId";
|
|
7
7
|
export * from "./Npi";
|
|
8
8
|
export * from "./WorkQueueId";
|
|
9
|
+
export * from "./ProviderId";
|
|
10
|
+
export * from "./InvoiceId";
|
|
9
11
|
export * from "./LinkUrl";
|
|
10
12
|
export * from "./PageToken";
|
|
11
13
|
export * from "./Date_";
|
|
@@ -23,12 +25,15 @@ export * from "./PatientRelationshipToInsuredCodeAll";
|
|
|
23
25
|
export * from "./ProcedureModifier";
|
|
24
26
|
export * from "./ServiceLineUnits";
|
|
25
27
|
export * from "./InsuranceTypeCode";
|
|
28
|
+
export * from "./ClaimAdjustmentGroupCodes";
|
|
29
|
+
export * from "./ClaimSubmissionPayerResponsibilityType";
|
|
26
30
|
export * from "./EmrPayerCrosswalk";
|
|
27
31
|
export * from "./ErrorMessage";
|
|
28
32
|
export * from "./EntityNotFoundErrorMessage";
|
|
29
33
|
export * from "./UnauthorizedErrorMessage";
|
|
30
34
|
export * from "./HttpServiceUnavailableErrorMessage";
|
|
31
35
|
export * from "./RequestValidationError";
|
|
36
|
+
export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
|
|
32
37
|
export * from "./PhoneNumber";
|
|
33
38
|
export * from "./PhoneNumberType";
|
|
34
39
|
export * from "./Email";
|
|
@@ -22,6 +22,8 @@ __exportStar(require("./PatientExternalId"), exports);
|
|
|
22
22
|
__exportStar(require("./EncounterExternalId"), exports);
|
|
23
23
|
__exportStar(require("./Npi"), exports);
|
|
24
24
|
__exportStar(require("./WorkQueueId"), exports);
|
|
25
|
+
__exportStar(require("./ProviderId"), exports);
|
|
26
|
+
__exportStar(require("./InvoiceId"), exports);
|
|
25
27
|
__exportStar(require("./LinkUrl"), exports);
|
|
26
28
|
__exportStar(require("./PageToken"), exports);
|
|
27
29
|
__exportStar(require("./Date_"), exports);
|
|
@@ -39,12 +41,15 @@ __exportStar(require("./PatientRelationshipToInsuredCodeAll"), exports);
|
|
|
39
41
|
__exportStar(require("./ProcedureModifier"), exports);
|
|
40
42
|
__exportStar(require("./ServiceLineUnits"), exports);
|
|
41
43
|
__exportStar(require("./InsuranceTypeCode"), exports);
|
|
44
|
+
__exportStar(require("./ClaimAdjustmentGroupCodes"), exports);
|
|
45
|
+
__exportStar(require("./ClaimSubmissionPayerResponsibilityType"), exports);
|
|
42
46
|
__exportStar(require("./EmrPayerCrosswalk"), exports);
|
|
43
47
|
__exportStar(require("./ErrorMessage"), exports);
|
|
44
48
|
__exportStar(require("./EntityNotFoundErrorMessage"), exports);
|
|
45
49
|
__exportStar(require("./UnauthorizedErrorMessage"), exports);
|
|
46
50
|
__exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
|
|
47
51
|
__exportStar(require("./RequestValidationError"), exports);
|
|
52
|
+
__exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
|
|
48
53
|
__exportStar(require("./PhoneNumber"), exports);
|
|
49
54
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
50
55
|
__exportStar(require("./Email"), exports);
|
|
@@ -65,7 +65,7 @@ class V2 {
|
|
|
65
65
|
Authorization: await this._getAuthorizationHeader(),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "candidhealth",
|
|
68
|
-
"X-Fern-SDK-Version": "0.
|
|
68
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
69
69
|
},
|
|
70
70
|
contentType: "application/json",
|
|
71
71
|
body: request,
|
|
@@ -103,7 +103,7 @@ class V4 {
|
|
|
103
103
|
Authorization: await this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.
|
|
106
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
queryParameters: _queryParams,
|
|
@@ -133,7 +133,7 @@ class V4 {
|
|
|
133
133
|
Authorization: await this._getAuthorizationHeader(),
|
|
134
134
|
"X-Fern-Language": "JavaScript",
|
|
135
135
|
"X-Fern-SDK-Name": "candidhealth",
|
|
136
|
-
"X-Fern-SDK-Version": "0.
|
|
136
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
137
137
|
},
|
|
138
138
|
contentType: "application/json",
|
|
139
139
|
timeoutMs: 60000,
|
|
@@ -162,7 +162,7 @@ class V4 {
|
|
|
162
162
|
Authorization: await this._getAuthorizationHeader(),
|
|
163
163
|
"X-Fern-Language": "JavaScript",
|
|
164
164
|
"X-Fern-SDK-Name": "candidhealth",
|
|
165
|
-
"X-Fern-SDK-Version": "0.
|
|
165
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
166
166
|
},
|
|
167
167
|
contentType: "application/json",
|
|
168
168
|
body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
|
|
@@ -212,7 +212,7 @@ class V4 {
|
|
|
212
212
|
Authorization: await this._getAuthorizationHeader(),
|
|
213
213
|
"X-Fern-Language": "JavaScript",
|
|
214
214
|
"X-Fern-SDK-Name": "candidhealth",
|
|
215
|
-
"X-Fern-SDK-Version": "0.
|
|
215
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
216
216
|
},
|
|
217
217
|
contentType: "application/json",
|
|
218
218
|
body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
|
|
@@ -79,4 +79,11 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
guarantor?: CandidApi.guarantor.v1.GuarantorCreate;
|
|
82
|
+
/**
|
|
83
|
+
* ***This field is incubating.***
|
|
84
|
+
* To be included for claims that have been submitted outside of Candid.
|
|
85
|
+
* Candid supports posting remits and payments to these claims and working them in-platform (e.g. editing, resubmitting).
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
externalClaimSubmission?: CandidApi.claimSubmission.v1.ExternalClaimSubmissionCreate;
|
|
82
89
|
}
|
|
@@ -78,4 +78,10 @@ export interface EncounterUpdate {
|
|
|
78
78
|
endDateOfService?: CandidApi.Date_;
|
|
79
79
|
/** Contains details of the secondary insurance subscriber. */
|
|
80
80
|
subscriberSecondary?: CandidApi.SubscriberCreate;
|
|
81
|
+
/**
|
|
82
|
+
* Defines additional information on the claim needed by the payer.
|
|
83
|
+
* Box 19 on the CMS-1500 claim form.
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
additionalInformation?: string;
|
|
81
87
|
}
|
|
@@ -201,7 +201,7 @@ import * as CandidApi from "../../../../..";
|
|
|
201
201
|
* groupNumber: "ABC12345",
|
|
202
202
|
* planName: "Silver PPO Plan",
|
|
203
203
|
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
204
|
-
* insuranceType: CandidApi.InsuranceTypeCode.
|
|
204
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C12
|
|
205
205
|
* },
|
|
206
206
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
207
207
|
* dateOfBirth: CandidApi.Date_("2000-01-01"),
|
|
@@ -231,7 +231,7 @@ import * as CandidApi from "../../../../..";
|
|
|
231
231
|
* groupNumber: "ABC12345",
|
|
232
232
|
* planName: "Silver PPO Plan",
|
|
233
233
|
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
234
|
-
* insuranceType: CandidApi.InsuranceTypeCode.
|
|
234
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C12
|
|
235
235
|
* },
|
|
236
236
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
237
237
|
* dateOfBirth: CandidApi.Date_("2000-01-01"),
|
|
@@ -80,4 +80,10 @@ export interface EncounterBase {
|
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType;
|
|
83
|
+
/**
|
|
84
|
+
* Defines additional information on the claim needed by the payer.
|
|
85
|
+
* Box 19 on the CMS-1500 claim form.
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
additionalInformation?: string;
|
|
83
89
|
}
|
|
@@ -202,7 +202,7 @@ import * as CandidApi from "../../../../..";
|
|
|
202
202
|
* groupNumber: "ABC12345",
|
|
203
203
|
* planName: "Silver PPO Plan",
|
|
204
204
|
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
205
|
-
* insuranceType: CandidApi.InsuranceTypeCode.
|
|
205
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C12
|
|
206
206
|
* },
|
|
207
207
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
208
208
|
* dateOfBirth: CandidApi.Date_("2000-01-01"),
|
|
@@ -232,7 +232,7 @@ import * as CandidApi from "../../../../..";
|
|
|
232
232
|
* groupNumber: "ABC12345",
|
|
233
233
|
* planName: "Silver PPO Plan",
|
|
234
234
|
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
235
|
-
* insuranceType: CandidApi.InsuranceTypeCode.
|
|
235
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C12
|
|
236
236
|
* },
|
|
237
237
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
238
238
|
* dateOfBirth: CandidApi.Date_("2000-01-01"),
|
|
@@ -13,6 +13,11 @@ export declare namespace V1 {
|
|
|
13
13
|
export declare class V1 {
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
|
+
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
18
|
+
* Computes the expected network status given the provided information.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
16
21
|
compute(request: CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest): Promise<core.APIResponse<CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse, CandidApi.expectedNetworkStatus.v1.compute.Error>>;
|
|
17
22
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
18
23
|
}
|
|
@@ -40,6 +40,11 @@ class V1 {
|
|
|
40
40
|
constructor(options) {
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
45
|
+
* Computes the expected network status given the provided information.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
43
48
|
async compute(request) {
|
|
44
49
|
const _response = await core.fetcher({
|
|
45
50
|
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, "/api/expected-network-status/v1"),
|
|
@@ -48,7 +53,7 @@ class V1 {
|
|
|
48
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
54
|
"X-Fern-Language": "JavaScript",
|
|
50
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
52
57
|
},
|
|
53
58
|
contentType: "application/json",
|
|
54
59
|
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|