candidhealth 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +0 -3
- package/Client.js +36 -41
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -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 +15 -0
- package/api/resources/encounters/resources/v4/client/Client.js +19 -0
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- 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/createFromPreEncounterPatientUniversal.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/api/resources/{insurancePayments → relatedCausesInformation}/resources/v1/index.js +0 -1
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
- package/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/api/resources/{insurancePayments → relatedCausesInformation}/resources/v1/types/index.js +4 -4
- package/dist/Client.d.ts +0 -3
- package/dist/Client.js +36 -41
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +4 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +6 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +6 -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 +15 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +19 -0
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- 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/createFromPreEncounterPatientUniversal.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +14 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +9 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +9 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +6 -1
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/v1/index.js +0 -1
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +21 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.js +24 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +6 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +3 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentId.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
- 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/create.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -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/createFromPreEncounterPatientUniversal.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/{api/resources/insurancePayments → dist/serialization/resources/relatedCausesInformation}/index.d.ts +0 -1
- package/{api/resources/insurancePayments → dist/serialization/resources/relatedCausesInformation}/index.js +0 -1
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/{serialization/resources/insurancePayments → dist/serialization/resources/relatedCausesInformation}/resources/v1/index.js +0 -1
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentSortField.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentsPage.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +7 -8
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +48 -129
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +9 -0
- package/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentId.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +3 -5
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +2 -0
- 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/create.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +6 -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/createFromPreEncounterPatientUniversal.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createUniversal.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/{dist/api/resources/insurancePayments → serialization/resources/relatedCausesInformation}/index.d.ts +0 -1
- package/{dist/api/resources/insurancePayments → serialization/resources/relatedCausesInformation}/index.js +0 -1
- package/serialization/resources/relatedCausesInformation/resources/v1/index.d.ts +1 -0
- package/{dist/serialization/resources/insurancePayments → serialization/resources/relatedCausesInformation}/resources/v1/index.js +0 -1
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesCode.d.ts +7 -0
- package/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentSortField.js → relatedCausesInformation/resources/v1/types/RelatedCausesCode.js} +2 -2
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts +12 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js +44 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.d.ts +9 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js +40 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.d.ts +9 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js +40 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/relatedCausesInformation/resources/v1/types/index.js +20 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/insurancePayments/client/Client.d.ts +0 -14
- package/api/resources/insurancePayments/client/Client.js +0 -15
- package/api/resources/insurancePayments/client/index.d.ts +0 -1
- package/api/resources/insurancePayments/client/index.js +0 -2
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
- package/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
- package/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
- package/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/dist/api/resources/insurancePayments/client/Client.d.ts +0 -14
- package/dist/api/resources/insurancePayments/client/Client.js +0 -15
- package/dist/api/resources/insurancePayments/client/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/client/index.js +0 -2
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -38
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +0 -237
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +0 -31
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +0 -77
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -31
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +0 -77
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +0 -42
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -9
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -5
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +0 -7
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -6
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +0 -9
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -20
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +0 -75
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +0 -75
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -2
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +0 -38
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +0 -2
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +0 -17
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +0 -49
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +0 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +0 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +0 -11
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +0 -45
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -4
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -20
- /package/api/resources/{insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
- /package/{dist/serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.d.ts +0 -0
- /package/{dist/serialization/resources/insurancePayments → api/resources/relatedCausesInformation}/index.js +0 -0
- /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/api/resources/{insurancePayments/resources/v1/types/InsurancePayment.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
- /package/api/resources/{insurancePayments/resources/v1/types/InsurancePaymentsPage.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformationCreate.js} +0 -0
- /package/{dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js → api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformationUpdate.js} +0 -0
- /package/dist/api/resources/{insurancePayments/resources/v1/types/InsurancePayment.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js} +0 -0
- /package/{serialization/resources/insurancePayments → dist/api/resources/relatedCausesInformation}/index.d.ts +0 -0
- /package/{serialization/resources/insurancePayments → dist/api/resources/relatedCausesInformation}/index.js +0 -0
- /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/dist/api/resources/{insurancePayments/resources/v1/types/InsurancePaymentsPage.js → relatedCausesInformation/resources/v1/types/RelatedCausesInformation.js} +0 -0
- /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.d.ts +0 -0
- /package/serialization/resources/{insurancePayments → relatedCausesInformation}/resources/index.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as core from "../../../../../../core";
|
|
2
2
|
import * as CandidApi from "../../../../../index";
|
|
3
|
-
export type Error = CandidApi.encounters.v4.createUniversal.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.createUniversal.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.createUniversal.Error.EntityNotFoundError | CandidApi.encounters.v4.createUniversal.Error.UnauthorizedError | CandidApi.encounters.v4.createUniversal.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationsError | CandidApi.encounters.v4.createUniversal.Error.CashPayPayerError | CandidApi.encounters.v4.createUniversal.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.createUniversal.Error.InvalidTagNamesError | CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationError | CandidApi.encounters.v4.createUniversal.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | CandidApi.encounters.v4.createUniversal.Error.EncounterRenderingOrAttendingProviderRequired | CandidApi.encounters.v4.createUniversal.Error._Unknown;
|
|
3
|
+
export type Error = CandidApi.encounters.v4.createUniversal.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.createUniversal.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.createUniversal.Error.EntityNotFoundError | CandidApi.encounters.v4.createUniversal.Error.UnauthorizedError | CandidApi.encounters.v4.createUniversal.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationsError | CandidApi.encounters.v4.createUniversal.Error.CashPayPayerError | CandidApi.encounters.v4.createUniversal.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.createUniversal.Error.UnprocessableEntityError | CandidApi.encounters.v4.createUniversal.Error.InvalidTagNamesError | CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationError | CandidApi.encounters.v4.createUniversal.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError | CandidApi.encounters.v4.createUniversal.Error.EncounterRenderingOrAttendingProviderRequired | CandidApi.encounters.v4.createUniversal.Error._Unknown;
|
|
4
4
|
export declare namespace Error {
|
|
5
5
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
6
6
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -34,6 +34,10 @@ export declare namespace Error {
|
|
|
34
34
|
errorName: "SchemaInstanceValidationHttpFailure";
|
|
35
35
|
content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
|
|
36
36
|
}
|
|
37
|
+
interface UnprocessableEntityError extends _Utils {
|
|
38
|
+
errorName: "UnprocessableEntityError";
|
|
39
|
+
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
40
|
+
}
|
|
37
41
|
interface InvalidTagNamesError extends _Utils {
|
|
38
42
|
errorName: "InvalidTagNamesError";
|
|
39
43
|
content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
|
|
@@ -66,6 +70,7 @@ export declare namespace Error {
|
|
|
66
70
|
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
67
71
|
cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => _Result;
|
|
68
72
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
73
|
+
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
69
74
|
invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
|
|
70
75
|
httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
|
|
71
76
|
payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => _Result;
|
|
@@ -82,6 +87,7 @@ export declare const Error: {
|
|
|
82
87
|
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationsError;
|
|
83
88
|
readonly cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => CandidApi.encounters.v4.createUniversal.Error.CashPayPayerError;
|
|
84
89
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.createUniversal.Error.SchemaInstanceValidationHttpFailure;
|
|
90
|
+
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.createUniversal.Error.UnprocessableEntityError;
|
|
85
91
|
readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.createUniversal.Error.InvalidTagNamesError;
|
|
86
92
|
readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.encounters.v4.createUniversal.Error.HttpRequestValidationError;
|
|
87
93
|
readonly payerPlanGroupPayerDoesNotMatchInsuranceCardHttpError: (value: CandidApi.encounters.v4.PayerPlanGroupPayerDoesNotMatchInsuranceCardError) => CandidApi.encounters.v4.createUniversal.Error.PayerPlanGroupPayerDoesNotMatchInsuranceCardHttpError;
|
|
@@ -109,6 +109,15 @@ exports.Error = {
|
|
|
109
109
|
},
|
|
110
110
|
};
|
|
111
111
|
},
|
|
112
|
+
unprocessableEntityError: (value) => {
|
|
113
|
+
return {
|
|
114
|
+
content: value,
|
|
115
|
+
errorName: "UnprocessableEntityError",
|
|
116
|
+
_visit: function (visitor) {
|
|
117
|
+
return CandidApi.encounters.v4.createUniversal.Error._visit(this, visitor);
|
|
118
|
+
},
|
|
119
|
+
};
|
|
120
|
+
},
|
|
112
121
|
invalidTagNamesError: (value) => {
|
|
113
122
|
return {
|
|
114
123
|
content: value,
|
|
@@ -172,6 +181,8 @@ exports.Error = {
|
|
|
172
181
|
return visitor.cashPayPayerError(value.content);
|
|
173
182
|
case "SchemaInstanceValidationHttpFailure":
|
|
174
183
|
return visitor.schemaInstanceValidationHttpFailure(value.content);
|
|
184
|
+
case "UnprocessableEntityError":
|
|
185
|
+
return visitor.unprocessableEntityError(value.content);
|
|
175
186
|
case "InvalidTagNamesError":
|
|
176
187
|
return visitor.invalidTagNamesError(value.content);
|
|
177
188
|
case "HttpRequestValidationError":
|
|
@@ -469,6 +469,7 @@ export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
|
|
|
469
469
|
operatingProvider?: CandidApi.encounterProviders.v2.EncounterProvider;
|
|
470
470
|
/** 837i NM1 2500 variant for Loop ID-2310. Used to indicate the individual whom has secondary responsibility for surgical procedures in institutional claims processing. Only used when operating_provider is also set. */
|
|
471
471
|
otherOperatingProvider?: CandidApi.encounterProviders.v2.EncounterProvider;
|
|
472
|
+
relatedCausesInformation?: CandidApi.relatedCausesInformation.v1.RelatedCausesInformation;
|
|
472
473
|
/** Describes the currently expected target form for this encounter. This effects what validations and queues the form is processed under. When this value is not set, it should be assumed to be TARGET_PROFESSIONAL. */
|
|
473
474
|
submissionExpectation?: CandidApi.encounters.v4.EncounterSubmissionExpectation;
|
|
474
475
|
/** Four digit code used in institutional forms to indicate the type of bill (e.g., hospital inpatient, hospital outpatient). First digit is a leading 0, followed by the type_of_facility, type_of_care, then frequency_code. Professional forms are not required to submit this attribute. You may send the 4 digit code via raw_code, or each individual digit separately via composite_codes. */
|
|
@@ -63,4 +63,6 @@ export interface UniversalEncounterCreateBase extends CandidApi.encounters.v4.En
|
|
|
63
63
|
claimSupplementalInformation?: CandidApi.encounters.v4.ClaimSupplementalInformation[];
|
|
64
64
|
/** When Medicaid is billed as the secondary payer the Carrier Code is used to identify the primary payer. This is required for certain states. */
|
|
65
65
|
secondaryPayerCarrierCode?: string;
|
|
66
|
+
/** Corresponds to box 10a on the CMS-1500 (Loop 2300 on 837) */
|
|
67
|
+
relatedCausesInformation?: CandidApi.relatedCausesInformation.v1.RelatedCausesInformationCreate;
|
|
66
68
|
}
|
package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts
CHANGED
|
@@ -34,4 +34,6 @@ export interface UniversalEncounterCreateFromPreEncounterBase extends CandidApi.
|
|
|
34
34
|
* instances cannot be created for the same schema on an encounter.
|
|
35
35
|
*/
|
|
36
36
|
schemaInstances?: CandidApi.customSchemas.v1.SchemaInstance[];
|
|
37
|
+
/** Corresponds to box 10a on the CMS-1500 (Loop 2300 on 837) */
|
|
38
|
+
relatedCausesInformation?: CandidApi.relatedCausesInformation.v1.RelatedCausesInformationCreate;
|
|
37
39
|
}
|
|
@@ -55,4 +55,6 @@ export interface UniversalEncounterUpdateBase extends CandidApi.encounters.v4.En
|
|
|
55
55
|
billingProvider?: CandidApi.encounterProviders.v2.BillingProviderUpdate;
|
|
56
56
|
/** Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. This box is not used on a UB-04 or 837i claim form. 02 for telemedicine, 11 for in-person. Full list [here](https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set). */
|
|
57
57
|
placeOfServiceCodeAsSubmitted?: CandidApi.FacilityTypeCode;
|
|
58
|
+
/** Corresponds to box 10a on the CMS-1500 (Loop 2300 on 837) */
|
|
59
|
+
relatedCausesInformation?: CandidApi.relatedCausesInformation.v1.RelatedCausesInformationUpdate;
|
|
58
60
|
}
|
|
@@ -7,7 +7,20 @@ export interface GetEventScanRequest {
|
|
|
7
7
|
pageToken?: CandidApi.PageToken;
|
|
8
8
|
/** Number of events to return. Minimum value is 1, maximum is 100. Defaults to 10. */
|
|
9
9
|
limit?: number;
|
|
10
|
-
/**
|
|
10
|
+
/**
|
|
11
|
+
* Event types to filter on. Defaults to showing all event types.
|
|
12
|
+
*
|
|
13
|
+
* | Event Type | Description |
|
|
14
|
+
* |------------|-------------|
|
|
15
|
+
* | `CandidApi.Encounter.Created` | When a new claim is created |
|
|
16
|
+
* | `CandidApi.Encounter.StatusUpdated` | When a claim's status has been updated |
|
|
17
|
+
* | `PreEncounter.Patient.Created` | When a new patient has been created |
|
|
18
|
+
* | `PreEncounter.Patient.Updated` | When a patient's information has been updated |
|
|
19
|
+
* | `PreEncounter.Coverage.Created` | When a new coverage has been created for a patient |
|
|
20
|
+
* | `PreEncounter.Coverage.Updated` | When a patient's coverage has been updated |
|
|
21
|
+
* | `PreEncounter.Tag.Created` | When a new tag has been created for a patient |
|
|
22
|
+
* | `PreEncounter.Tag.Updated` | When a patient's tag has been updated |
|
|
23
|
+
*/
|
|
11
24
|
eventTypes?: string | string[];
|
|
12
25
|
/** Filters for only events created before this time (inclusive). */
|
|
13
26
|
createdBefore?: Date;
|
|
@@ -70,7 +70,15 @@ export declare class V3 {
|
|
|
70
70
|
getRateHistory(rateId: CandidApi.RateId, requestOptions?: V3.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.feeSchedules.v3.Rate[], CandidApi.feeSchedules.v3.getRateHistory.Error>>;
|
|
71
71
|
private __getRateHistory;
|
|
72
72
|
/**
|
|
73
|
-
* Uploads a new fee schedule
|
|
73
|
+
* Uploads a new fee schedule.
|
|
74
|
+
*
|
|
75
|
+
* Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.
|
|
76
|
+
*
|
|
77
|
+
* If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will
|
|
78
|
+
* be returned.
|
|
79
|
+
*
|
|
80
|
+
* Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will
|
|
81
|
+
* be saved to the system.
|
|
74
82
|
*
|
|
75
83
|
* @param {CandidApi.feeSchedules.v3.FeeScheduleUploadRequest} request
|
|
76
84
|
* @param {V3.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -536,7 +536,15 @@ class V3 {
|
|
|
536
536
|
});
|
|
537
537
|
}
|
|
538
538
|
/**
|
|
539
|
-
* Uploads a new fee schedule
|
|
539
|
+
* Uploads a new fee schedule.
|
|
540
|
+
*
|
|
541
|
+
* Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.
|
|
542
|
+
*
|
|
543
|
+
* If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will
|
|
544
|
+
* be returned.
|
|
545
|
+
*
|
|
546
|
+
* Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will
|
|
547
|
+
* be saved to the system.
|
|
540
548
|
*
|
|
541
549
|
* @param {CandidApi.feeSchedules.v3.FeeScheduleUploadRequest} request
|
|
542
550
|
* @param {V3.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Rate thresholds that determine fee schedule rate matching behavior. When a service line is adjudicated by a payer Candid determines if the payer's
|
|
2
|
+
* Rate thresholds that determine fee schedule rate matching behavior. When a service line is adjudicated by a payer Candid determines if the payer's
|
|
3
|
+
* allowed amount "matches" the rate value. If the allowed amount doesn't equal the rate value, Candid moves the claim to a PAID_INCORRECTLY state. These
|
|
4
|
+
* optional thresholds allow a user to set wiggle room to avoid claims moving to PAID_INCORRECTLY and instead have them move directly to FINALIZED_PAID
|
|
5
|
+
* when the payer's allowed amount is greater than [rate_cents - lower_threshold_cents] and less than [rate_cents + upper_threshold_cents].
|
|
6
|
+
*
|
|
7
|
+
* Additionally, a client can set disable_paid_incorrectly to avoid the PAID_INCORRECTLY claim status entirely.
|
|
3
8
|
*/
|
|
4
9
|
export interface PayerThreshold {
|
|
5
10
|
upperThresholdCents?: number;
|
package/api/resources/index.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ export * as individual from "./individual";
|
|
|
38
38
|
export * from "./individual/types";
|
|
39
39
|
export * as insuranceAdjudications from "./insuranceAdjudications";
|
|
40
40
|
export * as insuranceCards from "./insuranceCards";
|
|
41
|
-
export * as insurancePayments from "./insurancePayments";
|
|
42
41
|
export * as insuranceRefunds from "./insuranceRefunds";
|
|
43
42
|
export * as invoices from "./invoices";
|
|
44
43
|
export * from "./invoices/types";
|
|
@@ -58,6 +57,7 @@ export * from "./paymentAccountConfigs/types";
|
|
|
58
57
|
export * as pipelineCommons from "./pipelineCommons";
|
|
59
58
|
export * from "./pipelineCommons/types";
|
|
60
59
|
export * as preEncounter from "./preEncounter";
|
|
60
|
+
export * as relatedCausesInformation from "./relatedCausesInformation";
|
|
61
61
|
export * as serviceFacility from "./serviceFacility";
|
|
62
62
|
export * from "./serviceFacility/types";
|
|
63
63
|
export * as serviceLines from "./serviceLines";
|
package/api/resources/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.
|
|
39
|
+
exports.serviceFacility = exports.relatedCausesInformation = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.events = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
|
|
40
40
|
exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = void 0;
|
|
41
41
|
exports.auth = __importStar(require("./auth"));
|
|
42
42
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
@@ -78,7 +78,6 @@ exports.individual = __importStar(require("./individual"));
|
|
|
78
78
|
__exportStar(require("./individual/types"), exports);
|
|
79
79
|
exports.insuranceAdjudications = __importStar(require("./insuranceAdjudications"));
|
|
80
80
|
exports.insuranceCards = __importStar(require("./insuranceCards"));
|
|
81
|
-
exports.insurancePayments = __importStar(require("./insurancePayments"));
|
|
82
81
|
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
83
82
|
exports.invoices = __importStar(require("./invoices"));
|
|
84
83
|
__exportStar(require("./invoices/types"), exports);
|
|
@@ -98,6 +97,7 @@ __exportStar(require("./paymentAccountConfigs/types"), exports);
|
|
|
98
97
|
exports.pipelineCommons = __importStar(require("./pipelineCommons"));
|
|
99
98
|
__exportStar(require("./pipelineCommons/types"), exports);
|
|
100
99
|
exports.preEncounter = __importStar(require("./preEncounter"));
|
|
100
|
+
exports.relatedCausesInformation = __importStar(require("./relatedCausesInformation"));
|
|
101
101
|
exports.serviceFacility = __importStar(require("./serviceFacility"));
|
|
102
102
|
__exportStar(require("./serviceFacility/types"), exports);
|
|
103
103
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client"), exports);
|
|
18
17
|
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const RelatedCausesCode: {
|
|
2
|
+
/**
|
|
3
|
+
* Auto Accident */
|
|
4
|
+
readonly Caa: "AA";
|
|
5
|
+
/**
|
|
6
|
+
* Abuse */
|
|
7
|
+
readonly Cab: "AB";
|
|
8
|
+
/**
|
|
9
|
+
* Another Party Responsible */
|
|
10
|
+
readonly Cap: "AP";
|
|
11
|
+
/**
|
|
12
|
+
* Employment */
|
|
13
|
+
readonly Cem: "EM";
|
|
14
|
+
/**
|
|
15
|
+
* Other Accident */
|
|
16
|
+
readonly Coa: "OA";
|
|
17
|
+
/**
|
|
18
|
+
* Mutually Defined */
|
|
19
|
+
readonly Czz: "ZZ";
|
|
20
|
+
};
|
|
21
|
+
export type RelatedCausesCode = (typeof RelatedCausesCode)[keyof typeof RelatedCausesCode];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RelatedCausesCode = void 0;
|
|
5
|
+
exports.RelatedCausesCode = {
|
|
6
|
+
/**
|
|
7
|
+
* Auto Accident */
|
|
8
|
+
Caa: "AA",
|
|
9
|
+
/**
|
|
10
|
+
* Abuse */
|
|
11
|
+
Cab: "AB",
|
|
12
|
+
/**
|
|
13
|
+
* Another Party Responsible */
|
|
14
|
+
Cap: "AP",
|
|
15
|
+
/**
|
|
16
|
+
* Employment */
|
|
17
|
+
Cem: "EM",
|
|
18
|
+
/**
|
|
19
|
+
* Other Accident */
|
|
20
|
+
Coa: "OA",
|
|
21
|
+
/**
|
|
22
|
+
* Mutually Defined */
|
|
23
|
+
Czz: "ZZ",
|
|
24
|
+
};
|
package/api/resources/relatedCausesInformation/resources/v1/types/RelatedCausesInformation.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
2
|
+
export interface RelatedCausesInformation {
|
|
3
|
+
relatedCausesCode1: CandidApi.relatedCausesInformation.v1.RelatedCausesCode;
|
|
4
|
+
relatedCausesCode2?: CandidApi.relatedCausesInformation.v1.RelatedCausesCode;
|
|
5
|
+
stateOrProvinceCode?: string;
|
|
6
|
+
}
|
package/api/resources/{insurancePayments → relatedCausesInformation}/resources/v1/types/index.js
RENAMED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./RelatedCausesCode"), exports);
|
|
18
|
+
__exportStar(require("./RelatedCausesInformation"), exports);
|
|
19
|
+
__exportStar(require("./RelatedCausesInformationCreate"), exports);
|
|
20
|
+
__exportStar(require("./RelatedCausesInformationUpdate"), exports);
|
package/dist/Client.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
|
20
20
|
import { HealthCareCodeInformation } from "./api/resources/healthCareCodeInformation/client/Client";
|
|
21
21
|
import { ImportInvoice } from "./api/resources/importInvoice/client/Client";
|
|
22
22
|
import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
|
|
23
|
-
import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
|
|
24
23
|
import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
|
|
25
24
|
import { MedicationDispense } from "./api/resources/medicationDispense/client/Client";
|
|
26
25
|
import { NonInsurancePayerPayments } from "./api/resources/nonInsurancePayerPayments/client/Client";
|
|
@@ -72,7 +71,6 @@ export declare class CandidApiClient {
|
|
|
72
71
|
protected _healthCareCodeInformation: HealthCareCodeInformation | undefined;
|
|
73
72
|
protected _importInvoice: ImportInvoice | undefined;
|
|
74
73
|
protected _insuranceAdjudications: InsuranceAdjudications | undefined;
|
|
75
|
-
protected _insurancePayments: InsurancePayments | undefined;
|
|
76
74
|
protected _insuranceRefunds: InsuranceRefunds | undefined;
|
|
77
75
|
protected _medicationDispense: MedicationDispense | undefined;
|
|
78
76
|
protected _nonInsurancePayerPayments: NonInsurancePayerPayments | undefined;
|
|
@@ -113,7 +111,6 @@ export declare class CandidApiClient {
|
|
|
113
111
|
get healthCareCodeInformation(): HealthCareCodeInformation;
|
|
114
112
|
get importInvoice(): ImportInvoice;
|
|
115
113
|
get insuranceAdjudications(): InsuranceAdjudications;
|
|
116
|
-
get insurancePayments(): InsurancePayments;
|
|
117
114
|
get insuranceRefunds(): InsuranceRefunds;
|
|
118
115
|
get medicationDispense(): MedicationDispense;
|
|
119
116
|
get nonInsurancePayerPayments(): NonInsurancePayerPayments;
|
package/dist/Client.js
CHANGED
|
@@ -67,24 +67,23 @@ const Client_20 = require("./api/resources/guarantor/client/Client");
|
|
|
67
67
|
const Client_21 = require("./api/resources/healthCareCodeInformation/client/Client");
|
|
68
68
|
const Client_22 = require("./api/resources/importInvoice/client/Client");
|
|
69
69
|
const Client_23 = require("./api/resources/insuranceAdjudications/client/Client");
|
|
70
|
-
const Client_24 = require("./api/resources/
|
|
71
|
-
const Client_25 = require("./api/resources/
|
|
72
|
-
const Client_26 = require("./api/resources/
|
|
73
|
-
const Client_27 = require("./api/resources/
|
|
74
|
-
const Client_28 = require("./api/resources/
|
|
75
|
-
const Client_29 = require("./api/resources/
|
|
76
|
-
const Client_30 = require("./api/resources/
|
|
77
|
-
const Client_31 = require("./api/resources/
|
|
78
|
-
const Client_32 = require("./api/resources/
|
|
79
|
-
const Client_33 = require("./api/resources/
|
|
80
|
-
const Client_34 = require("./api/resources/
|
|
81
|
-
const Client_35 = require("./api/resources/
|
|
82
|
-
const Client_36 = require("./api/resources/
|
|
83
|
-
const Client_37 = require("./api/resources/
|
|
84
|
-
const Client_38 = require("./api/resources/
|
|
85
|
-
const Client_39 = require("./api/resources/
|
|
86
|
-
const Client_40 = require("./api/resources/
|
|
87
|
-
const Client_41 = require("./api/resources/writeOffs/client/Client");
|
|
70
|
+
const Client_24 = require("./api/resources/insuranceRefunds/client/Client");
|
|
71
|
+
const Client_25 = require("./api/resources/medicationDispense/client/Client");
|
|
72
|
+
const Client_26 = require("./api/resources/nonInsurancePayerPayments/client/Client");
|
|
73
|
+
const Client_27 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
|
|
74
|
+
const Client_28 = require("./api/resources/nonInsurancePayers/client/Client");
|
|
75
|
+
const Client_29 = require("./api/resources/organizationProviders/client/Client");
|
|
76
|
+
const Client_30 = require("./api/resources/organizationServiceFacilities/client/Client");
|
|
77
|
+
const Client_31 = require("./api/resources/patientAr/client/Client");
|
|
78
|
+
const Client_32 = require("./api/resources/patientPayments/client/Client");
|
|
79
|
+
const Client_33 = require("./api/resources/patientRefunds/client/Client");
|
|
80
|
+
const Client_34 = require("./api/resources/payerPlanGroups/client/Client");
|
|
81
|
+
const Client_35 = require("./api/resources/payers/client/Client");
|
|
82
|
+
const Client_36 = require("./api/resources/preEncounter/client/Client");
|
|
83
|
+
const Client_37 = require("./api/resources/serviceLines/client/Client");
|
|
84
|
+
const Client_38 = require("./api/resources/superbills/client/Client");
|
|
85
|
+
const Client_39 = require("./api/resources/tasks/client/Client");
|
|
86
|
+
const Client_40 = require("./api/resources/writeOffs/client/Client");
|
|
88
87
|
const core = __importStar(require("./core"));
|
|
89
88
|
const headers_1 = require("./core/headers");
|
|
90
89
|
class CandidApiClient {
|
|
@@ -92,8 +91,8 @@ class CandidApiClient {
|
|
|
92
91
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
93
92
|
"X-Fern-Language": "JavaScript",
|
|
94
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
95
|
-
"X-Fern-SDK-Version": "1.17.
|
|
96
|
-
"User-Agent": "candidhealth/1.17.
|
|
94
|
+
"X-Fern-SDK-Version": "1.17.1",
|
|
95
|
+
"User-Agent": "candidhealth/1.17.1",
|
|
97
96
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
98
97
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
99
98
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -187,77 +186,73 @@ class CandidApiClient {
|
|
|
187
186
|
var _a;
|
|
188
187
|
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new Client_23.InsuranceAdjudications(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
189
188
|
}
|
|
190
|
-
get insurancePayments() {
|
|
191
|
-
var _a;
|
|
192
|
-
return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_24.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
193
|
-
}
|
|
194
189
|
get insuranceRefunds() {
|
|
195
190
|
var _a;
|
|
196
|
-
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new
|
|
191
|
+
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_24.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
197
192
|
}
|
|
198
193
|
get medicationDispense() {
|
|
199
194
|
var _a;
|
|
200
|
-
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new
|
|
195
|
+
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_25.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
201
196
|
}
|
|
202
197
|
get nonInsurancePayerPayments() {
|
|
203
198
|
var _a;
|
|
204
|
-
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new
|
|
199
|
+
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_26.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
205
200
|
}
|
|
206
201
|
get nonInsurancePayerRefunds() {
|
|
207
202
|
var _a;
|
|
208
|
-
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new
|
|
203
|
+
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_27.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
209
204
|
}
|
|
210
205
|
get nonInsurancePayers() {
|
|
211
206
|
var _a;
|
|
212
|
-
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new
|
|
207
|
+
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_28.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
213
208
|
}
|
|
214
209
|
get organizationProviders() {
|
|
215
210
|
var _a;
|
|
216
|
-
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new
|
|
211
|
+
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_29.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
217
212
|
}
|
|
218
213
|
get organizationServiceFacilities() {
|
|
219
214
|
var _a;
|
|
220
|
-
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new
|
|
215
|
+
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_30.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
221
216
|
}
|
|
222
217
|
get patientAr() {
|
|
223
218
|
var _a;
|
|
224
|
-
return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new
|
|
219
|
+
return ((_a = this._patientAr) !== null && _a !== void 0 ? _a : (this._patientAr = new Client_31.PatientAr(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
225
220
|
}
|
|
226
221
|
get patientPayments() {
|
|
227
222
|
var _a;
|
|
228
|
-
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new
|
|
223
|
+
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_32.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
229
224
|
}
|
|
230
225
|
get patientRefunds() {
|
|
231
226
|
var _a;
|
|
232
|
-
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new
|
|
227
|
+
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_33.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
233
228
|
}
|
|
234
229
|
get payerPlanGroups() {
|
|
235
230
|
var _a;
|
|
236
|
-
return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new
|
|
231
|
+
return ((_a = this._payerPlanGroups) !== null && _a !== void 0 ? _a : (this._payerPlanGroups = new Client_34.PayerPlanGroups(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
237
232
|
}
|
|
238
233
|
get payers() {
|
|
239
234
|
var _a;
|
|
240
|
-
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new
|
|
235
|
+
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_35.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
241
236
|
}
|
|
242
237
|
get serviceLines() {
|
|
243
238
|
var _a;
|
|
244
|
-
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new
|
|
239
|
+
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_37.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
245
240
|
}
|
|
246
241
|
get superbills() {
|
|
247
242
|
var _a;
|
|
248
|
-
return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new
|
|
243
|
+
return ((_a = this._superbills) !== null && _a !== void 0 ? _a : (this._superbills = new Client_38.Superbills(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
249
244
|
}
|
|
250
245
|
get tasks() {
|
|
251
246
|
var _a;
|
|
252
|
-
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new
|
|
247
|
+
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_39.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
253
248
|
}
|
|
254
249
|
get writeOffs() {
|
|
255
250
|
var _a;
|
|
256
|
-
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new
|
|
251
|
+
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_40.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
257
252
|
}
|
|
258
253
|
get preEncounter() {
|
|
259
254
|
var _a;
|
|
260
|
-
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new
|
|
255
|
+
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_36.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
261
256
|
}
|
|
262
257
|
get diagnoses() {
|
|
263
258
|
var _a;
|
|
@@ -20,4 +20,10 @@ export interface BillingProvider extends CandidApi.encounterProviders.v2.Encount
|
|
|
20
20
|
* Provider Commercial Number
|
|
21
21
|
*/
|
|
22
22
|
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
23
|
+
/**
|
|
24
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
25
|
+
* 837i Loop2010BB G2
|
|
26
|
+
* Secondary Identification
|
|
27
|
+
*/
|
|
28
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
23
29
|
}
|
|
@@ -20,4 +20,10 @@ export interface BillingProviderUpdate extends CandidApi.encounterProviders.v2.E
|
|
|
20
20
|
* Provider Commercial Number
|
|
21
21
|
*/
|
|
22
22
|
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
23
|
+
/**
|
|
24
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
25
|
+
* 837i Loop2010BB G2
|
|
26
|
+
* Secondary Identification
|
|
27
|
+
*/
|
|
28
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
23
29
|
}
|
|
@@ -21,4 +21,10 @@ export interface BillingProviderUpdateWithOptionalAddress extends CandidApi.enco
|
|
|
21
21
|
* Provider Commercial Number
|
|
22
22
|
*/
|
|
23
23
|
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
24
|
+
/**
|
|
25
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
26
|
+
* 837i Loop2010BB G2
|
|
27
|
+
* Secondary Identification
|
|
28
|
+
*/
|
|
29
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
24
30
|
}
|
|
@@ -31,4 +31,10 @@ export interface EncounterProvider extends CandidApi.encounterProviders.v2.Encou
|
|
|
31
31
|
* Provider Commercial Number
|
|
32
32
|
*/
|
|
33
33
|
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
34
|
+
/**
|
|
35
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
36
|
+
* 837i Loop2010BB G2
|
|
37
|
+
* Secondary Identification
|
|
38
|
+
*/
|
|
39
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
34
40
|
}
|
|
@@ -7,4 +7,10 @@ export interface RenderingProvider extends CandidApi.encounterProviders.v2.Encou
|
|
|
7
7
|
npi: string;
|
|
8
8
|
taxonomyCode?: string;
|
|
9
9
|
address?: CandidApi.StreetAddressLongZip;
|
|
10
|
+
/**
|
|
11
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
12
|
+
* 837i Loop2310BB G2
|
|
13
|
+
* Secondary Identification
|
|
14
|
+
*/
|
|
15
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
10
16
|
}
|
package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts
CHANGED
|
@@ -7,4 +7,10 @@ export interface RenderingProviderUpdate extends CandidApi.encounterProviders.v2
|
|
|
7
7
|
npi?: string;
|
|
8
8
|
taxonomyCode?: string;
|
|
9
9
|
address?: CandidApi.StreetAddressLongZip;
|
|
10
|
+
/**
|
|
11
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
12
|
+
* 837i Loop2310BB G2
|
|
13
|
+
* Secondary Identification
|
|
14
|
+
*/
|
|
15
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
10
16
|
}
|
|
@@ -7,4 +7,10 @@ export interface RenderingProviderUpdateWithOptionalAddress extends CandidApi.en
|
|
|
7
7
|
npi?: string;
|
|
8
8
|
taxonomyCode?: string;
|
|
9
9
|
address?: CandidApi.StreetAddressShortZipOptional;
|
|
10
|
+
/**
|
|
11
|
+
* Only one of provider_commercial_license_type or secondary_identification may be provided
|
|
12
|
+
* 837i Loop2310BB G2
|
|
13
|
+
* Secondary Identification
|
|
14
|
+
*/
|
|
15
|
+
secondaryIdentification?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentification;
|
|
10
16
|
}
|
|
@@ -10,6 +10,7 @@ export * from "./OrderingProvider";
|
|
|
10
10
|
export * from "./OrderingProviderOptional";
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
|
+
export * from "./ProviderSecondaryIdentification";
|
|
13
14
|
export * from "./ReferringProvider";
|
|
14
15
|
export * from "./ReferringProviderUpdate";
|
|
15
16
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -26,6 +26,7 @@ __exportStar(require("./OrderingProvider"), exports);
|
|
|
26
26
|
__exportStar(require("./OrderingProviderOptional"), exports);
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
|
+
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
29
30
|
__exportStar(require("./ReferringProvider"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|