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,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export interface InNetworkStatus {
|
|
6
|
+
routedPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
7
|
+
routedBillingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
8
|
+
}
|
package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export interface IndeterminateNetworkStatus {
|
|
6
|
+
explanation: string;
|
|
7
|
+
routedPayerUuid?: CandidApi.payers.v3.PayerUuid;
|
|
8
|
+
routedBillingProviderId?: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export interface InsuranceType {
|
|
6
|
+
/** The line of business associated with the patient’s insurance */
|
|
7
|
+
lineOfBusiness: CandidApi.expectedNetworkStatus.v2.LineOfBusiness;
|
|
8
|
+
/** The Insurance Type Code associated with the patient’s insurance plan. */
|
|
9
|
+
insuranceTypeCodes: CandidApi.InsuranceTypeCode[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type LineOfBusiness = "medicare" | "medicaid" | "commercial";
|
|
5
|
+
export declare const LineOfBusiness: {
|
|
6
|
+
readonly Medicare: "medicare";
|
|
7
|
+
readonly Medicaid: "medicaid";
|
|
8
|
+
readonly Commercial: "commercial";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LineOfBusiness = void 0;
|
|
7
|
+
exports.LineOfBusiness = {
|
|
8
|
+
Medicare: "medicare",
|
|
9
|
+
Medicaid: "medicaid",
|
|
10
|
+
Commercial: "commercial",
|
|
11
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export declare type NetworkStatusCheckId = string & {
|
|
6
|
+
expectedNetworkStatus_v2_NetworkStatusCheckId: void;
|
|
7
|
+
};
|
|
8
|
+
export declare function NetworkStatusCheckId(value: string): CandidApi.expectedNetworkStatus.v2.NetworkStatusCheckId;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.NetworkStatusCheckId = void 0;
|
|
7
|
+
function NetworkStatusCheckId(value) {
|
|
8
|
+
return value;
|
|
9
|
+
}
|
|
10
|
+
exports.NetworkStatusCheckId = NetworkStatusCheckId;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export interface OutOfNetworkStatus {
|
|
6
|
+
explanation: string;
|
|
7
|
+
routedPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
8
|
+
routedBillingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
9
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type ServiceType = "new_patient_video_appt" | "new_patient_prev_video_appt" | "new_patient_office_appt" | "established_patient_video_appt" | "established_patient_prev_video_appt" | "established_patient_office_appt" | "patient_portal_with_qualified_physician" | "patient_portal_with_non_qualified_physician" | "group_therapy" | "phone_appt" | "annual_wellness_visit" | "remote_patient_monitoring" | "diagnostic" | "cardiac_monitoring" | "cardiac_codes" | "psychotherapy" | "phone_therapy" | "alcohol_abuse" | "smoking_cessation" | "speech_therapy" | "home_visit" | "medical_nutrition_therapy" | "nutritional_counseling" | "dietitian_visit" | "preventative_medicine_counseling" | "chronic_care" | "advance_care" | "collaborative_care_management" | "abortion_care" | "abortion_drugs" | "remote_therapeutic_monitoring" | "principal_care_mgmt" | "other_em" | "telehealth_oud" | "substance_abuse_treatment" | "acupuncture" | "physical_therapy" | "lactation_consulting" | "sleep_study" | "cms_telehealth_codes" | "cms_telehealth_audio_codes";
|
|
5
|
+
export declare const ServiceType: {
|
|
6
|
+
readonly NewPatientVideoAppt: "new_patient_video_appt";
|
|
7
|
+
readonly NewPatientPrevVideoAppt: "new_patient_prev_video_appt";
|
|
8
|
+
readonly NewPatientOfficeAppt: "new_patient_office_appt";
|
|
9
|
+
readonly EstablishedPatientVideoAppt: "established_patient_video_appt";
|
|
10
|
+
readonly EstablishedPatientPrevVideoAppt: "established_patient_prev_video_appt";
|
|
11
|
+
readonly EstablishedPatientOfficeAppt: "established_patient_office_appt";
|
|
12
|
+
readonly PatientPortalWithQualifiedPhysician: "patient_portal_with_qualified_physician";
|
|
13
|
+
readonly PatientPortalWithNonQualifiedPhysician: "patient_portal_with_non_qualified_physician";
|
|
14
|
+
readonly GroupTherapy: "group_therapy";
|
|
15
|
+
readonly PhoneAppt: "phone_appt";
|
|
16
|
+
readonly AnnualWellnessVisit: "annual_wellness_visit";
|
|
17
|
+
readonly RemotePatientMonitoring: "remote_patient_monitoring";
|
|
18
|
+
readonly Diagnostic: "diagnostic";
|
|
19
|
+
readonly CardiacMonitoring: "cardiac_monitoring";
|
|
20
|
+
readonly CardiacCodes: "cardiac_codes";
|
|
21
|
+
readonly Psychotherapy: "psychotherapy";
|
|
22
|
+
readonly PhoneTherapy: "phone_therapy";
|
|
23
|
+
readonly AlcoholAbuse: "alcohol_abuse";
|
|
24
|
+
readonly SmokingCessation: "smoking_cessation";
|
|
25
|
+
readonly SpeechTherapy: "speech_therapy";
|
|
26
|
+
readonly HomeVisit: "home_visit";
|
|
27
|
+
readonly MedicalNutritionTherapy: "medical_nutrition_therapy";
|
|
28
|
+
readonly NutritionalCounseling: "nutritional_counseling";
|
|
29
|
+
readonly DietitianVisit: "dietitian_visit";
|
|
30
|
+
readonly PreventativeMedicineCounseling: "preventative_medicine_counseling";
|
|
31
|
+
readonly ChronicCare: "chronic_care";
|
|
32
|
+
readonly AdvanceCare: "advance_care";
|
|
33
|
+
readonly CollaborativeCareManagement: "collaborative_care_management";
|
|
34
|
+
readonly AbortionCare: "abortion_care";
|
|
35
|
+
readonly AbortionDrugs: "abortion_drugs";
|
|
36
|
+
readonly RemoteTherapeuticMonitoring: "remote_therapeutic_monitoring";
|
|
37
|
+
readonly PrincipalCareMgmt: "principal_care_mgmt";
|
|
38
|
+
readonly OtherEm: "other_em";
|
|
39
|
+
readonly TelehealthOud: "telehealth_oud";
|
|
40
|
+
readonly SubstanceAbuseTreatment: "substance_abuse_treatment";
|
|
41
|
+
readonly Acupuncture: "acupuncture";
|
|
42
|
+
readonly PhysicalTherapy: "physical_therapy";
|
|
43
|
+
readonly LactationConsulting: "lactation_consulting";
|
|
44
|
+
readonly SleepStudy: "sleep_study";
|
|
45
|
+
readonly CmsTelehealthCodes: "cms_telehealth_codes";
|
|
46
|
+
readonly CmsTelehealthAudioCodes: "cms_telehealth_audio_codes";
|
|
47
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ServiceType = void 0;
|
|
7
|
+
exports.ServiceType = {
|
|
8
|
+
NewPatientVideoAppt: "new_patient_video_appt",
|
|
9
|
+
NewPatientPrevVideoAppt: "new_patient_prev_video_appt",
|
|
10
|
+
NewPatientOfficeAppt: "new_patient_office_appt",
|
|
11
|
+
EstablishedPatientVideoAppt: "established_patient_video_appt",
|
|
12
|
+
EstablishedPatientPrevVideoAppt: "established_patient_prev_video_appt",
|
|
13
|
+
EstablishedPatientOfficeAppt: "established_patient_office_appt",
|
|
14
|
+
PatientPortalWithQualifiedPhysician: "patient_portal_with_qualified_physician",
|
|
15
|
+
PatientPortalWithNonQualifiedPhysician: "patient_portal_with_non_qualified_physician",
|
|
16
|
+
GroupTherapy: "group_therapy",
|
|
17
|
+
PhoneAppt: "phone_appt",
|
|
18
|
+
AnnualWellnessVisit: "annual_wellness_visit",
|
|
19
|
+
RemotePatientMonitoring: "remote_patient_monitoring",
|
|
20
|
+
Diagnostic: "diagnostic",
|
|
21
|
+
CardiacMonitoring: "cardiac_monitoring",
|
|
22
|
+
CardiacCodes: "cardiac_codes",
|
|
23
|
+
Psychotherapy: "psychotherapy",
|
|
24
|
+
PhoneTherapy: "phone_therapy",
|
|
25
|
+
AlcoholAbuse: "alcohol_abuse",
|
|
26
|
+
SmokingCessation: "smoking_cessation",
|
|
27
|
+
SpeechTherapy: "speech_therapy",
|
|
28
|
+
HomeVisit: "home_visit",
|
|
29
|
+
MedicalNutritionTherapy: "medical_nutrition_therapy",
|
|
30
|
+
NutritionalCounseling: "nutritional_counseling",
|
|
31
|
+
DietitianVisit: "dietitian_visit",
|
|
32
|
+
PreventativeMedicineCounseling: "preventative_medicine_counseling",
|
|
33
|
+
ChronicCare: "chronic_care",
|
|
34
|
+
AdvanceCare: "advance_care",
|
|
35
|
+
CollaborativeCareManagement: "collaborative_care_management",
|
|
36
|
+
AbortionCare: "abortion_care",
|
|
37
|
+
AbortionDrugs: "abortion_drugs",
|
|
38
|
+
RemoteTherapeuticMonitoring: "remote_therapeutic_monitoring",
|
|
39
|
+
PrincipalCareMgmt: "principal_care_mgmt",
|
|
40
|
+
OtherEm: "other_em",
|
|
41
|
+
TelehealthOud: "telehealth_oud",
|
|
42
|
+
SubstanceAbuseTreatment: "substance_abuse_treatment",
|
|
43
|
+
Acupuncture: "acupuncture",
|
|
44
|
+
PhysicalTherapy: "physical_therapy",
|
|
45
|
+
LactationConsulting: "lactation_consulting",
|
|
46
|
+
SleepStudy: "sleep_study",
|
|
47
|
+
CmsTelehealthCodes: "cms_telehealth_codes",
|
|
48
|
+
CmsTelehealthAudioCodes: "cms_telehealth_audio_codes",
|
|
49
|
+
};
|
|
@@ -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);
|
|
@@ -68,7 +68,7 @@ class V3 {
|
|
|
68
68
|
Authorization: await this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.
|
|
71
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
72
72
|
},
|
|
73
73
|
contentType: "application/json",
|
|
74
74
|
queryParameters: _queryParams,
|
package/dist/api/resources/financials/types/{AllocationRecipient.d.ts → AllocationTarget.d.ts}
RENAMED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../..";
|
|
5
|
-
export declare type
|
|
6
|
-
export declare namespace
|
|
5
|
+
export declare type AllocationTarget = CandidApi.AllocationTarget.ServiceLine | CandidApi.AllocationTarget.Claim | CandidApi.AllocationTarget.BillingProviderId;
|
|
6
|
+
export declare namespace AllocationTarget {
|
|
7
7
|
interface ServiceLine {
|
|
8
8
|
type: "service_line";
|
|
9
9
|
value: CandidApi.ServiceLineId;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../..";
|
|
5
|
-
export declare type
|
|
6
|
-
export declare namespace
|
|
5
|
+
export declare type AllocationTargetCreate = CandidApi.AllocationTargetCreate.ServiceLineById | CandidApi.AllocationTargetCreate.ClaimById | CandidApi.AllocationTargetCreate.BillingProviderById;
|
|
6
|
+
export declare namespace AllocationTargetCreate {
|
|
7
7
|
interface ServiceLineById {
|
|
8
8
|
type: "service_line_by_id";
|
|
9
9
|
value: CandidApi.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);
|
|
@@ -53,7 +53,7 @@ class V1 {
|
|
|
53
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
54
|
"X-Fern-Language": "JavaScript",
|
|
55
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.
|
|
56
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
57
57
|
},
|
|
58
58
|
contentType: "application/json",
|
|
59
59
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -104,7 +104,7 @@ class V1 {
|
|
|
104
104
|
Authorization: await this._getAuthorizationHeader(),
|
|
105
105
|
"X-Fern-Language": "JavaScript",
|
|
106
106
|
"X-Fern-SDK-Name": "candidhealth",
|
|
107
|
-
"X-Fern-SDK-Version": "0.
|
|
107
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
108
108
|
},
|
|
109
109
|
contentType: "application/json",
|
|
110
110
|
timeoutMs: 60000,
|
|
@@ -138,7 +138,7 @@ class V1 {
|
|
|
138
138
|
Authorization: await this._getAuthorizationHeader(),
|
|
139
139
|
"X-Fern-Language": "JavaScript",
|
|
140
140
|
"X-Fern-SDK-Name": "candidhealth",
|
|
141
|
-
"X-Fern-SDK-Version": "0.
|
|
141
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
142
142
|
},
|
|
143
143
|
contentType: "application/json",
|
|
144
144
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
|
@@ -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,15 +4,15 @@
|
|
|
4
4
|
import * as environments from "../../../../environments";
|
|
5
5
|
import * as core from "../../../../core";
|
|
6
6
|
import { V1 } from "../resources/v1/client/Client";
|
|
7
|
-
export declare namespace
|
|
7
|
+
export declare namespace InsuranceAdjudications {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: environments.CandidApiEnvironment | string;
|
|
10
10
|
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export declare class
|
|
14
|
-
protected readonly options:
|
|
15
|
-
constructor(options:
|
|
13
|
+
export declare class InsuranceAdjudications {
|
|
14
|
+
protected readonly options: InsuranceAdjudications.Options;
|
|
15
|
+
constructor(options: InsuranceAdjudications.Options);
|
|
16
16
|
protected _v1: V1 | undefined;
|
|
17
17
|
get v1(): V1;
|
|
18
18
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.InsuranceAdjudications = void 0;
|
|
7
7
|
const Client_1 = require("../resources/v1/client/Client");
|
|
8
|
-
class
|
|
8
|
+
class InsuranceAdjudications {
|
|
9
9
|
options;
|
|
10
10
|
constructor(options) {
|
|
11
11
|
this.options = options;
|
|
@@ -15,4 +15,4 @@ class InsuranceAdjudication {
|
|
|
15
15
|
return (this._v1 ??= new Client_1.V1(this.options));
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
exports.
|
|
18
|
+
exports.InsuranceAdjudications = InsuranceAdjudications;
|
|
@@ -18,18 +18,18 @@ export declare class V1 {
|
|
|
18
18
|
* Retrieves a previously created insurance adjudication by its `insurance_adjudication_id`.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
|
-
get(insuranceAdjudicationId: CandidApi.
|
|
21
|
+
get(insuranceAdjudicationId: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId): Promise<core.APIResponse<CandidApi.insuranceAdjudications.v1.InsuranceAdjudication, CandidApi.insuranceAdjudications.v1.get.Error>>;
|
|
22
22
|
/**
|
|
23
23
|
* **This endpoint is incubating.**
|
|
24
24
|
* Creates a new insurance adjudication record and returns the newly created InsuranceAdjudication object.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
|
-
create(request: CandidApi.
|
|
27
|
+
create(request: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationCreate): Promise<core.APIResponse<CandidApi.insuranceAdjudications.v1.InsuranceAdjudication, CandidApi.insuranceAdjudications.v1.create.Error>>;
|
|
28
28
|
/**
|
|
29
29
|
* **This endpoint is incubating.**
|
|
30
30
|
* Deletes the insurance adjudication record matching the provided insurance_adjudication_id.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
|
-
delete(insuranceAdjudicationId: CandidApi.
|
|
33
|
+
delete(insuranceAdjudicationId: CandidApi.insuranceAdjudications.v1.InsuranceAdjudicationId): Promise<core.APIResponse<void, CandidApi.insuranceAdjudications.v1.delete.Error>>;
|
|
34
34
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
35
35
|
}
|
|
@@ -47,13 +47,13 @@ class V1 {
|
|
|
47
47
|
*/
|
|
48
48
|
async get(insuranceAdjudicationId) {
|
|
49
49
|
const _response = await core.fetcher({
|
|
50
|
-
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/insurance-adjudications/
|
|
50
|
+
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/insurance-adjudications/v1/${await serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.jsonOrThrow(insuranceAdjudicationId)}`),
|
|
51
51
|
method: "GET",
|
|
52
52
|
headers: {
|
|
53
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
54
|
"X-Fern-Language": "JavaScript",
|
|
55
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.
|
|
56
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
57
57
|
},
|
|
58
58
|
contentType: "application/json",
|
|
59
59
|
timeoutMs: 60000,
|
|
@@ -61,7 +61,7 @@ class V1 {
|
|
|
61
61
|
if (_response.ok) {
|
|
62
62
|
return {
|
|
63
63
|
ok: true,
|
|
64
|
-
body: await serializers.
|
|
64
|
+
body: await serializers.insuranceAdjudications.v1.InsuranceAdjudication.parseOrThrow(_response.body, {
|
|
65
65
|
unrecognizedObjectKeys: "passthrough",
|
|
66
66
|
allowUnrecognizedUnionMembers: true,
|
|
67
67
|
allowUnrecognizedEnumValues: true,
|
|
@@ -71,7 +71,7 @@ class V1 {
|
|
|
71
71
|
}
|
|
72
72
|
return {
|
|
73
73
|
ok: false,
|
|
74
|
-
error: CandidApi.
|
|
74
|
+
error: CandidApi.insuranceAdjudications.v1.get.Error._unknown(_response.error),
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
@@ -81,16 +81,16 @@ class V1 {
|
|
|
81
81
|
*/
|
|
82
82
|
async create(request) {
|
|
83
83
|
const _response = await core.fetcher({
|
|
84
|
-
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, "/api/insurance-adjudications/
|
|
84
|
+
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, "/api/insurance-adjudications/v1"),
|
|
85
85
|
method: "POST",
|
|
86
86
|
headers: {
|
|
87
87
|
Authorization: await this._getAuthorizationHeader(),
|
|
88
88
|
"X-Fern-Language": "JavaScript",
|
|
89
89
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.
|
|
90
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
91
91
|
},
|
|
92
92
|
contentType: "application/json",
|
|
93
|
-
body: await serializers.
|
|
93
|
+
body: await serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
|
|
94
94
|
unrecognizedObjectKeys: "strip",
|
|
95
95
|
}),
|
|
96
96
|
timeoutMs: 60000,
|
|
@@ -98,7 +98,7 @@ class V1 {
|
|
|
98
98
|
if (_response.ok) {
|
|
99
99
|
return {
|
|
100
100
|
ok: true,
|
|
101
|
-
body: await serializers.
|
|
101
|
+
body: await serializers.insuranceAdjudications.v1.InsuranceAdjudication.parseOrThrow(_response.body, {
|
|
102
102
|
unrecognizedObjectKeys: "passthrough",
|
|
103
103
|
allowUnrecognizedUnionMembers: true,
|
|
104
104
|
allowUnrecognizedEnumValues: true,
|
|
@@ -108,7 +108,7 @@ class V1 {
|
|
|
108
108
|
}
|
|
109
109
|
return {
|
|
110
110
|
ok: false,
|
|
111
|
-
error: CandidApi.
|
|
111
|
+
error: CandidApi.insuranceAdjudications.v1.create.Error._unknown(_response.error),
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
@@ -118,13 +118,13 @@ class V1 {
|
|
|
118
118
|
*/
|
|
119
119
|
async delete(insuranceAdjudicationId) {
|
|
120
120
|
const _response = await core.fetcher({
|
|
121
|
-
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/insurance-adjudications/
|
|
121
|
+
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/insurance-adjudications/v1/${await serializers.insuranceAdjudications.v1.InsuranceAdjudicationId.jsonOrThrow(insuranceAdjudicationId)}`),
|
|
122
122
|
method: "DELETE",
|
|
123
123
|
headers: {
|
|
124
124
|
Authorization: await this._getAuthorizationHeader(),
|
|
125
125
|
"X-Fern-Language": "JavaScript",
|
|
126
126
|
"X-Fern-SDK-Name": "candidhealth",
|
|
127
|
-
"X-Fern-SDK-Version": "0.
|
|
127
|
+
"X-Fern-SDK-Version": "0.9.0",
|
|
128
128
|
},
|
|
129
129
|
contentType: "application/json",
|
|
130
130
|
timeoutMs: 60000,
|
|
@@ -137,7 +137,7 @@ class V1 {
|
|
|
137
137
|
}
|
|
138
138
|
return {
|
|
139
139
|
ok: false,
|
|
140
|
-
error: CandidApi.
|
|
140
|
+
error: CandidApi.insuranceAdjudications.v1.delete.Error._unknown(_response.error),
|
|
141
141
|
};
|
|
142
142
|
}
|
|
143
143
|
async _getAuthorizationHeader() {
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../..";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export declare type Error = CandidApi.
|
|
6
|
+
export declare type Error = CandidApi.insuranceAdjudications.v1.create.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface _Unknown extends _Utils {
|
|
9
9
|
errorName: void;
|
|
10
10
|
content: core.Fetcher.Error;
|
|
11
11
|
}
|
|
12
12
|
interface _Utils {
|
|
13
|
-
_visit: <_Result>(visitor: CandidApi.
|
|
13
|
+
_visit: <_Result>(visitor: CandidApi.insuranceAdjudications.v1.create.Error._Visitor<_Result>) => _Result;
|
|
14
14
|
}
|
|
15
15
|
interface _Visitor<_Result> {
|
|
16
16
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
export declare const Error: {
|
|
20
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.
|
|
21
|
-
readonly _visit: <_Result>(value: CandidApi.
|
|
20
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insuranceAdjudications.v1.create.Error._Unknown;
|
|
21
|
+
readonly _visit: <_Result>(value: CandidApi.insuranceAdjudications.v1.create.Error, visitor: CandidApi.insuranceAdjudications.v1.create.Error._Visitor<_Result>) => _Result;
|
|
22
22
|
};
|
|
@@ -34,7 +34,7 @@ exports.Error = {
|
|
|
34
34
|
errorName: undefined,
|
|
35
35
|
content: fetcherError,
|
|
36
36
|
_visit: function (visitor) {
|
|
37
|
-
return CandidApi.
|
|
37
|
+
return CandidApi.insuranceAdjudications.v1.create.Error._visit(this, visitor);
|
|
38
38
|
},
|
|
39
39
|
};
|
|
40
40
|
},
|