candidhealth 0.34.0 → 0.34.2
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 +130 -6
- package/api/resources/encounters/resources/v4/client/Client.js +137 -11
- 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 +3 -2
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +170 -1
- 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/individual/types/PatientUpdate.d.ts +21 -0
- package/api/resources/individual/types/index.d.ts +1 -0
- package/api/resources/individual/types/index.js +1 -0
- 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 +72 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- 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 +130 -6
- package/dist/api/resources/encounters/resources/v4/client/Client.js +137 -11
- 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 +3 -2
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +170 -1
- 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/individual/types/PatientUpdate.d.ts +21 -0
- package/dist/api/resources/individual/types/index.d.ts +1 -0
- package/dist/api/resources/individual/types/index.js +1 -0
- 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 +72 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- 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/EncounterUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -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/individual/types/PatientUpdate.d.ts +27 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/dist/serialization/resources/individual/types/index.d.ts +1 -0
- package/dist/serialization/resources/individual/types/index.js +1 -0
- 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/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/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
- 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 +589 -1153
- 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/EncounterUpdate.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -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/individual/types/PatientUpdate.d.ts +27 -0
- package/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/serialization/resources/individual/types/index.d.ts +1 -0
- package/serialization/resources/individual/types/index.js +1 -0
- 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/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/guarantor/resources/v1/client/requests/index.js +0 -2
- package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/requests/index.js +0 -2
- 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/get.js +0 -58
- 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/get.js +0 -58
- 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/ThirdPartyPayerPaymentSortField.js +0 -31
- 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 → individual/types/PatientUpdate.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/individual/types/PatientUpdate.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
|
@@ -132,7 +132,7 @@ class V4 {
|
|
|
132
132
|
Authorization: yield this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.34.
|
|
135
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
136
136
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
137
137
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
138
138
|
},
|
|
@@ -178,7 +178,7 @@ class V4 {
|
|
|
178
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
179
179
|
"X-Fern-Language": "JavaScript",
|
|
180
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
181
|
-
"X-Fern-SDK-Version": "0.34.
|
|
181
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
182
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
183
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
184
184
|
},
|
|
@@ -251,6 +251,8 @@ class V4 {
|
|
|
251
251
|
* organizationName: "string"
|
|
252
252
|
* },
|
|
253
253
|
* renderingProvider: {
|
|
254
|
+
* npi: "string",
|
|
255
|
+
* taxonomyCode: "string",
|
|
254
256
|
* address: {
|
|
255
257
|
* address1: "123 Main St",
|
|
256
258
|
* address2: "Apt 1",
|
|
@@ -259,8 +261,6 @@ class V4 {
|
|
|
259
261
|
* zipCode: "10001",
|
|
260
262
|
* zipPlusFourCode: "1234"
|
|
261
263
|
* },
|
|
262
|
-
* npi: "string",
|
|
263
|
-
* taxonomyCode: "string",
|
|
264
264
|
* firstName: "string",
|
|
265
265
|
* lastName: "string",
|
|
266
266
|
* organizationName: "string"
|
|
@@ -382,7 +382,6 @@ class V4 {
|
|
|
382
382
|
* gender: CandidApi.Gender.Male
|
|
383
383
|
* },
|
|
384
384
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
385
|
-
* appointmentType: "string",
|
|
386
385
|
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
387
386
|
* diagnoses: [{
|
|
388
387
|
* name: "string",
|
|
@@ -505,6 +504,7 @@ class V4 {
|
|
|
505
504
|
* patientAuthorizedRelease: true,
|
|
506
505
|
* benefitsAssignedToProvider: true,
|
|
507
506
|
* providerAcceptsAssignment: true,
|
|
507
|
+
* appointmentType: "string",
|
|
508
508
|
* existingMedications: [{
|
|
509
509
|
* name: "Lisinopril",
|
|
510
510
|
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
@@ -570,7 +570,7 @@ class V4 {
|
|
|
570
570
|
Authorization: yield this._getAuthorizationHeader(),
|
|
571
571
|
"X-Fern-Language": "JavaScript",
|
|
572
572
|
"X-Fern-SDK-Name": "candidhealth",
|
|
573
|
-
"X-Fern-SDK-Version": "0.34.
|
|
573
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
574
574
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
575
575
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
576
576
|
},
|
|
@@ -631,7 +631,6 @@ class V4 {
|
|
|
631
631
|
* - Subscriber Primary
|
|
632
632
|
* - Subscriber Secondary
|
|
633
633
|
* - Prior Authorization Number
|
|
634
|
-
* - Appointment Type
|
|
635
634
|
* - Responsible Party
|
|
636
635
|
* - Guarantor
|
|
637
636
|
*
|
|
@@ -662,6 +661,8 @@ class V4 {
|
|
|
662
661
|
* organizationName: "string"
|
|
663
662
|
* },
|
|
664
663
|
* renderingProvider: {
|
|
664
|
+
* npi: "string",
|
|
665
|
+
* taxonomyCode: "string",
|
|
665
666
|
* address: {
|
|
666
667
|
* address1: "123 Main St",
|
|
667
668
|
* address2: "Apt 1",
|
|
@@ -670,8 +671,6 @@ class V4 {
|
|
|
670
671
|
* zipCode: "10001",
|
|
671
672
|
* zipPlusFourCode: "1234"
|
|
672
673
|
* },
|
|
673
|
-
* npi: "string",
|
|
674
|
-
* taxonomyCode: "string",
|
|
675
674
|
* firstName: "string",
|
|
676
675
|
* lastName: "string",
|
|
677
676
|
* organizationName: "string"
|
|
@@ -819,6 +818,7 @@ class V4 {
|
|
|
819
818
|
* patientAuthorizedRelease: true,
|
|
820
819
|
* benefitsAssignedToProvider: true,
|
|
821
820
|
* providerAcceptsAssignment: true,
|
|
821
|
+
* appointmentType: "string",
|
|
822
822
|
* existingMedications: [{
|
|
823
823
|
* name: "Lisinopril",
|
|
824
824
|
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
@@ -884,7 +884,7 @@ class V4 {
|
|
|
884
884
|
Authorization: yield this._getAuthorizationHeader(),
|
|
885
885
|
"X-Fern-Language": "JavaScript",
|
|
886
886
|
"X-Fern-SDK-Name": "candidhealth",
|
|
887
|
-
"X-Fern-SDK-Version": "0.34.
|
|
887
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
888
888
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
889
889
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
890
890
|
},
|
|
@@ -915,6 +915,7 @@ class V4 {
|
|
|
915
915
|
case "EntityNotFoundError":
|
|
916
916
|
case "HttpRequestValidationsError":
|
|
917
917
|
case "SchemaInstanceValidationHttpFailure":
|
|
918
|
+
case "InsurancePayMissingPrimaryCoverageError":
|
|
918
919
|
return {
|
|
919
920
|
ok: false,
|
|
920
921
|
error: serializers.encounters.v4.createFromPreEncounterPatient.Error.parseOrThrow(_response.error.body, {
|
|
@@ -1035,6 +1036,29 @@ class V4 {
|
|
|
1035
1036
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
1036
1037
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
1037
1038
|
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
1039
|
+
* patient: {
|
|
1040
|
+
* firstName: "string",
|
|
1041
|
+
* lastName: "string",
|
|
1042
|
+
* gender: CandidApi.Gender.Male,
|
|
1043
|
+
* externalId: "string",
|
|
1044
|
+
* dateOfBirth: "2023-01-15",
|
|
1045
|
+
* address: {
|
|
1046
|
+
* address1: "123 Main St",
|
|
1047
|
+
* address2: "Apt 1",
|
|
1048
|
+
* city: "New York",
|
|
1049
|
+
* state: CandidApi.State.Ny,
|
|
1050
|
+
* zipCode: "10001",
|
|
1051
|
+
* zipPlusFourCode: "1234"
|
|
1052
|
+
* },
|
|
1053
|
+
* phoneNumbers: [{
|
|
1054
|
+
* number: "1234567890",
|
|
1055
|
+
* type: CandidApi.PhoneNumberType.Home
|
|
1056
|
+
* }],
|
|
1057
|
+
* phoneConsent: true,
|
|
1058
|
+
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
1059
|
+
* emailConsent: true,
|
|
1060
|
+
* nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
1061
|
+
* },
|
|
1038
1062
|
* patientAuthorizedRelease: true,
|
|
1039
1063
|
* schemaInstances: [{
|
|
1040
1064
|
* schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
@@ -1053,6 +1077,107 @@ class V4 {
|
|
|
1053
1077
|
* bodyTemperatureF: 98,
|
|
1054
1078
|
* hemoglobinGdl: 15.1,
|
|
1055
1079
|
* hematocritPct: 51.2
|
|
1080
|
+
* },
|
|
1081
|
+
* existingMedications: [{
|
|
1082
|
+
* name: "Lisinopril",
|
|
1083
|
+
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
1084
|
+
* dosage: "10mg",
|
|
1085
|
+
* dosageForm: "Tablet",
|
|
1086
|
+
* frequency: "Once Daily",
|
|
1087
|
+
* asNeeded: true
|
|
1088
|
+
* }],
|
|
1089
|
+
* renderingProvider: {
|
|
1090
|
+
* npi: "string",
|
|
1091
|
+
* taxonomyCode: "string",
|
|
1092
|
+
* address: {
|
|
1093
|
+
* address1: "123 Main St",
|
|
1094
|
+
* address2: "Apt 1",
|
|
1095
|
+
* city: "New York",
|
|
1096
|
+
* state: CandidApi.State.Ny,
|
|
1097
|
+
* zipCode: "10001",
|
|
1098
|
+
* zipPlusFourCode: "1234"
|
|
1099
|
+
* },
|
|
1100
|
+
* firstName: "string",
|
|
1101
|
+
* lastName: "string",
|
|
1102
|
+
* organizationName: "string"
|
|
1103
|
+
* },
|
|
1104
|
+
* serviceFacility: {
|
|
1105
|
+
* organizationName: "Test Organization",
|
|
1106
|
+
* address: {
|
|
1107
|
+
* address1: "123 Main St",
|
|
1108
|
+
* address2: "Apt 1",
|
|
1109
|
+
* city: "New York",
|
|
1110
|
+
* state: CandidApi.State.Ny,
|
|
1111
|
+
* zipCode: "10001",
|
|
1112
|
+
* zipPlusFourCode: "1234"
|
|
1113
|
+
* }
|
|
1114
|
+
* },
|
|
1115
|
+
* guarantor: {
|
|
1116
|
+
* firstName: "string",
|
|
1117
|
+
* lastName: "string",
|
|
1118
|
+
* externalId: "string",
|
|
1119
|
+
* dateOfBirth: "2023-01-15",
|
|
1120
|
+
* address: {
|
|
1121
|
+
* address1: "123 Main St",
|
|
1122
|
+
* address2: "Apt 1",
|
|
1123
|
+
* city: "New York",
|
|
1124
|
+
* state: CandidApi.State.Ny,
|
|
1125
|
+
* zipCode: "10001",
|
|
1126
|
+
* zipPlusFourCode: "1234"
|
|
1127
|
+
* },
|
|
1128
|
+
* phoneNumbers: [{
|
|
1129
|
+
* number: "1234567890",
|
|
1130
|
+
* type: CandidApi.PhoneNumberType.Home
|
|
1131
|
+
* }],
|
|
1132
|
+
* phoneConsent: true,
|
|
1133
|
+
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
1134
|
+
* emailConsent: true
|
|
1135
|
+
* },
|
|
1136
|
+
* supervisingProvider: {
|
|
1137
|
+
* npi: "string",
|
|
1138
|
+
* taxonomyCode: "string",
|
|
1139
|
+
* address: {
|
|
1140
|
+
* address1: "123 Main St",
|
|
1141
|
+
* address2: "Apt 1",
|
|
1142
|
+
* city: "New York",
|
|
1143
|
+
* state: CandidApi.State.Ny,
|
|
1144
|
+
* zipCode: "10001",
|
|
1145
|
+
* zipPlusFourCode: "1234"
|
|
1146
|
+
* },
|
|
1147
|
+
* firstName: "string",
|
|
1148
|
+
* lastName: "string",
|
|
1149
|
+
* organizationName: "string"
|
|
1150
|
+
* },
|
|
1151
|
+
* referringProvider: {
|
|
1152
|
+
* npi: "string",
|
|
1153
|
+
* taxonomyCode: "string",
|
|
1154
|
+
* address: {
|
|
1155
|
+
* address1: "123 Main St",
|
|
1156
|
+
* address2: "Apt 1",
|
|
1157
|
+
* city: "New York",
|
|
1158
|
+
* state: CandidApi.State.Ny,
|
|
1159
|
+
* zipCode: "10001",
|
|
1160
|
+
* zipPlusFourCode: "1234"
|
|
1161
|
+
* },
|
|
1162
|
+
* firstName: "string",
|
|
1163
|
+
* lastName: "string",
|
|
1164
|
+
* organizationName: "string"
|
|
1165
|
+
* },
|
|
1166
|
+
* initialReferringProvider: {
|
|
1167
|
+
* npi: "string",
|
|
1168
|
+
* taxonomyCode: "string",
|
|
1169
|
+
* address: {
|
|
1170
|
+
* address1: "123 Main St",
|
|
1171
|
+
* address2: "Apt 1",
|
|
1172
|
+
* city: "New York",
|
|
1173
|
+
* state: CandidApi.State.Ny,
|
|
1174
|
+
* zipCode: "10001",
|
|
1175
|
+
* zipPlusFourCode: "1234"
|
|
1176
|
+
* },
|
|
1177
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
1178
|
+
* firstName: "string",
|
|
1179
|
+
* lastName: "string",
|
|
1180
|
+
* organizationName: "string"
|
|
1056
1181
|
* }
|
|
1057
1182
|
* })
|
|
1058
1183
|
*/
|
|
@@ -1067,7 +1192,7 @@ class V4 {
|
|
|
1067
1192
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1068
1193
|
"X-Fern-Language": "JavaScript",
|
|
1069
1194
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1070
|
-
"X-Fern-SDK-Version": "0.34.
|
|
1195
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
1071
1196
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1072
1197
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1073
1198
|
},
|
|
@@ -1096,6 +1221,7 @@ class V4 {
|
|
|
1096
1221
|
case "UnauthorizedError":
|
|
1097
1222
|
case "HttpRequestValidationsError":
|
|
1098
1223
|
case "SchemaInstanceValidationHttpFailure":
|
|
1224
|
+
case "UnprocessableEntityError":
|
|
1099
1225
|
return {
|
|
1100
1226
|
ok: false,
|
|
1101
1227
|
error: serializers.encounters.v4.update.Error.parseOrThrow(_response.error.body, {
|
package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../../index";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export declare type Error = CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EntityNotFoundError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.HttpRequestValidationsError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.createFromPreEncounterPatient.Error._Unknown;
|
|
6
|
+
export declare type Error = CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EntityNotFoundError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.HttpRequestValidationsError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.createFromPreEncounterPatient.Error.InsurancePayMissingPrimaryCoverageError | CandidApi.encounters.v4.createFromPreEncounterPatient.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
9
9
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -25,6 +25,10 @@ export declare namespace Error {
|
|
|
25
25
|
errorName: "SchemaInstanceValidationHttpFailure";
|
|
26
26
|
content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
|
|
27
27
|
}
|
|
28
|
+
interface InsurancePayMissingPrimaryCoverageError extends _Utils {
|
|
29
|
+
errorName: "InsurancePayMissingPrimaryCoverageError";
|
|
30
|
+
content: CandidApi.encounters.v4.InsurancePayMissingPrimaryCoverageErrorType;
|
|
31
|
+
}
|
|
28
32
|
interface _Unknown extends _Utils {
|
|
29
33
|
errorName: void;
|
|
30
34
|
content: core.Fetcher.Error;
|
|
@@ -38,6 +42,7 @@ export declare namespace Error {
|
|
|
38
42
|
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
39
43
|
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
40
44
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
45
|
+
insurancePayMissingPrimaryCoverageError: (value: CandidApi.encounters.v4.InsurancePayMissingPrimaryCoverageErrorType) => _Result;
|
|
41
46
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
42
47
|
}
|
|
43
48
|
}
|
|
@@ -47,6 +52,7 @@ export declare const Error: {
|
|
|
47
52
|
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounters.v4.createFromPreEncounterPatient.Error.EntityNotFoundError;
|
|
48
53
|
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.createFromPreEncounterPatient.Error.HttpRequestValidationsError;
|
|
49
54
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.createFromPreEncounterPatient.Error.SchemaInstanceValidationHttpFailure;
|
|
55
|
+
readonly insurancePayMissingPrimaryCoverageError: (value: CandidApi.encounters.v4.InsurancePayMissingPrimaryCoverageErrorType) => CandidApi.encounters.v4.createFromPreEncounterPatient.Error.InsurancePayMissingPrimaryCoverageError;
|
|
50
56
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.createFromPreEncounterPatient.Error._Unknown;
|
|
51
57
|
readonly _visit: <_Result>(value: CandidApi.encounters.v4.createFromPreEncounterPatient.Error, visitor: CandidApi.encounters.v4.createFromPreEncounterPatient.Error._Visitor<_Result>) => _Result;
|
|
52
58
|
};
|
|
@@ -74,6 +74,15 @@ exports.Error = {
|
|
|
74
74
|
},
|
|
75
75
|
};
|
|
76
76
|
},
|
|
77
|
+
insurancePayMissingPrimaryCoverageError: (value) => {
|
|
78
|
+
return {
|
|
79
|
+
content: value,
|
|
80
|
+
errorName: "InsurancePayMissingPrimaryCoverageError",
|
|
81
|
+
_visit: function (visitor) {
|
|
82
|
+
return CandidApi.encounters.v4.createFromPreEncounterPatient.Error._visit(this, visitor);
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
},
|
|
77
86
|
_unknown: (fetcherError) => {
|
|
78
87
|
return {
|
|
79
88
|
errorName: undefined,
|
|
@@ -95,6 +104,8 @@ exports.Error = {
|
|
|
95
104
|
return visitor.httpRequestValidationsError(value.content);
|
|
96
105
|
case "SchemaInstanceValidationHttpFailure":
|
|
97
106
|
return visitor.schemaInstanceValidationHttpFailure(value.content);
|
|
107
|
+
case "InsurancePayMissingPrimaryCoverageError":
|
|
108
|
+
return visitor.insurancePayMissingPrimaryCoverageError(value.content);
|
|
98
109
|
default:
|
|
99
110
|
return visitor._other(value);
|
|
100
111
|
}
|
|
@@ -45,6 +45,8 @@ import * as CandidApi from "../../../../../../index";
|
|
|
45
45
|
* organizationName: "string"
|
|
46
46
|
* },
|
|
47
47
|
* renderingProvider: {
|
|
48
|
+
* npi: "string",
|
|
49
|
+
* taxonomyCode: "string",
|
|
48
50
|
* address: {
|
|
49
51
|
* address1: "123 Main St",
|
|
50
52
|
* address2: "Apt 1",
|
|
@@ -53,8 +55,6 @@ import * as CandidApi from "../../../../../../index";
|
|
|
53
55
|
* zipCode: "10001",
|
|
54
56
|
* zipPlusFourCode: "1234"
|
|
55
57
|
* },
|
|
56
|
-
* npi: "string",
|
|
57
|
-
* taxonomyCode: "string",
|
|
58
58
|
* firstName: "string",
|
|
59
59
|
* lastName: "string",
|
|
60
60
|
* organizationName: "string"
|
|
@@ -176,7 +176,6 @@ import * as CandidApi from "../../../../../../index";
|
|
|
176
176
|
* gender: CandidApi.Gender.Male
|
|
177
177
|
* },
|
|
178
178
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
179
|
-
* appointmentType: "string",
|
|
180
179
|
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
181
180
|
* diagnoses: [{
|
|
182
181
|
* name: "string",
|
|
@@ -299,6 +298,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
299
298
|
* patientAuthorizedRelease: true,
|
|
300
299
|
* benefitsAssignedToProvider: true,
|
|
301
300
|
* providerAcceptsAssignment: true,
|
|
301
|
+
* appointmentType: "string",
|
|
302
302
|
* existingMedications: [{
|
|
303
303
|
* name: "Lisinopril",
|
|
304
304
|
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
@@ -408,11 +408,6 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
408
408
|
subscriberSecondary?: CandidApi.SubscriberCreate;
|
|
409
409
|
/** Box 23 on the CMS-1500 claim form. */
|
|
410
410
|
priorAuthorizationNumber?: CandidApi.encounters.v4.PriorAuthorizationNumber;
|
|
411
|
-
/**
|
|
412
|
-
* Human-readable description of the appointment type (ex: "Acupuncture - Headaches").
|
|
413
|
-
*
|
|
414
|
-
*/
|
|
415
|
-
appointmentType?: string;
|
|
416
411
|
/**
|
|
417
412
|
* Defines the party to be billed with the initial balance owed on the claim.
|
|
418
413
|
*
|
|
@@ -24,6 +24,8 @@ import * as CandidApi from "../../../../../../index";
|
|
|
24
24
|
* organizationName: "string"
|
|
25
25
|
* },
|
|
26
26
|
* renderingProvider: {
|
|
27
|
+
* npi: "string",
|
|
28
|
+
* taxonomyCode: "string",
|
|
27
29
|
* address: {
|
|
28
30
|
* address1: "123 Main St",
|
|
29
31
|
* address2: "Apt 1",
|
|
@@ -32,8 +34,6 @@ import * as CandidApi from "../../../../../../index";
|
|
|
32
34
|
* zipCode: "10001",
|
|
33
35
|
* zipPlusFourCode: "1234"
|
|
34
36
|
* },
|
|
35
|
-
* npi: "string",
|
|
36
|
-
* taxonomyCode: "string",
|
|
37
37
|
* firstName: "string",
|
|
38
38
|
* lastName: "string",
|
|
39
39
|
* organizationName: "string"
|
|
@@ -181,6 +181,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
181
181
|
* patientAuthorizedRelease: true,
|
|
182
182
|
* benefitsAssignedToProvider: true,
|
|
183
183
|
* providerAcceptsAssignment: true,
|
|
184
|
+
* appointmentType: "string",
|
|
184
185
|
* existingMedications: [{
|
|
185
186
|
* name: "Lisinopril",
|
|
186
187
|
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
@@ -101,6 +101,29 @@ import * as CandidApi from "../../../../../../index";
|
|
|
101
101
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
102
102
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
103
103
|
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
104
|
+
* patient: {
|
|
105
|
+
* firstName: "string",
|
|
106
|
+
* lastName: "string",
|
|
107
|
+
* gender: CandidApi.Gender.Male,
|
|
108
|
+
* externalId: "string",
|
|
109
|
+
* dateOfBirth: "2023-01-15",
|
|
110
|
+
* address: {
|
|
111
|
+
* address1: "123 Main St",
|
|
112
|
+
* address2: "Apt 1",
|
|
113
|
+
* city: "New York",
|
|
114
|
+
* state: CandidApi.State.Ny,
|
|
115
|
+
* zipCode: "10001",
|
|
116
|
+
* zipPlusFourCode: "1234"
|
|
117
|
+
* },
|
|
118
|
+
* phoneNumbers: [{
|
|
119
|
+
* number: "1234567890",
|
|
120
|
+
* type: CandidApi.PhoneNumberType.Home
|
|
121
|
+
* }],
|
|
122
|
+
* phoneConsent: true,
|
|
123
|
+
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
124
|
+
* emailConsent: true,
|
|
125
|
+
* nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
126
|
+
* },
|
|
104
127
|
* patientAuthorizedRelease: true,
|
|
105
128
|
* schemaInstances: [{
|
|
106
129
|
* schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
@@ -119,6 +142,107 @@ import * as CandidApi from "../../../../../../index";
|
|
|
119
142
|
* bodyTemperatureF: 98,
|
|
120
143
|
* hemoglobinGdl: 15.1,
|
|
121
144
|
* hematocritPct: 51.2
|
|
145
|
+
* },
|
|
146
|
+
* existingMedications: [{
|
|
147
|
+
* name: "Lisinopril",
|
|
148
|
+
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
149
|
+
* dosage: "10mg",
|
|
150
|
+
* dosageForm: "Tablet",
|
|
151
|
+
* frequency: "Once Daily",
|
|
152
|
+
* asNeeded: true
|
|
153
|
+
* }],
|
|
154
|
+
* renderingProvider: {
|
|
155
|
+
* npi: "string",
|
|
156
|
+
* taxonomyCode: "string",
|
|
157
|
+
* address: {
|
|
158
|
+
* address1: "123 Main St",
|
|
159
|
+
* address2: "Apt 1",
|
|
160
|
+
* city: "New York",
|
|
161
|
+
* state: CandidApi.State.Ny,
|
|
162
|
+
* zipCode: "10001",
|
|
163
|
+
* zipPlusFourCode: "1234"
|
|
164
|
+
* },
|
|
165
|
+
* firstName: "string",
|
|
166
|
+
* lastName: "string",
|
|
167
|
+
* organizationName: "string"
|
|
168
|
+
* },
|
|
169
|
+
* serviceFacility: {
|
|
170
|
+
* organizationName: "Test Organization",
|
|
171
|
+
* address: {
|
|
172
|
+
* address1: "123 Main St",
|
|
173
|
+
* address2: "Apt 1",
|
|
174
|
+
* city: "New York",
|
|
175
|
+
* state: CandidApi.State.Ny,
|
|
176
|
+
* zipCode: "10001",
|
|
177
|
+
* zipPlusFourCode: "1234"
|
|
178
|
+
* }
|
|
179
|
+
* },
|
|
180
|
+
* guarantor: {
|
|
181
|
+
* firstName: "string",
|
|
182
|
+
* lastName: "string",
|
|
183
|
+
* externalId: "string",
|
|
184
|
+
* dateOfBirth: "2023-01-15",
|
|
185
|
+
* address: {
|
|
186
|
+
* address1: "123 Main St",
|
|
187
|
+
* address2: "Apt 1",
|
|
188
|
+
* city: "New York",
|
|
189
|
+
* state: CandidApi.State.Ny,
|
|
190
|
+
* zipCode: "10001",
|
|
191
|
+
* zipPlusFourCode: "1234"
|
|
192
|
+
* },
|
|
193
|
+
* phoneNumbers: [{
|
|
194
|
+
* number: "1234567890",
|
|
195
|
+
* type: CandidApi.PhoneNumberType.Home
|
|
196
|
+
* }],
|
|
197
|
+
* phoneConsent: true,
|
|
198
|
+
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
199
|
+
* emailConsent: true
|
|
200
|
+
* },
|
|
201
|
+
* supervisingProvider: {
|
|
202
|
+
* npi: "string",
|
|
203
|
+
* taxonomyCode: "string",
|
|
204
|
+
* address: {
|
|
205
|
+
* address1: "123 Main St",
|
|
206
|
+
* address2: "Apt 1",
|
|
207
|
+
* city: "New York",
|
|
208
|
+
* state: CandidApi.State.Ny,
|
|
209
|
+
* zipCode: "10001",
|
|
210
|
+
* zipPlusFourCode: "1234"
|
|
211
|
+
* },
|
|
212
|
+
* firstName: "string",
|
|
213
|
+
* lastName: "string",
|
|
214
|
+
* organizationName: "string"
|
|
215
|
+
* },
|
|
216
|
+
* referringProvider: {
|
|
217
|
+
* npi: "string",
|
|
218
|
+
* taxonomyCode: "string",
|
|
219
|
+
* address: {
|
|
220
|
+
* address1: "123 Main St",
|
|
221
|
+
* address2: "Apt 1",
|
|
222
|
+
* city: "New York",
|
|
223
|
+
* state: CandidApi.State.Ny,
|
|
224
|
+
* zipCode: "10001",
|
|
225
|
+
* zipPlusFourCode: "1234"
|
|
226
|
+
* },
|
|
227
|
+
* firstName: "string",
|
|
228
|
+
* lastName: "string",
|
|
229
|
+
* organizationName: "string"
|
|
230
|
+
* },
|
|
231
|
+
* initialReferringProvider: {
|
|
232
|
+
* npi: "string",
|
|
233
|
+
* taxonomyCode: "string",
|
|
234
|
+
* address: {
|
|
235
|
+
* address1: "123 Main St",
|
|
236
|
+
* address2: "Apt 1",
|
|
237
|
+
* city: "New York",
|
|
238
|
+
* state: CandidApi.State.Ny,
|
|
239
|
+
* zipCode: "10001",
|
|
240
|
+
* zipPlusFourCode: "1234"
|
|
241
|
+
* },
|
|
242
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
243
|
+
* firstName: "string",
|
|
244
|
+
* lastName: "string",
|
|
245
|
+
* organizationName: "string"
|
|
122
246
|
* }
|
|
123
247
|
* }
|
|
124
248
|
*/
|
|
@@ -148,7 +272,7 @@ export interface EncounterUpdate {
|
|
|
148
272
|
*
|
|
149
273
|
*/
|
|
150
274
|
diagnosisIds?: CandidApi.DiagnosisId[];
|
|
151
|
-
/** Names of tags that should be on the encounter. Note all tags on encounter will be
|
|
275
|
+
/** Names of tags that should be on the encounter. Note all tags on encounter will be overridden with this list. */
|
|
152
276
|
tagIds?: CandidApi.TagId[];
|
|
153
277
|
/** Holds a collection of clinical observations made by healthcare providers during patient encounters. */
|
|
154
278
|
clinicalNotes?: CandidApi.encounters.v4.ClinicalNoteCategoryCreate[];
|
|
@@ -255,6 +379,11 @@ export interface EncounterUpdate {
|
|
|
255
379
|
*
|
|
256
380
|
*/
|
|
257
381
|
delayReasonCode?: CandidApi.DelayReasonCode;
|
|
382
|
+
/**
|
|
383
|
+
* Contains the identification information of the individual receiving medical services.
|
|
384
|
+
*
|
|
385
|
+
*/
|
|
386
|
+
patient?: CandidApi.PatientUpdate;
|
|
258
387
|
/**
|
|
259
388
|
* Whether this patient has authorized the release of medical information
|
|
260
389
|
* for billing purpose.
|
|
@@ -276,4 +405,44 @@ export interface EncounterUpdate {
|
|
|
276
405
|
*
|
|
277
406
|
*/
|
|
278
407
|
vitals?: CandidApi.encounters.v4.VitalsUpdate;
|
|
408
|
+
/**
|
|
409
|
+
* Existing medications that should be on the encounter.
|
|
410
|
+
* Note all current existing medications on encounter will be overridden with this list.
|
|
411
|
+
*
|
|
412
|
+
*/
|
|
413
|
+
existingMedications?: CandidApi.encounters.v4.Medication[];
|
|
414
|
+
/**
|
|
415
|
+
* The rendering provider is the practitioner -- physician, nurse practitioner, etc. -- performing the service.
|
|
416
|
+
* For telehealth services, the rendering provider performs the visit, asynchronous communication, or other service. The rendering provider address should generally be the same as the service facility address.
|
|
417
|
+
*
|
|
418
|
+
*/
|
|
419
|
+
renderingProvider?: CandidApi.encounterProviders.v2.RenderingProviderUpdate;
|
|
420
|
+
/**
|
|
421
|
+
* Encounter Service facility is typically the location a medical service was rendered, such as a provider office or hospital. For telehealth, service facility can represent the provider's location when the service was delivered (e.g., home), or the location where an in-person visit would have taken place, whichever is easier to identify. If the provider is in-network, service facility may be defined in payer contracts. Box 32 on the CMS-1500 claim form. Note that for an in-network claim to be successfully adjudicated, the service facility address listed on claims must match what was provided to the payer during the credentialing process.
|
|
422
|
+
*
|
|
423
|
+
*/
|
|
424
|
+
serviceFacility?: CandidApi.EncounterServiceFacilityUpdate;
|
|
425
|
+
/**
|
|
426
|
+
* Personal and contact info for the guarantor of the patient responsibility.
|
|
427
|
+
*
|
|
428
|
+
*/
|
|
429
|
+
guarantor?: CandidApi.guarantor.v1.GuarantorUpdate;
|
|
430
|
+
/**
|
|
431
|
+
* Required when the rendering provider is supervised by a physician. If not required by this implementation guide, do not send.
|
|
432
|
+
*
|
|
433
|
+
*/
|
|
434
|
+
supervisingProvider?: CandidApi.encounterProviders.v2.SupervisingProviderUpdate;
|
|
435
|
+
/**
|
|
436
|
+
* The final provider who referred the services that were rendered.
|
|
437
|
+
* All physicians who order services or refer Medicare beneficiaries must
|
|
438
|
+
* report this data.
|
|
439
|
+
*
|
|
440
|
+
*/
|
|
441
|
+
referringProvider?: CandidApi.encounterProviders.v2.ReferringProviderUpdate;
|
|
442
|
+
/**
|
|
443
|
+
* The second iteration of Loop ID-2310. Use code "P3 - Primary Care Provider" in this loop to
|
|
444
|
+
* indicate the initial referral from the primary care provider or whatever provider wrote the initial referral for this patient's episode of care being billed/reported in this transaction.
|
|
445
|
+
*
|
|
446
|
+
*/
|
|
447
|
+
initialReferringProvider?: CandidApi.encounterProviders.v2.InitialReferringProviderUpdate;
|
|
279
448
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../../index";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error._Unknown;
|
|
6
|
+
export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
9
9
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -25,6 +25,10 @@ export declare namespace Error {
|
|
|
25
25
|
errorName: "SchemaInstanceValidationHttpFailure";
|
|
26
26
|
content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
|
|
27
27
|
}
|
|
28
|
+
interface UnprocessableEntityError extends _Utils {
|
|
29
|
+
errorName: "UnprocessableEntityError";
|
|
30
|
+
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
31
|
+
}
|
|
28
32
|
interface _Unknown extends _Utils {
|
|
29
33
|
errorName: void;
|
|
30
34
|
content: core.Fetcher.Error;
|
|
@@ -38,6 +42,7 @@ export declare namespace Error {
|
|
|
38
42
|
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
39
43
|
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
40
44
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
45
|
+
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
41
46
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
42
47
|
}
|
|
43
48
|
}
|
|
@@ -47,6 +52,7 @@ export declare const Error: {
|
|
|
47
52
|
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.encounters.v4.update.Error.UnauthorizedError;
|
|
48
53
|
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.update.Error.HttpRequestValidationsError;
|
|
49
54
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure;
|
|
55
|
+
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.update.Error.UnprocessableEntityError;
|
|
50
56
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
|
|
51
57
|
readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
|
|
52
58
|
};
|
|
@@ -74,6 +74,15 @@ exports.Error = {
|
|
|
74
74
|
},
|
|
75
75
|
};
|
|
76
76
|
},
|
|
77
|
+
unprocessableEntityError: (value) => {
|
|
78
|
+
return {
|
|
79
|
+
content: value,
|
|
80
|
+
errorName: "UnprocessableEntityError",
|
|
81
|
+
_visit: function (visitor) {
|
|
82
|
+
return CandidApi.encounters.v4.update.Error._visit(this, visitor);
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
},
|
|
77
86
|
_unknown: (fetcherError) => {
|
|
78
87
|
return {
|
|
79
88
|
errorName: undefined,
|
|
@@ -95,6 +104,8 @@ exports.Error = {
|
|
|
95
104
|
return visitor.httpRequestValidationsError(value.content);
|
|
96
105
|
case "SchemaInstanceValidationHttpFailure":
|
|
97
106
|
return visitor.schemaInstanceValidationHttpFailure(value.content);
|
|
107
|
+
case "UnprocessableEntityError":
|
|
108
|
+
return visitor.unprocessableEntityError(value.content);
|
|
98
109
|
default:
|
|
99
110
|
return visitor._other(value);
|
|
100
111
|
}
|
|
@@ -430,8 +430,6 @@ export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
|
|
|
430
430
|
subscriberSecondary?: CandidApi.Subscriber;
|
|
431
431
|
/** Box 23 on the CMS-1500 claim form. */
|
|
432
432
|
priorAuthorizationNumber?: CandidApi.encounters.v4.PriorAuthorizationNumber;
|
|
433
|
-
/** Human-readable description of the appointment type (ex: "Acupuncture - Headaches"). */
|
|
434
|
-
appointmentType?: string;
|
|
435
433
|
/** Defines the party to be billed with the initial balance owed on the claim. */
|
|
436
434
|
responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType;
|
|
437
435
|
/** URL that links directly to the claim created in Candid. */
|