candidhealth 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +4 -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/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -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/types/Encounter.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
- package/api/resources/expectedNetworkStatus/client/Client.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/resources/index.js +2 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/types/Allocation.d.ts +1 -1
- package/api/resources/financials/types/AllocationCreate.d.ts +1 -1
- package/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
- package/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
- package/api/resources/financials/types/index.d.ts +2 -4
- package/api/resources/financials/types/index.js +2 -4
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/client/Client.js +3 -3
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/create.js +1 -1
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/delete.js +1 -1
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/client/get.js +1 -1
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
- package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
- package/api/resources/x12/resources/v1/types/Carc.js +28 -0
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +4 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -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/types/Encounter.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +10 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +2 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +33 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +163 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +34 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +69 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +34 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +69 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +31 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +6 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +31 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +12 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +10 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +11 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +8 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +10 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +9 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +47 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +49 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/types/Allocation.d.ts +1 -1
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -1
- package/dist/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts} +2 -2
- package/dist/api/resources/financials/types/AllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/{AllocationRecipientCreate.d.ts → AllocationTargetCreate.d.ts} +2 -2
- package/dist/api/resources/financials/types/AllocationTargetCreate.js +5 -0
- package/dist/api/resources/financials/types/index.d.ts +2 -4
- package/dist/api/resources/financials/types/index.js +2 -4
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.d.ts +4 -4
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/client/Client.js +3 -3
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/Client.d.ts +3 -3
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/Client.js +12 -12
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/create.d.ts +4 -4
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/create.js +1 -1
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/delete.d.ts +4 -4
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/delete.js +1 -1
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/get.d.ts +4 -4
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/client/get.js +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +5 -0
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/{api/resources/insuranceAdjudication → dist/api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +29 -1
- package/dist/api/resources/x12/resources/v1/types/Carc.js +28 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
- package/dist/serialization/resources/financials/types/Allocation.d.ts +1 -1
- package/dist/serialization/resources/financials/types/Allocation.js +1 -1
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
- package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -1
- package/{serialization/resources/financials/types/AllocationRecipient.d.ts → dist/serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
- package/dist/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
- package/{serialization/resources/financials/types/AllocationRecipientCreate.d.ts → dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
- package/dist/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
- package/dist/serialization/resources/financials/types/index.d.ts +2 -4
- package/dist/serialization/resources/financials/types/index.js +2 -4
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
- package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/{serialization/resources/insuranceAdjudication → dist/serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +2 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
- package/package.json +1 -1
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +6 -2
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +10 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +31 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.js +2 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +51 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +51 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +28 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +39 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +13 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +34 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +19 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +40 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +12 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +33 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +39 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +13 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +34 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +35 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +19 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +40 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +35 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +13 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +34 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +37 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +13 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +34 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +31 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +35 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +35 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +73 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +16 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +32 -0
- package/serialization/resources/financials/types/Allocation.d.ts +1 -1
- package/serialization/resources/financials/types/Allocation.js +1 -1
- package/serialization/resources/financials/types/AllocationCreate.d.ts +1 -1
- package/serialization/resources/financials/types/AllocationCreate.js +1 -1
- package/{dist/serialization/resources/financials/types/AllocationRecipient.d.ts → serialization/resources/financials/types/AllocationTarget.d.ts} +3 -3
- package/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js} +2 -2
- package/{dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts → serialization/resources/financials/types/AllocationTargetCreate.d.ts} +3 -3
- package/serialization/resources/financials/types/{AllocationRecipientCreate.js → AllocationTargetCreate.js} +2 -2
- package/serialization/resources/financials/types/index.d.ts +2 -4
- package/serialization/resources/financials/types/index.js +2 -4
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.d.ts +3 -3
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +2 -2
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -3
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +2 -2
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.d.ts +3 -3
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +2 -2
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.d.ts +2 -2
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +1 -1
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +1 -1
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.d.ts +4 -4
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +3 -3
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +3 -3
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
- package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/{dist/serialization/resources/insuranceAdjudication → serialization/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +2 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +2 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +2 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -1
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +2 -2
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -2
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -2
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +3 -2
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.js +28 -0
- package/api/resources/financials/types/RefundAllocation.d.ts +0 -8
- package/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
- package/dist/api/resources/financials/types/RefundAllocation.d.ts +0 -8
- package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +0 -8
- package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
- package/dist/serialization/resources/financials/types/RefundAllocation.js +0 -34
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
- package/serialization/resources/financials/types/RefundAllocation.d.ts +0 -13
- package/serialization/resources/financials/types/RefundAllocation.js +0 -34
- package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +0 -13
- package/serialization/resources/financials/types/RefundAllocationCreate.js +0 -34
- /package/api/resources/{financials/types/AllocationRecipient.js → commons/types/OrganizationNotAuthorizedErrorMessage.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1 → expectedNetworkStatus/resources/v2}/index.js +0 -0
- /package/api/resources/{financials/types/AllocationRecipientCreate.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js} +0 -0
- /package/api/resources/{financials/types/RefundAllocation.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js} +0 -0
- /package/api/resources/{financials/types/RefundAllocationCreate.js → expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudication.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js → expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js → expectedNetworkStatus/resources/v2/types/InNetworkStatus.js} +0 -0
- /package/api/resources/{insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js → expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js} +0 -0
- /package/{dist/api/resources/financials/types/AllocationRecipient.js → api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js} +0 -0
- /package/{dist/api/resources/financials/types/AllocationRecipientCreate.js → api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js} +0 -0
- /package/{dist/api/resources/financials/types/RefundAllocation.js → api/resources/financials/types/AllocationTarget.js} +0 -0
- /package/{dist/api/resources/financials/types/RefundAllocationCreate.js → api/resources/financials/types/AllocationTargetCreate.js} +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.d.ts +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/index.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudication.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjudicationCreate.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudication.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationCreate.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudication.js +0 -0
- /package/{dist/api/resources/insuranceAdjudication → api/resources/insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationCreate.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
- /package/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/client/index.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/client/index.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/InsuranceAdjudicationId.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ServiceLineAdjudicationId.js +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
- /package/dist/api/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.d.ts +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
- /package/dist/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.d.ts +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/index.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.d.ts +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/index.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.d.ts +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/index.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.d.ts +0 -0
- /package/serialization/resources/{insuranceAdjudication → insuranceAdjudications}/resources/v1/types/index.js +0 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ServiceType = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ServiceType = core.serialization.enum_([
|
|
32
|
+
"new_patient_video_appt",
|
|
33
|
+
"new_patient_prev_video_appt",
|
|
34
|
+
"new_patient_office_appt",
|
|
35
|
+
"established_patient_video_appt",
|
|
36
|
+
"established_patient_prev_video_appt",
|
|
37
|
+
"established_patient_office_appt",
|
|
38
|
+
"patient_portal_with_qualified_physician",
|
|
39
|
+
"patient_portal_with_non_qualified_physician",
|
|
40
|
+
"group_therapy",
|
|
41
|
+
"phone_appt",
|
|
42
|
+
"annual_wellness_visit",
|
|
43
|
+
"remote_patient_monitoring",
|
|
44
|
+
"diagnostic",
|
|
45
|
+
"cardiac_monitoring",
|
|
46
|
+
"cardiac_codes",
|
|
47
|
+
"psychotherapy",
|
|
48
|
+
"phone_therapy",
|
|
49
|
+
"alcohol_abuse",
|
|
50
|
+
"smoking_cessation",
|
|
51
|
+
"speech_therapy",
|
|
52
|
+
"home_visit",
|
|
53
|
+
"medical_nutrition_therapy",
|
|
54
|
+
"nutritional_counseling",
|
|
55
|
+
"dietitian_visit",
|
|
56
|
+
"preventative_medicine_counseling",
|
|
57
|
+
"chronic_care",
|
|
58
|
+
"advance_care",
|
|
59
|
+
"collaborative_care_management",
|
|
60
|
+
"abortion_care",
|
|
61
|
+
"abortion_drugs",
|
|
62
|
+
"remote_therapeutic_monitoring",
|
|
63
|
+
"principal_care_mgmt",
|
|
64
|
+
"other_em",
|
|
65
|
+
"telehealth_oud",
|
|
66
|
+
"substance_abuse_treatment",
|
|
67
|
+
"acupuncture",
|
|
68
|
+
"physical_therapy",
|
|
69
|
+
"lactation_consulting",
|
|
70
|
+
"sleep_study",
|
|
71
|
+
"cms_telehealth_codes",
|
|
72
|
+
"cms_telehealth_audio_codes",
|
|
73
|
+
]);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./NetworkStatusCheckId";
|
|
2
|
+
export * from "./LineOfBusiness";
|
|
3
|
+
export * from "./InsuranceType";
|
|
4
|
+
export * from "./ServiceType";
|
|
5
|
+
export * from "./ExpectedNetworkStatusRequestV2";
|
|
6
|
+
export * from "./ComputeAllInNetworkProvidersRequest";
|
|
7
|
+
export * from "./ExpectedNetworkStatusSubscriberInformation";
|
|
8
|
+
export * from "./InNetworkRenderingProvidersDetail";
|
|
9
|
+
export * from "./IndeterminateNetworkStatus";
|
|
10
|
+
export * from "./InNetworkStatus";
|
|
11
|
+
export * from "./OutOfNetworkStatus";
|
|
12
|
+
export * from "./ComputeAllInNetworkRenderingProvidersResult";
|
|
13
|
+
export * from "./ComputeAllInNetworkProvidersResponse";
|
|
14
|
+
export * from "./ExpectedNetworkStatusV2";
|
|
15
|
+
export * from "./ExpectedNetworkStatusResponseV2";
|
|
16
|
+
export * from "./ExpectedNetworkStatusCheckErrorMessage";
|
|
@@ -0,0 +1,32 @@
|
|
|
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("./NetworkStatusCheckId"), exports);
|
|
18
|
+
__exportStar(require("./LineOfBusiness"), exports);
|
|
19
|
+
__exportStar(require("./InsuranceType"), exports);
|
|
20
|
+
__exportStar(require("./ServiceType"), exports);
|
|
21
|
+
__exportStar(require("./ExpectedNetworkStatusRequestV2"), exports);
|
|
22
|
+
__exportStar(require("./ComputeAllInNetworkProvidersRequest"), exports);
|
|
23
|
+
__exportStar(require("./ExpectedNetworkStatusSubscriberInformation"), exports);
|
|
24
|
+
__exportStar(require("./InNetworkRenderingProvidersDetail"), exports);
|
|
25
|
+
__exportStar(require("./IndeterminateNetworkStatus"), exports);
|
|
26
|
+
__exportStar(require("./InNetworkStatus"), exports);
|
|
27
|
+
__exportStar(require("./OutOfNetworkStatus"), exports);
|
|
28
|
+
__exportStar(require("./ComputeAllInNetworkRenderingProvidersResult"), exports);
|
|
29
|
+
__exportStar(require("./ComputeAllInNetworkProvidersResponse"), exports);
|
|
30
|
+
__exportStar(require("./ExpectedNetworkStatusV2"), exports);
|
|
31
|
+
__exportStar(require("./ExpectedNetworkStatusResponseV2"), exports);
|
|
32
|
+
__exportStar(require("./ExpectedNetworkStatusCheckErrorMessage"), exports);
|
|
@@ -8,6 +8,6 @@ export declare const Allocation: core.serialization.ObjectSchema<serializers.All
|
|
|
8
8
|
export declare namespace Allocation {
|
|
9
9
|
interface Raw {
|
|
10
10
|
amount_cents: number;
|
|
11
|
-
|
|
11
|
+
target: serializers.AllocationTarget.Raw;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -30,5 +30,5 @@ exports.Allocation = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.Allocation = core.serialization.object({
|
|
32
32
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
|
-
|
|
33
|
+
target: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).AllocationTarget),
|
|
34
34
|
});
|
|
@@ -8,6 +8,6 @@ export declare const AllocationCreate: core.serialization.ObjectSchema<serialize
|
|
|
8
8
|
export declare namespace AllocationCreate {
|
|
9
9
|
interface Raw {
|
|
10
10
|
amount_cents: number;
|
|
11
|
-
|
|
11
|
+
target: serializers.AllocationTargetCreate.Raw;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -30,5 +30,5 @@ exports.AllocationCreate = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.AllocationCreate = core.serialization.object({
|
|
32
32
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
|
-
|
|
33
|
+
target: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).AllocationTargetCreate),
|
|
34
34
|
});
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import * as serializers from "../../..";
|
|
5
5
|
import * as CandidApi from "../../../../api";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
9
|
-
type Raw =
|
|
7
|
+
export declare const AllocationTarget: core.serialization.Schema<serializers.AllocationTarget.Raw, CandidApi.AllocationTarget>;
|
|
8
|
+
export declare namespace AllocationTarget {
|
|
9
|
+
type Raw = AllocationTarget.ServiceLine | AllocationTarget.Claim | AllocationTarget.BillingProviderId;
|
|
10
10
|
interface ServiceLine {
|
|
11
11
|
type: "service_line";
|
|
12
12
|
value: serializers.ServiceLineId.Raw;
|
package/dist/serialization/resources/financials/types/{AllocationRecipient.js → AllocationTarget.js}
RENAMED
|
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.AllocationTarget = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.AllocationTarget = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
service_line: core.serialization.object({
|
|
34
34
|
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineId),
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import * as serializers from "../../..";
|
|
5
5
|
import * as CandidApi from "../../../../api";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
9
|
-
type Raw =
|
|
7
|
+
export declare const AllocationTargetCreate: core.serialization.Schema<serializers.AllocationTargetCreate.Raw, CandidApi.AllocationTargetCreate>;
|
|
8
|
+
export declare namespace AllocationTargetCreate {
|
|
9
|
+
type Raw = AllocationTargetCreate.ServiceLineById | AllocationTargetCreate.ClaimById | AllocationTargetCreate.BillingProviderById;
|
|
10
10
|
interface ServiceLineById {
|
|
11
11
|
type: "service_line_by_id";
|
|
12
12
|
value: serializers.ServiceLineId.Raw;
|
|
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.AllocationTargetCreate = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.AllocationTargetCreate = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
service_line_by_id: core.serialization.object({
|
|
34
34
|
value: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLineId),
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from "./RefundReason";
|
|
2
|
-
export * from "./RefundAllocationCreate";
|
|
3
2
|
export * from "./Allocation";
|
|
4
|
-
export * from "./
|
|
3
|
+
export * from "./AllocationTarget";
|
|
5
4
|
export * from "./AllocationCreate";
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./RefundAllocation";
|
|
5
|
+
export * from "./AllocationTargetCreate";
|
|
@@ -15,9 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./RefundReason"), exports);
|
|
18
|
-
__exportStar(require("./RefundAllocationCreate"), exports);
|
|
19
18
|
__exportStar(require("./Allocation"), exports);
|
|
20
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./AllocationTarget"), exports);
|
|
21
20
|
__exportStar(require("./AllocationCreate"), exports);
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./RefundAllocation"), exports);
|
|
21
|
+
__exportStar(require("./AllocationTargetCreate"), exports);
|
|
@@ -6,7 +6,7 @@ export * as encounters from "./encounters";
|
|
|
6
6
|
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
7
7
|
export * as exports from "./exports";
|
|
8
8
|
export * as guarantor from "./guarantor";
|
|
9
|
-
export * as
|
|
9
|
+
export * as insuranceAdjudications from "./insuranceAdjudications";
|
|
10
10
|
export * as insuranceRefunds from "./insuranceRefunds";
|
|
11
11
|
export * as organizationServiceFacilities from "./organizationServiceFacilities";
|
|
12
12
|
export * as organizationProviders from "./organizationProviders";
|
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.
|
|
29
|
+
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.insuranceAdjudications = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
32
32
|
exports.claimSubmission = __importStar(require("./claimSubmission"));
|
|
@@ -35,7 +35,7 @@ exports.encounters = __importStar(require("./encounters"));
|
|
|
35
35
|
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
36
36
|
exports.exports = __importStar(require("./exports"));
|
|
37
37
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
38
|
-
exports.
|
|
38
|
+
exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
|
|
39
39
|
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
40
40
|
exports.organizationServiceFacilities = __importStar(require("./organizationServiceFacilities"));
|
|
41
41
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ClaimAdjudication: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const ClaimAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjudication.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjudication>;
|
|
8
8
|
export declare namespace ClaimAdjudication {
|
|
9
9
|
interface Raw {
|
|
10
10
|
insurance_allowed_amount_cents?: number | null;
|
|
11
11
|
insurance_paid_amount_cents?: number | null;
|
|
12
|
-
service_lines: Record<serializers.ServiceLineId.Raw, serializers.
|
|
13
|
-
carcs: serializers.
|
|
12
|
+
service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ServiceLineAdjudication.Raw>;
|
|
13
|
+
carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -31,6 +31,6 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
31
31
|
exports.ClaimAdjudication = core.serialization.object({
|
|
32
32
|
insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
|
|
33
33
|
insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
|
|
34
|
-
serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
35
|
-
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
34
|
+
serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudication))),
|
|
35
|
+
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
|
|
36
36
|
});
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ClaimAdjudicationCreate: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const ClaimAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjudicationCreate>;
|
|
8
8
|
export declare namespace ClaimAdjudicationCreate {
|
|
9
9
|
interface Raw {
|
|
10
10
|
insurance_allowed_amount_cents?: number | null;
|
|
11
11
|
insurance_paid_amount_cents?: number | null;
|
|
12
|
-
service_lines: Record<serializers.ServiceLineId.Raw, serializers.
|
|
13
|
-
carcs: serializers.
|
|
12
|
+
service_lines: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ServiceLineAdjudicationCreate.Raw>;
|
|
13
|
+
carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -31,6 +31,6 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
31
31
|
exports.ClaimAdjudicationCreate = core.serialization.object({
|
|
32
32
|
insuranceAllowedAmountCents: core.serialization.property("insurance_allowed_amount_cents", core.serialization.number().optional()),
|
|
33
33
|
insurancePaidAmountCents: core.serialization.property("insurance_paid_amount_cents", core.serialization.number().optional()),
|
|
34
|
-
serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
35
|
-
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
34
|
+
serviceLines: core.serialization.property("service_lines", core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudicationCreate))),
|
|
35
|
+
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
|
|
36
36
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ClaimAdjustmentReasonCode: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const ClaimAdjustmentReasonCode: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw, CandidApi.insuranceAdjudications.v1.ClaimAdjustmentReasonCode>;
|
|
8
8
|
export declare namespace ClaimAdjustmentReasonCode {
|
|
9
9
|
interface Raw {
|
|
10
10
|
group_code: serializers.ClaimAdjustmentGroupCodes.Raw;
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const InsuranceAdjudication: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const InsuranceAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudication.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudication>;
|
|
8
8
|
export declare namespace InsuranceAdjudication {
|
|
9
9
|
interface Raw {
|
|
10
|
-
insurance_adjudication_id: serializers.
|
|
10
|
+
insurance_adjudication_id: serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.Raw;
|
|
11
11
|
payer_uuid: serializers.payers.v3.PayerUuid.Raw;
|
|
12
12
|
post_date?: string | null;
|
|
13
13
|
payer_claim_number: string;
|
|
14
14
|
check_number?: string | null;
|
|
15
15
|
check_date: string;
|
|
16
16
|
note?: string | null;
|
|
17
|
-
claims: Record<serializers.ServiceLineId.Raw, serializers.
|
|
17
|
+
claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ClaimAdjudication.Raw>;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -29,12 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.InsuranceAdjudication = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.InsuranceAdjudication = core.serialization.object({
|
|
32
|
-
insuranceAdjudicationId: core.serialization.property("insurance_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
32
|
+
insuranceAdjudicationId: core.serialization.property("insurance_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.InsuranceAdjudicationId)),
|
|
33
33
|
payerUuid: core.serialization.property("payer_uuid", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).payers.v3.PayerUuid)),
|
|
34
34
|
postDate: core.serialization.property("post_date", core.serialization.string().optional()),
|
|
35
35
|
payerClaimNumber: core.serialization.property("payer_claim_number", core.serialization.string()),
|
|
36
36
|
checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
|
|
37
37
|
checkDate: core.serialization.property("check_date", core.serialization.string()),
|
|
38
38
|
note: core.serialization.string().optional(),
|
|
39
|
-
claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
39
|
+
claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjudication)),
|
|
40
40
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const InsuranceAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationCreate>;
|
|
8
8
|
export declare namespace InsuranceAdjudicationCreate {
|
|
9
9
|
interface Raw {
|
|
10
10
|
payer_uuid: serializers.payers.v3.PayerUuid.Raw;
|
|
@@ -13,6 +13,6 @@ export declare namespace InsuranceAdjudicationCreate {
|
|
|
13
13
|
check_number?: string | null;
|
|
14
14
|
check_date: string;
|
|
15
15
|
note?: string | null;
|
|
16
|
-
claims: Record<serializers.ServiceLineId.Raw, serializers.
|
|
16
|
+
claims: Record<serializers.ServiceLineId.Raw, serializers.insuranceAdjudications.v1.ClaimAdjudicationCreate.Raw>;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -35,5 +35,5 @@ exports.InsuranceAdjudicationCreate = core.serialization.object({
|
|
|
35
35
|
checkNumber: core.serialization.property("check_number", core.serialization.string().optional()),
|
|
36
36
|
checkDate: core.serialization.property("check_date", core.serialization.string()),
|
|
37
37
|
note: core.serialization.string().optional(),
|
|
38
|
-
claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
38
|
+
claims: core.serialization.record(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjudicationCreate)),
|
|
39
39
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const InsuranceAdjudicationId: core.serialization.Schema<serializers.
|
|
7
|
+
export declare const InsuranceAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId>;
|
|
8
8
|
export declare namespace InsuranceAdjudicationId {
|
|
9
9
|
type Raw = string;
|
|
10
10
|
}
|
|
@@ -30,6 +30,6 @@ exports.InsuranceAdjudicationId = void 0;
|
|
|
30
30
|
const CandidApi = __importStar(require("../../../../../../api"));
|
|
31
31
|
const core = __importStar(require("../../../../../../core"));
|
|
32
32
|
exports.InsuranceAdjudicationId = core.serialization.string().transform({
|
|
33
|
-
transform: CandidApi.
|
|
33
|
+
transform: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId,
|
|
34
34
|
untransform: (value) => value,
|
|
35
35
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const RemittanceAdviceRemarkCode: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const RemittanceAdviceRemarkCode: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw, CandidApi.insuranceAdjudications.v1.RemittanceAdviceRemarkCode>;
|
|
8
8
|
export declare namespace RemittanceAdviceRemarkCode {
|
|
9
9
|
interface Raw {
|
|
10
10
|
reason_code: serializers.x12.v1.Rarc.Raw;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ServiceLineAdjudication: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const ServiceLineAdjudication: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudication.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudication>;
|
|
8
8
|
export declare namespace ServiceLineAdjudication {
|
|
9
9
|
interface Raw {
|
|
10
|
-
service_line_adjudication_id: serializers.
|
|
10
|
+
service_line_adjudication_id: serializers.insuranceAdjudications.v1.ServiceLineAdjudicationId.Raw;
|
|
11
11
|
denial_reason?: serializers.serviceLines.v2.DenialReasonContent.Raw | null;
|
|
12
12
|
insurance_allowed_amount_cents?: number | null;
|
|
13
13
|
insurance_paid_amount_cents?: number | null;
|
|
14
14
|
deductible_amount_cents?: number | null;
|
|
15
15
|
coinsurance_amount_cents?: number | null;
|
|
16
16
|
copay_amount_cents?: number | null;
|
|
17
|
-
carcs: serializers.
|
|
18
|
-
rarcs: serializers.
|
|
17
|
+
carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
|
|
18
|
+
rarcs: serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw[];
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.ServiceLineAdjudication = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ServiceLineAdjudication = core.serialization.object({
|
|
32
|
-
serviceLineAdjudicationId: core.serialization.property("service_line_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
32
|
+
serviceLineAdjudicationId: core.serialization.property("service_line_adjudication_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ServiceLineAdjudicationId)),
|
|
33
33
|
denialReason: core.serialization.property("denial_reason", core.serialization
|
|
34
34
|
.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).serviceLines.v2.DenialReasonContent)
|
|
35
35
|
.optional()),
|
|
@@ -38,6 +38,6 @@ exports.ServiceLineAdjudication = core.serialization.object({
|
|
|
38
38
|
deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
|
|
39
39
|
coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
|
|
40
40
|
copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
|
|
41
|
-
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
42
|
-
rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
41
|
+
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
|
|
42
|
+
rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.RemittanceAdviceRemarkCode)),
|
|
43
43
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ServiceLineAdjudicationCreate: core.serialization.ObjectSchema<serializers.
|
|
7
|
+
export declare const ServiceLineAdjudicationCreate: core.serialization.ObjectSchema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationCreate.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationCreate>;
|
|
8
8
|
export declare namespace ServiceLineAdjudicationCreate {
|
|
9
9
|
interface Raw {
|
|
10
10
|
denial_reason?: serializers.serviceLines.v2.DenialReasonContent.Raw | null;
|
|
@@ -13,7 +13,7 @@ export declare namespace ServiceLineAdjudicationCreate {
|
|
|
13
13
|
deductible_amount_cents?: number | null;
|
|
14
14
|
coinsurance_amount_cents?: number | null;
|
|
15
15
|
copay_amount_cents?: number | null;
|
|
16
|
-
carcs: serializers.
|
|
17
|
-
rarcs: serializers.
|
|
16
|
+
carcs: serializers.insuranceAdjudications.v1.ClaimAdjustmentReasonCode.Raw[];
|
|
17
|
+
rarcs: serializers.insuranceAdjudications.v1.RemittanceAdviceRemarkCode.Raw[];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -37,6 +37,6 @@ exports.ServiceLineAdjudicationCreate = core.serialization.object({
|
|
|
37
37
|
deductibleAmountCents: core.serialization.property("deductible_amount_cents", core.serialization.number().optional()),
|
|
38
38
|
coinsuranceAmountCents: core.serialization.property("coinsurance_amount_cents", core.serialization.number().optional()),
|
|
39
39
|
copayAmountCents: core.serialization.property("copay_amount_cents", core.serialization.number().optional()),
|
|
40
|
-
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
41
|
-
rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).
|
|
40
|
+
carcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.ClaimAdjustmentReasonCode)),
|
|
41
|
+
rarcs: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).insuranceAdjudications.v1.RemittanceAdviceRemarkCode)),
|
|
42
42
|
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../..";
|
|
5
5
|
import * as CandidApi from "../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ServiceLineAdjudicationId: core.serialization.Schema<serializers.
|
|
7
|
+
export declare const ServiceLineAdjudicationId: core.serialization.Schema<serializers.insuranceAdjudications.v1.ServiceLineAdjudicationId.Raw, CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId>;
|
|
8
8
|
export declare namespace ServiceLineAdjudicationId {
|
|
9
9
|
type Raw = string;
|
|
10
10
|
}
|
|
@@ -30,6 +30,6 @@ exports.ServiceLineAdjudicationId = void 0;
|
|
|
30
30
|
const CandidApi = __importStar(require("../../../../../../api"));
|
|
31
31
|
const core = __importStar(require("../../../../../../core"));
|
|
32
32
|
exports.ServiceLineAdjudicationId = core.serialization.string().transform({
|
|
33
|
-
transform: CandidApi.
|
|
33
|
+
transform: CandidApi.insuranceAdjudications.v1.ServiceLineAdjudicationId,
|
|
34
34
|
untransform: (value) => value,
|
|
35
35
|
});
|
package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare namespace InsuranceRefund {
|
|
|
11
11
|
amount_cents: number;
|
|
12
12
|
refund_timestamp?: string | null;
|
|
13
13
|
refund_note?: string | null;
|
|
14
|
-
|
|
14
|
+
allocations: serializers.Allocation.Raw[];
|
|
15
|
+
refund_reason?: serializers.RefundReason.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -33,5 +33,6 @@ exports.InsuranceRefund = core.serialization.object({
|
|
|
33
33
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
34
34
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
35
35
|
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
|
36
|
-
|
|
36
|
+
allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Allocation)),
|
|
37
|
+
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundReason).optional()),
|
|
37
38
|
});
|
package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare namespace InsuranceRefundCreate {
|
|
|
10
10
|
amount_cents: number;
|
|
11
11
|
refund_timestamp?: string | null;
|
|
12
12
|
refund_note?: string | null;
|
|
13
|
-
|
|
13
|
+
allocations: serializers.AllocationCreate.Raw[];
|
|
14
|
+
refund_reason?: serializers.RefundReason.Raw | null;
|
|
14
15
|
}
|
|
15
16
|
}
|
package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js
CHANGED
|
@@ -32,5 +32,6 @@ exports.InsuranceRefundCreate = core.serialization.object({
|
|
|
32
32
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
33
|
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
34
34
|
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
|
35
|
-
|
|
35
|
+
allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).AllocationCreate)),
|
|
36
|
+
refundReason: core.serialization.property("refund_reason", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RefundReason).optional()),
|
|
36
37
|
});
|
|
@@ -10,8 +10,8 @@ export declare namespace PatientPaymentCreate {
|
|
|
10
10
|
amount_cents: number;
|
|
11
11
|
payment_timestamp?: string | null;
|
|
12
12
|
payment_note?: string | null;
|
|
13
|
-
patient_external_id
|
|
14
|
-
allocations: serializers.
|
|
13
|
+
patient_external_id: serializers.PatientExternalId.Raw;
|
|
14
|
+
allocations: serializers.AllocationCreate.Raw[];
|
|
15
15
|
invoice?: serializers.InvoiceId.Raw | null;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -32,7 +32,7 @@ exports.PatientPaymentCreate = core.serialization.object({
|
|
|
32
32
|
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
33
33
|
paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
|
|
34
34
|
paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
|
|
35
|
-
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId)
|
|
36
|
-
allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).
|
|
35
|
+
patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).PatientExternalId)),
|
|
36
|
+
allocations: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).AllocationCreate)),
|
|
37
37
|
invoice: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InvoiceId).optional(),
|
|
38
38
|
});
|