candidhealth 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claimActionsCommons/index.d.ts +1 -0
- package/api/resources/claimActionsCommons/index.js +17 -0
- package/api/resources/claimActionsCommons/types/ClaimAction.d.ts +30 -0
- package/api/resources/claimActionsCommons/types/ClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +23 -0
- package/api/resources/claimActionsCommons/types/ClaimActionMetadata.js +5 -0
- package/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +21 -0
- package/api/resources/claimActionsCommons/types/CreateTaskConfig.js +5 -0
- package/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +21 -0
- package/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +14 -0
- package/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/VoidClaimAction.js +5 -0
- package/api/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/api/resources/claimActionsCommons/types/index.js +24 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +8 -1
- package/api/resources/claims/types/Claim.d.ts +37 -1
- package/api/resources/claims/types/ClaimStatus.d.ts +2 -1
- package/api/resources/claims/types/ClaimStatus.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/client/requests/EncounterCreate.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +36 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +36 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +29 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/api/resources/financials/types/index.d.ts +1 -0
- package/api/resources/financials/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/api/resources/index.d.ts +4 -0
- package/api/resources/index.js +5 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -6
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/api/resources/jobs/index.d.ts +1 -0
- package/api/resources/jobs/index.js +17 -0
- package/api/resources/jobs/resources/index.d.ts +1 -0
- package/api/resources/jobs/resources/index.js +27 -0
- package/api/resources/jobs/resources/v1/index.d.ts +1 -0
- package/api/resources/jobs/resources/v1/index.js +17 -0
- package/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +29 -0
- package/api/resources/jobs/resources/v1/types/ClaimJobMetadata.js +5 -0
- package/api/resources/jobs/resources/v1/types/Job.d.ts +53 -0
- package/api/resources/jobs/resources/v1/types/Job.js +5 -0
- package/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +8 -0
- package/api/resources/jobs/resources/v1/types/JobGroupId.js +10 -0
- package/api/resources/jobs/resources/v1/types/JobId.d.ts +8 -0
- package/api/resources/jobs/resources/v1/types/JobId.js +10 -0
- package/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +30 -0
- package/api/resources/jobs/resources/v1/types/JobMetadata.js +5 -0
- package/api/resources/jobs/resources/v1/types/JobStatus.d.ts +16 -0
- package/api/resources/jobs/resources/v1/types/JobStatus.js +12 -0
- package/api/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/api/resources/jobs/resources/v1/types/index.js +22 -0
- 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.d.ts +0 -3
- package/api/resources/patientPayments/resources/v4/client/Client.js +3 -6
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/patientRefunds/resources/v1/client/Client.js +3 -6
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/api/resources/payers/resources/v3/types/PayerName.js +10 -0
- package/api/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/api/resources/payers/resources/v3/types/index.js +3 -0
- package/api/resources/tasks/resources/v3/client/Client.d.ts +0 -20
- package/api/resources/tasks/resources/v3/client/Client.js +5 -25
- package/api/resources/users/index.d.ts +1 -0
- package/api/resources/users/index.js +17 -0
- package/api/resources/users/resources/index.d.ts +1 -0
- package/api/resources/users/resources/index.js +27 -0
- package/api/resources/users/resources/v2/index.d.ts +1 -0
- package/api/resources/users/resources/v2/index.js +17 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +14 -0
- package/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +23 -0
- package/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/UserMetadata.d.ts +21 -0
- package/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
- package/api/resources/users/resources/v2/types/UserV2.d.ts +28 -0
- package/api/resources/users/resources/v2/types/UserV2.js +5 -0
- package/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/api/resources/users/resources/v2/types/index.js +24 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +1 -4
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -7
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/claimActionsCommons/index.d.ts +1 -0
- package/dist/api/resources/claimActionsCommons/index.js +17 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimAction.d.ts +30 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +23 -0
- package/dist/api/resources/claimActionsCommons/types/ClaimActionMetadata.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +21 -0
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +21 -0
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +14 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.js +5 -0
- package/dist/api/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/dist/api/resources/claimActionsCommons/types/index.js +24 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +8 -1
- package/dist/api/resources/claims/types/Claim.d.ts +37 -1
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +2 -1
- package/dist/api/resources/claims/types/ClaimStatus.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/client/requests/EncounterCreate.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +36 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +36 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +14 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +16 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +29 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +13 -0
- package/dist/api/resources/financials/types/PatientTransactionSource.js +15 -0
- package/dist/api/resources/financials/types/index.d.ts +1 -0
- package/dist/api/resources/financials/types/index.js +1 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/index.d.ts +4 -0
- package/dist/api/resources/index.js +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/dist/api/resources/jobs/index.d.ts +1 -0
- package/dist/api/resources/jobs/index.js +17 -0
- package/dist/api/resources/jobs/resources/index.d.ts +1 -0
- package/dist/api/resources/jobs/resources/index.js +27 -0
- package/dist/api/resources/jobs/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/jobs/resources/v1/index.js +17 -0
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +29 -0
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/Job.d.ts +53 -0
- package/dist/api/resources/jobs/resources/v1/types/Job.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +8 -0
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.js +10 -0
- package/dist/api/resources/jobs/resources/v1/types/JobId.d.ts +8 -0
- package/dist/api/resources/jobs/resources/v1/types/JobId.js +10 -0
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +30 -0
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.js +5 -0
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.d.ts +16 -0
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.js +12 -0
- package/dist/api/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/dist/api/resources/jobs/resources/v1/types/index.js +22 -0
- 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.d.ts +0 -3
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +3 -6
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +14 -0
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +5 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +8 -0
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +10 -0
- package/dist/api/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/dist/api/resources/payers/resources/v3/types/index.js +3 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +0 -20
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -25
- package/dist/api/resources/users/index.d.ts +1 -0
- package/dist/api/resources/users/index.js +17 -0
- package/dist/api/resources/users/resources/index.d.ts +1 -0
- package/dist/api/resources/users/resources/index.js +27 -0
- package/dist/api/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/users/resources/v2/index.js +17 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +14 -0
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +23 -0
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +21 -0
- package/dist/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +28 -0
- package/dist/api/resources/users/resources/v2/types/UserV2.js +5 -0
- package/dist/api/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/api/resources/users/resources/v2/types/index.js +24 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +1 -4
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -7
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/claimActionsCommons/index.d.ts +1 -0
- package/dist/serialization/resources/claimActionsCommons/index.js +17 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +25 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.js +42 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +16 -0
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +37 -0
- package/dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +16 -0
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +37 -0
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +13 -0
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +34 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +12 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +33 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/VoidClaimAction.d.ts +11 -0
- package/dist/serialization/resources/claimActionsCommons/types/VoidClaimAction.js +31 -0
- package/dist/serialization/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/dist/serialization/resources/claimActionsCommons/types/index.js +24 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +1 -0
- package/dist/serialization/resources/claims/types/Claim.js +1 -0
- package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/dist/serialization/resources/claims/types/ClaimStatus.js +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +40 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +2 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +20 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +42 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/dist/serialization/resources/financials/types/AllocationTarget.js +1 -0
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +1 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +31 -0
- package/dist/serialization/resources/financials/types/index.d.ts +1 -0
- package/dist/serialization/resources/financials/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +4 -0
- package/dist/serialization/resources/index.js +5 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -1
- package/dist/serialization/resources/jobs/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/index.js +17 -0
- package/dist/serialization/resources/jobs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/resources/index.js +27 -0
- package/dist/serialization/resources/jobs/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/resources/v1/index.js +17 -0
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +15 -0
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +36 -0
- package/dist/serialization/resources/jobs/resources/v1/types/Job.d.ts +18 -0
- package/dist/serialization/resources/jobs/resources/v1/types/Job.js +39 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +10 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobGroupId.js +35 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobId.d.ts +10 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobId.js +35 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +13 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobMetadata.js +38 -0
- package/dist/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +10 -0
- package/dist/serialization/resources/{writeOffs/resources/v1/client/create.js → jobs/resources/v1/types/JobStatus.js} +2 -2
- package/dist/serialization/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/dist/serialization/resources/jobs/resources/v1/types/index.js +22 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -1
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +17 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +41 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +13 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +34 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +35 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/dist/serialization/resources/payers/resources/v3/types/index.js +3 -0
- package/dist/serialization/resources/users/index.d.ts +1 -0
- package/dist/serialization/resources/users/index.js +17 -0
- package/dist/serialization/resources/users/resources/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/index.js +27 -0
- package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/v2/index.js +17 -0
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/{serialization/resources/writeOffs/resources/v1/client/create.js → dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js} +4 -2
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +34 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/dist/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
- package/dist/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/dist/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +0 -14
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +12 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +33 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/claimActionsCommons/index.d.ts +1 -0
- package/serialization/resources/claimActionsCommons/index.js +17 -0
- package/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +25 -0
- package/serialization/resources/claimActionsCommons/types/ClaimAction.js +42 -0
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +16 -0
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +37 -0
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +16 -0
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +37 -0
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +13 -0
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +34 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +12 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +33 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/VoidClaimAction.d.ts +11 -0
- package/serialization/resources/claimActionsCommons/types/VoidClaimAction.js +31 -0
- package/serialization/resources/claimActionsCommons/types/index.d.ts +8 -0
- package/serialization/resources/claimActionsCommons/types/index.js +24 -0
- package/serialization/resources/claims/types/Claim.d.ts +1 -0
- package/serialization/resources/claims/types/Claim.js +1 -0
- package/serialization/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/serialization/resources/claims/types/ClaimStatus.js +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +10 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +40 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +2 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +2 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +20 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +42 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +2 -0
- package/serialization/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/serialization/resources/financials/types/AllocationTarget.js +1 -0
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +4 -1
- package/serialization/resources/financials/types/AllocationTargetCreate.js +1 -0
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +10 -0
- package/serialization/resources/financials/types/PatientTransactionSource.js +31 -0
- package/serialization/resources/financials/types/index.d.ts +1 -0
- package/serialization/resources/financials/types/index.js +1 -0
- package/serialization/resources/index.d.ts +4 -0
- package/serialization/resources/index.js +5 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -1
- package/serialization/resources/jobs/index.d.ts +1 -0
- package/serialization/resources/jobs/index.js +17 -0
- package/serialization/resources/jobs/resources/index.d.ts +1 -0
- package/serialization/resources/jobs/resources/index.js +27 -0
- package/serialization/resources/jobs/resources/v1/index.d.ts +1 -0
- package/serialization/resources/jobs/resources/v1/index.js +17 -0
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +15 -0
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +36 -0
- package/serialization/resources/jobs/resources/v1/types/Job.d.ts +18 -0
- package/serialization/resources/jobs/resources/v1/types/Job.js +39 -0
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.js +35 -0
- package/serialization/resources/jobs/resources/v1/types/JobId.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobId.js +35 -0
- package/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +13 -0
- package/serialization/resources/jobs/resources/v1/types/JobMetadata.js +38 -0
- package/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +10 -0
- package/serialization/resources/jobs/resources/v1/types/JobStatus.js +31 -0
- package/serialization/resources/jobs/resources/v1/types/index.d.ts +6 -0
- package/serialization/resources/jobs/resources/v1/types/index.js +22 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -1
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +2 -1
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +2 -1
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +17 -0
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +41 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +13 -0
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +34 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +10 -0
- package/serialization/resources/payers/resources/v3/types/PayerName.js +35 -0
- package/serialization/resources/payers/resources/v3/types/index.d.ts +3 -0
- package/serialization/resources/payers/resources/v3/types/index.js +3 -0
- package/serialization/resources/users/index.d.ts +1 -0
- package/serialization/resources/users/index.js +17 -0
- package/serialization/resources/users/resources/index.d.ts +1 -0
- package/serialization/resources/users/resources/index.js +27 -0
- package/serialization/resources/users/resources/v2/index.d.ts +1 -0
- package/serialization/resources/users/resources/v2/index.js +17 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.js +34 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
- package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
- package/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
- package/serialization/resources/users/resources/v2/types/index.d.ts +8 -0
- package/serialization/resources/users/resources/v2/types/index.js +24 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/writeOffs/resources/v1/client/index.js +0 -14
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +12 -0
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +33 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.d.ts +0 -10
- package/serialization/resources/writeOffs/resources/v1/client/create.d.ts +0 -10
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./VoidClaimAction";
|
|
2
|
+
export * from "./ResubmitFreshClaimAction";
|
|
3
|
+
export * from "./ResubmitCorrectedClaimAction";
|
|
4
|
+
export * from "./CloseTasksAndProcessClaimAction";
|
|
5
|
+
export * from "./CreateTaskConfig";
|
|
6
|
+
export * from "./MoveToWorkQueueClaimAction";
|
|
7
|
+
export * from "./ClaimAction";
|
|
8
|
+
export * from "./ClaimActionMetadata";
|
|
@@ -0,0 +1,24 @@
|
|
|
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("./VoidClaimAction"), exports);
|
|
18
|
+
__exportStar(require("./ResubmitFreshClaimAction"), exports);
|
|
19
|
+
__exportStar(require("./ResubmitCorrectedClaimAction"), exports);
|
|
20
|
+
__exportStar(require("./CloseTasksAndProcessClaimAction"), exports);
|
|
21
|
+
__exportStar(require("./CreateTaskConfig"), exports);
|
|
22
|
+
__exportStar(require("./MoveToWorkQueueClaimAction"), exports);
|
|
23
|
+
__exportStar(require("./ClaimAction"), exports);
|
|
24
|
+
__exportStar(require("./ClaimActionMetadata"), exports);
|
package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts
CHANGED
|
@@ -17,6 +17,13 @@ import * as CandidApi from "../../../../..";
|
|
|
17
17
|
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary
|
|
18
18
|
* }]
|
|
19
19
|
* }
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* {
|
|
23
|
+
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
24
|
+
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
25
|
+
* submissionRecords: []
|
|
26
|
+
* }
|
|
20
27
|
*/
|
|
21
28
|
export interface ExternalClaimSubmissionCreate {
|
|
22
29
|
/** When the claim was created in the external system. */
|
|
@@ -25,7 +32,7 @@ export interface ExternalClaimSubmissionCreate {
|
|
|
25
32
|
patientControlNumber: string;
|
|
26
33
|
/**
|
|
27
34
|
* A successful claim submission record will be created for each value provided.
|
|
28
|
-
*
|
|
35
|
+
* An empty list may be provided for cases where the claim originated in an external system but was never submitted to a payer.
|
|
29
36
|
*
|
|
30
37
|
*/
|
|
31
38
|
submissionRecords: CandidApi.claimSubmission.v1.ClaimSubmissionRecordCreate[];
|
|
@@ -75,7 +75,42 @@ import * as CandidApi from "../../..";
|
|
|
75
75
|
* eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
|
|
76
76
|
* checkNumber: "CHK12345",
|
|
77
77
|
* checkDate: CandidApi.Date_("2023-10-12")
|
|
78
|
-
* }]
|
|
78
|
+
* }],
|
|
79
|
+
* activeJob: {
|
|
80
|
+
* jobId: CandidApi.jobs.v1.JobId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
81
|
+
* status: CandidApi.jobs.v1.JobStatus.Queued,
|
|
82
|
+
* summary: "Resubmitting claim",
|
|
83
|
+
* creatorUser: {
|
|
84
|
+
* userId: CandidApi.UserId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
85
|
+
* idpMetadata: [{
|
|
86
|
+
* type: "auth_zero_metadata",
|
|
87
|
+
* auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
|
|
88
|
+
* }],
|
|
89
|
+
* primaryOrganizationId: CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
90
|
+
* userMetadata: {
|
|
91
|
+
* type: "human_user_metadata",
|
|
92
|
+
* firstName: "John",
|
|
93
|
+
* lastName: "Doe"
|
|
94
|
+
* },
|
|
95
|
+
* accessibleOrganizationIds: [CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887")]
|
|
96
|
+
* },
|
|
97
|
+
* jobMetadata: {
|
|
98
|
+
* type: "claim_job_metadata",
|
|
99
|
+
* action: {
|
|
100
|
+
* type: "resubmit_fresh_claim_action"
|
|
101
|
+
* },
|
|
102
|
+
* workQueueId: CandidApi.WorkQueueId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
103
|
+
* claimId: CandidApi.ClaimId("92215dff-4a79-4dd7-af02-59c16f99cdba"),
|
|
104
|
+
* claimMetadata: {
|
|
105
|
+
* encounterId: CandidApi.EncounterId("2132a68b-7acb-46c2-ba93-852b5daa1f98"),
|
|
106
|
+
* patientFirstName: "John",
|
|
107
|
+
* patientLastName: "Doe",
|
|
108
|
+
* dateOfService: "2021-01-01",
|
|
109
|
+
* claimStatus: CandidApi.ClaimStatus.Paid
|
|
110
|
+
* }
|
|
111
|
+
* },
|
|
112
|
+
* createdAt: new Date("2021-01-01T00:00:00.000Z")
|
|
113
|
+
* }
|
|
79
114
|
* }
|
|
80
115
|
*/
|
|
81
116
|
export interface Claim {
|
|
@@ -86,4 +121,5 @@ export interface Claim {
|
|
|
86
121
|
payerClaimId?: string;
|
|
87
122
|
serviceLines: CandidApi.serviceLines.v2.ServiceLine[];
|
|
88
123
|
eras: CandidApi.Era[];
|
|
124
|
+
activeJob?: CandidApi.jobs.v1.Job;
|
|
89
125
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type ClaimStatus = "biller_received" | "coded" | "submitted_to_payer" | "missing_information" | "not_billable" | "waiting_for_provider" | "era_received" | "rejected" | "denied" | "paid" | "paid_incorrectly" | "finalized_paid" | "finalized_denied" | "held_by_customer";
|
|
4
|
+
export declare type ClaimStatus = "biller_received" | "coded" | "submitted_to_payer" | "missing_information" | "not_billable" | "waiting_for_provider" | "era_received" | "rejected" | "denied" | "paid" | "paid_incorrectly" | "finalized_paid" | "finalized_denied" | "held_by_customer" | "era_requires_review";
|
|
5
5
|
export declare const ClaimStatus: {
|
|
6
6
|
readonly BillerReceived: "biller_received";
|
|
7
7
|
readonly Coded: "coded";
|
|
@@ -17,4 +17,5 @@ export declare const ClaimStatus: {
|
|
|
17
17
|
readonly FinalizedPaid: "finalized_paid";
|
|
18
18
|
readonly FinalizedDenied: "finalized_denied";
|
|
19
19
|
readonly HeldByCustomer: "held_by_customer";
|
|
20
|
+
readonly EraRequiresReview: "era_requires_review";
|
|
20
21
|
};
|
|
@@ -65,7 +65,7 @@ class V2 {
|
|
|
65
65
|
Authorization: await this._getAuthorizationHeader(),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "candidhealth",
|
|
68
|
-
"X-Fern-SDK-Version": "0.10.
|
|
68
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
69
69
|
},
|
|
70
70
|
contentType: "application/json",
|
|
71
71
|
body: request,
|
|
@@ -103,7 +103,7 @@ class V4 {
|
|
|
103
103
|
Authorization: await this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.10.
|
|
106
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
queryParameters: _queryParams,
|
|
@@ -133,7 +133,7 @@ class V4 {
|
|
|
133
133
|
Authorization: await this._getAuthorizationHeader(),
|
|
134
134
|
"X-Fern-Language": "JavaScript",
|
|
135
135
|
"X-Fern-SDK-Name": "candidhealth",
|
|
136
|
-
"X-Fern-SDK-Version": "0.10.
|
|
136
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
137
137
|
},
|
|
138
138
|
contentType: "application/json",
|
|
139
139
|
timeoutMs: 60000,
|
|
@@ -162,7 +162,7 @@ class V4 {
|
|
|
162
162
|
Authorization: await this._getAuthorizationHeader(),
|
|
163
163
|
"X-Fern-Language": "JavaScript",
|
|
164
164
|
"X-Fern-SDK-Name": "candidhealth",
|
|
165
|
-
"X-Fern-SDK-Version": "0.10.
|
|
165
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
166
166
|
},
|
|
167
167
|
contentType: "application/json",
|
|
168
168
|
body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
|
|
@@ -212,7 +212,7 @@ class V4 {
|
|
|
212
212
|
Authorization: await this._getAuthorizationHeader(),
|
|
213
213
|
"X-Fern-Language": "JavaScript",
|
|
214
214
|
"X-Fern-SDK-Name": "candidhealth",
|
|
215
|
-
"X-Fern-SDK-Version": "0.10.
|
|
215
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
216
216
|
},
|
|
217
217
|
contentType: "application/json",
|
|
218
218
|
body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
|
|
@@ -80,7 +80,7 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
80
80
|
*/
|
|
81
81
|
guarantor?: CandidApi.guarantor.v1.GuarantorCreate;
|
|
82
82
|
/**
|
|
83
|
-
* ***This field is
|
|
83
|
+
* ***This field is in beta.***
|
|
84
84
|
* To be included for claims that have been submitted outside of Candid.
|
|
85
85
|
* Candid supports posting remits and payments to these claims and working them in-platform (e.g. editing, resubmitting).
|
|
86
86
|
*
|
|
@@ -77,7 +77,42 @@ import * as CandidApi from "../../../../..";
|
|
|
77
77
|
* eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
|
|
78
78
|
* checkNumber: "CHK12345",
|
|
79
79
|
* checkDate: CandidApi.Date_("2023-10-12")
|
|
80
|
-
* }]
|
|
80
|
+
* }],
|
|
81
|
+
* activeJob: {
|
|
82
|
+
* jobId: CandidApi.jobs.v1.JobId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
83
|
+
* status: CandidApi.jobs.v1.JobStatus.Queued,
|
|
84
|
+
* summary: "Resubmitting claim",
|
|
85
|
+
* creatorUser: {
|
|
86
|
+
* userId: CandidApi.UserId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
87
|
+
* idpMetadata: [{
|
|
88
|
+
* type: "auth_zero_metadata",
|
|
89
|
+
* auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
|
|
90
|
+
* }],
|
|
91
|
+
* primaryOrganizationId: CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
92
|
+
* userMetadata: {
|
|
93
|
+
* type: "human_user_metadata",
|
|
94
|
+
* firstName: "John",
|
|
95
|
+
* lastName: "Doe"
|
|
96
|
+
* },
|
|
97
|
+
* accessibleOrganizationIds: [CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887")]
|
|
98
|
+
* },
|
|
99
|
+
* jobMetadata: {
|
|
100
|
+
* type: "claim_job_metadata",
|
|
101
|
+
* action: {
|
|
102
|
+
* type: "resubmit_fresh_claim_action"
|
|
103
|
+
* },
|
|
104
|
+
* workQueueId: CandidApi.WorkQueueId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
105
|
+
* claimId: CandidApi.ClaimId("92215dff-4a79-4dd7-af02-59c16f99cdba"),
|
|
106
|
+
* claimMetadata: {
|
|
107
|
+
* encounterId: CandidApi.EncounterId("2132a68b-7acb-46c2-ba93-852b5daa1f98"),
|
|
108
|
+
* patientFirstName: "John",
|
|
109
|
+
* patientLastName: "Doe",
|
|
110
|
+
* dateOfService: "2021-01-01",
|
|
111
|
+
* claimStatus: CandidApi.ClaimStatus.Paid
|
|
112
|
+
* }
|
|
113
|
+
* },
|
|
114
|
+
* createdAt: new Date("2021-01-01T00:00:00.000Z")
|
|
115
|
+
* }
|
|
81
116
|
* }],
|
|
82
117
|
* patient: {
|
|
83
118
|
* individualId: CandidApi.IndividualId("93DDBEBF-4956-4482-9A6C-21499B7E4E5D"),
|
|
@@ -78,7 +78,42 @@ import * as CandidApi from "../../../../..";
|
|
|
78
78
|
* eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
|
|
79
79
|
* checkNumber: "CHK12345",
|
|
80
80
|
* checkDate: CandidApi.Date_("2023-10-12")
|
|
81
|
-
* }]
|
|
81
|
+
* }],
|
|
82
|
+
* activeJob: {
|
|
83
|
+
* jobId: CandidApi.jobs.v1.JobId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
84
|
+
* status: CandidApi.jobs.v1.JobStatus.Queued,
|
|
85
|
+
* summary: "Resubmitting claim",
|
|
86
|
+
* creatorUser: {
|
|
87
|
+
* userId: CandidApi.UserId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
88
|
+
* idpMetadata: [{
|
|
89
|
+
* type: "auth_zero_metadata",
|
|
90
|
+
* auth0Id: "auth0|5f9b3b5a7b0b0d006a2b0b0b"
|
|
91
|
+
* }],
|
|
92
|
+
* primaryOrganizationId: CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
93
|
+
* userMetadata: {
|
|
94
|
+
* type: "human_user_metadata",
|
|
95
|
+
* firstName: "John",
|
|
96
|
+
* lastName: "Doe"
|
|
97
|
+
* },
|
|
98
|
+
* accessibleOrganizationIds: [CandidApi.OrganizationId("83a2a782-35f6-45a7-b5c3-53ca2ebe8887")]
|
|
99
|
+
* },
|
|
100
|
+
* jobMetadata: {
|
|
101
|
+
* type: "claim_job_metadata",
|
|
102
|
+
* action: {
|
|
103
|
+
* type: "resubmit_fresh_claim_action"
|
|
104
|
+
* },
|
|
105
|
+
* workQueueId: CandidApi.WorkQueueId("1503a782-35f6-45a7-b5c3-53ca2ebe8887"),
|
|
106
|
+
* claimId: CandidApi.ClaimId("92215dff-4a79-4dd7-af02-59c16f99cdba"),
|
|
107
|
+
* claimMetadata: {
|
|
108
|
+
* encounterId: CandidApi.EncounterId("2132a68b-7acb-46c2-ba93-852b5daa1f98"),
|
|
109
|
+
* patientFirstName: "John",
|
|
110
|
+
* patientLastName: "Doe",
|
|
111
|
+
* dateOfService: "2021-01-01",
|
|
112
|
+
* claimStatus: CandidApi.ClaimStatus.Paid
|
|
113
|
+
* }
|
|
114
|
+
* },
|
|
115
|
+
* createdAt: new Date("2021-01-01T00:00:00.000Z")
|
|
116
|
+
* }
|
|
82
117
|
* }],
|
|
83
118
|
* patient: {
|
|
84
119
|
* individualId: CandidApi.IndividualId("93DDBEBF-4956-4482-9A6C-21499B7E4E5D"),
|
|
@@ -41,7 +41,6 @@ class V1 {
|
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* **This endpoint is incubating.**
|
|
45
44
|
* Computes the expected network status given the provided information.
|
|
46
45
|
*
|
|
47
46
|
*/
|
|
@@ -53,7 +52,7 @@ class V1 {
|
|
|
53
52
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
53
|
"X-Fern-Language": "JavaScript",
|
|
55
54
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.10.
|
|
55
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
57
56
|
},
|
|
58
57
|
contentType: "application/json",
|
|
59
58
|
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
@@ -17,7 +17,6 @@ export declare class V2 {
|
|
|
17
17
|
* Computes the expected network status for a given rendering provider.
|
|
18
18
|
* This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
19
19
|
* to discuss enabling this endpoint if it is not available for your organization.
|
|
20
|
-
* **This endpoint is incubating.**
|
|
21
20
|
*
|
|
22
21
|
*/
|
|
23
22
|
computeForRenderingProvider(renderingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId, request: CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2): Promise<core.APIResponse<CandidApi.expectedNetworkStatus.v2.ExpectedNetworkStatusResponseV2, CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error>>;
|
|
@@ -25,7 +24,6 @@ export declare class V2 {
|
|
|
25
24
|
* Computes all the in network providers for a given set of inputs.
|
|
26
25
|
* This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
27
26
|
* to discuss enabling this endpoint if it is not available for your organization.
|
|
28
|
-
* **This endpoint is incubating.**
|
|
29
27
|
*
|
|
30
28
|
*/
|
|
31
29
|
computeAllInNetworkProviders(request: CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest): Promise<core.APIResponse<CandidApi.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersResponse, CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error>>;
|
|
@@ -44,7 +44,6 @@ class V2 {
|
|
|
44
44
|
* Computes the expected network status for a given rendering provider.
|
|
45
45
|
* This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
46
46
|
* to discuss enabling this endpoint if it is not available for your organization.
|
|
47
|
-
* **This endpoint is incubating.**
|
|
48
47
|
*
|
|
49
48
|
*/
|
|
50
49
|
async computeForRenderingProvider(renderingProviderId, request) {
|
|
@@ -55,7 +54,7 @@ class V2 {
|
|
|
55
54
|
Authorization: await this._getAuthorizationHeader(),
|
|
56
55
|
"X-Fern-Language": "JavaScript",
|
|
57
56
|
"X-Fern-SDK-Name": "candidhealth",
|
|
58
|
-
"X-Fern-SDK-Version": "0.10.
|
|
57
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
59
58
|
},
|
|
60
59
|
contentType: "application/json",
|
|
61
60
|
body: await serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
|
|
@@ -100,7 +99,6 @@ class V2 {
|
|
|
100
99
|
* Computes all the in network providers for a given set of inputs.
|
|
101
100
|
* This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
102
101
|
* to discuss enabling this endpoint if it is not available for your organization.
|
|
103
|
-
* **This endpoint is incubating.**
|
|
104
102
|
*
|
|
105
103
|
*/
|
|
106
104
|
async computeAllInNetworkProviders(request) {
|
|
@@ -111,7 +109,7 @@ class V2 {
|
|
|
111
109
|
Authorization: await this._getAuthorizationHeader(),
|
|
112
110
|
"X-Fern-Language": "JavaScript",
|
|
113
111
|
"X-Fern-SDK-Name": "candidhealth",
|
|
114
|
-
"X-Fern-SDK-Version": "0.10.
|
|
112
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
115
113
|
},
|
|
116
114
|
contentType: "application/json",
|
|
117
115
|
body: await serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type Explanation = "Payer Routing and/or Billing Provider Routing Failed" | "No Effective Contract with Payer" | "No Effective Contract with Billing Provider" | "No Effective Contract with Covered Geography" | "No Effective Contract with Line of Business" | "No Effective Contract with Insurance Type" | "No Effective Contract with Rendering Provider" | "Rendering Provider Not Credentialed";
|
|
5
|
+
export declare const Explanation: {
|
|
6
|
+
readonly RoutingFailed: "Payer Routing and/or Billing Provider Routing Failed";
|
|
7
|
+
readonly PayerMatchFailed: "No Effective Contract with Payer";
|
|
8
|
+
readonly BillingProviderMatchFailed: "No Effective Contract with Billing Provider";
|
|
9
|
+
readonly CoveredGeographyMatchFailed: "No Effective Contract with Covered Geography";
|
|
10
|
+
readonly LineOfBusinessMatchFailed: "No Effective Contract with Line of Business";
|
|
11
|
+
readonly InsuranceTypeMatchFailed: "No Effective Contract with Insurance Type";
|
|
12
|
+
readonly RenderingProviderMatchFailed: "No Effective Contract with Rendering Provider";
|
|
13
|
+
readonly RenderingProviderCredentialingCheckFailed: "Rendering Provider Not Credentialed";
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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.Explanation = void 0;
|
|
7
|
+
exports.Explanation = {
|
|
8
|
+
RoutingFailed: "Payer Routing and/or Billing Provider Routing Failed",
|
|
9
|
+
PayerMatchFailed: "No Effective Contract with Payer",
|
|
10
|
+
BillingProviderMatchFailed: "No Effective Contract with Billing Provider",
|
|
11
|
+
CoveredGeographyMatchFailed: "No Effective Contract with Covered Geography",
|
|
12
|
+
LineOfBusinessMatchFailed: "No Effective Contract with Line of Business",
|
|
13
|
+
InsuranceTypeMatchFailed: "No Effective Contract with Insurance Type",
|
|
14
|
+
RenderingProviderMatchFailed: "No Effective Contract with Rendering Provider",
|
|
15
|
+
RenderingProviderCredentialingCheckFailed: "Rendering Provider Not Credentialed",
|
|
16
|
+
};
|
package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../..";
|
|
5
5
|
export interface IndeterminateNetworkStatus {
|
|
6
|
-
|
|
6
|
+
error: string;
|
|
7
|
+
explanation: CandidApi.expectedNetworkStatus.v2.Explanation;
|
|
7
8
|
routedPayerUuid?: CandidApi.payers.v3.PayerUuid;
|
|
8
9
|
routedBillingProviderId?: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
9
10
|
}
|
|
@@ -5,6 +5,5 @@ import * as CandidApi from "../../../../..";
|
|
|
5
5
|
export interface InsuranceType {
|
|
6
6
|
/** The line of business associated with the patient’s insurance */
|
|
7
7
|
lineOfBusiness: CandidApi.expectedNetworkStatus.v2.LineOfBusiness;
|
|
8
|
-
|
|
9
|
-
insuranceTypeCodes: CandidApi.InsuranceTypeCode[];
|
|
8
|
+
insuranceTypeCodes: CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes;
|
|
10
9
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
export declare type InsuranceTypeCodes =
|
|
6
|
+
/**
|
|
7
|
+
* Match contracts on the provided insurance type code during the expected network status check.
|
|
8
|
+
* */
|
|
9
|
+
CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.InsuranceTypeCode
|
|
10
|
+
/**
|
|
11
|
+
* Provide this if the insurance type code is unknown; causes the expected network status check to return indeterminate response.
|
|
12
|
+
* */
|
|
13
|
+
| CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.UnknownInsuranceTypeCode
|
|
14
|
+
/**
|
|
15
|
+
* Skips the insurance type validation when matching contracts in the expected network status check.
|
|
16
|
+
* */
|
|
17
|
+
| CandidApi.expectedNetworkStatus.v2.InsuranceTypeCodes.NotApplicable;
|
|
18
|
+
export declare namespace InsuranceTypeCodes {
|
|
19
|
+
interface InsuranceTypeCode {
|
|
20
|
+
type: "insurance_type_code";
|
|
21
|
+
value: CandidApi.InsuranceTypeCode;
|
|
22
|
+
}
|
|
23
|
+
interface UnknownInsuranceTypeCode {
|
|
24
|
+
type: "unknown_insurance_type_code";
|
|
25
|
+
}
|
|
26
|
+
interface NotApplicable {
|
|
27
|
+
type: "not_applicable";
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../..";
|
|
5
5
|
export interface OutOfNetworkStatus {
|
|
6
|
-
explanation:
|
|
6
|
+
explanation: CandidApi.expectedNetworkStatus.v2.Explanation;
|
|
7
7
|
routedPayerUuid: CandidApi.payers.v3.PayerUuid;
|
|
8
8
|
routedBillingProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
|
|
9
9
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./NetworkStatusCheckId";
|
|
2
2
|
export * from "./LineOfBusiness";
|
|
3
|
+
export * from "./InsuranceTypeCodes";
|
|
3
4
|
export * from "./InsuranceType";
|
|
5
|
+
export * from "./Explanation";
|
|
4
6
|
export * from "./ServiceType";
|
|
5
7
|
export * from "./ExpectedNetworkStatusRequestV2";
|
|
6
8
|
export * from "./ComputeAllInNetworkProvidersRequest";
|
|
@@ -16,7 +16,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./NetworkStatusCheckId"), exports);
|
|
18
18
|
__exportStar(require("./LineOfBusiness"), exports);
|
|
19
|
+
__exportStar(require("./InsuranceTypeCodes"), exports);
|
|
19
20
|
__exportStar(require("./InsuranceType"), exports);
|
|
21
|
+
__exportStar(require("./Explanation"), exports);
|
|
20
22
|
__exportStar(require("./ServiceType"), exports);
|
|
21
23
|
__exportStar(require("./ExpectedNetworkStatusRequestV2"), exports);
|
|
22
24
|
__exportStar(require("./ComputeAllInNetworkProvidersRequest"), 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.10.
|
|
71
|
+
"X-Fern-SDK-Version": "0.10.1",
|
|
72
72
|
},
|
|
73
73
|
contentType: "application/json",
|
|
74
74
|
queryParameters: _queryParams,
|
|
@@ -2,7 +2,7 @@
|
|
|
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 AllocationTarget = CandidApi.AllocationTarget.ServiceLine | CandidApi.AllocationTarget.Claim | CandidApi.AllocationTarget.BillingProviderId;
|
|
5
|
+
export declare type AllocationTarget = CandidApi.AllocationTarget.ServiceLine | CandidApi.AllocationTarget.Claim | CandidApi.AllocationTarget.BillingProviderId | CandidApi.AllocationTarget.Unattributed;
|
|
6
6
|
export declare namespace AllocationTarget {
|
|
7
7
|
interface ServiceLine {
|
|
8
8
|
type: "service_line";
|
|
@@ -16,4 +16,7 @@ export declare namespace AllocationTarget {
|
|
|
16
16
|
type: "billing_provider_id";
|
|
17
17
|
value: CandidApi.ProviderId;
|
|
18
18
|
}
|
|
19
|
+
interface Unattributed {
|
|
20
|
+
type: "unattributed";
|
|
21
|
+
}
|
|
19
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
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 AllocationTargetCreate = CandidApi.AllocationTargetCreate.ServiceLineById | CandidApi.AllocationTargetCreate.ClaimById | CandidApi.AllocationTargetCreate.BillingProviderById;
|
|
5
|
+
export declare type AllocationTargetCreate = CandidApi.AllocationTargetCreate.ServiceLineById | CandidApi.AllocationTargetCreate.ClaimById | CandidApi.AllocationTargetCreate.BillingProviderById | CandidApi.AllocationTargetCreate.Unattributed;
|
|
6
6
|
export declare namespace AllocationTargetCreate {
|
|
7
7
|
interface ServiceLineById {
|
|
8
8
|
type: "service_line_by_id";
|
|
@@ -16,4 +16,7 @@ export declare namespace AllocationTargetCreate {
|
|
|
16
16
|
type: "billing_provider_by_id";
|
|
17
17
|
value: CandidApi.ProviderId;
|
|
18
18
|
}
|
|
19
|
+
interface Unattributed {
|
|
20
|
+
type: "unattributed";
|
|
21
|
+
}
|
|
19
22
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type PatientTransactionSource = "MANUAL_ENTRY" | "CHARGEBEE" | "SQUARE" | "STRIPE" | "ELATION" | "CEDAR" | "HEALTHIE";
|
|
5
|
+
export declare const PatientTransactionSource: {
|
|
6
|
+
readonly ManualEntry: "MANUAL_ENTRY";
|
|
7
|
+
readonly Chargebee: "CHARGEBEE";
|
|
8
|
+
readonly Square: "SQUARE";
|
|
9
|
+
readonly Stripe: "STRIPE";
|
|
10
|
+
readonly Elation: "ELATION";
|
|
11
|
+
readonly Cedar: "CEDAR";
|
|
12
|
+
readonly Healthie: "HEALTHIE";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
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.PatientTransactionSource = void 0;
|
|
7
|
+
exports.PatientTransactionSource = {
|
|
8
|
+
ManualEntry: "MANUAL_ENTRY",
|
|
9
|
+
Chargebee: "CHARGEBEE",
|
|
10
|
+
Square: "SQUARE",
|
|
11
|
+
Stripe: "STRIPE",
|
|
12
|
+
Elation: "ELATION",
|
|
13
|
+
Cedar: "CEDAR",
|
|
14
|
+
Healthie: "HEALTHIE",
|
|
15
|
+
};
|
|
@@ -15,6 +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("./PatientTransactionSource"), exports);
|
|
18
19
|
__exportStar(require("./Allocation"), exports);
|
|
19
20
|
__exportStar(require("./AllocationTarget"), exports);
|
|
20
21
|
__exportStar(require("./AllocationCreate"), exports);
|
|
@@ -14,19 +14,16 @@ export declare class V1 {
|
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
16
|
/**
|
|
17
|
-
* **This endpoint is incubating.**
|
|
18
17
|
* Creates a new guarantor and returns the newly created Guarantor object.
|
|
19
18
|
*
|
|
20
19
|
*/
|
|
21
20
|
create(encounterId: CandidApi.EncounterId, request: CandidApi.guarantor.v1.GuarantorCreate): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.create.Error>>;
|
|
22
21
|
/**
|
|
23
|
-
* **This endpoint is incubating.**
|
|
24
22
|
* Retrieves a guarantor by its `guarantor_id`.
|
|
25
23
|
*
|
|
26
24
|
*/
|
|
27
25
|
get(guarantorId: CandidApi.guarantor.v1.GuarantorId): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.get.Error>>;
|
|
28
26
|
/**
|
|
29
|
-
* **This endpoint is incubating.**
|
|
30
27
|
* Updates a guarantor by its `guarantor_id`.
|
|
31
28
|
*
|
|
32
29
|
*/
|