candidhealth 0.34.1 → 0.34.3
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 +0 -9
- package/Client.js +6 -21
- package/README.md +1 -1
- 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/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +108 -7
- package/api/resources/encounters/resources/v4/client/Client.js +115 -12
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +5 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/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.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +0 -4
- package/api/resources/index.js +1 -5
- 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/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +84 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +130 -5
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
- package/api/resources/{thirdPartyPayers/resources/v1/client/get.js → preEncounter/resources/appointments/resources/v1/client/scan.js} +2 -13
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/api/resources/serviceFacility/client/Client.js +3 -4
- package/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/index.js +0 -4
- package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/api/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +0 -9
- package/dist/Client.js +6 -21
- 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/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +108 -7
- package/dist/api/resources/encounters/resources/v4/client/Client.js +115 -12
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +5 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/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.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +0 -4
- package/dist/api/resources/index.js +1 -5
- 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/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +84 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +130 -5
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
- package/dist/api/resources/{thirdPartyPayers/resources/v1/client/get.js → preEncounter/resources/appointments/resources/v1/client/scan.js} +2 -13
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/dist/api/resources/serviceFacility/client/Client.js +3 -4
- package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/index.js +0 -4
- package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/types/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +0 -4
- package/dist/serialization/resources/index.js +1 -5
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/appointments/resources/v1/client/scan.js} +4 -3
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/index.js +0 -1
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +633 -1157
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/serialization/resources/index.d.ts +0 -4
- package/serialization/resources/index.js +1 -5
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
- package/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/appointments/resources/v1/client/scan.js} +4 -3
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/index.js +0 -1
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
- package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/index.js +0 -17
- package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js} +0 -0
- /package/api/resources/{guarantor → preEncounter/resources/appointments}/resources/v1/client/requests/index.js +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/api/resources/{thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js} +0 -0
- /package/{api/resources/serviceFacility → dist/api/resources/preEncounter/resources/appointments/resources/v1}/client/requests/index.js +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
package/reference.md
CHANGED
|
@@ -1935,6 +1935,8 @@ await client.encounters.v4.create({
|
|
|
1935
1935
|
organizationName: "string",
|
|
1936
1936
|
},
|
|
1937
1937
|
renderingProvider: {
|
|
1938
|
+
npi: "string",
|
|
1939
|
+
taxonomyCode: "string",
|
|
1938
1940
|
address: {
|
|
1939
1941
|
address1: "123 Main St",
|
|
1940
1942
|
address2: "Apt 1",
|
|
@@ -1943,8 +1945,6 @@ await client.encounters.v4.create({
|
|
|
1943
1945
|
zipCode: "10001",
|
|
1944
1946
|
zipPlusFourCode: "1234",
|
|
1945
1947
|
},
|
|
1946
|
-
npi: "string",
|
|
1947
|
-
taxonomyCode: "string",
|
|
1948
1948
|
firstName: "string",
|
|
1949
1949
|
lastName: "string",
|
|
1950
1950
|
organizationName: "string",
|
|
@@ -2066,7 +2066,6 @@ await client.encounters.v4.create({
|
|
|
2066
2066
|
gender: CandidApi.Gender.Male,
|
|
2067
2067
|
},
|
|
2068
2068
|
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
2069
|
-
appointmentType: "string",
|
|
2070
2069
|
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
2071
2070
|
diagnoses: [
|
|
2072
2071
|
{
|
|
@@ -2214,6 +2213,7 @@ await client.encounters.v4.create({
|
|
|
2214
2213
|
patientAuthorizedRelease: true,
|
|
2215
2214
|
benefitsAssignedToProvider: true,
|
|
2216
2215
|
providerAcceptsAssignment: true,
|
|
2216
|
+
appointmentType: "string",
|
|
2217
2217
|
existingMedications: [
|
|
2218
2218
|
{
|
|
2219
2219
|
name: "Lisinopril",
|
|
@@ -2332,7 +2332,6 @@ where applicable. In particular, the following fields are populated from the pat
|
|
|
2332
2332
|
- Subscriber Primary
|
|
2333
2333
|
- Subscriber Secondary
|
|
2334
2334
|
- Prior Authorization Number
|
|
2335
|
-
- Appointment Type
|
|
2336
2335
|
- Responsible Party
|
|
2337
2336
|
- Guarantor
|
|
2338
2337
|
|
|
@@ -2355,7 +2354,7 @@ encounter has not already been submitted or adjudicated.
|
|
|
2355
2354
|
```typescript
|
|
2356
2355
|
await client.encounters.v4.createFromPreEncounterPatient({
|
|
2357
2356
|
preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2358
|
-
|
|
2357
|
+
preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
2359
2358
|
billingProvider: {
|
|
2360
2359
|
address: {
|
|
2361
2360
|
address1: "123 Main St",
|
|
@@ -2373,6 +2372,8 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2373
2372
|
organizationName: "string",
|
|
2374
2373
|
},
|
|
2375
2374
|
renderingProvider: {
|
|
2375
|
+
npi: "string",
|
|
2376
|
+
taxonomyCode: "string",
|
|
2376
2377
|
address: {
|
|
2377
2378
|
address1: "123 Main St",
|
|
2378
2379
|
address2: "Apt 1",
|
|
@@ -2381,8 +2382,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2381
2382
|
zipCode: "10001",
|
|
2382
2383
|
zipPlusFourCode: "1234",
|
|
2383
2384
|
},
|
|
2384
|
-
npi: "string",
|
|
2385
|
-
taxonomyCode: "string",
|
|
2386
2385
|
firstName: "string",
|
|
2387
2386
|
lastName: "string",
|
|
2388
2387
|
organizationName: "string",
|
|
@@ -2553,6 +2552,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2553
2552
|
patientAuthorizedRelease: true,
|
|
2554
2553
|
benefitsAssignedToProvider: true,
|
|
2555
2554
|
providerAcceptsAssignment: true,
|
|
2555
|
+
appointmentType: "string",
|
|
2556
2556
|
existingMedications: [
|
|
2557
2557
|
{
|
|
2558
2558
|
name: "Lisinopril",
|
|
@@ -2807,6 +2807,111 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
2807
2807
|
hemoglobinGdl: 15.1,
|
|
2808
2808
|
hematocritPct: 51.2,
|
|
2809
2809
|
},
|
|
2810
|
+
existingMedications: [
|
|
2811
|
+
{
|
|
2812
|
+
name: "Lisinopril",
|
|
2813
|
+
rxCui: CandidApi.RxCui("860975"),
|
|
2814
|
+
dosage: "10mg",
|
|
2815
|
+
dosageForm: "Tablet",
|
|
2816
|
+
frequency: "Once Daily",
|
|
2817
|
+
asNeeded: true,
|
|
2818
|
+
},
|
|
2819
|
+
],
|
|
2820
|
+
renderingProvider: {
|
|
2821
|
+
npi: "string",
|
|
2822
|
+
taxonomyCode: "string",
|
|
2823
|
+
address: {
|
|
2824
|
+
address1: "123 Main St",
|
|
2825
|
+
address2: "Apt 1",
|
|
2826
|
+
city: "New York",
|
|
2827
|
+
state: CandidApi.State.Ny,
|
|
2828
|
+
zipCode: "10001",
|
|
2829
|
+
zipPlusFourCode: "1234",
|
|
2830
|
+
},
|
|
2831
|
+
firstName: "string",
|
|
2832
|
+
lastName: "string",
|
|
2833
|
+
organizationName: "string",
|
|
2834
|
+
},
|
|
2835
|
+
serviceFacility: {
|
|
2836
|
+
organizationName: "Test Organization",
|
|
2837
|
+
address: {
|
|
2838
|
+
address1: "123 Main St",
|
|
2839
|
+
address2: "Apt 1",
|
|
2840
|
+
city: "New York",
|
|
2841
|
+
state: CandidApi.State.Ny,
|
|
2842
|
+
zipCode: "10001",
|
|
2843
|
+
zipPlusFourCode: "1234",
|
|
2844
|
+
},
|
|
2845
|
+
},
|
|
2846
|
+
guarantor: {
|
|
2847
|
+
firstName: "string",
|
|
2848
|
+
lastName: "string",
|
|
2849
|
+
externalId: "string",
|
|
2850
|
+
dateOfBirth: "2023-01-15",
|
|
2851
|
+
address: {
|
|
2852
|
+
address1: "123 Main St",
|
|
2853
|
+
address2: "Apt 1",
|
|
2854
|
+
city: "New York",
|
|
2855
|
+
state: CandidApi.State.Ny,
|
|
2856
|
+
zipCode: "10001",
|
|
2857
|
+
zipPlusFourCode: "1234",
|
|
2858
|
+
},
|
|
2859
|
+
phoneNumbers: [
|
|
2860
|
+
{
|
|
2861
|
+
number: "1234567890",
|
|
2862
|
+
type: CandidApi.PhoneNumberType.Home,
|
|
2863
|
+
},
|
|
2864
|
+
],
|
|
2865
|
+
phoneConsent: true,
|
|
2866
|
+
email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
2867
|
+
emailConsent: true,
|
|
2868
|
+
},
|
|
2869
|
+
supervisingProvider: {
|
|
2870
|
+
npi: "string",
|
|
2871
|
+
taxonomyCode: "string",
|
|
2872
|
+
address: {
|
|
2873
|
+
address1: "123 Main St",
|
|
2874
|
+
address2: "Apt 1",
|
|
2875
|
+
city: "New York",
|
|
2876
|
+
state: CandidApi.State.Ny,
|
|
2877
|
+
zipCode: "10001",
|
|
2878
|
+
zipPlusFourCode: "1234",
|
|
2879
|
+
},
|
|
2880
|
+
firstName: "string",
|
|
2881
|
+
lastName: "string",
|
|
2882
|
+
organizationName: "string",
|
|
2883
|
+
},
|
|
2884
|
+
referringProvider: {
|
|
2885
|
+
npi: "string",
|
|
2886
|
+
taxonomyCode: "string",
|
|
2887
|
+
address: {
|
|
2888
|
+
address1: "123 Main St",
|
|
2889
|
+
address2: "Apt 1",
|
|
2890
|
+
city: "New York",
|
|
2891
|
+
state: CandidApi.State.Ny,
|
|
2892
|
+
zipCode: "10001",
|
|
2893
|
+
zipPlusFourCode: "1234",
|
|
2894
|
+
},
|
|
2895
|
+
firstName: "string",
|
|
2896
|
+
lastName: "string",
|
|
2897
|
+
organizationName: "string",
|
|
2898
|
+
},
|
|
2899
|
+
initialReferringProvider: {
|
|
2900
|
+
npi: "string",
|
|
2901
|
+
taxonomyCode: "string",
|
|
2902
|
+
address: {
|
|
2903
|
+
address1: "123 Main St",
|
|
2904
|
+
address2: "Apt 1",
|
|
2905
|
+
city: "New York",
|
|
2906
|
+
state: CandidApi.State.Ny,
|
|
2907
|
+
zipCode: "10001",
|
|
2908
|
+
zipPlusFourCode: "1234",
|
|
2909
|
+
},
|
|
2910
|
+
qualifier: CandidApi.QualifierCode.Dq,
|
|
2911
|
+
firstName: "string",
|
|
2912
|
+
lastName: "string",
|
|
2913
|
+
organizationName: "string",
|
|
2914
|
+
},
|
|
2810
2915
|
});
|
|
2811
2916
|
```
|
|
2812
2917
|
|
|
@@ -4191,7 +4296,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
4191
4296
|
<dl>
|
|
4192
4297
|
<dd>
|
|
4193
4298
|
|
|
4194
|
-
**request:** `CandidApi.
|
|
4299
|
+
**request:** `CandidApi.GuarantorUpdate`
|
|
4195
4300
|
|
|
4196
4301
|
</dd>
|
|
4197
4302
|
</dl>
|
|
@@ -8490,9 +8595,9 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
|
|
|
8490
8595
|
</dl>
|
|
8491
8596
|
</details>
|
|
8492
8597
|
|
|
8493
|
-
##
|
|
8598
|
+
## WriteOffs V1
|
|
8494
8599
|
|
|
8495
|
-
<details><summary><code>client.
|
|
8600
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>
|
|
8496
8601
|
<dl>
|
|
8497
8602
|
<dd>
|
|
8498
8603
|
|
|
@@ -8504,7 +8609,7 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
|
|
|
8504
8609
|
<dl>
|
|
8505
8610
|
<dd>
|
|
8506
8611
|
|
|
8507
|
-
Returns all
|
|
8612
|
+
Returns all write-offs satisfying the search criteria.
|
|
8508
8613
|
|
|
8509
8614
|
</dd>
|
|
8510
8615
|
</dl>
|
|
@@ -8520,14 +8625,17 @@ Returns all third party payer payments
|
|
|
8520
8625
|
<dd>
|
|
8521
8626
|
|
|
8522
8627
|
```typescript
|
|
8523
|
-
await client.
|
|
8628
|
+
await client.writeOffs.v1.getMulti({
|
|
8524
8629
|
limit: 1,
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8630
|
+
patientExternalId: CandidApi.PatientExternalId("string"),
|
|
8631
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8632
|
+
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8633
|
+
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8634
|
+
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8635
|
+
sort: CandidApi.WriteOffSortField.AmountCents,
|
|
8529
8636
|
sortDirection: CandidApi.SortDirection.Asc,
|
|
8530
8637
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8638
|
+
accountTypes: CandidApi.AccountType.Patient,
|
|
8531
8639
|
});
|
|
8532
8640
|
```
|
|
8533
8641
|
|
|
@@ -8544,7 +8652,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
|
|
|
8544
8652
|
<dl>
|
|
8545
8653
|
<dd>
|
|
8546
8654
|
|
|
8547
|
-
**request:** `CandidApi.
|
|
8655
|
+
**request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
|
|
8548
8656
|
|
|
8549
8657
|
</dd>
|
|
8550
8658
|
</dl>
|
|
@@ -8563,7 +8671,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
|
|
|
8563
8671
|
</dl>
|
|
8564
8672
|
</details>
|
|
8565
8673
|
|
|
8566
|
-
<details><summary><code>client.
|
|
8674
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.get.Error></code></summary>
|
|
8567
8675
|
<dl>
|
|
8568
8676
|
<dd>
|
|
8569
8677
|
|
|
@@ -8575,7 +8683,7 @@ await client.thirdPartyPayerPayments.v1.getMulti({
|
|
|
8575
8683
|
<dl>
|
|
8576
8684
|
<dd>
|
|
8577
8685
|
|
|
8578
|
-
Retrieves a previously created
|
|
8686
|
+
Retrieves a previously created write off by its `write_off_id`.
|
|
8579
8687
|
|
|
8580
8688
|
</dd>
|
|
8581
8689
|
</dl>
|
|
@@ -8591,7 +8699,7 @@ Retrieves a previously created third party payer payment by its `third_party_pay
|
|
|
8591
8699
|
<dd>
|
|
8592
8700
|
|
|
8593
8701
|
```typescript
|
|
8594
|
-
await client.
|
|
8702
|
+
await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8595
8703
|
```
|
|
8596
8704
|
|
|
8597
8705
|
</dd>
|
|
@@ -8607,7 +8715,7 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
|
|
|
8607
8715
|
<dl>
|
|
8608
8716
|
<dd>
|
|
8609
8717
|
|
|
8610
|
-
**
|
|
8718
|
+
**writeOffId:** `CandidApi.WriteOffId`
|
|
8611
8719
|
|
|
8612
8720
|
</dd>
|
|
8613
8721
|
</dl>
|
|
@@ -8626,10 +8734,26 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
|
|
|
8626
8734
|
</dl>
|
|
8627
8735
|
</details>
|
|
8628
8736
|
|
|
8629
|
-
<details><summary><code>client.
|
|
8737
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error></code></summary>
|
|
8738
|
+
<dl>
|
|
8739
|
+
<dd>
|
|
8740
|
+
|
|
8741
|
+
#### 📝 Description
|
|
8742
|
+
|
|
8743
|
+
<dl>
|
|
8744
|
+
<dd>
|
|
8745
|
+
|
|
8630
8746
|
<dl>
|
|
8631
8747
|
<dd>
|
|
8632
8748
|
|
|
8749
|
+
Creates one or many write-offs applied toward a specific service line,
|
|
8750
|
+
claim, or billing provider.
|
|
8751
|
+
|
|
8752
|
+
</dd>
|
|
8753
|
+
</dl>
|
|
8754
|
+
</dd>
|
|
8755
|
+
</dl>
|
|
8756
|
+
|
|
8633
8757
|
#### 🔌 Usage
|
|
8634
8758
|
|
|
8635
8759
|
<dl>
|
|
@@ -8639,22 +8763,17 @@ await client.thirdPartyPayerPayments.v1.get(CandidApi.ThirdPartyPayerPaymentId("
|
|
|
8639
8763
|
<dd>
|
|
8640
8764
|
|
|
8641
8765
|
```typescript
|
|
8642
|
-
await client.
|
|
8643
|
-
|
|
8644
|
-
amountCents: 1,
|
|
8645
|
-
paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8646
|
-
paymentNote: "string",
|
|
8647
|
-
checkNumber: "string",
|
|
8648
|
-
allocations: [
|
|
8766
|
+
await client.writeOffs.v1.create({
|
|
8767
|
+
writeOffs: [
|
|
8649
8768
|
{
|
|
8769
|
+
type: "patient",
|
|
8770
|
+
writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8771
|
+
writeOffNote: "string",
|
|
8772
|
+
writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
|
|
8773
|
+
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8650
8774
|
amountCents: 1,
|
|
8651
|
-
target: {
|
|
8652
|
-
type: "service_line_by_id",
|
|
8653
|
-
value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8654
|
-
},
|
|
8655
8775
|
},
|
|
8656
8776
|
],
|
|
8657
|
-
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8658
8777
|
});
|
|
8659
8778
|
```
|
|
8660
8779
|
|
|
@@ -8671,7 +8790,7 @@ await client.thirdPartyPayerPayments.v1.create({
|
|
|
8671
8790
|
<dl>
|
|
8672
8791
|
<dd>
|
|
8673
8792
|
|
|
8674
|
-
**request:** `CandidApi.
|
|
8793
|
+
**request:** `CandidApi.writeOffs.v1.CreateWriteOffsRequest`
|
|
8675
8794
|
|
|
8676
8795
|
</dd>
|
|
8677
8796
|
</dl>
|
|
@@ -8690,11 +8809,11 @@ await client.thirdPartyPayerPayments.v1.create({
|
|
|
8690
8809
|
</dl>
|
|
8691
8810
|
</details>
|
|
8692
8811
|
|
|
8693
|
-
<details><summary><code>client.
|
|
8812
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revert</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.revert.Error></code></summary>
|
|
8694
8813
|
<dl>
|
|
8695
8814
|
<dd>
|
|
8696
8815
|
|
|
8697
|
-
####
|
|
8816
|
+
#### 📝 Description
|
|
8698
8817
|
|
|
8699
8818
|
<dl>
|
|
8700
8819
|
<dd>
|
|
@@ -8702,29 +8821,14 @@ await client.thirdPartyPayerPayments.v1.create({
|
|
|
8702
8821
|
<dl>
|
|
8703
8822
|
<dd>
|
|
8704
8823
|
|
|
8705
|
-
|
|
8706
|
-
await client.thirdPartyPayerPayments.v1.update(
|
|
8707
|
-
CandidApi.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8708
|
-
{
|
|
8709
|
-
paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8710
|
-
paymentNote: {
|
|
8711
|
-
type: "set",
|
|
8712
|
-
value: "string",
|
|
8713
|
-
},
|
|
8714
|
-
invoiceId: {
|
|
8715
|
-
type: "set",
|
|
8716
|
-
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8717
|
-
},
|
|
8718
|
-
}
|
|
8719
|
-
);
|
|
8720
|
-
```
|
|
8824
|
+
Reverts a write off given a `write_off_id`.
|
|
8721
8825
|
|
|
8722
8826
|
</dd>
|
|
8723
8827
|
</dl>
|
|
8724
8828
|
</dd>
|
|
8725
8829
|
</dl>
|
|
8726
8830
|
|
|
8727
|
-
####
|
|
8831
|
+
#### 🔌 Usage
|
|
8728
8832
|
|
|
8729
8833
|
<dl>
|
|
8730
8834
|
<dd>
|
|
@@ -8732,15 +8836,24 @@ await client.thirdPartyPayerPayments.v1.update(
|
|
|
8732
8836
|
<dl>
|
|
8733
8837
|
<dd>
|
|
8734
8838
|
|
|
8735
|
-
|
|
8839
|
+
```typescript
|
|
8840
|
+
await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8841
|
+
```
|
|
8736
8842
|
|
|
8737
8843
|
</dd>
|
|
8738
8844
|
</dl>
|
|
8845
|
+
</dd>
|
|
8846
|
+
</dl>
|
|
8847
|
+
|
|
8848
|
+
#### ⚙️ Parameters
|
|
8849
|
+
|
|
8850
|
+
<dl>
|
|
8851
|
+
<dd>
|
|
8739
8852
|
|
|
8740
8853
|
<dl>
|
|
8741
8854
|
<dd>
|
|
8742
8855
|
|
|
8743
|
-
**
|
|
8856
|
+
**writeOffId:** `CandidApi.WriteOffId`
|
|
8744
8857
|
|
|
8745
8858
|
</dd>
|
|
8746
8859
|
</dl>
|
|
@@ -8759,7 +8872,9 @@ await client.thirdPartyPayerPayments.v1.update(
|
|
|
8759
8872
|
</dl>
|
|
8760
8873
|
</details>
|
|
8761
8874
|
|
|
8762
|
-
|
|
8875
|
+
## PreEncounter Appointments V1
|
|
8876
|
+
|
|
8877
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
|
|
8763
8878
|
<dl>
|
|
8764
8879
|
<dd>
|
|
8765
8880
|
|
|
@@ -8771,7 +8886,7 @@ await client.thirdPartyPayerPayments.v1.update(
|
|
|
8771
8886
|
<dl>
|
|
8772
8887
|
<dd>
|
|
8773
8888
|
|
|
8774
|
-
|
|
8889
|
+
Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
|
|
8775
8890
|
|
|
8776
8891
|
</dd>
|
|
8777
8892
|
</dl>
|
|
@@ -8787,9 +8902,67 @@ Deletes the third party payer payment record matching the provided `third_party_
|
|
|
8787
8902
|
<dd>
|
|
8788
8903
|
|
|
8789
8904
|
```typescript
|
|
8790
|
-
await client.
|
|
8791
|
-
CandidApi.
|
|
8792
|
-
)
|
|
8905
|
+
await client.preEncounter.appointments.v1.create({
|
|
8906
|
+
patientId: CandidApi.PatientId("string"),
|
|
8907
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8908
|
+
status: CandidApi.AppointmentStatus.Pending,
|
|
8909
|
+
serviceDuration: 1,
|
|
8910
|
+
services: [
|
|
8911
|
+
{
|
|
8912
|
+
universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
|
|
8913
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8914
|
+
},
|
|
8915
|
+
],
|
|
8916
|
+
placerAppointmentId: "string",
|
|
8917
|
+
attendingDoctor: {
|
|
8918
|
+
name: {
|
|
8919
|
+
family: "string",
|
|
8920
|
+
given: ["string"],
|
|
8921
|
+
use: CandidApi.NameUse.Usual,
|
|
8922
|
+
period: {
|
|
8923
|
+
start: {
|
|
8924
|
+
key: "value",
|
|
8925
|
+
},
|
|
8926
|
+
end: {
|
|
8927
|
+
key: "value",
|
|
8928
|
+
},
|
|
8929
|
+
},
|
|
8930
|
+
},
|
|
8931
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
8932
|
+
npi: "string",
|
|
8933
|
+
telecoms: [
|
|
8934
|
+
{
|
|
8935
|
+
value: "string",
|
|
8936
|
+
use: CandidApi.ContactPointUse.Home,
|
|
8937
|
+
period: {
|
|
8938
|
+
key: "value",
|
|
8939
|
+
},
|
|
8940
|
+
},
|
|
8941
|
+
],
|
|
8942
|
+
addresses: [
|
|
8943
|
+
{
|
|
8944
|
+
key: "value",
|
|
8945
|
+
},
|
|
8946
|
+
],
|
|
8947
|
+
period: {
|
|
8948
|
+
start: {
|
|
8949
|
+
key: "value",
|
|
8950
|
+
},
|
|
8951
|
+
end: {
|
|
8952
|
+
key: "value",
|
|
8953
|
+
},
|
|
8954
|
+
},
|
|
8955
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
8956
|
+
},
|
|
8957
|
+
estimatedCopayCents: 1,
|
|
8958
|
+
estimatedPatientResponsibilityCents: 1,
|
|
8959
|
+
patientDepositCents: 1,
|
|
8960
|
+
checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8961
|
+
notes: "string",
|
|
8962
|
+
locationResourceId: "string",
|
|
8963
|
+
automatedEligibilityCheckComplete: true,
|
|
8964
|
+
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
8965
|
+
});
|
|
8793
8966
|
```
|
|
8794
8967
|
|
|
8795
8968
|
</dd>
|
|
@@ -8805,7 +8978,7 @@ await client.thirdPartyPayerPayments.v1.delete(
|
|
|
8805
8978
|
<dl>
|
|
8806
8979
|
<dd>
|
|
8807
8980
|
|
|
8808
|
-
**
|
|
8981
|
+
**request:** `CandidApi.MutableAppointment`
|
|
8809
8982
|
|
|
8810
8983
|
</dd>
|
|
8811
8984
|
</dl>
|
|
@@ -8824,9 +8997,7 @@ await client.thirdPartyPayerPayments.v1.delete(
|
|
|
8824
8997
|
</dl>
|
|
8825
8998
|
</details>
|
|
8826
8999
|
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
<details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefundsPage, CandidApi.thirdPartyPayerRefunds.v1.getMulti.Error></code></summary>
|
|
9000
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
|
|
8830
9001
|
<dl>
|
|
8831
9002
|
<dd>
|
|
8832
9003
|
|
|
@@ -8838,844 +9009,7 @@ await client.thirdPartyPayerPayments.v1.delete(
|
|
|
8838
9009
|
<dl>
|
|
8839
9010
|
<dd>
|
|
8840
9011
|
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
</dd>
|
|
8844
|
-
</dl>
|
|
8845
|
-
</dd>
|
|
8846
|
-
</dl>
|
|
8847
|
-
|
|
8848
|
-
#### 🔌 Usage
|
|
8849
|
-
|
|
8850
|
-
<dl>
|
|
8851
|
-
<dd>
|
|
8852
|
-
|
|
8853
|
-
<dl>
|
|
8854
|
-
<dd>
|
|
8855
|
-
|
|
8856
|
-
```typescript
|
|
8857
|
-
await client.thirdPartyPayerRefunds.v1.getMulti({
|
|
8858
|
-
limit: 1,
|
|
8859
|
-
thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8860
|
-
checkNumber: "string",
|
|
8861
|
-
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8862
|
-
sort: CandidApi.ThirdPartyPayerRefundSortField.AmountCents,
|
|
8863
|
-
sortDirection: CandidApi.SortDirection.Asc,
|
|
8864
|
-
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8865
|
-
});
|
|
8866
|
-
```
|
|
8867
|
-
|
|
8868
|
-
</dd>
|
|
8869
|
-
</dl>
|
|
8870
|
-
</dd>
|
|
8871
|
-
</dl>
|
|
8872
|
-
|
|
8873
|
-
#### ⚙️ Parameters
|
|
8874
|
-
|
|
8875
|
-
<dl>
|
|
8876
|
-
<dd>
|
|
8877
|
-
|
|
8878
|
-
<dl>
|
|
8879
|
-
<dd>
|
|
8880
|
-
|
|
8881
|
-
**request:** `CandidApi.thirdPartyPayerRefunds.v1.GetMultiThirdPartyPayerRefundsRequest`
|
|
8882
|
-
|
|
8883
|
-
</dd>
|
|
8884
|
-
</dl>
|
|
8885
|
-
|
|
8886
|
-
<dl>
|
|
8887
|
-
<dd>
|
|
8888
|
-
|
|
8889
|
-
**requestOptions:** `V1.RequestOptions`
|
|
8890
|
-
|
|
8891
|
-
</dd>
|
|
8892
|
-
</dl>
|
|
8893
|
-
</dd>
|
|
8894
|
-
</dl>
|
|
8895
|
-
|
|
8896
|
-
</dd>
|
|
8897
|
-
</dl>
|
|
8898
|
-
</details>
|
|
8899
|
-
|
|
8900
|
-
<details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">get</a>(thirdPartyPayerRefundId) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.get.Error></code></summary>
|
|
8901
|
-
<dl>
|
|
8902
|
-
<dd>
|
|
8903
|
-
|
|
8904
|
-
#### 📝 Description
|
|
8905
|
-
|
|
8906
|
-
<dl>
|
|
8907
|
-
<dd>
|
|
8908
|
-
|
|
8909
|
-
<dl>
|
|
8910
|
-
<dd>
|
|
8911
|
-
|
|
8912
|
-
Retrieves a previously created third party payer refund by its `third_party_payer_refund_id`.
|
|
8913
|
-
|
|
8914
|
-
</dd>
|
|
8915
|
-
</dl>
|
|
8916
|
-
</dd>
|
|
8917
|
-
</dl>
|
|
8918
|
-
|
|
8919
|
-
#### 🔌 Usage
|
|
8920
|
-
|
|
8921
|
-
<dl>
|
|
8922
|
-
<dd>
|
|
8923
|
-
|
|
8924
|
-
<dl>
|
|
8925
|
-
<dd>
|
|
8926
|
-
|
|
8927
|
-
```typescript
|
|
8928
|
-
await client.thirdPartyPayerRefunds.v1.get(CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8929
|
-
```
|
|
8930
|
-
|
|
8931
|
-
</dd>
|
|
8932
|
-
</dl>
|
|
8933
|
-
</dd>
|
|
8934
|
-
</dl>
|
|
8935
|
-
|
|
8936
|
-
#### ⚙️ Parameters
|
|
8937
|
-
|
|
8938
|
-
<dl>
|
|
8939
|
-
<dd>
|
|
8940
|
-
|
|
8941
|
-
<dl>
|
|
8942
|
-
<dd>
|
|
8943
|
-
|
|
8944
|
-
**thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
|
|
8945
|
-
|
|
8946
|
-
</dd>
|
|
8947
|
-
</dl>
|
|
8948
|
-
|
|
8949
|
-
<dl>
|
|
8950
|
-
<dd>
|
|
8951
|
-
|
|
8952
|
-
**requestOptions:** `V1.RequestOptions`
|
|
8953
|
-
|
|
8954
|
-
</dd>
|
|
8955
|
-
</dl>
|
|
8956
|
-
</dd>
|
|
8957
|
-
</dl>
|
|
8958
|
-
|
|
8959
|
-
</dd>
|
|
8960
|
-
</dl>
|
|
8961
|
-
</details>
|
|
8962
|
-
|
|
8963
|
-
<details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.create.Error></code></summary>
|
|
8964
|
-
<dl>
|
|
8965
|
-
<dd>
|
|
8966
|
-
|
|
8967
|
-
#### 📝 Description
|
|
8968
|
-
|
|
8969
|
-
<dl>
|
|
8970
|
-
<dd>
|
|
8971
|
-
|
|
8972
|
-
<dl>
|
|
8973
|
-
<dd>
|
|
8974
|
-
|
|
8975
|
-
Creates a new third party payer refund record and returns the newly created `ThirdPartyPayerRefund` object.
|
|
8976
|
-
The allocations can describe whether the refund is being applied toward a specific service line,
|
|
8977
|
-
claim, or billing provider.
|
|
8978
|
-
|
|
8979
|
-
</dd>
|
|
8980
|
-
</dl>
|
|
8981
|
-
</dd>
|
|
8982
|
-
</dl>
|
|
8983
|
-
|
|
8984
|
-
#### 🔌 Usage
|
|
8985
|
-
|
|
8986
|
-
<dl>
|
|
8987
|
-
<dd>
|
|
8988
|
-
|
|
8989
|
-
<dl>
|
|
8990
|
-
<dd>
|
|
8991
|
-
|
|
8992
|
-
```typescript
|
|
8993
|
-
await client.thirdPartyPayerRefunds.v1.create({
|
|
8994
|
-
thirdPartyPayerId: CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8995
|
-
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8996
|
-
amountCents: 1,
|
|
8997
|
-
refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
8998
|
-
refundNote: "string",
|
|
8999
|
-
allocations: [
|
|
9000
|
-
{
|
|
9001
|
-
amountCents: 1,
|
|
9002
|
-
target: {
|
|
9003
|
-
type: "service_line_by_id",
|
|
9004
|
-
value: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9005
|
-
},
|
|
9006
|
-
},
|
|
9007
|
-
],
|
|
9008
|
-
refundReason: CandidApi.RefundReason.Overcharged,
|
|
9009
|
-
});
|
|
9010
|
-
```
|
|
9011
|
-
|
|
9012
|
-
</dd>
|
|
9013
|
-
</dl>
|
|
9014
|
-
</dd>
|
|
9015
|
-
</dl>
|
|
9016
|
-
|
|
9017
|
-
#### ⚙️ Parameters
|
|
9018
|
-
|
|
9019
|
-
<dl>
|
|
9020
|
-
<dd>
|
|
9021
|
-
|
|
9022
|
-
<dl>
|
|
9023
|
-
<dd>
|
|
9024
|
-
|
|
9025
|
-
**request:** `CandidApi.ThirdPartyPayerRefundCreate`
|
|
9026
|
-
|
|
9027
|
-
</dd>
|
|
9028
|
-
</dl>
|
|
9029
|
-
|
|
9030
|
-
<dl>
|
|
9031
|
-
<dd>
|
|
9032
|
-
|
|
9033
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9034
|
-
|
|
9035
|
-
</dd>
|
|
9036
|
-
</dl>
|
|
9037
|
-
</dd>
|
|
9038
|
-
</dl>
|
|
9039
|
-
|
|
9040
|
-
</dd>
|
|
9041
|
-
</dl>
|
|
9042
|
-
</details>
|
|
9043
|
-
|
|
9044
|
-
<details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">update</a>(thirdPartyPayerRefundId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerRefund, CandidApi.thirdPartyPayerRefunds.v1.update.Error></code></summary>
|
|
9045
|
-
<dl>
|
|
9046
|
-
<dd>
|
|
9047
|
-
|
|
9048
|
-
#### 📝 Description
|
|
9049
|
-
|
|
9050
|
-
<dl>
|
|
9051
|
-
<dd>
|
|
9052
|
-
|
|
9053
|
-
<dl>
|
|
9054
|
-
<dd>
|
|
9055
|
-
|
|
9056
|
-
Updates the third party payer refund record matching the provided third_party_payer_refund_id. If updating the refund amount,
|
|
9057
|
-
then the allocations must be appropriately updated as well.
|
|
9058
|
-
|
|
9059
|
-
</dd>
|
|
9060
|
-
</dl>
|
|
9061
|
-
</dd>
|
|
9062
|
-
</dl>
|
|
9063
|
-
|
|
9064
|
-
#### 🔌 Usage
|
|
9065
|
-
|
|
9066
|
-
<dl>
|
|
9067
|
-
<dd>
|
|
9068
|
-
|
|
9069
|
-
<dl>
|
|
9070
|
-
<dd>
|
|
9071
|
-
|
|
9072
|
-
```typescript
|
|
9073
|
-
await client.thirdPartyPayerRefunds.v1.update(
|
|
9074
|
-
CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9075
|
-
{
|
|
9076
|
-
refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
9077
|
-
refundNote: {
|
|
9078
|
-
type: "set",
|
|
9079
|
-
value: "string",
|
|
9080
|
-
},
|
|
9081
|
-
refundReason: {
|
|
9082
|
-
type: "set",
|
|
9083
|
-
value: CandidApi.RefundReason.Overcharged,
|
|
9084
|
-
},
|
|
9085
|
-
invoiceId: {
|
|
9086
|
-
type: "set",
|
|
9087
|
-
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9088
|
-
},
|
|
9089
|
-
}
|
|
9090
|
-
);
|
|
9091
|
-
```
|
|
9092
|
-
|
|
9093
|
-
</dd>
|
|
9094
|
-
</dl>
|
|
9095
|
-
</dd>
|
|
9096
|
-
</dl>
|
|
9097
|
-
|
|
9098
|
-
#### ⚙️ Parameters
|
|
9099
|
-
|
|
9100
|
-
<dl>
|
|
9101
|
-
<dd>
|
|
9102
|
-
|
|
9103
|
-
<dl>
|
|
9104
|
-
<dd>
|
|
9105
|
-
|
|
9106
|
-
**thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
|
|
9107
|
-
|
|
9108
|
-
</dd>
|
|
9109
|
-
</dl>
|
|
9110
|
-
|
|
9111
|
-
<dl>
|
|
9112
|
-
<dd>
|
|
9113
|
-
|
|
9114
|
-
**request:** `CandidApi.thirdPartyPayerRefunds.v1.ThirdPartyPayerRefundUpdate`
|
|
9115
|
-
|
|
9116
|
-
</dd>
|
|
9117
|
-
</dl>
|
|
9118
|
-
|
|
9119
|
-
<dl>
|
|
9120
|
-
<dd>
|
|
9121
|
-
|
|
9122
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9123
|
-
|
|
9124
|
-
</dd>
|
|
9125
|
-
</dl>
|
|
9126
|
-
</dd>
|
|
9127
|
-
</dl>
|
|
9128
|
-
|
|
9129
|
-
</dd>
|
|
9130
|
-
</dl>
|
|
9131
|
-
</details>
|
|
9132
|
-
|
|
9133
|
-
<details><summary><code>client.thirdPartyPayerRefunds.v1.<a href="/src/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerRefundId) -> core.APIResponse<void, CandidApi.thirdPartyPayerRefunds.v1.delete.Error></code></summary>
|
|
9134
|
-
<dl>
|
|
9135
|
-
<dd>
|
|
9136
|
-
|
|
9137
|
-
#### 📝 Description
|
|
9138
|
-
|
|
9139
|
-
<dl>
|
|
9140
|
-
<dd>
|
|
9141
|
-
|
|
9142
|
-
<dl>
|
|
9143
|
-
<dd>
|
|
9144
|
-
|
|
9145
|
-
Deletes the third party payer refund record matching the provided `third_party_payer_refund_id`.
|
|
9146
|
-
|
|
9147
|
-
</dd>
|
|
9148
|
-
</dl>
|
|
9149
|
-
</dd>
|
|
9150
|
-
</dl>
|
|
9151
|
-
|
|
9152
|
-
#### 🔌 Usage
|
|
9153
|
-
|
|
9154
|
-
<dl>
|
|
9155
|
-
<dd>
|
|
9156
|
-
|
|
9157
|
-
<dl>
|
|
9158
|
-
<dd>
|
|
9159
|
-
|
|
9160
|
-
```typescript
|
|
9161
|
-
await client.thirdPartyPayerRefunds.v1.delete(
|
|
9162
|
-
CandidApi.ThirdPartyPayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
9163
|
-
);
|
|
9164
|
-
```
|
|
9165
|
-
|
|
9166
|
-
</dd>
|
|
9167
|
-
</dl>
|
|
9168
|
-
</dd>
|
|
9169
|
-
</dl>
|
|
9170
|
-
|
|
9171
|
-
#### ⚙️ Parameters
|
|
9172
|
-
|
|
9173
|
-
<dl>
|
|
9174
|
-
<dd>
|
|
9175
|
-
|
|
9176
|
-
<dl>
|
|
9177
|
-
<dd>
|
|
9178
|
-
|
|
9179
|
-
**thirdPartyPayerRefundId:** `CandidApi.ThirdPartyPayerRefundId`
|
|
9180
|
-
|
|
9181
|
-
</dd>
|
|
9182
|
-
</dl>
|
|
9183
|
-
|
|
9184
|
-
<dl>
|
|
9185
|
-
<dd>
|
|
9186
|
-
|
|
9187
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9188
|
-
|
|
9189
|
-
</dd>
|
|
9190
|
-
</dl>
|
|
9191
|
-
</dd>
|
|
9192
|
-
</dl>
|
|
9193
|
-
|
|
9194
|
-
</dd>
|
|
9195
|
-
</dl>
|
|
9196
|
-
</details>
|
|
9197
|
-
|
|
9198
|
-
## ThirdPartyPayers V1
|
|
9199
|
-
|
|
9200
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.create.Error></code></summary>
|
|
9201
|
-
<dl>
|
|
9202
|
-
<dd>
|
|
9203
|
-
|
|
9204
|
-
#### 🔌 Usage
|
|
9205
|
-
|
|
9206
|
-
<dl>
|
|
9207
|
-
<dd>
|
|
9208
|
-
|
|
9209
|
-
<dl>
|
|
9210
|
-
<dd>
|
|
9211
|
-
|
|
9212
|
-
```typescript
|
|
9213
|
-
await client.thirdPartyPayers.v1.create({
|
|
9214
|
-
name: "string",
|
|
9215
|
-
description: "string",
|
|
9216
|
-
category: "string",
|
|
9217
|
-
});
|
|
9218
|
-
```
|
|
9219
|
-
|
|
9220
|
-
</dd>
|
|
9221
|
-
</dl>
|
|
9222
|
-
</dd>
|
|
9223
|
-
</dl>
|
|
9224
|
-
|
|
9225
|
-
#### ⚙️ Parameters
|
|
9226
|
-
|
|
9227
|
-
<dl>
|
|
9228
|
-
<dd>
|
|
9229
|
-
|
|
9230
|
-
<dl>
|
|
9231
|
-
<dd>
|
|
9232
|
-
|
|
9233
|
-
**request:** `CandidApi.CreateThirdPartyPayerRequest`
|
|
9234
|
-
|
|
9235
|
-
</dd>
|
|
9236
|
-
</dl>
|
|
9237
|
-
|
|
9238
|
-
<dl>
|
|
9239
|
-
<dd>
|
|
9240
|
-
|
|
9241
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9242
|
-
|
|
9243
|
-
</dd>
|
|
9244
|
-
</dl>
|
|
9245
|
-
</dd>
|
|
9246
|
-
</dl>
|
|
9247
|
-
|
|
9248
|
-
</dd>
|
|
9249
|
-
</dl>
|
|
9250
|
-
</details>
|
|
9251
|
-
|
|
9252
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">toggleEnablement</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.toggleEnablement.Error></code></summary>
|
|
9253
|
-
<dl>
|
|
9254
|
-
<dd>
|
|
9255
|
-
|
|
9256
|
-
#### 🔌 Usage
|
|
9257
|
-
|
|
9258
|
-
<dl>
|
|
9259
|
-
<dd>
|
|
9260
|
-
|
|
9261
|
-
<dl>
|
|
9262
|
-
<dd>
|
|
9263
|
-
|
|
9264
|
-
```typescript
|
|
9265
|
-
await client.thirdPartyPayers.v1.toggleEnablement(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
9266
|
-
enabled: true,
|
|
9267
|
-
});
|
|
9268
|
-
```
|
|
9269
|
-
|
|
9270
|
-
</dd>
|
|
9271
|
-
</dl>
|
|
9272
|
-
</dd>
|
|
9273
|
-
</dl>
|
|
9274
|
-
|
|
9275
|
-
#### ⚙️ Parameters
|
|
9276
|
-
|
|
9277
|
-
<dl>
|
|
9278
|
-
<dd>
|
|
9279
|
-
|
|
9280
|
-
<dl>
|
|
9281
|
-
<dd>
|
|
9282
|
-
|
|
9283
|
-
**thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
|
|
9284
|
-
|
|
9285
|
-
</dd>
|
|
9286
|
-
</dl>
|
|
9287
|
-
|
|
9288
|
-
<dl>
|
|
9289
|
-
<dd>
|
|
9290
|
-
|
|
9291
|
-
**request:** `CandidApi.ToggleThirdPartyPayerEnablementRequest`
|
|
9292
|
-
|
|
9293
|
-
</dd>
|
|
9294
|
-
</dl>
|
|
9295
|
-
|
|
9296
|
-
<dl>
|
|
9297
|
-
<dd>
|
|
9298
|
-
|
|
9299
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9300
|
-
|
|
9301
|
-
</dd>
|
|
9302
|
-
</dl>
|
|
9303
|
-
</dd>
|
|
9304
|
-
</dl>
|
|
9305
|
-
|
|
9306
|
-
</dd>
|
|
9307
|
-
</dl>
|
|
9308
|
-
</details>
|
|
9309
|
-
|
|
9310
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayerPage, CandidApi.thirdPartyPayers.v1.getMulti.Error></code></summary>
|
|
9311
|
-
<dl>
|
|
9312
|
-
<dd>
|
|
9313
|
-
|
|
9314
|
-
#### 🔌 Usage
|
|
9315
|
-
|
|
9316
|
-
<dl>
|
|
9317
|
-
<dd>
|
|
9318
|
-
|
|
9319
|
-
<dl>
|
|
9320
|
-
<dd>
|
|
9321
|
-
|
|
9322
|
-
```typescript
|
|
9323
|
-
await client.thirdPartyPayers.v1.getMulti({
|
|
9324
|
-
name: "string",
|
|
9325
|
-
category: "string",
|
|
9326
|
-
enabled: true,
|
|
9327
|
-
sort: CandidApi.ThirdPartyPayerSortField.Name,
|
|
9328
|
-
sortDirection: CandidApi.SortDirection.Asc,
|
|
9329
|
-
limit: 1,
|
|
9330
|
-
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
9331
|
-
});
|
|
9332
|
-
```
|
|
9333
|
-
|
|
9334
|
-
</dd>
|
|
9335
|
-
</dl>
|
|
9336
|
-
</dd>
|
|
9337
|
-
</dl>
|
|
9338
|
-
|
|
9339
|
-
#### ⚙️ Parameters
|
|
9340
|
-
|
|
9341
|
-
<dl>
|
|
9342
|
-
<dd>
|
|
9343
|
-
|
|
9344
|
-
<dl>
|
|
9345
|
-
<dd>
|
|
9346
|
-
|
|
9347
|
-
**request:** `CandidApi.thirdPartyPayers.v1.GetMultiThirdPartyPayersRequest`
|
|
9348
|
-
|
|
9349
|
-
</dd>
|
|
9350
|
-
</dl>
|
|
9351
|
-
|
|
9352
|
-
<dl>
|
|
9353
|
-
<dd>
|
|
9354
|
-
|
|
9355
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9356
|
-
|
|
9357
|
-
</dd>
|
|
9358
|
-
</dl>
|
|
9359
|
-
</dd>
|
|
9360
|
-
</dl>
|
|
9361
|
-
|
|
9362
|
-
</dd>
|
|
9363
|
-
</dl>
|
|
9364
|
-
</details>
|
|
9365
|
-
|
|
9366
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">get</a>(thirdPartyPayerId) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.get.Error></code></summary>
|
|
9367
|
-
<dl>
|
|
9368
|
-
<dd>
|
|
9369
|
-
|
|
9370
|
-
#### 🔌 Usage
|
|
9371
|
-
|
|
9372
|
-
<dl>
|
|
9373
|
-
<dd>
|
|
9374
|
-
|
|
9375
|
-
<dl>
|
|
9376
|
-
<dd>
|
|
9377
|
-
|
|
9378
|
-
```typescript
|
|
9379
|
-
await client.thirdPartyPayers.v1.get(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
9380
|
-
```
|
|
9381
|
-
|
|
9382
|
-
</dd>
|
|
9383
|
-
</dl>
|
|
9384
|
-
</dd>
|
|
9385
|
-
</dl>
|
|
9386
|
-
|
|
9387
|
-
#### ⚙️ Parameters
|
|
9388
|
-
|
|
9389
|
-
<dl>
|
|
9390
|
-
<dd>
|
|
9391
|
-
|
|
9392
|
-
<dl>
|
|
9393
|
-
<dd>
|
|
9394
|
-
|
|
9395
|
-
**thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
|
|
9396
|
-
|
|
9397
|
-
</dd>
|
|
9398
|
-
</dl>
|
|
9399
|
-
|
|
9400
|
-
<dl>
|
|
9401
|
-
<dd>
|
|
9402
|
-
|
|
9403
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9404
|
-
|
|
9405
|
-
</dd>
|
|
9406
|
-
</dl>
|
|
9407
|
-
</dd>
|
|
9408
|
-
</dl>
|
|
9409
|
-
|
|
9410
|
-
</dd>
|
|
9411
|
-
</dl>
|
|
9412
|
-
</details>
|
|
9413
|
-
|
|
9414
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">update</a>(thirdPartyPayerId, { ...params }) -> core.APIResponse<CandidApi.ThirdPartyPayer, CandidApi.thirdPartyPayers.v1.update.Error></code></summary>
|
|
9415
|
-
<dl>
|
|
9416
|
-
<dd>
|
|
9417
|
-
|
|
9418
|
-
#### 🔌 Usage
|
|
9419
|
-
|
|
9420
|
-
<dl>
|
|
9421
|
-
<dd>
|
|
9422
|
-
|
|
9423
|
-
<dl>
|
|
9424
|
-
<dd>
|
|
9425
|
-
|
|
9426
|
-
```typescript
|
|
9427
|
-
await client.thirdPartyPayers.v1.update(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
9428
|
-
name: "string",
|
|
9429
|
-
description: {
|
|
9430
|
-
type: "remove",
|
|
9431
|
-
},
|
|
9432
|
-
category: {
|
|
9433
|
-
type: "remove",
|
|
9434
|
-
},
|
|
9435
|
-
});
|
|
9436
|
-
```
|
|
9437
|
-
|
|
9438
|
-
</dd>
|
|
9439
|
-
</dl>
|
|
9440
|
-
</dd>
|
|
9441
|
-
</dl>
|
|
9442
|
-
|
|
9443
|
-
#### ⚙️ Parameters
|
|
9444
|
-
|
|
9445
|
-
<dl>
|
|
9446
|
-
<dd>
|
|
9447
|
-
|
|
9448
|
-
<dl>
|
|
9449
|
-
<dd>
|
|
9450
|
-
|
|
9451
|
-
**thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
|
|
9452
|
-
|
|
9453
|
-
</dd>
|
|
9454
|
-
</dl>
|
|
9455
|
-
|
|
9456
|
-
<dl>
|
|
9457
|
-
<dd>
|
|
9458
|
-
|
|
9459
|
-
**request:** `CandidApi.ThirdPartyPayerUpdateRequest`
|
|
9460
|
-
|
|
9461
|
-
</dd>
|
|
9462
|
-
</dl>
|
|
9463
|
-
|
|
9464
|
-
<dl>
|
|
9465
|
-
<dd>
|
|
9466
|
-
|
|
9467
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9468
|
-
|
|
9469
|
-
</dd>
|
|
9470
|
-
</dl>
|
|
9471
|
-
</dd>
|
|
9472
|
-
</dl>
|
|
9473
|
-
|
|
9474
|
-
</dd>
|
|
9475
|
-
</dl>
|
|
9476
|
-
</details>
|
|
9477
|
-
|
|
9478
|
-
<details><summary><code>client.thirdPartyPayers.v1.<a href="/src/api/resources/thirdPartyPayers/resources/v1/client/Client.ts">delete</a>(thirdPartyPayerId) -> core.APIResponse<void, CandidApi.thirdPartyPayers.v1.delete.Error></code></summary>
|
|
9479
|
-
<dl>
|
|
9480
|
-
<dd>
|
|
9481
|
-
|
|
9482
|
-
#### 🔌 Usage
|
|
9483
|
-
|
|
9484
|
-
<dl>
|
|
9485
|
-
<dd>
|
|
9486
|
-
|
|
9487
|
-
<dl>
|
|
9488
|
-
<dd>
|
|
9489
|
-
|
|
9490
|
-
```typescript
|
|
9491
|
-
await client.thirdPartyPayers.v1.delete(CandidApi.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
9492
|
-
```
|
|
9493
|
-
|
|
9494
|
-
</dd>
|
|
9495
|
-
</dl>
|
|
9496
|
-
</dd>
|
|
9497
|
-
</dl>
|
|
9498
|
-
|
|
9499
|
-
#### ⚙️ Parameters
|
|
9500
|
-
|
|
9501
|
-
<dl>
|
|
9502
|
-
<dd>
|
|
9503
|
-
|
|
9504
|
-
<dl>
|
|
9505
|
-
<dd>
|
|
9506
|
-
|
|
9507
|
-
**thirdPartyPayerId:** `CandidApi.ThirdPartyPayerId`
|
|
9508
|
-
|
|
9509
|
-
</dd>
|
|
9510
|
-
</dl>
|
|
9511
|
-
|
|
9512
|
-
<dl>
|
|
9513
|
-
<dd>
|
|
9514
|
-
|
|
9515
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9516
|
-
|
|
9517
|
-
</dd>
|
|
9518
|
-
</dl>
|
|
9519
|
-
</dd>
|
|
9520
|
-
</dl>
|
|
9521
|
-
|
|
9522
|
-
</dd>
|
|
9523
|
-
</dl>
|
|
9524
|
-
</details>
|
|
9525
|
-
|
|
9526
|
-
## WriteOffs V1
|
|
9527
|
-
|
|
9528
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>
|
|
9529
|
-
<dl>
|
|
9530
|
-
<dd>
|
|
9531
|
-
|
|
9532
|
-
#### 📝 Description
|
|
9533
|
-
|
|
9534
|
-
<dl>
|
|
9535
|
-
<dd>
|
|
9536
|
-
|
|
9537
|
-
<dl>
|
|
9538
|
-
<dd>
|
|
9539
|
-
|
|
9540
|
-
Returns all write-offs satisfying the search criteria.
|
|
9541
|
-
|
|
9542
|
-
</dd>
|
|
9543
|
-
</dl>
|
|
9544
|
-
</dd>
|
|
9545
|
-
</dl>
|
|
9546
|
-
|
|
9547
|
-
#### 🔌 Usage
|
|
9548
|
-
|
|
9549
|
-
<dl>
|
|
9550
|
-
<dd>
|
|
9551
|
-
|
|
9552
|
-
<dl>
|
|
9553
|
-
<dd>
|
|
9554
|
-
|
|
9555
|
-
```typescript
|
|
9556
|
-
await client.writeOffs.v1.getMulti({
|
|
9557
|
-
limit: 1,
|
|
9558
|
-
patientExternalId: CandidApi.PatientExternalId("string"),
|
|
9559
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9560
|
-
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9561
|
-
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9562
|
-
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9563
|
-
sort: CandidApi.WriteOffSortField.AmountCents,
|
|
9564
|
-
sortDirection: CandidApi.SortDirection.Asc,
|
|
9565
|
-
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
9566
|
-
accountTypes: CandidApi.AccountType.Patient,
|
|
9567
|
-
});
|
|
9568
|
-
```
|
|
9569
|
-
|
|
9570
|
-
</dd>
|
|
9571
|
-
</dl>
|
|
9572
|
-
</dd>
|
|
9573
|
-
</dl>
|
|
9574
|
-
|
|
9575
|
-
#### ⚙️ Parameters
|
|
9576
|
-
|
|
9577
|
-
<dl>
|
|
9578
|
-
<dd>
|
|
9579
|
-
|
|
9580
|
-
<dl>
|
|
9581
|
-
<dd>
|
|
9582
|
-
|
|
9583
|
-
**request:** `CandidApi.writeOffs.v1.GetMultiWriteOffsRequest`
|
|
9584
|
-
|
|
9585
|
-
</dd>
|
|
9586
|
-
</dl>
|
|
9587
|
-
|
|
9588
|
-
<dl>
|
|
9589
|
-
<dd>
|
|
9590
|
-
|
|
9591
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9592
|
-
|
|
9593
|
-
</dd>
|
|
9594
|
-
</dl>
|
|
9595
|
-
</dd>
|
|
9596
|
-
</dl>
|
|
9597
|
-
|
|
9598
|
-
</dd>
|
|
9599
|
-
</dl>
|
|
9600
|
-
</details>
|
|
9601
|
-
|
|
9602
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.get.Error></code></summary>
|
|
9603
|
-
<dl>
|
|
9604
|
-
<dd>
|
|
9605
|
-
|
|
9606
|
-
#### 📝 Description
|
|
9607
|
-
|
|
9608
|
-
<dl>
|
|
9609
|
-
<dd>
|
|
9610
|
-
|
|
9611
|
-
<dl>
|
|
9612
|
-
<dd>
|
|
9613
|
-
|
|
9614
|
-
Retrieves a previously created write off by its `write_off_id`.
|
|
9615
|
-
|
|
9616
|
-
</dd>
|
|
9617
|
-
</dl>
|
|
9618
|
-
</dd>
|
|
9619
|
-
</dl>
|
|
9620
|
-
|
|
9621
|
-
#### 🔌 Usage
|
|
9622
|
-
|
|
9623
|
-
<dl>
|
|
9624
|
-
<dd>
|
|
9625
|
-
|
|
9626
|
-
<dl>
|
|
9627
|
-
<dd>
|
|
9628
|
-
|
|
9629
|
-
```typescript
|
|
9630
|
-
await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
9631
|
-
```
|
|
9632
|
-
|
|
9633
|
-
</dd>
|
|
9634
|
-
</dl>
|
|
9635
|
-
</dd>
|
|
9636
|
-
</dl>
|
|
9637
|
-
|
|
9638
|
-
#### ⚙️ Parameters
|
|
9639
|
-
|
|
9640
|
-
<dl>
|
|
9641
|
-
<dd>
|
|
9642
|
-
|
|
9643
|
-
<dl>
|
|
9644
|
-
<dd>
|
|
9645
|
-
|
|
9646
|
-
**writeOffId:** `CandidApi.WriteOffId`
|
|
9647
|
-
|
|
9648
|
-
</dd>
|
|
9649
|
-
</dl>
|
|
9650
|
-
|
|
9651
|
-
<dl>
|
|
9652
|
-
<dd>
|
|
9653
|
-
|
|
9654
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9655
|
-
|
|
9656
|
-
</dd>
|
|
9657
|
-
</dl>
|
|
9658
|
-
</dd>
|
|
9659
|
-
</dl>
|
|
9660
|
-
|
|
9661
|
-
</dd>
|
|
9662
|
-
</dl>
|
|
9663
|
-
</details>
|
|
9664
|
-
|
|
9665
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error></code></summary>
|
|
9666
|
-
<dl>
|
|
9667
|
-
<dd>
|
|
9668
|
-
|
|
9669
|
-
#### 📝 Description
|
|
9670
|
-
|
|
9671
|
-
<dl>
|
|
9672
|
-
<dd>
|
|
9673
|
-
|
|
9674
|
-
<dl>
|
|
9675
|
-
<dd>
|
|
9676
|
-
|
|
9677
|
-
Creates one or many write-offs applied toward a specific service line,
|
|
9678
|
-
claim, or billing provider.
|
|
9012
|
+
Gets an appointment.
|
|
9679
9013
|
|
|
9680
9014
|
</dd>
|
|
9681
9015
|
</dl>
|
|
@@ -9691,18 +9025,7 @@ claim, or billing provider.
|
|
|
9691
9025
|
<dd>
|
|
9692
9026
|
|
|
9693
9027
|
```typescript
|
|
9694
|
-
await client.
|
|
9695
|
-
writeOffs: [
|
|
9696
|
-
{
|
|
9697
|
-
type: "patient",
|
|
9698
|
-
writeOffTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
9699
|
-
writeOffNote: "string",
|
|
9700
|
-
writeOffReason: CandidApi.PatientWriteOffReason.SmallBalance,
|
|
9701
|
-
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9702
|
-
amountCents: 1,
|
|
9703
|
-
},
|
|
9704
|
-
],
|
|
9705
|
-
});
|
|
9028
|
+
await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("string"));
|
|
9706
9029
|
```
|
|
9707
9030
|
|
|
9708
9031
|
</dd>
|
|
@@ -9718,7 +9041,7 @@ await client.writeOffs.v1.create({
|
|
|
9718
9041
|
<dl>
|
|
9719
9042
|
<dd>
|
|
9720
9043
|
|
|
9721
|
-
**
|
|
9044
|
+
**id:** `CandidApi.AppointmentId`
|
|
9722
9045
|
|
|
9723
9046
|
</dd>
|
|
9724
9047
|
</dl>
|
|
@@ -9737,7 +9060,7 @@ await client.writeOffs.v1.create({
|
|
|
9737
9060
|
</dl>
|
|
9738
9061
|
</details>
|
|
9739
9062
|
|
|
9740
|
-
<details><summary><code>client.
|
|
9063
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.getHistory.Error></code></summary>
|
|
9741
9064
|
<dl>
|
|
9742
9065
|
<dd>
|
|
9743
9066
|
|
|
@@ -9749,7 +9072,7 @@ await client.writeOffs.v1.create({
|
|
|
9749
9072
|
<dl>
|
|
9750
9073
|
<dd>
|
|
9751
9074
|
|
|
9752
|
-
|
|
9075
|
+
Gets an appointment along with it's full history. The return list is ordered by version ascending.
|
|
9753
9076
|
|
|
9754
9077
|
</dd>
|
|
9755
9078
|
</dl>
|
|
@@ -9765,7 +9088,7 @@ Reverts a write off given a `write_off_id`.
|
|
|
9765
9088
|
<dd>
|
|
9766
9089
|
|
|
9767
9090
|
```typescript
|
|
9768
|
-
await client.
|
|
9091
|
+
await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("string"));
|
|
9769
9092
|
```
|
|
9770
9093
|
|
|
9771
9094
|
</dd>
|
|
@@ -9781,7 +9104,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
9781
9104
|
<dl>
|
|
9782
9105
|
<dd>
|
|
9783
9106
|
|
|
9784
|
-
**
|
|
9107
|
+
**id:** `CandidApi.AppointmentId`
|
|
9785
9108
|
|
|
9786
9109
|
</dd>
|
|
9787
9110
|
</dl>
|
|
@@ -9800,9 +9123,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
9800
9123
|
</dl>
|
|
9801
9124
|
</details>
|
|
9802
9125
|
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
|
|
9126
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.update.Error></code></summary>
|
|
9806
9127
|
<dl>
|
|
9807
9128
|
<dd>
|
|
9808
9129
|
|
|
@@ -9814,7 +9135,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
9814
9135
|
<dl>
|
|
9815
9136
|
<dd>
|
|
9816
9137
|
|
|
9817
|
-
|
|
9138
|
+
Updates an appointment. The path must contain the most recent version to prevent race conditions. Updating historic versions is not supported.
|
|
9818
9139
|
|
|
9819
9140
|
</dd>
|
|
9820
9141
|
</dl>
|
|
@@ -9830,7 +9151,7 @@ Adds an appointment. VersionConflictError is returned when the placer_appointmen
|
|
|
9830
9151
|
<dd>
|
|
9831
9152
|
|
|
9832
9153
|
```typescript
|
|
9833
|
-
await client.preEncounter.appointments.v1.
|
|
9154
|
+
await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string"), "string", {
|
|
9834
9155
|
patientId: CandidApi.PatientId("string"),
|
|
9835
9156
|
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
9836
9157
|
status: CandidApi.AppointmentStatus.Pending,
|
|
@@ -9842,117 +9163,63 @@ await client.preEncounter.appointments.v1.create({
|
|
|
9842
9163
|
},
|
|
9843
9164
|
],
|
|
9844
9165
|
placerAppointmentId: "string",
|
|
9166
|
+
attendingDoctor: {
|
|
9167
|
+
name: {
|
|
9168
|
+
family: "string",
|
|
9169
|
+
given: ["string"],
|
|
9170
|
+
use: CandidApi.NameUse.Usual,
|
|
9171
|
+
period: {
|
|
9172
|
+
start: {
|
|
9173
|
+
key: "value",
|
|
9174
|
+
},
|
|
9175
|
+
end: {
|
|
9176
|
+
key: "value",
|
|
9177
|
+
},
|
|
9178
|
+
},
|
|
9179
|
+
},
|
|
9180
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
9181
|
+
npi: "string",
|
|
9182
|
+
telecoms: [
|
|
9183
|
+
{
|
|
9184
|
+
value: "string",
|
|
9185
|
+
use: CandidApi.ContactPointUse.Home,
|
|
9186
|
+
period: {
|
|
9187
|
+
key: "value",
|
|
9188
|
+
},
|
|
9189
|
+
},
|
|
9190
|
+
],
|
|
9191
|
+
addresses: [
|
|
9192
|
+
{
|
|
9193
|
+
key: "value",
|
|
9194
|
+
},
|
|
9195
|
+
],
|
|
9196
|
+
period: {
|
|
9197
|
+
start: {
|
|
9198
|
+
key: "value",
|
|
9199
|
+
},
|
|
9200
|
+
end: {
|
|
9201
|
+
key: "value",
|
|
9202
|
+
},
|
|
9203
|
+
},
|
|
9204
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
9205
|
+
},
|
|
9845
9206
|
estimatedCopayCents: 1,
|
|
9846
9207
|
estimatedPatientResponsibilityCents: 1,
|
|
9847
9208
|
patientDepositCents: 1,
|
|
9848
9209
|
checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
9849
9210
|
notes: "string",
|
|
9850
|
-
locationResourceId: "string",
|
|
9851
|
-
automatedEligibilityCheckComplete: true,
|
|
9852
|
-
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
9853
|
-
});
|
|
9854
|
-
```
|
|
9855
|
-
|
|
9856
|
-
</dd>
|
|
9857
|
-
</dl>
|
|
9858
|
-
</dd>
|
|
9859
|
-
</dl>
|
|
9860
|
-
|
|
9861
|
-
#### ⚙️ Parameters
|
|
9862
|
-
|
|
9863
|
-
<dl>
|
|
9864
|
-
<dd>
|
|
9865
|
-
|
|
9866
|
-
<dl>
|
|
9867
|
-
<dd>
|
|
9868
|
-
|
|
9869
|
-
**request:** `CandidApi.MutableAppointment`
|
|
9870
|
-
|
|
9871
|
-
</dd>
|
|
9872
|
-
</dl>
|
|
9873
|
-
|
|
9874
|
-
<dl>
|
|
9875
|
-
<dd>
|
|
9876
|
-
|
|
9877
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9878
|
-
|
|
9879
|
-
</dd>
|
|
9880
|
-
</dl>
|
|
9881
|
-
</dd>
|
|
9882
|
-
</dl>
|
|
9883
|
-
|
|
9884
|
-
</dd>
|
|
9885
|
-
</dl>
|
|
9886
|
-
</details>
|
|
9887
|
-
|
|
9888
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
|
|
9889
|
-
<dl>
|
|
9890
|
-
<dd>
|
|
9891
|
-
|
|
9892
|
-
#### 📝 Description
|
|
9893
|
-
|
|
9894
|
-
<dl>
|
|
9895
|
-
<dd>
|
|
9896
|
-
|
|
9897
|
-
<dl>
|
|
9898
|
-
<dd>
|
|
9899
|
-
|
|
9900
|
-
Gets an appointment.
|
|
9901
|
-
|
|
9902
|
-
</dd>
|
|
9903
|
-
</dl>
|
|
9904
|
-
</dd>
|
|
9905
|
-
</dl>
|
|
9906
|
-
|
|
9907
|
-
#### 🔌 Usage
|
|
9908
|
-
|
|
9909
|
-
<dl>
|
|
9910
|
-
<dd>
|
|
9911
|
-
|
|
9912
|
-
<dl>
|
|
9913
|
-
<dd>
|
|
9914
|
-
|
|
9915
|
-
```typescript
|
|
9916
|
-
await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("string"));
|
|
9917
|
-
```
|
|
9918
|
-
|
|
9919
|
-
</dd>
|
|
9920
|
-
</dl>
|
|
9921
|
-
</dd>
|
|
9922
|
-
</dl>
|
|
9923
|
-
|
|
9924
|
-
#### ⚙️ Parameters
|
|
9925
|
-
|
|
9926
|
-
<dl>
|
|
9927
|
-
<dd>
|
|
9928
|
-
|
|
9929
|
-
<dl>
|
|
9930
|
-
<dd>
|
|
9931
|
-
|
|
9932
|
-
**id:** `CandidApi.AppointmentId`
|
|
9933
|
-
|
|
9934
|
-
</dd>
|
|
9935
|
-
</dl>
|
|
9936
|
-
|
|
9937
|
-
<dl>
|
|
9938
|
-
<dd>
|
|
9939
|
-
|
|
9940
|
-
**requestOptions:** `V1.RequestOptions`
|
|
9211
|
+
locationResourceId: "string",
|
|
9212
|
+
automatedEligibilityCheckComplete: true,
|
|
9213
|
+
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
9214
|
+
});
|
|
9215
|
+
```
|
|
9941
9216
|
|
|
9942
9217
|
</dd>
|
|
9943
9218
|
</dl>
|
|
9944
9219
|
</dd>
|
|
9945
9220
|
</dl>
|
|
9946
9221
|
|
|
9947
|
-
|
|
9948
|
-
</dl>
|
|
9949
|
-
</details>
|
|
9950
|
-
|
|
9951
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.getHistory.Error></code></summary>
|
|
9952
|
-
<dl>
|
|
9953
|
-
<dd>
|
|
9954
|
-
|
|
9955
|
-
#### 📝 Description
|
|
9222
|
+
#### ⚙️ Parameters
|
|
9956
9223
|
|
|
9957
9224
|
<dl>
|
|
9958
9225
|
<dd>
|
|
@@ -9960,39 +9227,23 @@ await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("string"))
|
|
|
9960
9227
|
<dl>
|
|
9961
9228
|
<dd>
|
|
9962
9229
|
|
|
9963
|
-
|
|
9230
|
+
**id:** `CandidApi.AppointmentId`
|
|
9964
9231
|
|
|
9965
9232
|
</dd>
|
|
9966
9233
|
</dl>
|
|
9967
|
-
</dd>
|
|
9968
|
-
</dl>
|
|
9969
|
-
|
|
9970
|
-
#### 🔌 Usage
|
|
9971
|
-
|
|
9972
|
-
<dl>
|
|
9973
|
-
<dd>
|
|
9974
9234
|
|
|
9975
9235
|
<dl>
|
|
9976
9236
|
<dd>
|
|
9977
9237
|
|
|
9978
|
-
|
|
9979
|
-
await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("string"));
|
|
9980
|
-
```
|
|
9238
|
+
**version:** `string`
|
|
9981
9239
|
|
|
9982
9240
|
</dd>
|
|
9983
9241
|
</dl>
|
|
9984
|
-
</dd>
|
|
9985
|
-
</dl>
|
|
9986
|
-
|
|
9987
|
-
#### ⚙️ Parameters
|
|
9988
9242
|
|
|
9989
9243
|
<dl>
|
|
9990
9244
|
<dd>
|
|
9991
9245
|
|
|
9992
|
-
|
|
9993
|
-
<dd>
|
|
9994
|
-
|
|
9995
|
-
**id:** `CandidApi.AppointmentId`
|
|
9246
|
+
**request:** `CandidApi.MutableAppointment`
|
|
9996
9247
|
|
|
9997
9248
|
</dd>
|
|
9998
9249
|
</dl>
|
|
@@ -10011,7 +9262,7 @@ await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("st
|
|
|
10011
9262
|
</dl>
|
|
10012
9263
|
</details>
|
|
10013
9264
|
|
|
10014
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">
|
|
9265
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.scan.Error></code></summary>
|
|
10015
9266
|
<dl>
|
|
10016
9267
|
<dd>
|
|
10017
9268
|
|
|
@@ -10023,7 +9274,7 @@ await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("st
|
|
|
10023
9274
|
<dl>
|
|
10024
9275
|
<dd>
|
|
10025
9276
|
|
|
10026
|
-
|
|
9277
|
+
Scans up to 100 appointment updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
|
|
10027
9278
|
|
|
10028
9279
|
</dd>
|
|
10029
9280
|
</dl>
|
|
@@ -10039,26 +9290,8 @@ Updates an appointment. The path must contain the most recent version to prevent
|
|
|
10039
9290
|
<dd>
|
|
10040
9291
|
|
|
10041
9292
|
```typescript
|
|
10042
|
-
await client.preEncounter.appointments.v1.
|
|
10043
|
-
|
|
10044
|
-
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
10045
|
-
status: CandidApi.AppointmentStatus.Pending,
|
|
10046
|
-
serviceDuration: 1,
|
|
10047
|
-
services: [
|
|
10048
|
-
{
|
|
10049
|
-
universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
|
|
10050
|
-
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
10051
|
-
},
|
|
10052
|
-
],
|
|
10053
|
-
placerAppointmentId: "string",
|
|
10054
|
-
estimatedCopayCents: 1,
|
|
10055
|
-
estimatedPatientResponsibilityCents: 1,
|
|
10056
|
-
patientDepositCents: 1,
|
|
10057
|
-
checkedInTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
10058
|
-
notes: "string",
|
|
10059
|
-
locationResourceId: "string",
|
|
10060
|
-
automatedEligibilityCheckComplete: true,
|
|
10061
|
-
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
9293
|
+
await client.preEncounter.appointments.v1.scan({
|
|
9294
|
+
since: new Date("2024-01-15T09:30:00.000Z"),
|
|
10062
9295
|
});
|
|
10063
9296
|
```
|
|
10064
9297
|
|
|
@@ -10075,23 +9308,7 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
|
|
|
10075
9308
|
<dl>
|
|
10076
9309
|
<dd>
|
|
10077
9310
|
|
|
10078
|
-
**
|
|
10079
|
-
|
|
10080
|
-
</dd>
|
|
10081
|
-
</dl>
|
|
10082
|
-
|
|
10083
|
-
<dl>
|
|
10084
|
-
<dd>
|
|
10085
|
-
|
|
10086
|
-
**version:** `string`
|
|
10087
|
-
|
|
10088
|
-
</dd>
|
|
10089
|
-
</dl>
|
|
10090
|
-
|
|
10091
|
-
<dl>
|
|
10092
|
-
<dd>
|
|
10093
|
-
|
|
10094
|
-
**request:** `CandidApi.MutableAppointment`
|
|
9311
|
+
**request:** `CandidApi.preEncounter.appointments.v1.AppointmentScanRequest`
|
|
10095
9312
|
|
|
10096
9313
|
</dd>
|
|
10097
9314
|
</dl>
|
|
@@ -10219,8 +9436,12 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10219
9436
|
given: ["string"],
|
|
10220
9437
|
use: CandidApi.NameUse.Usual,
|
|
10221
9438
|
period: {
|
|
10222
|
-
start:
|
|
10223
|
-
|
|
9439
|
+
start: {
|
|
9440
|
+
key: "value",
|
|
9441
|
+
},
|
|
9442
|
+
end: {
|
|
9443
|
+
key: "value",
|
|
9444
|
+
},
|
|
10224
9445
|
},
|
|
10225
9446
|
},
|
|
10226
9447
|
dateOfBirth: "2023-01-15",
|
|
@@ -10232,13 +9453,23 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10232
9453
|
memberId: "string",
|
|
10233
9454
|
payerId: CandidApi.PayerId("string"),
|
|
10234
9455
|
payerName: "string",
|
|
9456
|
+
additionalPayerInformation: {
|
|
9457
|
+
availityEligibilityId: "string",
|
|
9458
|
+
availityPayerId: "string",
|
|
9459
|
+
availityPayerName: "string",
|
|
9460
|
+
availityRemittancePayerId: "string",
|
|
9461
|
+
},
|
|
10235
9462
|
groupNumber: "string",
|
|
10236
9463
|
name: "string",
|
|
10237
9464
|
planType: CandidApi.NetworkType.SelfPay,
|
|
10238
9465
|
type: CandidApi.InsuranceTypeCode.C01,
|
|
10239
9466
|
period: {
|
|
10240
|
-
start:
|
|
10241
|
-
|
|
9467
|
+
start: {
|
|
9468
|
+
key: "value",
|
|
9469
|
+
},
|
|
9470
|
+
end: {
|
|
9471
|
+
key: "value",
|
|
9472
|
+
},
|
|
10242
9473
|
},
|
|
10243
9474
|
insuranceCardImageLocator: "string",
|
|
10244
9475
|
},
|
|
@@ -10252,6 +9483,11 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10252
9483
|
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
10253
9484
|
},
|
|
10254
9485
|
],
|
|
9486
|
+
latestEligibilityCheck: {
|
|
9487
|
+
checkId: "string",
|
|
9488
|
+
status: CandidApi.EligibilityStatus.Active,
|
|
9489
|
+
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
9490
|
+
},
|
|
10255
9491
|
benefits: {
|
|
10256
9492
|
planCoverage: {
|
|
10257
9493
|
key: "value",
|
|
@@ -10331,8 +9567,12 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10331
9567
|
given: ["string"],
|
|
10332
9568
|
use: CandidApi.NameUse.Usual,
|
|
10333
9569
|
period: {
|
|
10334
|
-
start:
|
|
10335
|
-
|
|
9570
|
+
start: {
|
|
9571
|
+
key: "value",
|
|
9572
|
+
},
|
|
9573
|
+
end: {
|
|
9574
|
+
key: "value",
|
|
9575
|
+
},
|
|
10336
9576
|
},
|
|
10337
9577
|
},
|
|
10338
9578
|
dateOfBirth: "2023-01-15",
|
|
@@ -10344,13 +9584,23 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10344
9584
|
memberId: "string",
|
|
10345
9585
|
payerId: CandidApi.PayerId("string"),
|
|
10346
9586
|
payerName: "string",
|
|
9587
|
+
additionalPayerInformation: {
|
|
9588
|
+
availityEligibilityId: "string",
|
|
9589
|
+
availityPayerId: "string",
|
|
9590
|
+
availityPayerName: "string",
|
|
9591
|
+
availityRemittancePayerId: "string",
|
|
9592
|
+
},
|
|
10347
9593
|
groupNumber: "string",
|
|
10348
9594
|
name: "string",
|
|
10349
9595
|
planType: CandidApi.NetworkType.SelfPay,
|
|
10350
9596
|
type: CandidApi.InsuranceTypeCode.C01,
|
|
10351
9597
|
period: {
|
|
10352
|
-
start:
|
|
10353
|
-
|
|
9598
|
+
start: {
|
|
9599
|
+
key: "value",
|
|
9600
|
+
},
|
|
9601
|
+
end: {
|
|
9602
|
+
key: "value",
|
|
9603
|
+
},
|
|
10354
9604
|
},
|
|
10355
9605
|
insuranceCardImageLocator: "string",
|
|
10356
9606
|
},
|
|
@@ -10364,6 +9614,11 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10364
9614
|
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
10365
9615
|
},
|
|
10366
9616
|
],
|
|
9617
|
+
latestEligibilityCheck: {
|
|
9618
|
+
checkId: "string",
|
|
9619
|
+
status: CandidApi.EligibilityStatus.Active,
|
|
9620
|
+
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
9621
|
+
},
|
|
10367
9622
|
benefits: {
|
|
10368
9623
|
planCoverage: {
|
|
10369
9624
|
key: "value",
|
|
@@ -11006,8 +10261,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11006
10261
|
given: ["string"],
|
|
11007
10262
|
use: CandidApi.NameUse.Usual,
|
|
11008
10263
|
period: {
|
|
11009
|
-
start:
|
|
11010
|
-
|
|
10264
|
+
start: {
|
|
10265
|
+
key: "value",
|
|
10266
|
+
},
|
|
10267
|
+
end: {
|
|
10268
|
+
key: "value",
|
|
10269
|
+
},
|
|
11011
10270
|
},
|
|
11012
10271
|
},
|
|
11013
10272
|
otherNames: [
|
|
@@ -11016,8 +10275,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11016
10275
|
given: ["string"],
|
|
11017
10276
|
use: CandidApi.NameUse.Usual,
|
|
11018
10277
|
period: {
|
|
11019
|
-
start:
|
|
11020
|
-
|
|
10278
|
+
start: {
|
|
10279
|
+
key: "value",
|
|
10280
|
+
},
|
|
10281
|
+
end: {
|
|
10282
|
+
key: "value",
|
|
10283
|
+
},
|
|
11021
10284
|
},
|
|
11022
10285
|
},
|
|
11023
10286
|
],
|
|
@@ -11040,8 +10303,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11040
10303
|
postalCode: "string",
|
|
11041
10304
|
country: "string",
|
|
11042
10305
|
period: {
|
|
11043
|
-
start:
|
|
11044
|
-
|
|
10306
|
+
start: {
|
|
10307
|
+
key: "value",
|
|
10308
|
+
},
|
|
10309
|
+
end: {
|
|
10310
|
+
key: "value",
|
|
10311
|
+
},
|
|
11045
10312
|
},
|
|
11046
10313
|
},
|
|
11047
10314
|
otherAddresses: [
|
|
@@ -11053,8 +10320,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11053
10320
|
postalCode: "string",
|
|
11054
10321
|
country: "string",
|
|
11055
10322
|
period: {
|
|
11056
|
-
start:
|
|
11057
|
-
|
|
10323
|
+
start: {
|
|
10324
|
+
key: "value",
|
|
10325
|
+
},
|
|
10326
|
+
end: {
|
|
10327
|
+
key: "value",
|
|
10328
|
+
},
|
|
11058
10329
|
},
|
|
11059
10330
|
},
|
|
11060
10331
|
],
|
|
@@ -11062,8 +10333,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11062
10333
|
value: "string",
|
|
11063
10334
|
use: CandidApi.ContactPointUse.Home,
|
|
11064
10335
|
period: {
|
|
11065
|
-
|
|
11066
|
-
end: "2023-01-15",
|
|
10336
|
+
key: "value",
|
|
11067
10337
|
},
|
|
11068
10338
|
},
|
|
11069
10339
|
otherTelecoms: [
|
|
@@ -11071,8 +10341,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11071
10341
|
value: "string",
|
|
11072
10342
|
use: CandidApi.ContactPointUse.Home,
|
|
11073
10343
|
period: {
|
|
11074
|
-
|
|
11075
|
-
end: "2023-01-15",
|
|
10344
|
+
key: "value",
|
|
11076
10345
|
},
|
|
11077
10346
|
},
|
|
11078
10347
|
],
|
|
@@ -11092,8 +10361,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11092
10361
|
given: ["string"],
|
|
11093
10362
|
use: CandidApi.NameUse.Usual,
|
|
11094
10363
|
period: {
|
|
11095
|
-
start:
|
|
11096
|
-
|
|
10364
|
+
start: {
|
|
10365
|
+
key: "value",
|
|
10366
|
+
},
|
|
10367
|
+
end: {
|
|
10368
|
+
key: "value",
|
|
10369
|
+
},
|
|
11097
10370
|
},
|
|
11098
10371
|
},
|
|
11099
10372
|
telecoms: [
|
|
@@ -11101,8 +10374,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11101
10374
|
value: "string",
|
|
11102
10375
|
use: CandidApi.ContactPointUse.Home,
|
|
11103
10376
|
period: {
|
|
11104
|
-
|
|
11105
|
-
end: "2023-01-15",
|
|
10377
|
+
key: "value",
|
|
11106
10378
|
},
|
|
11107
10379
|
},
|
|
11108
10380
|
],
|
|
@@ -11115,14 +10387,22 @@ await client.preEncounter.patients.v1.create({
|
|
|
11115
10387
|
postalCode: "string",
|
|
11116
10388
|
country: "string",
|
|
11117
10389
|
period: {
|
|
11118
|
-
start:
|
|
11119
|
-
|
|
10390
|
+
start: {
|
|
10391
|
+
key: "value",
|
|
10392
|
+
},
|
|
10393
|
+
end: {
|
|
10394
|
+
key: "value",
|
|
10395
|
+
},
|
|
11120
10396
|
},
|
|
11121
10397
|
},
|
|
11122
10398
|
],
|
|
11123
10399
|
period: {
|
|
11124
|
-
start:
|
|
11125
|
-
|
|
10400
|
+
start: {
|
|
10401
|
+
key: "value",
|
|
10402
|
+
},
|
|
10403
|
+
end: {
|
|
10404
|
+
key: "value",
|
|
10405
|
+
},
|
|
11126
10406
|
},
|
|
11127
10407
|
hipaaAuthorization: true,
|
|
11128
10408
|
},
|
|
@@ -11134,8 +10414,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11134
10414
|
given: ["string"],
|
|
11135
10415
|
use: CandidApi.NameUse.Usual,
|
|
11136
10416
|
period: {
|
|
11137
|
-
start:
|
|
11138
|
-
|
|
10417
|
+
start: {
|
|
10418
|
+
key: "value",
|
|
10419
|
+
},
|
|
10420
|
+
end: {
|
|
10421
|
+
key: "value",
|
|
10422
|
+
},
|
|
11139
10423
|
},
|
|
11140
10424
|
},
|
|
11141
10425
|
type: CandidApi.ExternalProviderType.Primary,
|
|
@@ -11145,8 +10429,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11145
10429
|
value: "string",
|
|
11146
10430
|
use: CandidApi.ContactPointUse.Home,
|
|
11147
10431
|
period: {
|
|
11148
|
-
|
|
11149
|
-
end: "2023-01-15",
|
|
10432
|
+
key: "value",
|
|
11150
10433
|
},
|
|
11151
10434
|
},
|
|
11152
10435
|
],
|
|
@@ -11156,8 +10439,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11156
10439
|
},
|
|
11157
10440
|
],
|
|
11158
10441
|
period: {
|
|
11159
|
-
start:
|
|
11160
|
-
|
|
10442
|
+
start: {
|
|
10443
|
+
key: "value",
|
|
10444
|
+
},
|
|
10445
|
+
end: {
|
|
10446
|
+
key: "value",
|
|
10447
|
+
},
|
|
11161
10448
|
},
|
|
11162
10449
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11163
10450
|
},
|
|
@@ -11172,16 +10459,19 @@ await client.preEncounter.patients.v1.create({
|
|
|
11172
10459
|
given: ["string"],
|
|
11173
10460
|
use: CandidApi.NameUse.Usual,
|
|
11174
10461
|
period: {
|
|
11175
|
-
start:
|
|
11176
|
-
|
|
10462
|
+
start: {
|
|
10463
|
+
key: "value",
|
|
10464
|
+
},
|
|
10465
|
+
end: {
|
|
10466
|
+
key: "value",
|
|
10467
|
+
},
|
|
11177
10468
|
},
|
|
11178
10469
|
},
|
|
11179
10470
|
telecom: {
|
|
11180
10471
|
value: "string",
|
|
11181
10472
|
use: CandidApi.ContactPointUse.Home,
|
|
11182
10473
|
period: {
|
|
11183
|
-
|
|
11184
|
-
end: "2023-01-15",
|
|
10474
|
+
key: "value",
|
|
11185
10475
|
},
|
|
11186
10476
|
},
|
|
11187
10477
|
email: "string",
|
|
@@ -11194,12 +10484,88 @@ await client.preEncounter.patients.v1.create({
|
|
|
11194
10484
|
postalCode: "string",
|
|
11195
10485
|
country: "string",
|
|
11196
10486
|
period: {
|
|
11197
|
-
start:
|
|
11198
|
-
|
|
10487
|
+
start: {
|
|
10488
|
+
key: "value",
|
|
10489
|
+
},
|
|
10490
|
+
end: {
|
|
10491
|
+
key: "value",
|
|
10492
|
+
},
|
|
11199
10493
|
},
|
|
11200
10494
|
},
|
|
11201
10495
|
},
|
|
11202
10496
|
selfPay: true,
|
|
10497
|
+
authorizations: [
|
|
10498
|
+
{
|
|
10499
|
+
payerId: CandidApi.PayerId("string"),
|
|
10500
|
+
payerName: "string",
|
|
10501
|
+
additionalPayerInformation: {
|
|
10502
|
+
key: "value",
|
|
10503
|
+
},
|
|
10504
|
+
authorizationNumber: "string",
|
|
10505
|
+
cptCode: "string",
|
|
10506
|
+
units: CandidApi.AuthorizationUnit.Visit,
|
|
10507
|
+
quantity: {
|
|
10508
|
+
key: "value",
|
|
10509
|
+
},
|
|
10510
|
+
period: {
|
|
10511
|
+
key: "value",
|
|
10512
|
+
},
|
|
10513
|
+
notes: {
|
|
10514
|
+
key: "value",
|
|
10515
|
+
},
|
|
10516
|
+
},
|
|
10517
|
+
],
|
|
10518
|
+
referrals: [
|
|
10519
|
+
{
|
|
10520
|
+
provider: {
|
|
10521
|
+
name: {
|
|
10522
|
+
family: "string",
|
|
10523
|
+
given: ["string"],
|
|
10524
|
+
use: CandidApi.NameUse.Usual,
|
|
10525
|
+
period: {
|
|
10526
|
+
start: {
|
|
10527
|
+
key: "value",
|
|
10528
|
+
},
|
|
10529
|
+
end: {
|
|
10530
|
+
key: "value",
|
|
10531
|
+
},
|
|
10532
|
+
},
|
|
10533
|
+
},
|
|
10534
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
10535
|
+
npi: "string",
|
|
10536
|
+
telecoms: [
|
|
10537
|
+
{
|
|
10538
|
+
value: "string",
|
|
10539
|
+
use: CandidApi.ContactPointUse.Home,
|
|
10540
|
+
period: {
|
|
10541
|
+
key: "value",
|
|
10542
|
+
},
|
|
10543
|
+
},
|
|
10544
|
+
],
|
|
10545
|
+
addresses: [
|
|
10546
|
+
{
|
|
10547
|
+
key: "value",
|
|
10548
|
+
},
|
|
10549
|
+
],
|
|
10550
|
+
period: {
|
|
10551
|
+
start: {
|
|
10552
|
+
key: "value",
|
|
10553
|
+
},
|
|
10554
|
+
end: {
|
|
10555
|
+
key: "value",
|
|
10556
|
+
},
|
|
10557
|
+
},
|
|
10558
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
10559
|
+
},
|
|
10560
|
+
referralNumber: "string",
|
|
10561
|
+
period: {
|
|
10562
|
+
key: "value",
|
|
10563
|
+
},
|
|
10564
|
+
notes: {
|
|
10565
|
+
key: "value",
|
|
10566
|
+
},
|
|
10567
|
+
},
|
|
10568
|
+
],
|
|
11203
10569
|
},
|
|
11204
10570
|
});
|
|
11205
10571
|
```
|
|
@@ -11465,8 +10831,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11465
10831
|
given: ["string"],
|
|
11466
10832
|
use: CandidApi.NameUse.Usual,
|
|
11467
10833
|
period: {
|
|
11468
|
-
start:
|
|
11469
|
-
|
|
10834
|
+
start: {
|
|
10835
|
+
key: "value",
|
|
10836
|
+
},
|
|
10837
|
+
end: {
|
|
10838
|
+
key: "value",
|
|
10839
|
+
},
|
|
11470
10840
|
},
|
|
11471
10841
|
},
|
|
11472
10842
|
otherNames: [
|
|
@@ -11475,8 +10845,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11475
10845
|
given: ["string"],
|
|
11476
10846
|
use: CandidApi.NameUse.Usual,
|
|
11477
10847
|
period: {
|
|
11478
|
-
start:
|
|
11479
|
-
|
|
10848
|
+
start: {
|
|
10849
|
+
key: "value",
|
|
10850
|
+
},
|
|
10851
|
+
end: {
|
|
10852
|
+
key: "value",
|
|
10853
|
+
},
|
|
11480
10854
|
},
|
|
11481
10855
|
},
|
|
11482
10856
|
],
|
|
@@ -11499,8 +10873,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11499
10873
|
postalCode: "string",
|
|
11500
10874
|
country: "string",
|
|
11501
10875
|
period: {
|
|
11502
|
-
start:
|
|
11503
|
-
|
|
10876
|
+
start: {
|
|
10877
|
+
key: "value",
|
|
10878
|
+
},
|
|
10879
|
+
end: {
|
|
10880
|
+
key: "value",
|
|
10881
|
+
},
|
|
11504
10882
|
},
|
|
11505
10883
|
},
|
|
11506
10884
|
otherAddresses: [
|
|
@@ -11512,8 +10890,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11512
10890
|
postalCode: "string",
|
|
11513
10891
|
country: "string",
|
|
11514
10892
|
period: {
|
|
11515
|
-
start:
|
|
11516
|
-
|
|
10893
|
+
start: {
|
|
10894
|
+
key: "value",
|
|
10895
|
+
},
|
|
10896
|
+
end: {
|
|
10897
|
+
key: "value",
|
|
10898
|
+
},
|
|
11517
10899
|
},
|
|
11518
10900
|
},
|
|
11519
10901
|
],
|
|
@@ -11521,8 +10903,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11521
10903
|
value: "string",
|
|
11522
10904
|
use: CandidApi.ContactPointUse.Home,
|
|
11523
10905
|
period: {
|
|
11524
|
-
|
|
11525
|
-
end: "2023-01-15",
|
|
10906
|
+
key: "value",
|
|
11526
10907
|
},
|
|
11527
10908
|
},
|
|
11528
10909
|
otherTelecoms: [
|
|
@@ -11530,8 +10911,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11530
10911
|
value: "string",
|
|
11531
10912
|
use: CandidApi.ContactPointUse.Home,
|
|
11532
10913
|
period: {
|
|
11533
|
-
|
|
11534
|
-
end: "2023-01-15",
|
|
10914
|
+
key: "value",
|
|
11535
10915
|
},
|
|
11536
10916
|
},
|
|
11537
10917
|
],
|
|
@@ -11551,8 +10931,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11551
10931
|
given: ["string"],
|
|
11552
10932
|
use: CandidApi.NameUse.Usual,
|
|
11553
10933
|
period: {
|
|
11554
|
-
start:
|
|
11555
|
-
|
|
10934
|
+
start: {
|
|
10935
|
+
key: "value",
|
|
10936
|
+
},
|
|
10937
|
+
end: {
|
|
10938
|
+
key: "value",
|
|
10939
|
+
},
|
|
11556
10940
|
},
|
|
11557
10941
|
},
|
|
11558
10942
|
telecoms: [
|
|
@@ -11560,8 +10944,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11560
10944
|
value: "string",
|
|
11561
10945
|
use: CandidApi.ContactPointUse.Home,
|
|
11562
10946
|
period: {
|
|
11563
|
-
|
|
11564
|
-
end: "2023-01-15",
|
|
10947
|
+
key: "value",
|
|
11565
10948
|
},
|
|
11566
10949
|
},
|
|
11567
10950
|
],
|
|
@@ -11574,14 +10957,22 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11574
10957
|
postalCode: "string",
|
|
11575
10958
|
country: "string",
|
|
11576
10959
|
period: {
|
|
11577
|
-
start:
|
|
11578
|
-
|
|
10960
|
+
start: {
|
|
10961
|
+
key: "value",
|
|
10962
|
+
},
|
|
10963
|
+
end: {
|
|
10964
|
+
key: "value",
|
|
10965
|
+
},
|
|
11579
10966
|
},
|
|
11580
10967
|
},
|
|
11581
10968
|
],
|
|
11582
10969
|
period: {
|
|
11583
|
-
start:
|
|
11584
|
-
|
|
10970
|
+
start: {
|
|
10971
|
+
key: "value",
|
|
10972
|
+
},
|
|
10973
|
+
end: {
|
|
10974
|
+
key: "value",
|
|
10975
|
+
},
|
|
11585
10976
|
},
|
|
11586
10977
|
hipaaAuthorization: true,
|
|
11587
10978
|
},
|
|
@@ -11593,8 +10984,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11593
10984
|
given: ["string"],
|
|
11594
10985
|
use: CandidApi.NameUse.Usual,
|
|
11595
10986
|
period: {
|
|
11596
|
-
start:
|
|
11597
|
-
|
|
10987
|
+
start: {
|
|
10988
|
+
key: "value",
|
|
10989
|
+
},
|
|
10990
|
+
end: {
|
|
10991
|
+
key: "value",
|
|
10992
|
+
},
|
|
11598
10993
|
},
|
|
11599
10994
|
},
|
|
11600
10995
|
type: CandidApi.ExternalProviderType.Primary,
|
|
@@ -11604,8 +10999,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11604
10999
|
value: "string",
|
|
11605
11000
|
use: CandidApi.ContactPointUse.Home,
|
|
11606
11001
|
period: {
|
|
11607
|
-
|
|
11608
|
-
end: "2023-01-15",
|
|
11002
|
+
key: "value",
|
|
11609
11003
|
},
|
|
11610
11004
|
},
|
|
11611
11005
|
],
|
|
@@ -11615,8 +11009,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11615
11009
|
},
|
|
11616
11010
|
],
|
|
11617
11011
|
period: {
|
|
11618
|
-
start:
|
|
11619
|
-
|
|
11012
|
+
start: {
|
|
11013
|
+
key: "value",
|
|
11014
|
+
},
|
|
11015
|
+
end: {
|
|
11016
|
+
key: "value",
|
|
11017
|
+
},
|
|
11620
11018
|
},
|
|
11621
11019
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11622
11020
|
},
|
|
@@ -11631,16 +11029,19 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11631
11029
|
given: ["string"],
|
|
11632
11030
|
use: CandidApi.NameUse.Usual,
|
|
11633
11031
|
period: {
|
|
11634
|
-
start:
|
|
11635
|
-
|
|
11032
|
+
start: {
|
|
11033
|
+
key: "value",
|
|
11034
|
+
},
|
|
11035
|
+
end: {
|
|
11036
|
+
key: "value",
|
|
11037
|
+
},
|
|
11636
11038
|
},
|
|
11637
11039
|
},
|
|
11638
11040
|
telecom: {
|
|
11639
11041
|
value: "string",
|
|
11640
11042
|
use: CandidApi.ContactPointUse.Home,
|
|
11641
11043
|
period: {
|
|
11642
|
-
|
|
11643
|
-
end: "2023-01-15",
|
|
11044
|
+
key: "value",
|
|
11644
11045
|
},
|
|
11645
11046
|
},
|
|
11646
11047
|
email: "string",
|
|
@@ -11653,12 +11054,88 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11653
11054
|
postalCode: "string",
|
|
11654
11055
|
country: "string",
|
|
11655
11056
|
period: {
|
|
11656
|
-
start:
|
|
11657
|
-
|
|
11057
|
+
start: {
|
|
11058
|
+
key: "value",
|
|
11059
|
+
},
|
|
11060
|
+
end: {
|
|
11061
|
+
key: "value",
|
|
11062
|
+
},
|
|
11658
11063
|
},
|
|
11659
11064
|
},
|
|
11660
11065
|
},
|
|
11661
11066
|
selfPay: true,
|
|
11067
|
+
authorizations: [
|
|
11068
|
+
{
|
|
11069
|
+
payerId: CandidApi.PayerId("string"),
|
|
11070
|
+
payerName: "string",
|
|
11071
|
+
additionalPayerInformation: {
|
|
11072
|
+
key: "value",
|
|
11073
|
+
},
|
|
11074
|
+
authorizationNumber: "string",
|
|
11075
|
+
cptCode: "string",
|
|
11076
|
+
units: CandidApi.AuthorizationUnit.Visit,
|
|
11077
|
+
quantity: {
|
|
11078
|
+
key: "value",
|
|
11079
|
+
},
|
|
11080
|
+
period: {
|
|
11081
|
+
key: "value",
|
|
11082
|
+
},
|
|
11083
|
+
notes: {
|
|
11084
|
+
key: "value",
|
|
11085
|
+
},
|
|
11086
|
+
},
|
|
11087
|
+
],
|
|
11088
|
+
referrals: [
|
|
11089
|
+
{
|
|
11090
|
+
provider: {
|
|
11091
|
+
name: {
|
|
11092
|
+
family: "string",
|
|
11093
|
+
given: ["string"],
|
|
11094
|
+
use: CandidApi.NameUse.Usual,
|
|
11095
|
+
period: {
|
|
11096
|
+
start: {
|
|
11097
|
+
key: "value",
|
|
11098
|
+
},
|
|
11099
|
+
end: {
|
|
11100
|
+
key: "value",
|
|
11101
|
+
},
|
|
11102
|
+
},
|
|
11103
|
+
},
|
|
11104
|
+
type: CandidApi.ExternalProviderType.Primary,
|
|
11105
|
+
npi: "string",
|
|
11106
|
+
telecoms: [
|
|
11107
|
+
{
|
|
11108
|
+
value: "string",
|
|
11109
|
+
use: CandidApi.ContactPointUse.Home,
|
|
11110
|
+
period: {
|
|
11111
|
+
key: "value",
|
|
11112
|
+
},
|
|
11113
|
+
},
|
|
11114
|
+
],
|
|
11115
|
+
addresses: [
|
|
11116
|
+
{
|
|
11117
|
+
key: "value",
|
|
11118
|
+
},
|
|
11119
|
+
],
|
|
11120
|
+
period: {
|
|
11121
|
+
start: {
|
|
11122
|
+
key: "value",
|
|
11123
|
+
},
|
|
11124
|
+
end: {
|
|
11125
|
+
key: "value",
|
|
11126
|
+
},
|
|
11127
|
+
},
|
|
11128
|
+
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11129
|
+
},
|
|
11130
|
+
referralNumber: "string",
|
|
11131
|
+
period: {
|
|
11132
|
+
key: "value",
|
|
11133
|
+
},
|
|
11134
|
+
notes: {
|
|
11135
|
+
key: "value",
|
|
11136
|
+
},
|
|
11137
|
+
},
|
|
11138
|
+
],
|
|
11662
11139
|
});
|
|
11663
11140
|
```
|
|
11664
11141
|
|
|
@@ -11928,8 +11405,7 @@ await client.preEncounter.patients.v1.scan({
|
|
|
11928
11405
|
|
|
11929
11406
|
```typescript
|
|
11930
11407
|
await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
11931
|
-
organizationName: "
|
|
11932
|
-
npi: "string",
|
|
11408
|
+
organizationName: "Test Organization",
|
|
11933
11409
|
address: {
|
|
11934
11410
|
address1: "123 Main St",
|
|
11935
11411
|
address2: "Apt 1",
|