candidhealth 0.28.0 → 0.30.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 +9 -0
- package/Client.js +41 -26
- 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/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.d.ts +3 -1
- package/api/resources/encounters/resources/v4/client/Client.js +7 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +5 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +422 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +23 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +10 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +433 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +14 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +13 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +10 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayers/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/index.js +27 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +97 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +469 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +36 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +11 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +11 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +25 -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.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +121 -14
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +58 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +4 -2
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +9 -0
- package/dist/Client.js +41 -26
- 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/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +7 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +5 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +422 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +23 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +10 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +433 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +10 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +97 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +469 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +36 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +11 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +11 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +25 -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.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +121 -14
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +58 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +4 -2
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +2 -0
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +44 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +42 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +39 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +24 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +22 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +43 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +35 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +38 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +41 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +41 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +16 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +37 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +33 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +7 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
- package/package.json +1 -1
- package/reference.md +1133 -3
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +2 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +37 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +44 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +42 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +35 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +31 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +37 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +39 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +24 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +45 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +22 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +43 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +35 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +31 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +37 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +32 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +14 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +35 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +38 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +41 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +41 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +35 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +37 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +31 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +16 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +37 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +33 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +7 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +41 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +61 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
package/reference.md
CHANGED
|
@@ -1464,6 +1464,8 @@ await client.encounters.v4.create({
|
|
|
1464
1464
|
bloodPressureSystolicMmhg: 115,
|
|
1465
1465
|
bloodPressureDiastolicMmhg: 85,
|
|
1466
1466
|
bodyTemperatureF: 98,
|
|
1467
|
+
hemoglobinGdl: 15.1,
|
|
1468
|
+
hematocritPct: 51.2,
|
|
1467
1469
|
},
|
|
1468
1470
|
interventions: [
|
|
1469
1471
|
{
|
|
@@ -4254,6 +4256,1030 @@ await client.insuranceRefunds.v1.delete(CandidApi.InsuranceRefundId("d5e9c84f-c2
|
|
|
4254
4256
|
</dl>
|
|
4255
4257
|
</details>
|
|
4256
4258
|
|
|
4259
|
+
## NonInsurancePayerPayments V1
|
|
4260
|
+
|
|
4261
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPaymentsPage, CandidApi.nonInsurancePayerPayments.v1.getMulti.Error></code></summary>
|
|
4262
|
+
<dl>
|
|
4263
|
+
<dd>
|
|
4264
|
+
|
|
4265
|
+
#### 📝 Description
|
|
4266
|
+
|
|
4267
|
+
<dl>
|
|
4268
|
+
<dd>
|
|
4269
|
+
|
|
4270
|
+
<dl>
|
|
4271
|
+
<dd>
|
|
4272
|
+
|
|
4273
|
+
Returns all non-insurance payer payments
|
|
4274
|
+
|
|
4275
|
+
</dd>
|
|
4276
|
+
</dl>
|
|
4277
|
+
</dd>
|
|
4278
|
+
</dl>
|
|
4279
|
+
|
|
4280
|
+
#### 🔌 Usage
|
|
4281
|
+
|
|
4282
|
+
<dl>
|
|
4283
|
+
<dd>
|
|
4284
|
+
|
|
4285
|
+
<dl>
|
|
4286
|
+
<dd>
|
|
4287
|
+
|
|
4288
|
+
```typescript
|
|
4289
|
+
await client.nonInsurancePayerPayments.v1.getMulti({
|
|
4290
|
+
limit: 1,
|
|
4291
|
+
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4292
|
+
checkNumber: "string",
|
|
4293
|
+
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4294
|
+
sort: CandidApi.NonInsurancePayerPaymentSortField.AmountCents,
|
|
4295
|
+
sortDirection: CandidApi.SortDirection.Asc,
|
|
4296
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
4297
|
+
});
|
|
4298
|
+
```
|
|
4299
|
+
|
|
4300
|
+
</dd>
|
|
4301
|
+
</dl>
|
|
4302
|
+
</dd>
|
|
4303
|
+
</dl>
|
|
4304
|
+
|
|
4305
|
+
#### ⚙️ Parameters
|
|
4306
|
+
|
|
4307
|
+
<dl>
|
|
4308
|
+
<dd>
|
|
4309
|
+
|
|
4310
|
+
<dl>
|
|
4311
|
+
<dd>
|
|
4312
|
+
|
|
4313
|
+
**request:** `CandidApi.nonInsurancePayerPayments.v1.GetMultiNonInsurancePayerPaymentRequest`
|
|
4314
|
+
|
|
4315
|
+
</dd>
|
|
4316
|
+
</dl>
|
|
4317
|
+
|
|
4318
|
+
<dl>
|
|
4319
|
+
<dd>
|
|
4320
|
+
|
|
4321
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4322
|
+
|
|
4323
|
+
</dd>
|
|
4324
|
+
</dl>
|
|
4325
|
+
</dd>
|
|
4326
|
+
</dl>
|
|
4327
|
+
|
|
4328
|
+
</dd>
|
|
4329
|
+
</dl>
|
|
4330
|
+
</details>
|
|
4331
|
+
|
|
4332
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">get</a>(nonInsurancePayerPaymentId) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.get.Error></code></summary>
|
|
4333
|
+
<dl>
|
|
4334
|
+
<dd>
|
|
4335
|
+
|
|
4336
|
+
#### 📝 Description
|
|
4337
|
+
|
|
4338
|
+
<dl>
|
|
4339
|
+
<dd>
|
|
4340
|
+
|
|
4341
|
+
<dl>
|
|
4342
|
+
<dd>
|
|
4343
|
+
|
|
4344
|
+
Retrieves a previously created non-insurance payer payment by its `non_insurance_payer_payment_id`.
|
|
4345
|
+
|
|
4346
|
+
</dd>
|
|
4347
|
+
</dl>
|
|
4348
|
+
</dd>
|
|
4349
|
+
</dl>
|
|
4350
|
+
|
|
4351
|
+
#### 🔌 Usage
|
|
4352
|
+
|
|
4353
|
+
<dl>
|
|
4354
|
+
<dd>
|
|
4355
|
+
|
|
4356
|
+
<dl>
|
|
4357
|
+
<dd>
|
|
4358
|
+
|
|
4359
|
+
```typescript
|
|
4360
|
+
await client.nonInsurancePayerPayments.v1.get(
|
|
4361
|
+
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
4362
|
+
);
|
|
4363
|
+
```
|
|
4364
|
+
|
|
4365
|
+
</dd>
|
|
4366
|
+
</dl>
|
|
4367
|
+
</dd>
|
|
4368
|
+
</dl>
|
|
4369
|
+
|
|
4370
|
+
#### ⚙️ Parameters
|
|
4371
|
+
|
|
4372
|
+
<dl>
|
|
4373
|
+
<dd>
|
|
4374
|
+
|
|
4375
|
+
<dl>
|
|
4376
|
+
<dd>
|
|
4377
|
+
|
|
4378
|
+
**nonInsurancePayerPaymentId:** `CandidApi.NonInsurancePayerPaymentId`
|
|
4379
|
+
|
|
4380
|
+
</dd>
|
|
4381
|
+
</dl>
|
|
4382
|
+
|
|
4383
|
+
<dl>
|
|
4384
|
+
<dd>
|
|
4385
|
+
|
|
4386
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4387
|
+
|
|
4388
|
+
</dd>
|
|
4389
|
+
</dl>
|
|
4390
|
+
</dd>
|
|
4391
|
+
</dl>
|
|
4392
|
+
|
|
4393
|
+
</dd>
|
|
4394
|
+
</dl>
|
|
4395
|
+
</details>
|
|
4396
|
+
|
|
4397
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.create.Error></code></summary>
|
|
4398
|
+
<dl>
|
|
4399
|
+
<dd>
|
|
4400
|
+
|
|
4401
|
+
#### 🔌 Usage
|
|
4402
|
+
|
|
4403
|
+
<dl>
|
|
4404
|
+
<dd>
|
|
4405
|
+
|
|
4406
|
+
<dl>
|
|
4407
|
+
<dd>
|
|
4408
|
+
|
|
4409
|
+
```typescript
|
|
4410
|
+
await client.nonInsurancePayerPayments.v1.create({
|
|
4411
|
+
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4412
|
+
amountCents: 1,
|
|
4413
|
+
paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
4414
|
+
paymentNote: "string",
|
|
4415
|
+
checkNumber: "string",
|
|
4416
|
+
allocations: [{}],
|
|
4417
|
+
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4418
|
+
});
|
|
4419
|
+
```
|
|
4420
|
+
|
|
4421
|
+
</dd>
|
|
4422
|
+
</dl>
|
|
4423
|
+
</dd>
|
|
4424
|
+
</dl>
|
|
4425
|
+
|
|
4426
|
+
#### ⚙️ Parameters
|
|
4427
|
+
|
|
4428
|
+
<dl>
|
|
4429
|
+
<dd>
|
|
4430
|
+
|
|
4431
|
+
<dl>
|
|
4432
|
+
<dd>
|
|
4433
|
+
|
|
4434
|
+
**request:** `CandidApi.NonInsurancePayerPaymentCreate`
|
|
4435
|
+
|
|
4436
|
+
</dd>
|
|
4437
|
+
</dl>
|
|
4438
|
+
|
|
4439
|
+
<dl>
|
|
4440
|
+
<dd>
|
|
4441
|
+
|
|
4442
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4443
|
+
|
|
4444
|
+
</dd>
|
|
4445
|
+
</dl>
|
|
4446
|
+
</dd>
|
|
4447
|
+
</dl>
|
|
4448
|
+
|
|
4449
|
+
</dd>
|
|
4450
|
+
</dl>
|
|
4451
|
+
</details>
|
|
4452
|
+
|
|
4453
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">update</a>(nonInsurancePayerPaymentId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.update.Error></code></summary>
|
|
4454
|
+
<dl>
|
|
4455
|
+
<dd>
|
|
4456
|
+
|
|
4457
|
+
#### 🔌 Usage
|
|
4458
|
+
|
|
4459
|
+
<dl>
|
|
4460
|
+
<dd>
|
|
4461
|
+
|
|
4462
|
+
<dl>
|
|
4463
|
+
<dd>
|
|
4464
|
+
|
|
4465
|
+
```typescript
|
|
4466
|
+
await client.nonInsurancePayerPayments.v1.update(
|
|
4467
|
+
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4468
|
+
{
|
|
4469
|
+
paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
4470
|
+
paymentNote: {
|
|
4471
|
+
type: "set",
|
|
4472
|
+
value: "string",
|
|
4473
|
+
},
|
|
4474
|
+
invoiceId: {
|
|
4475
|
+
type: "set",
|
|
4476
|
+
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4477
|
+
},
|
|
4478
|
+
}
|
|
4479
|
+
);
|
|
4480
|
+
```
|
|
4481
|
+
|
|
4482
|
+
</dd>
|
|
4483
|
+
</dl>
|
|
4484
|
+
</dd>
|
|
4485
|
+
</dl>
|
|
4486
|
+
|
|
4487
|
+
#### ⚙️ Parameters
|
|
4488
|
+
|
|
4489
|
+
<dl>
|
|
4490
|
+
<dd>
|
|
4491
|
+
|
|
4492
|
+
<dl>
|
|
4493
|
+
<dd>
|
|
4494
|
+
|
|
4495
|
+
**nonInsurancePayerPaymentId:** `CandidApi.NonInsurancePayerPaymentId`
|
|
4496
|
+
|
|
4497
|
+
</dd>
|
|
4498
|
+
</dl>
|
|
4499
|
+
|
|
4500
|
+
<dl>
|
|
4501
|
+
<dd>
|
|
4502
|
+
|
|
4503
|
+
**request:** `CandidApi.nonInsurancePayerPayments.v1.UpdateNonInsurancePayerPaymentRequest`
|
|
4504
|
+
|
|
4505
|
+
</dd>
|
|
4506
|
+
</dl>
|
|
4507
|
+
|
|
4508
|
+
<dl>
|
|
4509
|
+
<dd>
|
|
4510
|
+
|
|
4511
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4512
|
+
|
|
4513
|
+
</dd>
|
|
4514
|
+
</dl>
|
|
4515
|
+
</dd>
|
|
4516
|
+
</dl>
|
|
4517
|
+
|
|
4518
|
+
</dd>
|
|
4519
|
+
</dl>
|
|
4520
|
+
</details>
|
|
4521
|
+
|
|
4522
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerPaymentId) -> core.APIResponse<void, CandidApi.nonInsurancePayerPayments.v1.delete.Error></code></summary>
|
|
4523
|
+
<dl>
|
|
4524
|
+
<dd>
|
|
4525
|
+
|
|
4526
|
+
#### 📝 Description
|
|
4527
|
+
|
|
4528
|
+
<dl>
|
|
4529
|
+
<dd>
|
|
4530
|
+
|
|
4531
|
+
<dl>
|
|
4532
|
+
<dd>
|
|
4533
|
+
|
|
4534
|
+
Deletes the non-insurance payer payment record matching the provided `non_insurance_payer_payment_id`.
|
|
4535
|
+
|
|
4536
|
+
</dd>
|
|
4537
|
+
</dl>
|
|
4538
|
+
</dd>
|
|
4539
|
+
</dl>
|
|
4540
|
+
|
|
4541
|
+
#### 🔌 Usage
|
|
4542
|
+
|
|
4543
|
+
<dl>
|
|
4544
|
+
<dd>
|
|
4545
|
+
|
|
4546
|
+
<dl>
|
|
4547
|
+
<dd>
|
|
4548
|
+
|
|
4549
|
+
```typescript
|
|
4550
|
+
await client.nonInsurancePayerPayments.v1.delete(
|
|
4551
|
+
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
4552
|
+
);
|
|
4553
|
+
```
|
|
4554
|
+
|
|
4555
|
+
</dd>
|
|
4556
|
+
</dl>
|
|
4557
|
+
</dd>
|
|
4558
|
+
</dl>
|
|
4559
|
+
|
|
4560
|
+
#### ⚙️ Parameters
|
|
4561
|
+
|
|
4562
|
+
<dl>
|
|
4563
|
+
<dd>
|
|
4564
|
+
|
|
4565
|
+
<dl>
|
|
4566
|
+
<dd>
|
|
4567
|
+
|
|
4568
|
+
**nonInsurancePayerPaymentId:** `CandidApi.NonInsurancePayerPaymentId`
|
|
4569
|
+
|
|
4570
|
+
</dd>
|
|
4571
|
+
</dl>
|
|
4572
|
+
|
|
4573
|
+
<dl>
|
|
4574
|
+
<dd>
|
|
4575
|
+
|
|
4576
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4577
|
+
|
|
4578
|
+
</dd>
|
|
4579
|
+
</dl>
|
|
4580
|
+
</dd>
|
|
4581
|
+
</dl>
|
|
4582
|
+
|
|
4583
|
+
</dd>
|
|
4584
|
+
</dl>
|
|
4585
|
+
</details>
|
|
4586
|
+
|
|
4587
|
+
## NonInsurancePayerRefunds V1
|
|
4588
|
+
|
|
4589
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefundsPage, CandidApi.nonInsurancePayerRefunds.v1.getMulti.Error></code></summary>
|
|
4590
|
+
<dl>
|
|
4591
|
+
<dd>
|
|
4592
|
+
|
|
4593
|
+
#### 📝 Description
|
|
4594
|
+
|
|
4595
|
+
<dl>
|
|
4596
|
+
<dd>
|
|
4597
|
+
|
|
4598
|
+
<dl>
|
|
4599
|
+
<dd>
|
|
4600
|
+
|
|
4601
|
+
Returns all non-insurance payer refunds satisfying the search criteria
|
|
4602
|
+
|
|
4603
|
+
</dd>
|
|
4604
|
+
</dl>
|
|
4605
|
+
</dd>
|
|
4606
|
+
</dl>
|
|
4607
|
+
|
|
4608
|
+
#### 🔌 Usage
|
|
4609
|
+
|
|
4610
|
+
<dl>
|
|
4611
|
+
<dd>
|
|
4612
|
+
|
|
4613
|
+
<dl>
|
|
4614
|
+
<dd>
|
|
4615
|
+
|
|
4616
|
+
```typescript
|
|
4617
|
+
await client.nonInsurancePayerRefunds.v1.getMulti({
|
|
4618
|
+
limit: 1,
|
|
4619
|
+
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4620
|
+
checkNumber: "string",
|
|
4621
|
+
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4622
|
+
sort: CandidApi.NonInsurancePayerRefundSortField.AmountCents,
|
|
4623
|
+
sortDirection: CandidApi.SortDirection.Asc,
|
|
4624
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
4625
|
+
});
|
|
4626
|
+
```
|
|
4627
|
+
|
|
4628
|
+
</dd>
|
|
4629
|
+
</dl>
|
|
4630
|
+
</dd>
|
|
4631
|
+
</dl>
|
|
4632
|
+
|
|
4633
|
+
#### ⚙️ Parameters
|
|
4634
|
+
|
|
4635
|
+
<dl>
|
|
4636
|
+
<dd>
|
|
4637
|
+
|
|
4638
|
+
<dl>
|
|
4639
|
+
<dd>
|
|
4640
|
+
|
|
4641
|
+
**request:** `CandidApi.nonInsurancePayerRefunds.v1.GetMultiNonInsurancePayerRefundsRequest`
|
|
4642
|
+
|
|
4643
|
+
</dd>
|
|
4644
|
+
</dl>
|
|
4645
|
+
|
|
4646
|
+
<dl>
|
|
4647
|
+
<dd>
|
|
4648
|
+
|
|
4649
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4650
|
+
|
|
4651
|
+
</dd>
|
|
4652
|
+
</dl>
|
|
4653
|
+
</dd>
|
|
4654
|
+
</dl>
|
|
4655
|
+
|
|
4656
|
+
</dd>
|
|
4657
|
+
</dl>
|
|
4658
|
+
</details>
|
|
4659
|
+
|
|
4660
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">get</a>(nonInsurancePayerRefundId) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.get.Error></code></summary>
|
|
4661
|
+
<dl>
|
|
4662
|
+
<dd>
|
|
4663
|
+
|
|
4664
|
+
#### 📝 Description
|
|
4665
|
+
|
|
4666
|
+
<dl>
|
|
4667
|
+
<dd>
|
|
4668
|
+
|
|
4669
|
+
<dl>
|
|
4670
|
+
<dd>
|
|
4671
|
+
|
|
4672
|
+
Retrieves a previously created non-insurance payer refund by its `non_insurance_payer_refund_id`.
|
|
4673
|
+
|
|
4674
|
+
</dd>
|
|
4675
|
+
</dl>
|
|
4676
|
+
</dd>
|
|
4677
|
+
</dl>
|
|
4678
|
+
|
|
4679
|
+
#### 🔌 Usage
|
|
4680
|
+
|
|
4681
|
+
<dl>
|
|
4682
|
+
<dd>
|
|
4683
|
+
|
|
4684
|
+
<dl>
|
|
4685
|
+
<dd>
|
|
4686
|
+
|
|
4687
|
+
```typescript
|
|
4688
|
+
await client.nonInsurancePayerRefunds.v1.get(
|
|
4689
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
4690
|
+
);
|
|
4691
|
+
```
|
|
4692
|
+
|
|
4693
|
+
</dd>
|
|
4694
|
+
</dl>
|
|
4695
|
+
</dd>
|
|
4696
|
+
</dl>
|
|
4697
|
+
|
|
4698
|
+
#### ⚙️ Parameters
|
|
4699
|
+
|
|
4700
|
+
<dl>
|
|
4701
|
+
<dd>
|
|
4702
|
+
|
|
4703
|
+
<dl>
|
|
4704
|
+
<dd>
|
|
4705
|
+
|
|
4706
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
4707
|
+
|
|
4708
|
+
</dd>
|
|
4709
|
+
</dl>
|
|
4710
|
+
|
|
4711
|
+
<dl>
|
|
4712
|
+
<dd>
|
|
4713
|
+
|
|
4714
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4715
|
+
|
|
4716
|
+
</dd>
|
|
4717
|
+
</dl>
|
|
4718
|
+
</dd>
|
|
4719
|
+
</dl>
|
|
4720
|
+
|
|
4721
|
+
</dd>
|
|
4722
|
+
</dl>
|
|
4723
|
+
</details>
|
|
4724
|
+
|
|
4725
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.create.Error></code></summary>
|
|
4726
|
+
<dl>
|
|
4727
|
+
<dd>
|
|
4728
|
+
|
|
4729
|
+
#### 📝 Description
|
|
4730
|
+
|
|
4731
|
+
<dl>
|
|
4732
|
+
<dd>
|
|
4733
|
+
|
|
4734
|
+
<dl>
|
|
4735
|
+
<dd>
|
|
4736
|
+
|
|
4737
|
+
Creates a new non-insurance payer refund record and returns the newly created `NonInsurancePayerRefund` object.
|
|
4738
|
+
The allocations can describe whether the refund is being applied toward a specific service line,
|
|
4739
|
+
claim, or billing provider.
|
|
4740
|
+
|
|
4741
|
+
</dd>
|
|
4742
|
+
</dl>
|
|
4743
|
+
</dd>
|
|
4744
|
+
</dl>
|
|
4745
|
+
|
|
4746
|
+
#### 🔌 Usage
|
|
4747
|
+
|
|
4748
|
+
<dl>
|
|
4749
|
+
<dd>
|
|
4750
|
+
|
|
4751
|
+
<dl>
|
|
4752
|
+
<dd>
|
|
4753
|
+
|
|
4754
|
+
```typescript
|
|
4755
|
+
await client.nonInsurancePayerRefunds.v1.create({
|
|
4756
|
+
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4757
|
+
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4758
|
+
amountCents: 1,
|
|
4759
|
+
refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
4760
|
+
refundNote: "string",
|
|
4761
|
+
allocations: [{}],
|
|
4762
|
+
refundReason: CandidApi.RefundReason.Overcharged,
|
|
4763
|
+
});
|
|
4764
|
+
```
|
|
4765
|
+
|
|
4766
|
+
</dd>
|
|
4767
|
+
</dl>
|
|
4768
|
+
</dd>
|
|
4769
|
+
</dl>
|
|
4770
|
+
|
|
4771
|
+
#### ⚙️ Parameters
|
|
4772
|
+
|
|
4773
|
+
<dl>
|
|
4774
|
+
<dd>
|
|
4775
|
+
|
|
4776
|
+
<dl>
|
|
4777
|
+
<dd>
|
|
4778
|
+
|
|
4779
|
+
**request:** `CandidApi.NonInsurancePayerRefundCreate`
|
|
4780
|
+
|
|
4781
|
+
</dd>
|
|
4782
|
+
</dl>
|
|
4783
|
+
|
|
4784
|
+
<dl>
|
|
4785
|
+
<dd>
|
|
4786
|
+
|
|
4787
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4788
|
+
|
|
4789
|
+
</dd>
|
|
4790
|
+
</dl>
|
|
4791
|
+
</dd>
|
|
4792
|
+
</dl>
|
|
4793
|
+
|
|
4794
|
+
</dd>
|
|
4795
|
+
</dl>
|
|
4796
|
+
</details>
|
|
4797
|
+
|
|
4798
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">update</a>(nonInsurancePayerRefundId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.update.Error></code></summary>
|
|
4799
|
+
<dl>
|
|
4800
|
+
<dd>
|
|
4801
|
+
|
|
4802
|
+
#### 📝 Description
|
|
4803
|
+
|
|
4804
|
+
<dl>
|
|
4805
|
+
<dd>
|
|
4806
|
+
|
|
4807
|
+
<dl>
|
|
4808
|
+
<dd>
|
|
4809
|
+
|
|
4810
|
+
Updates the non-insurance payer refund record matching the provided non_insurance_payer_refund_id. If updating the refund amount,
|
|
4811
|
+
then the allocations must be appropriately updated as well.
|
|
4812
|
+
|
|
4813
|
+
</dd>
|
|
4814
|
+
</dl>
|
|
4815
|
+
</dd>
|
|
4816
|
+
</dl>
|
|
4817
|
+
|
|
4818
|
+
#### 🔌 Usage
|
|
4819
|
+
|
|
4820
|
+
<dl>
|
|
4821
|
+
<dd>
|
|
4822
|
+
|
|
4823
|
+
<dl>
|
|
4824
|
+
<dd>
|
|
4825
|
+
|
|
4826
|
+
```typescript
|
|
4827
|
+
await client.nonInsurancePayerRefunds.v1.update(
|
|
4828
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4829
|
+
{
|
|
4830
|
+
refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
4831
|
+
refundNote: {
|
|
4832
|
+
type: "set",
|
|
4833
|
+
value: "string",
|
|
4834
|
+
},
|
|
4835
|
+
refundReason: {
|
|
4836
|
+
type: "set",
|
|
4837
|
+
value: CandidApi.RefundReason.Overcharged,
|
|
4838
|
+
},
|
|
4839
|
+
invoiceId: {
|
|
4840
|
+
type: "set",
|
|
4841
|
+
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4842
|
+
},
|
|
4843
|
+
}
|
|
4844
|
+
);
|
|
4845
|
+
```
|
|
4846
|
+
|
|
4847
|
+
</dd>
|
|
4848
|
+
</dl>
|
|
4849
|
+
</dd>
|
|
4850
|
+
</dl>
|
|
4851
|
+
|
|
4852
|
+
#### ⚙️ Parameters
|
|
4853
|
+
|
|
4854
|
+
<dl>
|
|
4855
|
+
<dd>
|
|
4856
|
+
|
|
4857
|
+
<dl>
|
|
4858
|
+
<dd>
|
|
4859
|
+
|
|
4860
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
4861
|
+
|
|
4862
|
+
</dd>
|
|
4863
|
+
</dl>
|
|
4864
|
+
|
|
4865
|
+
<dl>
|
|
4866
|
+
<dd>
|
|
4867
|
+
|
|
4868
|
+
**request:** `CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate`
|
|
4869
|
+
|
|
4870
|
+
</dd>
|
|
4871
|
+
</dl>
|
|
4872
|
+
|
|
4873
|
+
<dl>
|
|
4874
|
+
<dd>
|
|
4875
|
+
|
|
4876
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4877
|
+
|
|
4878
|
+
</dd>
|
|
4879
|
+
</dl>
|
|
4880
|
+
</dd>
|
|
4881
|
+
</dl>
|
|
4882
|
+
|
|
4883
|
+
</dd>
|
|
4884
|
+
</dl>
|
|
4885
|
+
</details>
|
|
4886
|
+
|
|
4887
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse<void, CandidApi.nonInsurancePayerRefunds.v1.delete.Error></code></summary>
|
|
4888
|
+
<dl>
|
|
4889
|
+
<dd>
|
|
4890
|
+
|
|
4891
|
+
#### 📝 Description
|
|
4892
|
+
|
|
4893
|
+
<dl>
|
|
4894
|
+
<dd>
|
|
4895
|
+
|
|
4896
|
+
<dl>
|
|
4897
|
+
<dd>
|
|
4898
|
+
|
|
4899
|
+
Deletes the non-insurance payer refund record matching the provided `non_insurance_payer_refund_id`.
|
|
4900
|
+
|
|
4901
|
+
</dd>
|
|
4902
|
+
</dl>
|
|
4903
|
+
</dd>
|
|
4904
|
+
</dl>
|
|
4905
|
+
|
|
4906
|
+
#### 🔌 Usage
|
|
4907
|
+
|
|
4908
|
+
<dl>
|
|
4909
|
+
<dd>
|
|
4910
|
+
|
|
4911
|
+
<dl>
|
|
4912
|
+
<dd>
|
|
4913
|
+
|
|
4914
|
+
```typescript
|
|
4915
|
+
await client.nonInsurancePayerRefunds.v1.delete(
|
|
4916
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
4917
|
+
);
|
|
4918
|
+
```
|
|
4919
|
+
|
|
4920
|
+
</dd>
|
|
4921
|
+
</dl>
|
|
4922
|
+
</dd>
|
|
4923
|
+
</dl>
|
|
4924
|
+
|
|
4925
|
+
#### ⚙️ Parameters
|
|
4926
|
+
|
|
4927
|
+
<dl>
|
|
4928
|
+
<dd>
|
|
4929
|
+
|
|
4930
|
+
<dl>
|
|
4931
|
+
<dd>
|
|
4932
|
+
|
|
4933
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
4934
|
+
|
|
4935
|
+
</dd>
|
|
4936
|
+
</dl>
|
|
4937
|
+
|
|
4938
|
+
<dl>
|
|
4939
|
+
<dd>
|
|
4940
|
+
|
|
4941
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4942
|
+
|
|
4943
|
+
</dd>
|
|
4944
|
+
</dl>
|
|
4945
|
+
</dd>
|
|
4946
|
+
</dl>
|
|
4947
|
+
|
|
4948
|
+
</dd>
|
|
4949
|
+
</dl>
|
|
4950
|
+
</details>
|
|
4951
|
+
|
|
4952
|
+
## NonInsurancePayers V1
|
|
4953
|
+
|
|
4954
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
|
|
4955
|
+
<dl>
|
|
4956
|
+
<dd>
|
|
4957
|
+
|
|
4958
|
+
#### 🔌 Usage
|
|
4959
|
+
|
|
4960
|
+
<dl>
|
|
4961
|
+
<dd>
|
|
4962
|
+
|
|
4963
|
+
<dl>
|
|
4964
|
+
<dd>
|
|
4965
|
+
|
|
4966
|
+
```typescript
|
|
4967
|
+
await client.nonInsurancePayers.v1.create({
|
|
4968
|
+
name: "string",
|
|
4969
|
+
description: "string",
|
|
4970
|
+
category: "string",
|
|
4971
|
+
});
|
|
4972
|
+
```
|
|
4973
|
+
|
|
4974
|
+
</dd>
|
|
4975
|
+
</dl>
|
|
4976
|
+
</dd>
|
|
4977
|
+
</dl>
|
|
4978
|
+
|
|
4979
|
+
#### ⚙️ Parameters
|
|
4980
|
+
|
|
4981
|
+
<dl>
|
|
4982
|
+
<dd>
|
|
4983
|
+
|
|
4984
|
+
<dl>
|
|
4985
|
+
<dd>
|
|
4986
|
+
|
|
4987
|
+
**request:** `CandidApi.CreateNonInsurancePayerRequest`
|
|
4988
|
+
|
|
4989
|
+
</dd>
|
|
4990
|
+
</dl>
|
|
4991
|
+
|
|
4992
|
+
<dl>
|
|
4993
|
+
<dd>
|
|
4994
|
+
|
|
4995
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4996
|
+
|
|
4997
|
+
</dd>
|
|
4998
|
+
</dl>
|
|
4999
|
+
</dd>
|
|
5000
|
+
</dl>
|
|
5001
|
+
|
|
5002
|
+
</dd>
|
|
5003
|
+
</dl>
|
|
5004
|
+
</details>
|
|
5005
|
+
|
|
5006
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.toggleEnablement.Error></code></summary>
|
|
5007
|
+
<dl>
|
|
5008
|
+
<dd>
|
|
5009
|
+
|
|
5010
|
+
#### 🔌 Usage
|
|
5011
|
+
|
|
5012
|
+
<dl>
|
|
5013
|
+
<dd>
|
|
5014
|
+
|
|
5015
|
+
<dl>
|
|
5016
|
+
<dd>
|
|
5017
|
+
|
|
5018
|
+
```typescript
|
|
5019
|
+
await client.nonInsurancePayers.v1.toggleEnablement(
|
|
5020
|
+
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5021
|
+
{
|
|
5022
|
+
enabled: true,
|
|
5023
|
+
}
|
|
5024
|
+
);
|
|
5025
|
+
```
|
|
5026
|
+
|
|
5027
|
+
</dd>
|
|
5028
|
+
</dl>
|
|
5029
|
+
</dd>
|
|
5030
|
+
</dl>
|
|
5031
|
+
|
|
5032
|
+
#### ⚙️ Parameters
|
|
5033
|
+
|
|
5034
|
+
<dl>
|
|
5035
|
+
<dd>
|
|
5036
|
+
|
|
5037
|
+
<dl>
|
|
5038
|
+
<dd>
|
|
5039
|
+
|
|
5040
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
5041
|
+
|
|
5042
|
+
</dd>
|
|
5043
|
+
</dl>
|
|
5044
|
+
|
|
5045
|
+
<dl>
|
|
5046
|
+
<dd>
|
|
5047
|
+
|
|
5048
|
+
**request:** `CandidApi.ToggleNonInsurancePayerEnablementRequest`
|
|
5049
|
+
|
|
5050
|
+
</dd>
|
|
5051
|
+
</dl>
|
|
5052
|
+
|
|
5053
|
+
<dl>
|
|
5054
|
+
<dd>
|
|
5055
|
+
|
|
5056
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5057
|
+
|
|
5058
|
+
</dd>
|
|
5059
|
+
</dl>
|
|
5060
|
+
</dd>
|
|
5061
|
+
</dl>
|
|
5062
|
+
|
|
5063
|
+
</dd>
|
|
5064
|
+
</dl>
|
|
5065
|
+
</details>
|
|
5066
|
+
|
|
5067
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPage, CandidApi.nonInsurancePayers.v1.getMulti.Error></code></summary>
|
|
5068
|
+
<dl>
|
|
5069
|
+
<dd>
|
|
5070
|
+
|
|
5071
|
+
#### 🔌 Usage
|
|
5072
|
+
|
|
5073
|
+
<dl>
|
|
5074
|
+
<dd>
|
|
5075
|
+
|
|
5076
|
+
<dl>
|
|
5077
|
+
<dd>
|
|
5078
|
+
|
|
5079
|
+
```typescript
|
|
5080
|
+
await client.nonInsurancePayers.v1.getMulti({
|
|
5081
|
+
name: "string",
|
|
5082
|
+
category: "string",
|
|
5083
|
+
enabled: true,
|
|
5084
|
+
sort: CandidApi.NonInsurancePayerSortField.Name,
|
|
5085
|
+
sortDirection: CandidApi.SortDirection.Asc,
|
|
5086
|
+
limit: 1,
|
|
5087
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
5088
|
+
});
|
|
5089
|
+
```
|
|
5090
|
+
|
|
5091
|
+
</dd>
|
|
5092
|
+
</dl>
|
|
5093
|
+
</dd>
|
|
5094
|
+
</dl>
|
|
5095
|
+
|
|
5096
|
+
#### ⚙️ Parameters
|
|
5097
|
+
|
|
5098
|
+
<dl>
|
|
5099
|
+
<dd>
|
|
5100
|
+
|
|
5101
|
+
<dl>
|
|
5102
|
+
<dd>
|
|
5103
|
+
|
|
5104
|
+
**request:** `CandidApi.nonInsurancePayers.v1.GetMultiNonInsurancePayersRequest`
|
|
5105
|
+
|
|
5106
|
+
</dd>
|
|
5107
|
+
</dl>
|
|
5108
|
+
|
|
5109
|
+
<dl>
|
|
5110
|
+
<dd>
|
|
5111
|
+
|
|
5112
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5113
|
+
|
|
5114
|
+
</dd>
|
|
5115
|
+
</dl>
|
|
5116
|
+
</dd>
|
|
5117
|
+
</dl>
|
|
5118
|
+
|
|
5119
|
+
</dd>
|
|
5120
|
+
</dl>
|
|
5121
|
+
</details>
|
|
5122
|
+
|
|
5123
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.get.Error></code></summary>
|
|
5124
|
+
<dl>
|
|
5125
|
+
<dd>
|
|
5126
|
+
|
|
5127
|
+
#### 🔌 Usage
|
|
5128
|
+
|
|
5129
|
+
<dl>
|
|
5130
|
+
<dd>
|
|
5131
|
+
|
|
5132
|
+
<dl>
|
|
5133
|
+
<dd>
|
|
5134
|
+
|
|
5135
|
+
```typescript
|
|
5136
|
+
await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
5137
|
+
```
|
|
5138
|
+
|
|
5139
|
+
</dd>
|
|
5140
|
+
</dl>
|
|
5141
|
+
</dd>
|
|
5142
|
+
</dl>
|
|
5143
|
+
|
|
5144
|
+
#### ⚙️ Parameters
|
|
5145
|
+
|
|
5146
|
+
<dl>
|
|
5147
|
+
<dd>
|
|
5148
|
+
|
|
5149
|
+
<dl>
|
|
5150
|
+
<dd>
|
|
5151
|
+
|
|
5152
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
5153
|
+
|
|
5154
|
+
</dd>
|
|
5155
|
+
</dl>
|
|
5156
|
+
|
|
5157
|
+
<dl>
|
|
5158
|
+
<dd>
|
|
5159
|
+
|
|
5160
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5161
|
+
|
|
5162
|
+
</dd>
|
|
5163
|
+
</dl>
|
|
5164
|
+
</dd>
|
|
5165
|
+
</dl>
|
|
5166
|
+
|
|
5167
|
+
</dd>
|
|
5168
|
+
</dl>
|
|
5169
|
+
</details>
|
|
5170
|
+
|
|
5171
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.update.Error></code></summary>
|
|
5172
|
+
<dl>
|
|
5173
|
+
<dd>
|
|
5174
|
+
|
|
5175
|
+
#### 🔌 Usage
|
|
5176
|
+
|
|
5177
|
+
<dl>
|
|
5178
|
+
<dd>
|
|
5179
|
+
|
|
5180
|
+
<dl>
|
|
5181
|
+
<dd>
|
|
5182
|
+
|
|
5183
|
+
```typescript
|
|
5184
|
+
await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
5185
|
+
name: "string",
|
|
5186
|
+
description: {
|
|
5187
|
+
type: "remove",
|
|
5188
|
+
},
|
|
5189
|
+
category: {
|
|
5190
|
+
type: "remove",
|
|
5191
|
+
},
|
|
5192
|
+
});
|
|
5193
|
+
```
|
|
5194
|
+
|
|
5195
|
+
</dd>
|
|
5196
|
+
</dl>
|
|
5197
|
+
</dd>
|
|
5198
|
+
</dl>
|
|
5199
|
+
|
|
5200
|
+
#### ⚙️ Parameters
|
|
5201
|
+
|
|
5202
|
+
<dl>
|
|
5203
|
+
<dd>
|
|
5204
|
+
|
|
5205
|
+
<dl>
|
|
5206
|
+
<dd>
|
|
5207
|
+
|
|
5208
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
5209
|
+
|
|
5210
|
+
</dd>
|
|
5211
|
+
</dl>
|
|
5212
|
+
|
|
5213
|
+
<dl>
|
|
5214
|
+
<dd>
|
|
5215
|
+
|
|
5216
|
+
**request:** `CandidApi.NonInsurancePayerUpdateRequest`
|
|
5217
|
+
|
|
5218
|
+
</dd>
|
|
5219
|
+
</dl>
|
|
5220
|
+
|
|
5221
|
+
<dl>
|
|
5222
|
+
<dd>
|
|
5223
|
+
|
|
5224
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5225
|
+
|
|
5226
|
+
</dd>
|
|
5227
|
+
</dl>
|
|
5228
|
+
</dd>
|
|
5229
|
+
</dl>
|
|
5230
|
+
|
|
5231
|
+
</dd>
|
|
5232
|
+
</dl>
|
|
5233
|
+
</details>
|
|
5234
|
+
|
|
5235
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse<void, CandidApi.nonInsurancePayers.v1.delete.Error></code></summary>
|
|
5236
|
+
<dl>
|
|
5237
|
+
<dd>
|
|
5238
|
+
|
|
5239
|
+
#### 🔌 Usage
|
|
5240
|
+
|
|
5241
|
+
<dl>
|
|
5242
|
+
<dd>
|
|
5243
|
+
|
|
5244
|
+
<dl>
|
|
5245
|
+
<dd>
|
|
5246
|
+
|
|
5247
|
+
```typescript
|
|
5248
|
+
await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
5249
|
+
```
|
|
5250
|
+
|
|
5251
|
+
</dd>
|
|
5252
|
+
</dl>
|
|
5253
|
+
</dd>
|
|
5254
|
+
</dl>
|
|
5255
|
+
|
|
5256
|
+
#### ⚙️ Parameters
|
|
5257
|
+
|
|
5258
|
+
<dl>
|
|
5259
|
+
<dd>
|
|
5260
|
+
|
|
5261
|
+
<dl>
|
|
5262
|
+
<dd>
|
|
5263
|
+
|
|
5264
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
5265
|
+
|
|
5266
|
+
</dd>
|
|
5267
|
+
</dl>
|
|
5268
|
+
|
|
5269
|
+
<dl>
|
|
5270
|
+
<dd>
|
|
5271
|
+
|
|
5272
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5273
|
+
|
|
5274
|
+
</dd>
|
|
5275
|
+
</dl>
|
|
5276
|
+
</dd>
|
|
5277
|
+
</dl>
|
|
5278
|
+
|
|
5279
|
+
</dd>
|
|
5280
|
+
</dl>
|
|
5281
|
+
</details>
|
|
5282
|
+
|
|
4257
5283
|
## OrganizationServiceFacilities V2
|
|
4258
5284
|
|
|
4259
5285
|
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">get</a>(organizationServiceFacilityId) -> core.APIResponse<CandidApi.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.get.Error></code></summary>
|
|
@@ -8279,7 +9305,7 @@ await client.preEncounter.coverages.v1.getMulti({
|
|
|
8279
9305
|
<dl>
|
|
8280
9306
|
<dd>
|
|
8281
9307
|
|
|
8282
|
-
Scans up to 100 coverage updates. The since query parameter is inclusive, and the result list is ordered by updatedAt
|
|
9308
|
+
Scans up to 100 coverage updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
|
|
8283
9309
|
|
|
8284
9310
|
</dd>
|
|
8285
9311
|
</dl>
|
|
@@ -8586,6 +9612,109 @@ await client.preEncounter.patients.v1.create({
|
|
|
8586
9612
|
</dl>
|
|
8587
9613
|
</details>
|
|
8588
9614
|
|
|
9615
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">createNoDuplicateCheck</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.createNoDuplicateCheck.Error></code></summary>
|
|
9616
|
+
<dl>
|
|
9617
|
+
<dd>
|
|
9618
|
+
|
|
9619
|
+
#### 📝 Description
|
|
9620
|
+
|
|
9621
|
+
<dl>
|
|
9622
|
+
<dd>
|
|
9623
|
+
|
|
9624
|
+
<dl>
|
|
9625
|
+
<dd>
|
|
9626
|
+
|
|
9627
|
+
Adds a patient without checking for duplicates.
|
|
9628
|
+
|
|
9629
|
+
</dd>
|
|
9630
|
+
</dl>
|
|
9631
|
+
</dd>
|
|
9632
|
+
</dl>
|
|
9633
|
+
|
|
9634
|
+
#### 🔌 Usage
|
|
9635
|
+
|
|
9636
|
+
<dl>
|
|
9637
|
+
<dd>
|
|
9638
|
+
|
|
9639
|
+
<dl>
|
|
9640
|
+
<dd>
|
|
9641
|
+
|
|
9642
|
+
```typescript
|
|
9643
|
+
await client.preEncounter.patients.v1.createNoDuplicateCheck({
|
|
9644
|
+
name: {},
|
|
9645
|
+
otherNames: [{}],
|
|
9646
|
+
gender: CandidApi.Gender.Man,
|
|
9647
|
+
birthDate: "2023-01-15",
|
|
9648
|
+
socialSecurityNumber: "string",
|
|
9649
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
9650
|
+
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
9651
|
+
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
9652
|
+
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
9653
|
+
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
9654
|
+
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
9655
|
+
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
9656
|
+
multipleBirth: 1,
|
|
9657
|
+
primaryAddress: {},
|
|
9658
|
+
otherAddresses: [{}],
|
|
9659
|
+
primaryTelecom: {},
|
|
9660
|
+
otherTelecoms: [{}],
|
|
9661
|
+
email: "string",
|
|
9662
|
+
electronicCommunicationOptIn: true,
|
|
9663
|
+
photo: "string",
|
|
9664
|
+
language: "string",
|
|
9665
|
+
externalProvenance: {
|
|
9666
|
+
externalId: "string",
|
|
9667
|
+
systemName: "string",
|
|
9668
|
+
},
|
|
9669
|
+
contacts: [
|
|
9670
|
+
{
|
|
9671
|
+
relationship: [CandidApi.Relationship.Self],
|
|
9672
|
+
name: {},
|
|
9673
|
+
telecoms: [{}],
|
|
9674
|
+
addresses: [{}],
|
|
9675
|
+
period: {},
|
|
9676
|
+
hipaaAuthorization: true,
|
|
9677
|
+
},
|
|
9678
|
+
],
|
|
9679
|
+
generalPractitioners: [{}],
|
|
9680
|
+
filingOrder: {
|
|
9681
|
+
coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
9682
|
+
},
|
|
9683
|
+
});
|
|
9684
|
+
```
|
|
9685
|
+
|
|
9686
|
+
</dd>
|
|
9687
|
+
</dl>
|
|
9688
|
+
</dd>
|
|
9689
|
+
</dl>
|
|
9690
|
+
|
|
9691
|
+
#### ⚙️ Parameters
|
|
9692
|
+
|
|
9693
|
+
<dl>
|
|
9694
|
+
<dd>
|
|
9695
|
+
|
|
9696
|
+
<dl>
|
|
9697
|
+
<dd>
|
|
9698
|
+
|
|
9699
|
+
**request:** `CandidApi.MutablePatient`
|
|
9700
|
+
|
|
9701
|
+
</dd>
|
|
9702
|
+
</dl>
|
|
9703
|
+
|
|
9704
|
+
<dl>
|
|
9705
|
+
<dd>
|
|
9706
|
+
|
|
9707
|
+
**requestOptions:** `V1.RequestOptions`
|
|
9708
|
+
|
|
9709
|
+
</dd>
|
|
9710
|
+
</dl>
|
|
9711
|
+
</dd>
|
|
9712
|
+
</dl>
|
|
9713
|
+
|
|
9714
|
+
</dd>
|
|
9715
|
+
</dl>
|
|
9716
|
+
</details>
|
|
9717
|
+
|
|
8589
9718
|
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPage, CandidApi.preEncounter.patients.v1.getMulti.Error></code></summary>
|
|
8590
9719
|
<dl>
|
|
8591
9720
|
<dd>
|
|
@@ -8615,8 +9744,9 @@ Searches for patients that match the query parameters.
|
|
|
8615
9744
|
|
|
8616
9745
|
```typescript
|
|
8617
9746
|
await client.preEncounter.patients.v1.getMulti({
|
|
8618
|
-
pageToken: CandidApi.PageToken("string"),
|
|
8619
9747
|
limit: 1,
|
|
9748
|
+
mrn: "string",
|
|
9749
|
+
pageToken: CandidApi.PageToken("string"),
|
|
8620
9750
|
sortField: CandidApi.PatientSortField("string"),
|
|
8621
9751
|
sortDirection: CandidApi.SortDirection.Asc,
|
|
8622
9752
|
});
|
|
@@ -9048,7 +10178,7 @@ await client.preEncounter.patients.v1.search({
|
|
|
9048
10178
|
<dl>
|
|
9049
10179
|
<dd>
|
|
9050
10180
|
|
|
9051
|
-
Scans up to 100 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt
|
|
10181
|
+
Scans up to 100 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
|
|
9052
10182
|
|
|
9053
10183
|
</dd>
|
|
9054
10184
|
</dl>
|