candidhealth 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +5 -1
- package/Client.js +10 -4
- package/README.md +28 -3
- package/api/resources/auth/client/Client.d.ts +2 -10
- package/api/resources/auth/resources/default/client/Client.d.ts +7 -12
- package/api/resources/auth/resources/default/client/Client.js +39 -66
- package/api/resources/auth/resources/default/client/index.d.ts +1 -2
- package/api/resources/auth/resources/default/client/index.js +5 -6
- package/api/resources/auth/resources/default/client/requests/index.d.ts +0 -1
- package/api/resources/billingNotes/client/Client.d.ts +2 -10
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +13 -5
- package/api/resources/billingNotes/resources/v2/client/Client.js +100 -54
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/index.js +4 -4
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/api/resources/chargeCapture/client/Client.d.ts +2 -10
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +17 -7
- package/api/resources/chargeCapture/resources/v1/client/Client.js +278 -117
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/index.js +4 -4
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +46 -84
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +2 -10
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +13 -5
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +153 -66
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +26 -48
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +4 -4
- package/api/resources/claims/types/Claim.d.ts +5 -5
- package/api/resources/commons/types/Clearinghouse.d.ts +14 -0
- package/api/resources/commons/types/Clearinghouse.js +16 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +13 -2
- package/api/resources/commons/types/ProcedureModifier.js +11 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/client/Client.d.ts +2 -10
- package/api/resources/contracts/resources/v2/client/Client.d.ts +30 -7
- package/api/resources/contracts/resources/v2/client/Client.js +179 -93
- package/api/resources/contracts/resources/v2/client/index.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +15 -1
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +5 -15
- package/api/resources/credentialing/client/Client.d.ts +2 -10
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +25 -11
- package/api/resources/credentialing/resources/v2/client/Client.js +374 -211
- package/api/resources/credentialing/resources/v2/client/index.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/index.js +4 -4
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +4 -12
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +5 -15
- package/api/resources/customSchemas/client/Client.d.ts +2 -10
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +13 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +154 -89
- package/api/resources/customSchemas/resources/v1/client/index.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/api/resources/diagnoses/client/Client.d.ts +13 -6
- package/api/resources/diagnoses/client/Client.js +101 -56
- package/api/resources/diagnoses/client/index.d.ts +1 -1
- package/api/resources/diagnoses/client/index.js +4 -4
- package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/api/resources/eligibility/client/Client.d.ts +2 -10
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +11 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +102 -52
- package/api/resources/encounterAttachments/client/Client.d.ts +2 -10
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +11 -4
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +74 -37
- package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/index.js +4 -4
- package/api/resources/encounterProviders/client/Client.d.ts +2 -10
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +29 -13
- package/api/resources/encounterProviders/resources/v2/client/Client.js +449 -238
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -1
- package/api/resources/encounters/client/Client.d.ts +2 -10
- package/api/resources/encounters/resources/v4/client/Client.d.ts +60 -46
- package/api/resources/encounters/resources/v4/client/Client.js +217 -136
- 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/index.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +14 -40
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +27 -41
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +10 -11
- package/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +27 -0
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +3 -36
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +9 -4
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +10 -16
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -21
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -3
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +17 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +7 -4
- package/api/resources/encounters/resources/v4/types/index.js +7 -4
- package/api/resources/encountersUniversal/index.d.ts +1 -0
- package/api/resources/encountersUniversal/index.js +17 -0
- package/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.d.ts → encountersUniversal/types/UniversalEncounterCreateBase.d.ts} +9 -70
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +40 -0
- package/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.d.ts → encountersUniversal/types/UniversalEncounterUpdateBase.d.ts} +9 -18
- package/api/resources/encountersUniversal/types/index.d.ts +3 -0
- package/api/resources/encountersUniversal/types/index.js +19 -0
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +2 -10
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +7 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +27 -16
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +9 -3
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +79 -46
- package/api/resources/exports/client/Client.d.ts +2 -10
- package/api/resources/exports/resources/v3/client/Client.d.ts +7 -2
- package/api/resources/exports/resources/v3/client/Client.js +39 -27
- package/api/resources/exports/resources/v3/client/index.d.ts +1 -1
- package/api/resources/exports/resources/v3/client/index.js +4 -4
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +2 -10
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +7 -2
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +28 -20
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +4 -4
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -3
- package/api/resources/feeSchedules/client/Client.d.ts +2 -10
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +40 -12
- package/api/resources/feeSchedules/resources/v3/client/Client.js +413 -199
- package/api/resources/{auth/resources/default/client/getMachineTokenForOrgId.d.ts → feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts} +4 -4
- package/api/resources/{auth/resources/default/client/getMachineTokenForOrgId.js → feeSchedules/resources/v3/client/hardDeleteRatesByIds.js} +1 -1
- package/api/resources/feeSchedules/resources/v3/client/index.d.ts +2 -1
- package/api/resources/feeSchedules/resources/v3/client/index.js +6 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -3
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -6
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +5 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
- package/api/resources/financials/types/PatientTransactionSource.d.ts +2 -1
- package/api/resources/financials/types/PatientTransactionSource.js +1 -0
- package/api/resources/guarantor/client/Client.d.ts +2 -10
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +11 -4
- package/api/resources/guarantor/resources/v1/client/Client.js +91 -50
- package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +2 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +2 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
- package/api/resources/healthCareCodeInformation/client/Client.d.ts +2 -10
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +9 -3
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +78 -47
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +433 -40
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +12 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -52
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +14 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +3 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +6 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +24 -5
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +5 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +6 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +6 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -2
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -2
- package/api/resources/importInvoice/client/Client.d.ts +2 -10
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +13 -5
- package/api/resources/importInvoice/resources/v1/client/Client.js +142 -82
- package/api/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +7 -21
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +3 -2
- package/api/resources/individual/types/Patient.d.ts +2 -0
- package/api/resources/individual/types/PatientBase.d.ts +2 -2
- package/api/resources/individual/types/PatientCreate.d.ts +2 -0
- package/api/resources/individual/types/PatientUpdate.d.ts +3 -2
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +3 -2
- package/api/resources/insuranceAdjudications/client/Client.d.ts +2 -10
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +11 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +86 -47
- package/api/resources/insurancePayments/client/Client.d.ts +2 -10
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +9 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +78 -50
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/index.js +4 -4
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +3 -9
- package/api/resources/insuranceRefunds/client/Client.d.ts +2 -10
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +188 -108
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +3 -9
- package/api/resources/medicationDispense/client/Client.d.ts +2 -10
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +7 -2
- package/api/resources/medicationDispense/resources/v1/client/Client.js +39 -24
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +2 -10
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +188 -108
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +3 -9
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +2 -10
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +188 -108
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +3 -9
- package/api/resources/nonInsurancePayers/client/Client.d.ts +2 -10
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +19 -8
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +252 -143
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -6
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +3 -9
- package/api/resources/organizationProviders/client/Client.d.ts +2 -10
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +5 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +13 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +142 -82
- package/api/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/index.js +4 -4
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +8 -24
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +2 -10
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +28 -6
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +261 -100
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +68 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +6 -5
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +8 -12
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +4 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +4 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +4 -0
- package/api/resources/patientAr/client/Client.d.ts +2 -10
- package/api/resources/patientAr/resources/v1/client/Client.d.ts +9 -3
- package/api/resources/patientAr/resources/v1/client/Client.js +78 -50
- package/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/api/resources/patientAr/resources/v1/client/index.js +4 -4
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +2 -6
- package/api/resources/patientPayments/client/Client.d.ts +2 -10
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +15 -6
- package/api/resources/patientPayments/resources/v4/client/Client.js +188 -108
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -12
- package/api/resources/patientRefunds/client/Client.d.ts +2 -10
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/patientRefunds/resources/v1/client/Client.js +188 -108
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -12
- package/api/resources/payerPlanGroups/client/Client.d.ts +2 -10
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +192 -112
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +1 -1
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +3 -9
- package/api/resources/payers/client/Client.d.ts +5 -10
- package/api/resources/payers/client/Client.js +5 -0
- package/api/resources/payers/resources/index.d.ts +1 -0
- package/api/resources/payers/resources/index.js +2 -1
- package/api/resources/payers/resources/v3/client/Client.d.ts +9 -3
- package/api/resources/payers/resources/v3/client/Client.js +54 -34
- package/api/resources/payers/resources/v3/client/index.d.ts +1 -1
- package/api/resources/payers/resources/v3/client/index.js +4 -4
- package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -3
- package/api/resources/payers/resources/v4/client/Client.d.ts +51 -0
- package/api/resources/payers/resources/v4/client/Client.js +177 -0
- package/{dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts → api/resources/payers/resources/v4/client/get.d.ts} +4 -4
- package/{dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js → api/resources/payers/resources/v4/client/get.js} +1 -1
- package/api/resources/payers/resources/v4/client/getAll.d.ts +22 -0
- package/api/resources/payers/resources/v4/client/getAll.js +57 -0
- package/api/resources/payers/resources/v4/client/index.d.ts +3 -0
- package/api/resources/payers/resources/v4/client/index.js +42 -0
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +14 -0
- package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +5 -0
- package/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -0
- package/api/resources/payers/resources/v4/client/requests/index.js +2 -0
- package/api/resources/payers/resources/v4/index.d.ts +2 -0
- package/api/resources/payers/resources/v4/index.js +18 -0
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
- package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +5 -0
- package/api/resources/payers/resources/v4/types/Payer.d.ts +16 -0
- package/api/resources/payers/resources/v4/types/Payer.js +5 -0
- package/api/resources/payers/resources/v4/types/PayerIds.d.ts +11 -0
- package/api/resources/payers/resources/v4/types/PayerIds.js +5 -0
- package/api/resources/payers/resources/v4/types/PayerPage.d.ts +7 -0
- package/api/resources/payers/resources/v4/types/PayerPage.js +5 -0
- package/api/resources/payers/resources/v4/types/PayerUuid.d.ts +8 -0
- package/api/resources/payers/resources/v4/types/PayerUuid.js +9 -0
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +11 -0
- package/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +5 -0
- package/api/resources/payers/resources/v4/types/SupportState.d.ts +9 -0
- package/api/resources/payers/resources/v4/types/SupportState.js +11 -0
- package/api/resources/payers/resources/v4/types/index.d.ts +7 -0
- package/api/resources/payers/resources/v4/types/index.js +23 -0
- package/api/resources/preEncounter/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +22 -11
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +254 -147
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +2 -6
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -1
- 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/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -14
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +296 -163
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +17 -7
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +160 -88
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/images/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +175 -99
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +9 -3
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +67 -44
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +4 -4
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -9
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -6
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +13 -5
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +100 -51
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +41 -27
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +435 -221
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +68 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +6 -5
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +2 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +2 -10
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +15 -6
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +127 -67
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/api/resources/serviceFacility/client/Client.d.ts +7 -2
- package/api/resources/serviceFacility/client/Client.js +27 -16
- package/api/resources/serviceLines/client/Client.d.ts +2 -10
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +34 -4
- package/api/resources/serviceLines/resources/v2/client/Client.js +261 -61
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +28 -0
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +68 -0
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/client/index.js +3 -1
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +40 -0
- package/api/resources/serviceLines/resources/v2/client/updateUniversal.js +90 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -9
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -45
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +7 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +47 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +9 -9
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -47
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +7 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +49 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -45
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +45 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +13 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +12 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +7 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +7 -0
- package/api/resources/superbills/client/Client.d.ts +2 -10
- package/api/resources/superbills/resources/v1/client/Client.d.ts +7 -2
- package/api/resources/superbills/resources/v1/client/Client.js +39 -24
- package/api/resources/superbills/resources/v1/client/index.d.ts +1 -1
- package/api/resources/superbills/resources/v1/client/index.js +4 -4
- package/api/resources/tasks/client/Client.d.ts +2 -10
- package/api/resources/tasks/resources/v3/client/Client.d.ts +15 -6
- package/api/resources/tasks/resources/v3/client/Client.js +168 -96
- package/api/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +10 -30
- package/api/resources/writeOffs/client/Client.d.ts +2 -10
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +19 -9
- package/api/resources/writeOffs/resources/v1/client/Client.js +160 -90
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/index.js +4 -4
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +4 -12
- package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -7
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +12 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +5 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/types/index.js +1 -0
- package/core/auth/AuthProvider.d.ts +4 -0
- package/core/auth/AuthProvider.js +2 -0
- package/core/auth/AuthRequest.d.ts +9 -0
- package/core/auth/AuthRequest.js +2 -0
- package/core/auth/BasicAuth.js +3 -3
- package/core/base64.d.ts +2 -0
- package/core/base64.js +26 -0
- package/core/fetcher/APIResponse.d.ts +10 -0
- package/core/fetcher/BinaryResponse.d.ts +20 -0
- package/core/fetcher/BinaryResponse.js +17 -0
- package/core/fetcher/Fetcher.d.ts +4 -3
- package/core/fetcher/Fetcher.js +32 -12
- package/core/fetcher/Headers.d.ts +2 -0
- package/core/fetcher/Headers.js +84 -0
- package/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/core/fetcher/HttpResponsePromise.js +103 -0
- package/core/fetcher/RawResponse.d.ts +29 -0
- package/core/fetcher/RawResponse.js +44 -0
- package/core/fetcher/ResponseWithBody.d.ts +4 -0
- package/core/fetcher/ResponseWithBody.js +6 -0
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.js +3 -7
- package/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/core/fetcher/getErrorResponseBody.js +44 -0
- package/core/fetcher/getFetchFn.js +3 -3
- package/core/fetcher/getResponseBody.js +34 -32
- package/core/fetcher/index.d.ts +5 -1
- package/core/fetcher/index.js +7 -1
- package/core/fetcher/requestWithRetries.js +44 -8
- package/core/form-data-utils/FormDataWrapper.d.ts +4 -0
- package/core/form-data-utils/FormDataWrapper.js +58 -13
- package/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
- package/core/form-data-utils/encodeAsFormParameter.js +12 -0
- package/core/form-data-utils/index.d.ts +1 -0
- package/core/form-data-utils/index.js +3 -0
- package/core/headers.d.ts +3 -0
- package/core/headers.js +29 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +3 -1
- package/core/runtime/runtime.js +0 -1
- package/core/schemas/builders/lazy/index.d.ts +1 -1
- package/core/schemas/builders/literals/index.d.ts +1 -1
- package/core/schemas/builders/literals/index.js +3 -3
- package/core/schemas/builders/object/index.d.ts +2 -2
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +1 -1
- package/core/schemas/builders/schema-utils/index.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/union/index.d.ts +1 -1
- package/core/schemas/builders/union/types.d.ts +1 -1
- package/core/schemas/builders/union/union.d.ts +1 -1
- package/core/schemas/utils/maybeSkipValidation.js +1 -1
- package/core/url/index.d.ts +2 -0
- package/core/url/index.js +7 -0
- package/core/url/join.d.ts +1 -0
- package/core/url/join.js +69 -0
- package/core/url/qs.d.ts +6 -0
- package/core/url/qs.js +64 -0
- package/dist/Client.d.ts +5 -1
- package/dist/Client.js +10 -4
- package/dist/api/resources/auth/client/Client.d.ts +2 -10
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +7 -12
- package/dist/api/resources/auth/resources/default/client/Client.js +39 -66
- package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -2
- package/dist/api/resources/auth/resources/default/client/index.js +5 -6
- package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +0 -1
- package/dist/api/resources/billingNotes/client/Client.d.ts +2 -10
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +13 -5
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +100 -54
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +4 -4
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/dist/api/resources/chargeCapture/client/Client.d.ts +2 -10
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +278 -117
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +4 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +46 -84
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +2 -10
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +13 -5
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +153 -66
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +26 -48
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +4 -4
- package/dist/api/resources/claims/types/Claim.d.ts +5 -5
- package/dist/api/resources/commons/types/Clearinghouse.d.ts +14 -0
- package/dist/api/resources/commons/types/Clearinghouse.js +16 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -2
- package/dist/api/resources/commons/types/ProcedureModifier.js +11 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/client/Client.d.ts +2 -10
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +30 -7
- package/dist/api/resources/contracts/resources/v2/client/Client.js +179 -93
- package/dist/api/resources/contracts/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/index.js +4 -4
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +15 -1
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +5 -15
- package/dist/api/resources/credentialing/client/Client.d.ts +2 -10
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +25 -11
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +374 -211
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/index.js +4 -4
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +4 -12
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +5 -15
- package/dist/api/resources/customSchemas/client/Client.d.ts +2 -10
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +13 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +154 -89
- package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.d.ts +13 -6
- package/dist/api/resources/diagnoses/client/Client.js +101 -56
- package/dist/api/resources/diagnoses/client/index.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/index.js +4 -4
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/dist/api/resources/eligibility/client/Client.d.ts +2 -10
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +11 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +102 -52
- package/dist/api/resources/encounterAttachments/client/Client.d.ts +2 -10
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +11 -4
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +74 -37
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/encounterProviders/client/Client.d.ts +2 -10
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +29 -13
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +449 -238
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -1
- package/dist/api/resources/encounters/client/Client.d.ts +2 -10
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +60 -46
- package/dist/api/resources/encounters/resources/v4/client/Client.js +217 -136
- 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/index.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/index.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +14 -40
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +27 -41
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +10 -11
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +27 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +3 -36
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +9 -4
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +10 -16
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +14 -21
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -3
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +17 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +7 -4
- package/dist/api/resources/encounters/resources/v4/types/index.js +7 -4
- package/dist/api/resources/encountersUniversal/index.d.ts +1 -0
- package/dist/api/resources/encountersUniversal/index.js +17 -0
- package/dist/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.d.ts → encountersUniversal/types/UniversalEncounterCreateBase.d.ts} +9 -70
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +5 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +40 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +5 -0
- package/dist/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.d.ts → encountersUniversal/types/UniversalEncounterUpdateBase.d.ts} +9 -18
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +5 -0
- package/dist/api/resources/encountersUniversal/types/index.d.ts +3 -0
- package/dist/api/resources/encountersUniversal/types/index.js +19 -0
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +2 -10
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +7 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +27 -16
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +9 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +79 -46
- package/dist/api/resources/exports/client/Client.d.ts +2 -10
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +7 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +39 -27
- package/dist/api/resources/exports/resources/v3/client/index.d.ts +1 -1
- package/dist/api/resources/exports/resources/v3/client/index.js +4 -4
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +2 -10
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +7 -2
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +28 -20
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +4 -4
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -3
- package/dist/api/resources/feeSchedules/client/Client.d.ts +2 -10
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +40 -12
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +413 -199
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +22 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +57 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +2 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +6 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -6
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +2 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.js +1 -0
- package/dist/api/resources/guarantor/client/Client.d.ts +2 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +11 -4
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +91 -50
- package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +2 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +2 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
- package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +2 -10
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +9 -3
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +78 -47
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +433 -40
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +12 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -52
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +14 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +3 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +6 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +24 -5
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +5 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +6 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +6 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -2
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -2
- package/dist/api/resources/importInvoice/client/Client.d.ts +2 -10
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +13 -5
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +142 -82
- package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +4 -4
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +7 -21
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/individual/types/Patient.d.ts +2 -0
- package/dist/api/resources/individual/types/PatientBase.d.ts +2 -2
- package/dist/api/resources/individual/types/PatientCreate.d.ts +2 -0
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +3 -2
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +3 -2
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +2 -10
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +11 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +86 -47
- package/dist/api/resources/insurancePayments/client/Client.d.ts +2 -10
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +9 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +78 -50
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +3 -9
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +2 -10
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +188 -108
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +3 -9
- package/dist/api/resources/medicationDispense/client/Client.d.ts +2 -10
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +7 -2
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +39 -24
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +2 -10
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +188 -108
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +3 -9
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +2 -10
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +188 -108
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +3 -9
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +2 -10
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +19 -8
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +252 -143
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -6
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +3 -9
- package/dist/api/resources/organizationProviders/client/Client.d.ts +2 -10
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +5 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +13 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +142 -82
- package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +4 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +8 -24
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +2 -10
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +28 -6
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +261 -100
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +68 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +6 -5
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +8 -12
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +4 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +4 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +4 -0
- package/dist/api/resources/patientAr/client/Client.d.ts +2 -10
- package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +9 -3
- package/dist/api/resources/patientAr/resources/v1/client/Client.js +78 -50
- package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/patientAr/resources/v1/client/index.js +4 -4
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +2 -6
- package/dist/api/resources/patientPayments/client/Client.d.ts +2 -10
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +15 -6
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +188 -108
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +4 -4
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -12
- package/dist/api/resources/patientRefunds/client/Client.d.ts +2 -10
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +188 -108
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -12
- package/dist/api/resources/payerPlanGroups/client/Client.d.ts +2 -10
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +192 -112
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +3 -9
- package/dist/api/resources/payers/client/Client.d.ts +5 -10
- package/dist/api/resources/payers/client/Client.js +5 -0
- package/dist/api/resources/payers/resources/index.d.ts +1 -0
- package/dist/api/resources/payers/resources/index.js +2 -1
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +9 -3
- package/dist/api/resources/payers/resources/v3/client/Client.js +54 -34
- package/dist/api/resources/payers/resources/v3/client/index.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/client/index.js +4 -4
- package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -3
- package/dist/api/resources/payers/resources/v4/client/Client.d.ts +51 -0
- package/dist/api/resources/payers/resources/v4/client/Client.js +177 -0
- package/dist/api/resources/payers/resources/v4/client/get.d.ts +22 -0
- package/dist/api/resources/payers/resources/v4/client/get.js +57 -0
- package/dist/api/resources/payers/resources/v4/client/getAll.d.ts +22 -0
- package/dist/api/resources/payers/resources/v4/client/getAll.js +57 -0
- package/dist/api/resources/payers/resources/v4/client/index.d.ts +3 -0
- package/dist/api/resources/payers/resources/v4/client/index.js +42 -0
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +14 -0
- package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +5 -0
- package/dist/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payers/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/payers/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/payers/resources/v4/index.js +18 -0
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
- package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +5 -0
- package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +16 -0
- package/dist/api/resources/payers/resources/v4/types/Payer.js +5 -0
- package/dist/api/resources/payers/resources/v4/types/PayerIds.d.ts +11 -0
- package/dist/api/resources/payers/resources/v4/types/PayerIds.js +5 -0
- package/dist/api/resources/payers/resources/v4/types/PayerPage.d.ts +7 -0
- package/dist/api/resources/payers/resources/v4/types/PayerPage.js +5 -0
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.d.ts +8 -0
- package/dist/api/resources/payers/resources/v4/types/PayerUuid.js +9 -0
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +11 -0
- package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +5 -0
- package/dist/api/resources/payers/resources/v4/types/SupportState.d.ts +9 -0
- package/dist/api/resources/payers/resources/v4/types/SupportState.js +11 -0
- package/dist/api/resources/payers/resources/v4/types/index.d.ts +7 -0
- package/dist/api/resources/payers/resources/v4/types/index.js +23 -0
- package/dist/api/resources/preEncounter/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +22 -11
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +254 -147
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +2 -6
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -1
- 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/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -14
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +296 -163
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +17 -7
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +160 -88
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +175 -99
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +9 -3
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +67 -44
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +4 -4
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -9
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -6
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +13 -5
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +100 -51
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +41 -27
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +435 -221
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +68 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +6 -5
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +2 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +2 -10
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +15 -6
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +127 -67
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
- package/dist/api/resources/serviceFacility/client/Client.d.ts +7 -2
- package/dist/api/resources/serviceFacility/client/Client.js +27 -16
- package/dist/api/resources/serviceLines/client/Client.d.ts +2 -10
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +34 -4
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +261 -61
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +28 -0
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +68 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +3 -1
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +40 -0
- package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.js +90 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -9
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -45
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +7 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +47 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +9 -9
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -47
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +7 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +49 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -45
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +45 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +13 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +12 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +7 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +7 -0
- package/dist/api/resources/superbills/client/Client.d.ts +2 -10
- package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +7 -2
- package/dist/api/resources/superbills/resources/v1/client/Client.js +39 -24
- package/dist/api/resources/superbills/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/superbills/resources/v1/client/index.js +4 -4
- package/dist/api/resources/tasks/client/Client.d.ts +2 -10
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +15 -6
- package/dist/api/resources/tasks/resources/v3/client/Client.js +168 -96
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/index.js +4 -4
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +10 -30
- package/dist/api/resources/writeOffs/client/Client.d.ts +2 -10
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +19 -9
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +160 -90
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +4 -4
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +4 -12
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -7
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +12 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +5 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +1 -0
- package/dist/core/auth/AuthProvider.d.ts +4 -0
- package/dist/core/auth/AuthProvider.js +2 -0
- package/dist/core/auth/AuthRequest.d.ts +9 -0
- package/dist/core/auth/AuthRequest.js +2 -0
- package/dist/core/auth/BasicAuth.js +3 -3
- package/dist/core/base64.d.ts +2 -0
- package/dist/core/base64.js +26 -0
- package/dist/core/fetcher/APIResponse.d.ts +10 -0
- package/dist/core/fetcher/BinaryResponse.d.ts +20 -0
- package/dist/core/fetcher/BinaryResponse.js +17 -0
- package/dist/core/fetcher/Fetcher.d.ts +4 -3
- package/dist/core/fetcher/Fetcher.js +32 -12
- package/dist/core/fetcher/Headers.d.ts +2 -0
- package/dist/core/fetcher/Headers.js +84 -0
- package/dist/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/dist/core/fetcher/HttpResponsePromise.js +103 -0
- package/dist/core/fetcher/RawResponse.d.ts +29 -0
- package/dist/core/fetcher/RawResponse.js +44 -0
- package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
- package/dist/core/fetcher/ResponseWithBody.js +6 -0
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.js +3 -7
- package/dist/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/core/fetcher/getErrorResponseBody.js +44 -0
- package/dist/core/fetcher/getFetchFn.js +3 -3
- package/dist/core/fetcher/getResponseBody.js +34 -32
- package/dist/core/fetcher/index.d.ts +5 -1
- package/dist/core/fetcher/index.js +7 -1
- package/dist/core/fetcher/requestWithRetries.js +44 -8
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +4 -0
- package/dist/core/form-data-utils/FormDataWrapper.js +58 -13
- package/dist/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
- package/dist/core/form-data-utils/encodeAsFormParameter.js +12 -0
- package/dist/core/form-data-utils/index.d.ts +1 -0
- package/dist/core/form-data-utils/index.js +3 -0
- package/dist/core/headers.d.ts +3 -0
- package/dist/core/headers.js +29 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.js +3 -1
- package/dist/core/runtime/runtime.js +0 -1
- package/dist/core/schemas/builders/lazy/index.d.ts +1 -1
- package/dist/core/schemas/builders/literals/index.d.ts +1 -1
- package/dist/core/schemas/builders/literals/index.js +3 -3
- package/dist/core/schemas/builders/object/index.d.ts +2 -2
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/index.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/union/index.d.ts +1 -1
- package/dist/core/schemas/builders/union/types.d.ts +1 -1
- package/dist/core/schemas/builders/union/union.d.ts +1 -1
- package/dist/core/schemas/utils/maybeSkipValidation.js +1 -1
- package/dist/core/url/index.d.ts +2 -0
- package/dist/core/url/index.js +7 -0
- package/dist/core/url/join.d.ts +1 -0
- package/dist/core/url/join.js +69 -0
- package/dist/core/url/qs.d.ts +6 -0
- package/dist/core/url/qs.js +64 -0
- package/dist/errors/CandidApiError.d.ts +4 -1
- package/dist/errors/CandidApiError.js +4 -7
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/auth/resources/default/client/requests/index.js +1 -3
- package/dist/serialization/resources/commons/types/Clearinghouse.d.ts +10 -0
- package/dist/serialization/resources/commons/types/Clearinghouse.js +50 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +11 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/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/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +0 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -4
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +22 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +55 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -28
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +4 -28
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +0 -2
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +0 -2
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +11 -0
- package/{serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js} +3 -5
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +49 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +7 -4
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +7 -4
- package/dist/serialization/resources/encountersUniversal/index.d.ts +1 -0
- package/dist/serialization/resources/encountersUniversal/index.js +17 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +50 -0
- package/{serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js → dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js} +21 -31
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +36 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +69 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
- package/dist/serialization/resources/{encounters/resources/v4/client/requests/EncounterUpdate.js → encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
- package/dist/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
- package/dist/serialization/resources/encountersUniversal/types/index.js +19 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +9 -0
- package/dist/serialization/resources/{auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → feeSchedules/resources/v3/client/hardDeleteRatesByIds.js} +3 -5
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +2 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +44 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +3 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -0
- package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +10 -1
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -12
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -14
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +2 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +1 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +19 -1
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -2
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -2
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +3 -2
- package/dist/serialization/resources/individual/types/Patient.d.ts +1 -0
- package/dist/serialization/resources/individual/types/Patient.js +1 -0
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +1 -0
- package/dist/serialization/resources/individual/types/PatientCreate.js +1 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +1 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +1 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +15 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +71 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +2 -1
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +3 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +3 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +3 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +3 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +3 -0
- package/dist/serialization/resources/payers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/payers/resources/index.js +2 -1
- package/dist/serialization/resources/payers/resources/v4/index.d.ts +1 -0
- package/dist/serialization/resources/payers/resources/v4/index.js +17 -0
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
- package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +51 -0
- package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +22 -0
- package/dist/serialization/resources/payers/resources/v4/types/Payer.js +53 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +14 -0
- package/{serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js → dist/serialization/resources/payers/resources/v4/types/PayerIds.js} +6 -45
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +14 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerPage.js +47 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.js +45 -0
- package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +14 -0
- package/dist/serialization/resources/{healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js → payers/resources/v4/types/PrimaryPayerIds.js} +6 -45
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.d.ts +10 -0
- package/dist/serialization/resources/payers/resources/v4/types/SupportState.js +41 -0
- package/dist/serialization/resources/payers/resources/v4/types/index.d.ts +7 -0
- package/dist/serialization/resources/payers/resources/v4/types/index.js +23 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +45 -0
- 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/Subscriber.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +15 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +71 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +3 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +25 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +83 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -23
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -24
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +13 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +46 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +32 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +63 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -27
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -28
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +13 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +46 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +36 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +67 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -24
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -25
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +34 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +65 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +19 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +52 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +18 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +51 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +7 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +7 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -7
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -8
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +48 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/errors/CandidApiError.d.ts +4 -1
- package/errors/CandidApiError.js +4 -7
- package/index.d.ts +2 -2
- package/index.js +5 -5
- package/jest.config.mjs +37 -3
- package/package.json +18 -12
- package/reference.md +474 -116
- package/scripts/rename-to-esm-files.js +10 -2
- package/serialization/resources/auth/resources/default/client/requests/index.d.ts +0 -1
- package/serialization/resources/auth/resources/default/client/requests/index.js +1 -3
- package/serialization/resources/commons/types/Clearinghouse.d.ts +10 -0
- package/serialization/resources/commons/types/Clearinghouse.js +50 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +11 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/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/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/index.js +0 -4
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +3 -4
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +3 -4
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -2
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +2 -2
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +22 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +55 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -28
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +4 -28
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +0 -2
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +0 -2
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +11 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +41 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +49 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +7 -4
- package/serialization/resources/encounters/resources/v4/types/index.js +7 -4
- package/serialization/resources/encountersUniversal/index.d.ts +1 -0
- package/serialization/resources/encountersUniversal/index.js +17 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +50 -0
- package/{dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js → serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js} +21 -31
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +36 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +69 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
- package/serialization/resources/{encounters/resources/v4/client/requests/EncounterUpdate.js → encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
- package/serialization/resources/encountersUniversal/types/index.d.ts +3 -0
- package/serialization/resources/encountersUniversal/types/index.js +19 -0
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +9 -0
- package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +41 -0
- package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +2 -1
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +13 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +44 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/index.d.ts +1 -0
- package/serialization/resources/feeSchedules/resources/v3/client/requests/index.js +3 -1
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +4 -1
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -0
- package/serialization/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/serialization/resources/financials/types/PatientTransactionSource.js +10 -1
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -12
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -14
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +2 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +1 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +19 -1
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -2
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -2
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +3 -2
- package/serialization/resources/individual/types/Patient.d.ts +1 -0
- package/serialization/resources/individual/types/Patient.js +1 -0
- package/serialization/resources/individual/types/PatientCreate.d.ts +1 -0
- package/serialization/resources/individual/types/PatientCreate.js +1 -0
- package/serialization/resources/individual/types/PatientUpdate.d.ts +1 -0
- package/serialization/resources/individual/types/PatientUpdate.js +1 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -0
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +15 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +71 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +2 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +3 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +3 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +3 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +3 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +3 -0
- package/serialization/resources/payers/resources/index.d.ts +1 -0
- package/serialization/resources/payers/resources/index.js +2 -1
- package/serialization/resources/payers/resources/v4/index.d.ts +1 -0
- package/serialization/resources/payers/resources/v4/index.js +17 -0
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +20 -0
- package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +51 -0
- package/serialization/resources/payers/resources/v4/types/Payer.d.ts +22 -0
- package/serialization/resources/payers/resources/v4/types/Payer.js +53 -0
- package/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +14 -0
- package/serialization/resources/payers/resources/v4/types/PayerIds.js +45 -0
- package/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +14 -0
- package/serialization/resources/payers/resources/v4/types/PayerPage.js +47 -0
- package/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +10 -0
- package/serialization/resources/payers/resources/v4/types/PayerUuid.js +45 -0
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +14 -0
- package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +45 -0
- package/serialization/resources/payers/resources/v4/types/SupportState.d.ts +10 -0
- package/serialization/resources/payers/resources/v4/types/SupportState.js +41 -0
- package/serialization/resources/payers/resources/v4/types/index.d.ts +7 -0
- package/serialization/resources/payers/resources/v4/types/index.js +23 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +45 -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/Subscriber.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +71 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +44 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +5 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js +44 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +15 -0
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +71 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.js +3 -1
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +25 -0
- package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +83 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -23
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +5 -24
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +13 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +46 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +32 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +63 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -27
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -28
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +13 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +46 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +36 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +67 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -24
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -25
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +34 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +65 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +19 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +52 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +18 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +51 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +7 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +7 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -7
- package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +5 -8
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +17 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +48 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -13
- package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -4230
- package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1064
- package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -174
- package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -50
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -13
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -4230
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1064
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -174
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -50
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -12
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -60
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +0 -48
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +0 -7
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -10
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1098
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -10
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -60
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +0 -48
- package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/serialization/resources/encounters/resources/v4/client/requests/index.js +0 -7
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -10
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1098
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -10
- /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterCreate.js +0 -0
- /package/api/resources/{auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js} +0 -0
- /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterUpdate.js +0 -0
- /package/{dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.js → api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js} +0 -0
|
@@ -1,1064 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.CodeListQualifierCode = void 0;
|
|
7
|
-
exports.CodeListQualifierCode = {
|
|
8
|
-
C0: "0",
|
|
9
|
-
C1: "1",
|
|
10
|
-
C2: "2",
|
|
11
|
-
C3: "3",
|
|
12
|
-
C4: "4",
|
|
13
|
-
C5: "5",
|
|
14
|
-
C7: "7",
|
|
15
|
-
C8: "8",
|
|
16
|
-
C10: "10",
|
|
17
|
-
C11: "11",
|
|
18
|
-
C12: "12",
|
|
19
|
-
C13: "13",
|
|
20
|
-
C14: "14",
|
|
21
|
-
C15: "15",
|
|
22
|
-
C16: "16",
|
|
23
|
-
C17: "17",
|
|
24
|
-
C18: "18",
|
|
25
|
-
C19: "19",
|
|
26
|
-
C20: "20",
|
|
27
|
-
C21: "21",
|
|
28
|
-
C22: "22",
|
|
29
|
-
C23: "23",
|
|
30
|
-
C24: "24",
|
|
31
|
-
C25: "25",
|
|
32
|
-
C26: "26",
|
|
33
|
-
C27: "27",
|
|
34
|
-
C28: "28",
|
|
35
|
-
C29: "29",
|
|
36
|
-
C30: "30",
|
|
37
|
-
C31: "31",
|
|
38
|
-
C32: "32",
|
|
39
|
-
C33: "33",
|
|
40
|
-
C34: "34",
|
|
41
|
-
C35: "35",
|
|
42
|
-
C36: "36",
|
|
43
|
-
C37: "37",
|
|
44
|
-
C38: "38",
|
|
45
|
-
C39: "39",
|
|
46
|
-
C40: "40",
|
|
47
|
-
C41: "41",
|
|
48
|
-
C42: "42",
|
|
49
|
-
C43: "43",
|
|
50
|
-
C44: "44",
|
|
51
|
-
C45: "45",
|
|
52
|
-
C46: "46",
|
|
53
|
-
C47: "47",
|
|
54
|
-
C48: "48",
|
|
55
|
-
C49: "49",
|
|
56
|
-
C50: "50",
|
|
57
|
-
C52: "52",
|
|
58
|
-
C53: "53",
|
|
59
|
-
C54: "54",
|
|
60
|
-
C55: "55",
|
|
61
|
-
C56: "56",
|
|
62
|
-
C57: "57",
|
|
63
|
-
C58: "58",
|
|
64
|
-
C59: "59",
|
|
65
|
-
C60: "60",
|
|
66
|
-
C61: "61",
|
|
67
|
-
C62: "62",
|
|
68
|
-
C63: "63",
|
|
69
|
-
C65: "65",
|
|
70
|
-
C66: "66",
|
|
71
|
-
C67: "67",
|
|
72
|
-
C68: "68",
|
|
73
|
-
C69: "69",
|
|
74
|
-
C71: "71",
|
|
75
|
-
C72: "72",
|
|
76
|
-
C73: "73",
|
|
77
|
-
C74: "74",
|
|
78
|
-
C75: "75",
|
|
79
|
-
C78: "78",
|
|
80
|
-
C79: "79",
|
|
81
|
-
C80: "80",
|
|
82
|
-
C81: "81",
|
|
83
|
-
C82: "82",
|
|
84
|
-
C83: "83",
|
|
85
|
-
C84: "84",
|
|
86
|
-
C85: "85",
|
|
87
|
-
C87: "87",
|
|
88
|
-
C88: "88",
|
|
89
|
-
C89: "89",
|
|
90
|
-
C90: "90",
|
|
91
|
-
C91: "91",
|
|
92
|
-
C92: "92",
|
|
93
|
-
C93: "93",
|
|
94
|
-
C94: "94",
|
|
95
|
-
C95: "95",
|
|
96
|
-
C96: "96",
|
|
97
|
-
C97: "97",
|
|
98
|
-
C98: "98",
|
|
99
|
-
C99: "99",
|
|
100
|
-
C100: "100",
|
|
101
|
-
C101: "101",
|
|
102
|
-
C102: "102",
|
|
103
|
-
C103: "103",
|
|
104
|
-
C104: "104",
|
|
105
|
-
C105: "105",
|
|
106
|
-
C106: "106",
|
|
107
|
-
C107: "107",
|
|
108
|
-
C108: "108",
|
|
109
|
-
C109: "109",
|
|
110
|
-
Ca: "A",
|
|
111
|
-
Cb: "B",
|
|
112
|
-
Cc: "C",
|
|
113
|
-
Cd: "D",
|
|
114
|
-
Ce: "E",
|
|
115
|
-
Cf: "F",
|
|
116
|
-
Cg: "G",
|
|
117
|
-
Ch: "H",
|
|
118
|
-
Ci: "I",
|
|
119
|
-
Cj: "J",
|
|
120
|
-
Ck: "K",
|
|
121
|
-
Cl: "L",
|
|
122
|
-
Cm: "M",
|
|
123
|
-
Cn: "N",
|
|
124
|
-
Co: "O",
|
|
125
|
-
Cp: "P",
|
|
126
|
-
Cq: "Q",
|
|
127
|
-
Cr: "R",
|
|
128
|
-
Cs: "S",
|
|
129
|
-
Ct: "T",
|
|
130
|
-
Cu: "U",
|
|
131
|
-
Cv: "V",
|
|
132
|
-
Cw: "W",
|
|
133
|
-
Cx: "X",
|
|
134
|
-
Cy: "Y",
|
|
135
|
-
Cz: "Z",
|
|
136
|
-
Ca1: "A1",
|
|
137
|
-
Ca2: "A2",
|
|
138
|
-
Ca3: "A3",
|
|
139
|
-
Ca4: "A4",
|
|
140
|
-
Ca5: "A5",
|
|
141
|
-
Ca6: "A6",
|
|
142
|
-
Ca7: "A7",
|
|
143
|
-
Ca8: "A8",
|
|
144
|
-
Ca9: "A9",
|
|
145
|
-
Caa: "AA",
|
|
146
|
-
Cab: "AB",
|
|
147
|
-
Cac: "AC",
|
|
148
|
-
Cad: "AD",
|
|
149
|
-
Cae: "AE",
|
|
150
|
-
Caf: "AF",
|
|
151
|
-
Cag: "AG",
|
|
152
|
-
Cah: "AH",
|
|
153
|
-
Cai: "AI",
|
|
154
|
-
Caj: "AJ",
|
|
155
|
-
Cak: "AK",
|
|
156
|
-
Cal: "AL",
|
|
157
|
-
Cam: "AM",
|
|
158
|
-
Can: "AN",
|
|
159
|
-
Cao: "AO",
|
|
160
|
-
Caq: "AQ",
|
|
161
|
-
Car: "AR",
|
|
162
|
-
Cas: "AS",
|
|
163
|
-
Cat: "AT",
|
|
164
|
-
Cau: "AU",
|
|
165
|
-
Cav: "AV",
|
|
166
|
-
Caw: "AW",
|
|
167
|
-
Cax: "AX",
|
|
168
|
-
Cay: "AY",
|
|
169
|
-
Caz: "AZ",
|
|
170
|
-
Cba: "BA",
|
|
171
|
-
Cbb: "BB",
|
|
172
|
-
Cbc: "BC",
|
|
173
|
-
Cbd: "BD",
|
|
174
|
-
Cbe: "BE",
|
|
175
|
-
Cbf: "BF",
|
|
176
|
-
Cbg: "BG",
|
|
177
|
-
Cbh: "BH",
|
|
178
|
-
Cbi: "BI",
|
|
179
|
-
Cbj: "BJ",
|
|
180
|
-
Cbk: "BK",
|
|
181
|
-
Cbl: "BL",
|
|
182
|
-
Cbn: "BN",
|
|
183
|
-
Cbo: "BO",
|
|
184
|
-
Cbp: "BP",
|
|
185
|
-
Cbq: "BQ",
|
|
186
|
-
Cbr: "BR",
|
|
187
|
-
Cbs: "BS",
|
|
188
|
-
Cbt: "BT",
|
|
189
|
-
Cbu: "BU",
|
|
190
|
-
Cbv: "BV",
|
|
191
|
-
Cbw: "BW",
|
|
192
|
-
Cbx: "BX",
|
|
193
|
-
Cby: "BY",
|
|
194
|
-
Cbz: "BZ",
|
|
195
|
-
Cc1: "C1",
|
|
196
|
-
Cc2: "C2",
|
|
197
|
-
Cc3: "C3",
|
|
198
|
-
Cca: "CA",
|
|
199
|
-
Ccb: "CB",
|
|
200
|
-
Ccc: "CC",
|
|
201
|
-
Ccd: "CD",
|
|
202
|
-
Cce: "CE",
|
|
203
|
-
Ccf: "CF",
|
|
204
|
-
Ccg: "CG",
|
|
205
|
-
Cch: "CH",
|
|
206
|
-
Cci: "CI",
|
|
207
|
-
Ccj: "CJ",
|
|
208
|
-
Cck: "CK",
|
|
209
|
-
Ccl: "CL",
|
|
210
|
-
Ccm: "CM",
|
|
211
|
-
Ccn: "CN",
|
|
212
|
-
Cco: "CO",
|
|
213
|
-
Ccp: "CP",
|
|
214
|
-
Ccq: "CQ",
|
|
215
|
-
Ccr: "CR",
|
|
216
|
-
Ccs: "CS",
|
|
217
|
-
Cct: "CT",
|
|
218
|
-
Ccu: "CU",
|
|
219
|
-
Ccv: "CV",
|
|
220
|
-
Ccw: "CW",
|
|
221
|
-
Ccz: "CZ",
|
|
222
|
-
Cd1: "D1",
|
|
223
|
-
Cd2: "D2",
|
|
224
|
-
Cd3: "D3",
|
|
225
|
-
Cd4: "D4",
|
|
226
|
-
Cd5: "D5",
|
|
227
|
-
Cda: "DA",
|
|
228
|
-
Cdb: "DB",
|
|
229
|
-
Cdc: "DC",
|
|
230
|
-
Cdd: "DD",
|
|
231
|
-
Cde: "DE",
|
|
232
|
-
Cdf: "DF",
|
|
233
|
-
Cdg: "DG",
|
|
234
|
-
Cdh: "DH",
|
|
235
|
-
Cdi: "DI",
|
|
236
|
-
Cdj: "DJ",
|
|
237
|
-
Cdk: "DK",
|
|
238
|
-
Cdl: "DL",
|
|
239
|
-
Cdm: "DM",
|
|
240
|
-
Cdn: "DN",
|
|
241
|
-
Cdo: "DO",
|
|
242
|
-
Cdp: "DP",
|
|
243
|
-
Cdq: "DQ",
|
|
244
|
-
Cdr: "DR",
|
|
245
|
-
Cds: "DS",
|
|
246
|
-
Cdt: "DT",
|
|
247
|
-
Cdu: "DU",
|
|
248
|
-
Cdw: "DW",
|
|
249
|
-
Cdx: "DX",
|
|
250
|
-
Cdy: "DY",
|
|
251
|
-
Cdz: "DZ",
|
|
252
|
-
Cea: "EA",
|
|
253
|
-
Ceb: "EB",
|
|
254
|
-
Cec: "EC",
|
|
255
|
-
Ced: "ED",
|
|
256
|
-
Cee: "EE",
|
|
257
|
-
Cef: "EF",
|
|
258
|
-
Ceg: "EG",
|
|
259
|
-
Ceh: "EH",
|
|
260
|
-
Cei: "EI",
|
|
261
|
-
Cej: "EJ",
|
|
262
|
-
Cek: "EK",
|
|
263
|
-
Cel: "EL",
|
|
264
|
-
Cem: "EM",
|
|
265
|
-
Cen: "EN",
|
|
266
|
-
Ceo: "EO",
|
|
267
|
-
Ceq: "EQ",
|
|
268
|
-
Cer: "ER",
|
|
269
|
-
Ces: "ES",
|
|
270
|
-
Cet: "ET",
|
|
271
|
-
Ceu: "EU",
|
|
272
|
-
Cev: "EV",
|
|
273
|
-
Cew: "EW",
|
|
274
|
-
Cex: "EX",
|
|
275
|
-
Cey: "EY",
|
|
276
|
-
Cez: "EZ",
|
|
277
|
-
Cfa: "FA",
|
|
278
|
-
Cfb: "FB",
|
|
279
|
-
Cfc: "FC",
|
|
280
|
-
Cfd: "FD",
|
|
281
|
-
Cfe: "FE",
|
|
282
|
-
Cff: "FF",
|
|
283
|
-
Cfg: "FG",
|
|
284
|
-
Cfh: "FH",
|
|
285
|
-
Cfi: "FI",
|
|
286
|
-
Cfj: "FJ",
|
|
287
|
-
Cfk: "FK",
|
|
288
|
-
Cfl: "FL",
|
|
289
|
-
Cfm: "FM",
|
|
290
|
-
Cfn: "FN",
|
|
291
|
-
Cfo: "FO",
|
|
292
|
-
Cfp: "FP",
|
|
293
|
-
Cfq: "FQ",
|
|
294
|
-
Cfr: "FR",
|
|
295
|
-
Cfs: "FS",
|
|
296
|
-
Cft: "FT",
|
|
297
|
-
Cfu: "FU",
|
|
298
|
-
Cfv: "FV",
|
|
299
|
-
Cfw: "FW",
|
|
300
|
-
Cfx: "FX",
|
|
301
|
-
Cfz: "FZ",
|
|
302
|
-
Cg1: "G1",
|
|
303
|
-
Cga: "GA",
|
|
304
|
-
Cgb: "GB",
|
|
305
|
-
Cgc: "GC",
|
|
306
|
-
Cgd: "GD",
|
|
307
|
-
Cge: "GE",
|
|
308
|
-
Cgf: "GF",
|
|
309
|
-
Cgg: "GG",
|
|
310
|
-
Cgi: "GI",
|
|
311
|
-
Cgj: "GJ",
|
|
312
|
-
Cgk: "GK",
|
|
313
|
-
Cgq: "GQ",
|
|
314
|
-
Cgr: "GR",
|
|
315
|
-
Cgs: "GS",
|
|
316
|
-
Cgt: "GT",
|
|
317
|
-
Cgu: "GU",
|
|
318
|
-
Cgv: "GV",
|
|
319
|
-
Cgw: "GW",
|
|
320
|
-
Cgx: "GX",
|
|
321
|
-
Cgy: "GY",
|
|
322
|
-
Cgz: "GZ",
|
|
323
|
-
Cha: "HA",
|
|
324
|
-
Chb: "HB",
|
|
325
|
-
Chc: "HC",
|
|
326
|
-
Chd: "HD",
|
|
327
|
-
Che: "HE",
|
|
328
|
-
Chf: "HF",
|
|
329
|
-
Chg: "HG",
|
|
330
|
-
Chi: "HI",
|
|
331
|
-
Chj: "HJ",
|
|
332
|
-
Chk: "HK",
|
|
333
|
-
Chl: "HL",
|
|
334
|
-
Chm: "HM",
|
|
335
|
-
Chs: "HS",
|
|
336
|
-
Cic: "IC",
|
|
337
|
-
Cid: "ID",
|
|
338
|
-
Cif: "IF",
|
|
339
|
-
Ciq: "IQ",
|
|
340
|
-
Cit: "IT",
|
|
341
|
-
Cj0: "J0",
|
|
342
|
-
Cj1: "J1",
|
|
343
|
-
Cj2: "J2",
|
|
344
|
-
Cj3: "J3",
|
|
345
|
-
Cj4: "J4",
|
|
346
|
-
Cj5: "J5",
|
|
347
|
-
Cj6: "J6",
|
|
348
|
-
Cj7: "J7",
|
|
349
|
-
Cj8: "J8",
|
|
350
|
-
Cj9: "J9",
|
|
351
|
-
Cja: "JA",
|
|
352
|
-
Cjb: "JB",
|
|
353
|
-
Cjc: "JC",
|
|
354
|
-
Cjd: "JD",
|
|
355
|
-
Cje: "JE",
|
|
356
|
-
Cjf: "JF",
|
|
357
|
-
Cjg: "JG",
|
|
358
|
-
Cjh: "JH",
|
|
359
|
-
Cji: "JI",
|
|
360
|
-
Cjk: "JK",
|
|
361
|
-
Cjl: "JL",
|
|
362
|
-
Cjm: "JM",
|
|
363
|
-
Cjn: "JN",
|
|
364
|
-
Cjo: "JO",
|
|
365
|
-
Cjp: "JP",
|
|
366
|
-
Cka: "KA",
|
|
367
|
-
Ckb: "KB",
|
|
368
|
-
Ckc: "KC",
|
|
369
|
-
Ckd: "KD",
|
|
370
|
-
Cke: "KE",
|
|
371
|
-
Ckf: "KF",
|
|
372
|
-
Ckg: "KG",
|
|
373
|
-
Ckh: "KH",
|
|
374
|
-
Cki: "KI",
|
|
375
|
-
Ckj: "KJ",
|
|
376
|
-
Ckk: "KK",
|
|
377
|
-
Ckl: "KL",
|
|
378
|
-
Ckm: "KM",
|
|
379
|
-
Cko: "KO",
|
|
380
|
-
Ckp: "KP",
|
|
381
|
-
Ckq: "KQ",
|
|
382
|
-
Cks: "KS",
|
|
383
|
-
Ckt: "KT",
|
|
384
|
-
Cku: "KU",
|
|
385
|
-
Ckw: "KW",
|
|
386
|
-
Ckz: "KZ",
|
|
387
|
-
Cla: "LA",
|
|
388
|
-
Clb: "LB",
|
|
389
|
-
Clc: "LC",
|
|
390
|
-
Cld: "LD",
|
|
391
|
-
Cle: "LE",
|
|
392
|
-
Clf: "LF",
|
|
393
|
-
Clg: "LG",
|
|
394
|
-
Clh: "LH",
|
|
395
|
-
Clj: "LJ",
|
|
396
|
-
Clk: "LK",
|
|
397
|
-
Clm: "LM",
|
|
398
|
-
Cln: "LN",
|
|
399
|
-
Clo: "LO",
|
|
400
|
-
Clp: "LP",
|
|
401
|
-
Clq: "LQ",
|
|
402
|
-
Clr: "LR",
|
|
403
|
-
Cls: "LS",
|
|
404
|
-
Clt: "LT",
|
|
405
|
-
Clz: "LZ",
|
|
406
|
-
Cma: "MA",
|
|
407
|
-
Cmb: "MB",
|
|
408
|
-
Cmc: "MC",
|
|
409
|
-
Cme: "ME",
|
|
410
|
-
Cmi: "MI",
|
|
411
|
-
Cmj: "MJ",
|
|
412
|
-
Cmk: "MK",
|
|
413
|
-
Cml: "ML",
|
|
414
|
-
Cmn: "MN",
|
|
415
|
-
Cms: "MS",
|
|
416
|
-
Cmt: "MT",
|
|
417
|
-
Cna: "NA",
|
|
418
|
-
Cnb: "NB",
|
|
419
|
-
Cnc: "NC",
|
|
420
|
-
Cnd: "ND",
|
|
421
|
-
Cne: "NE",
|
|
422
|
-
Cnf: "NF",
|
|
423
|
-
Cnh: "NH",
|
|
424
|
-
Cni: "NI",
|
|
425
|
-
Cnj: "NJ",
|
|
426
|
-
Cnk: "NK",
|
|
427
|
-
Cnp: "NP",
|
|
428
|
-
Cnr: "NR",
|
|
429
|
-
Cns: "NS",
|
|
430
|
-
Cnt: "NT",
|
|
431
|
-
Co1: "O1",
|
|
432
|
-
Co2: "O2",
|
|
433
|
-
Co3: "O3",
|
|
434
|
-
Co4: "O4",
|
|
435
|
-
Coc: "OC",
|
|
436
|
-
Cpa: "PA",
|
|
437
|
-
Cpb: "PB",
|
|
438
|
-
Cpc: "PC",
|
|
439
|
-
Cpd: "PD",
|
|
440
|
-
Cpi: "PI",
|
|
441
|
-
Cpl: "PL",
|
|
442
|
-
Cpr: "PR",
|
|
443
|
-
Cps: "PS",
|
|
444
|
-
Cpt: "PT",
|
|
445
|
-
Cqa: "QA",
|
|
446
|
-
Cqb: "QB",
|
|
447
|
-
Cqc: "QC",
|
|
448
|
-
Cqe: "QE",
|
|
449
|
-
Cqf: "QF",
|
|
450
|
-
Cqg: "QG",
|
|
451
|
-
Cqh: "QH",
|
|
452
|
-
Cqi: "QI",
|
|
453
|
-
Cqj: "QJ",
|
|
454
|
-
Cqk: "QK",
|
|
455
|
-
Cqs: "QS",
|
|
456
|
-
Cqt: "QT",
|
|
457
|
-
Cr1: "R1",
|
|
458
|
-
Cr2: "R2",
|
|
459
|
-
Cr3: "R3",
|
|
460
|
-
Cr4: "R4",
|
|
461
|
-
Cra: "RA",
|
|
462
|
-
Crc: "RC",
|
|
463
|
-
Crd: "RD",
|
|
464
|
-
Cre: "RE",
|
|
465
|
-
Cri: "RI",
|
|
466
|
-
Crq: "RQ",
|
|
467
|
-
Crt: "RT",
|
|
468
|
-
Crx: "RX",
|
|
469
|
-
Csa: "SA",
|
|
470
|
-
Csb: "SB",
|
|
471
|
-
Csc: "SC",
|
|
472
|
-
Csd: "SD",
|
|
473
|
-
Cse: "SE",
|
|
474
|
-
Csf: "SF",
|
|
475
|
-
Csg: "SG",
|
|
476
|
-
Csh: "SH",
|
|
477
|
-
Csi: "SI",
|
|
478
|
-
Csj: "SJ",
|
|
479
|
-
Csl: "SL",
|
|
480
|
-
Cso: "SO",
|
|
481
|
-
Csp: "SP",
|
|
482
|
-
Csr: "SR",
|
|
483
|
-
Css: "SS",
|
|
484
|
-
Cst: "ST",
|
|
485
|
-
Ctb: "TB",
|
|
486
|
-
Ctc: "TC",
|
|
487
|
-
Ctd: "TD",
|
|
488
|
-
Cte: "TE",
|
|
489
|
-
Ctf: "TF",
|
|
490
|
-
Ctg: "TG",
|
|
491
|
-
Ctl: "TL",
|
|
492
|
-
Ctp: "TP",
|
|
493
|
-
Ctq: "TQ",
|
|
494
|
-
Ctr: "TR",
|
|
495
|
-
Ctt: "TT",
|
|
496
|
-
Ctx: "TX",
|
|
497
|
-
Cty: "TY",
|
|
498
|
-
Cur: "UR",
|
|
499
|
-
Cus: "US",
|
|
500
|
-
Cut: "UT",
|
|
501
|
-
Cuu: "UU",
|
|
502
|
-
Cvp: "VP",
|
|
503
|
-
Cxd: "XD",
|
|
504
|
-
Czz: "ZZ",
|
|
505
|
-
Caaa: "AAA",
|
|
506
|
-
Caad: "AAD",
|
|
507
|
-
Caae: "AAE",
|
|
508
|
-
Caaf: "AAF",
|
|
509
|
-
Caag: "AAG",
|
|
510
|
-
Caah: "AAH",
|
|
511
|
-
Caai: "AAI",
|
|
512
|
-
Caaj: "AAJ",
|
|
513
|
-
Caak: "AAK",
|
|
514
|
-
Caal: "AAL",
|
|
515
|
-
Caam: "AAM",
|
|
516
|
-
Caan: "AAN",
|
|
517
|
-
Caao: "AAO",
|
|
518
|
-
Caap: "AAP",
|
|
519
|
-
Caaq: "AAQ",
|
|
520
|
-
Caar: "AAR",
|
|
521
|
-
Caas: "AAS",
|
|
522
|
-
Caat: "AAT",
|
|
523
|
-
Caau: "AAU",
|
|
524
|
-
Caav: "AAV",
|
|
525
|
-
Caaw: "AAW",
|
|
526
|
-
Caax: "AAX",
|
|
527
|
-
Caay: "AAY",
|
|
528
|
-
Cabf: "ABF",
|
|
529
|
-
Cabj: "ABJ",
|
|
530
|
-
Cabk: "ABK",
|
|
531
|
-
Cabn: "ABN",
|
|
532
|
-
Cabr: "ABR",
|
|
533
|
-
Cabs: "ABS",
|
|
534
|
-
Cabu: "ABU",
|
|
535
|
-
Cabv: "ABV",
|
|
536
|
-
Cacr: "ACR",
|
|
537
|
-
Cadd: "ADD",
|
|
538
|
-
Cadj: "ADJ",
|
|
539
|
-
Cajt: "AJT",
|
|
540
|
-
Calm: "ALM",
|
|
541
|
-
Calp: "ALP",
|
|
542
|
-
Cape: "APE",
|
|
543
|
-
Capr: "APR",
|
|
544
|
-
Cari: "ARI",
|
|
545
|
-
Casd: "ASD",
|
|
546
|
-
Catd: "ATD",
|
|
547
|
-
Catt: "ATT",
|
|
548
|
-
Cbbq: "BBQ",
|
|
549
|
-
Cbbr: "BBR",
|
|
550
|
-
Cbcc: "BCC",
|
|
551
|
-
Cbcr: "BCR",
|
|
552
|
-
Cbpl: "BPL",
|
|
553
|
-
Cbrl: "BRL",
|
|
554
|
-
Cbsl: "BSL",
|
|
555
|
-
Cbsp: "BSP",
|
|
556
|
-
Cbtc: "BTC",
|
|
557
|
-
Cbui: "BUI",
|
|
558
|
-
Ccah: "CAH",
|
|
559
|
-
Ccfi: "CFI",
|
|
560
|
-
Cchg: "CHG",
|
|
561
|
-
Ccie: "CIE",
|
|
562
|
-
Cclp: "CLP",
|
|
563
|
-
Ccml: "CML",
|
|
564
|
-
Ccnc: "CNC",
|
|
565
|
-
Ccog: "COG",
|
|
566
|
-
Ccps: "CPS",
|
|
567
|
-
Ccrc: "CRC",
|
|
568
|
-
Ccsd: "CSD",
|
|
569
|
-
Ccsf: "CSF",
|
|
570
|
-
Cdac: "DAC",
|
|
571
|
-
Cdbs: "DBS",
|
|
572
|
-
Cdgo: "DGO",
|
|
573
|
-
Cdlo: "DLO",
|
|
574
|
-
Cdlp: "DLP",
|
|
575
|
-
Cdof: "DOF",
|
|
576
|
-
Cdpe: "DPE",
|
|
577
|
-
Cdpl: "DPL",
|
|
578
|
-
Cdrl: "DRL",
|
|
579
|
-
Cdsr: "DSR",
|
|
580
|
-
Cdss: "DSS",
|
|
581
|
-
Ceaa: "EAA",
|
|
582
|
-
Ceab: "EAB",
|
|
583
|
-
Ceac: "EAC",
|
|
584
|
-
Cead: "EAD",
|
|
585
|
-
Ceae: "EAE",
|
|
586
|
-
Ceaf: "EAF",
|
|
587
|
-
Ceag: "EAG",
|
|
588
|
-
Ceah: "EAH",
|
|
589
|
-
Ceai: "EAI",
|
|
590
|
-
Ceaj: "EAJ",
|
|
591
|
-
Ceak: "EAK",
|
|
592
|
-
Ceal: "EAL",
|
|
593
|
-
Ceam: "EAM",
|
|
594
|
-
Cean: "EAN",
|
|
595
|
-
Ceao: "EAO",
|
|
596
|
-
Ceap: "EAP",
|
|
597
|
-
Ceaq: "EAQ",
|
|
598
|
-
Cear: "EAR",
|
|
599
|
-
Ceas: "EAS",
|
|
600
|
-
Ceat: "EAT",
|
|
601
|
-
Ceau: "EAU",
|
|
602
|
-
Ceav: "EAV",
|
|
603
|
-
Ceaw: "EAW",
|
|
604
|
-
Ceax: "EAX",
|
|
605
|
-
Ceay: "EAY",
|
|
606
|
-
Ceaz: "EAZ",
|
|
607
|
-
Ceba: "EBA",
|
|
608
|
-
Cebb: "EBB",
|
|
609
|
-
Cebc: "EBC",
|
|
610
|
-
Cebd: "EBD",
|
|
611
|
-
Cebe: "EBE",
|
|
612
|
-
Cebf: "EBF",
|
|
613
|
-
Cebg: "EBG",
|
|
614
|
-
Cebh: "EBH",
|
|
615
|
-
Cebi: "EBI",
|
|
616
|
-
Cebj: "EBJ",
|
|
617
|
-
Cebk: "EBK",
|
|
618
|
-
Cebl: "EBL",
|
|
619
|
-
Cebm: "EBM",
|
|
620
|
-
Cebn: "EBN",
|
|
621
|
-
Cebo: "EBO",
|
|
622
|
-
Cebp: "EBP",
|
|
623
|
-
Cebq: "EBQ",
|
|
624
|
-
Cebr: "EBR",
|
|
625
|
-
Cebs: "EBS",
|
|
626
|
-
Cebt: "EBT",
|
|
627
|
-
Cebu: "EBU",
|
|
628
|
-
Cebv: "EBV",
|
|
629
|
-
Cebw: "EBW",
|
|
630
|
-
Cebx: "EBX",
|
|
631
|
-
Ceby: "EBY",
|
|
632
|
-
Cebz: "EBZ",
|
|
633
|
-
Ceca: "ECA",
|
|
634
|
-
Cecb: "ECB",
|
|
635
|
-
Cecc: "ECC",
|
|
636
|
-
Cecd: "ECD",
|
|
637
|
-
Cece: "ECE",
|
|
638
|
-
Cecf: "ECF",
|
|
639
|
-
Cecg: "ECG",
|
|
640
|
-
Cech: "ECH",
|
|
641
|
-
Ceci: "ECI",
|
|
642
|
-
Cecj: "ECJ",
|
|
643
|
-
Ceck: "ECK",
|
|
644
|
-
Cecl: "ECL",
|
|
645
|
-
Cecm: "ECM",
|
|
646
|
-
Cecn: "ECN",
|
|
647
|
-
Ceco: "ECO",
|
|
648
|
-
Cecp: "ECP",
|
|
649
|
-
Cecq: "ECQ",
|
|
650
|
-
Cecr: "ECR",
|
|
651
|
-
Cecs: "ECS",
|
|
652
|
-
Cect: "ECT",
|
|
653
|
-
Cecu: "ECU",
|
|
654
|
-
Cecv: "ECV",
|
|
655
|
-
Cecw: "ECW",
|
|
656
|
-
Cecx: "ECX",
|
|
657
|
-
Cecy: "ECY",
|
|
658
|
-
Cecz: "ECZ",
|
|
659
|
-
Ceda: "EDA",
|
|
660
|
-
Cedb: "EDB",
|
|
661
|
-
Cedc: "EDC",
|
|
662
|
-
Cedd: "EDD",
|
|
663
|
-
Cede: "EDE",
|
|
664
|
-
Cedf: "EDF",
|
|
665
|
-
Cedg: "EDG",
|
|
666
|
-
Cedh: "EDH",
|
|
667
|
-
Cedi: "EDI",
|
|
668
|
-
Cedj: "EDJ",
|
|
669
|
-
Cedk: "EDK",
|
|
670
|
-
Cedl: "EDL",
|
|
671
|
-
Cedm: "EDM",
|
|
672
|
-
Cedn: "EDN",
|
|
673
|
-
Cedo: "EDO",
|
|
674
|
-
Cedp: "EDP",
|
|
675
|
-
Cedq: "EDQ",
|
|
676
|
-
Cedr: "EDR",
|
|
677
|
-
Ceds: "EDS",
|
|
678
|
-
Cedt: "EDT",
|
|
679
|
-
Cedu: "EDU",
|
|
680
|
-
Cedv: "EDV",
|
|
681
|
-
Cedw: "EDW",
|
|
682
|
-
Cedx: "EDX",
|
|
683
|
-
Cedy: "EDY",
|
|
684
|
-
Cedz: "EDZ",
|
|
685
|
-
Ceea: "EEA",
|
|
686
|
-
Ceeb: "EEB",
|
|
687
|
-
Ceec: "EEC",
|
|
688
|
-
Ceed: "EED",
|
|
689
|
-
Ceee: "EEE",
|
|
690
|
-
Ceef: "EEF",
|
|
691
|
-
Ceeg: "EEG",
|
|
692
|
-
Ceeh: "EEH",
|
|
693
|
-
Ceei: "EEI",
|
|
694
|
-
Ceej: "EEJ",
|
|
695
|
-
Ceek: "EEK",
|
|
696
|
-
Ceel: "EEL",
|
|
697
|
-
Ceem: "EEM",
|
|
698
|
-
Ceen: "EEN",
|
|
699
|
-
Ceeo: "EEO",
|
|
700
|
-
Ceep: "EEP",
|
|
701
|
-
Ceeq: "EEQ",
|
|
702
|
-
Ceer: "EER",
|
|
703
|
-
Cees: "EES",
|
|
704
|
-
Cemc: "EMC",
|
|
705
|
-
Ceqr: "EQR",
|
|
706
|
-
Cesc: "ESC",
|
|
707
|
-
Cesl: "ESL",
|
|
708
|
-
Cetl: "ETL",
|
|
709
|
-
Cewc: "EWC",
|
|
710
|
-
Cewr: "EWR",
|
|
711
|
-
Cexd: "EXD",
|
|
712
|
-
Cfap: "FAP",
|
|
713
|
-
Cfc1: "FC1",
|
|
714
|
-
Cff1: "FF1",
|
|
715
|
-
Cfh1: "FH1",
|
|
716
|
-
Cfir: "FIR",
|
|
717
|
-
Cfl1: "FL1",
|
|
718
|
-
Cfmo: "FMO",
|
|
719
|
-
Cfms: "FMS",
|
|
720
|
-
Cfp1: "FP1",
|
|
721
|
-
Cfrp: "FRP",
|
|
722
|
-
Cft1: "FT1",
|
|
723
|
-
Chrc: "HRC",
|
|
724
|
-
Chzr: "HZR",
|
|
725
|
-
Cibp: "IBP",
|
|
726
|
-
Cimc: "IMC",
|
|
727
|
-
Cimp: "IMP",
|
|
728
|
-
Cind: "IND",
|
|
729
|
-
Cipa: "IPA",
|
|
730
|
-
Cirr: "IRR",
|
|
731
|
-
Cirt: "IRT",
|
|
732
|
-
Cjcl: "JCL",
|
|
733
|
-
Cjol: "JOL",
|
|
734
|
-
Ckyl: "KYL",
|
|
735
|
-
Clin: "LIN",
|
|
736
|
-
Cloc: "LOC",
|
|
737
|
-
Cloi: "LOI",
|
|
738
|
-
Clsc: "LSC",
|
|
739
|
-
Cmac: "MAC",
|
|
740
|
-
Cmcc: "MCC",
|
|
741
|
-
Cmcd: "MCD",
|
|
742
|
-
Cmec: "MEC",
|
|
743
|
-
Cmoc: "MOC",
|
|
744
|
-
Cmoe: "MOE",
|
|
745
|
-
Cmri: "MRI",
|
|
746
|
-
Cnac: "NAC",
|
|
747
|
-
Cnaf: "NAF",
|
|
748
|
-
Cnan: "NAN",
|
|
749
|
-
Cnas: "NAS",
|
|
750
|
-
Cndc: "NDC",
|
|
751
|
-
Cnir: "NIR",
|
|
752
|
-
Cnpc: "NPC",
|
|
753
|
-
Cnub: "NUB",
|
|
754
|
-
Cpcr: "PCR",
|
|
755
|
-
Cpda: "PDA",
|
|
756
|
-
Cpgs: "PGS",
|
|
757
|
-
Cphc: "PHC",
|
|
758
|
-
Cpit: "PIT",
|
|
759
|
-
Cplc: "PLC",
|
|
760
|
-
Cpls: "PLS",
|
|
761
|
-
Cpob: "POB",
|
|
762
|
-
Cppd: "PPD",
|
|
763
|
-
Cppp: "PPP",
|
|
764
|
-
Cpps: "PPS",
|
|
765
|
-
Cppv: "PPV",
|
|
766
|
-
Cpqa: "PQA",
|
|
767
|
-
Cpra: "PRA",
|
|
768
|
-
Cprc: "PRC",
|
|
769
|
-
Cpri: "PRI",
|
|
770
|
-
Cprr: "PRR",
|
|
771
|
-
Cprt: "PRT",
|
|
772
|
-
Cpwa: "PWA",
|
|
773
|
-
Cpwi: "PWI",
|
|
774
|
-
Cpwr: "PWR",
|
|
775
|
-
Cpws: "PWS",
|
|
776
|
-
Cpwt: "PWT",
|
|
777
|
-
Cqdr: "QDR",
|
|
778
|
-
Cras: "RAS",
|
|
779
|
-
Crca: "RCA",
|
|
780
|
-
Crec: "REC",
|
|
781
|
-
Cred: "RED",
|
|
782
|
-
Cren: "REN",
|
|
783
|
-
Cret: "RET",
|
|
784
|
-
Crfc: "RFC",
|
|
785
|
-
Crjc: "RJC",
|
|
786
|
-
Crss: "RSS",
|
|
787
|
-
Crtc: "RTC",
|
|
788
|
-
Crum: "RUM",
|
|
789
|
-
Crvc: "RVC",
|
|
790
|
-
Csat: "SAT",
|
|
791
|
-
Csba: "SBA",
|
|
792
|
-
Csci: "SCI",
|
|
793
|
-
Csec: "SEC",
|
|
794
|
-
Cset: "SET",
|
|
795
|
-
Cshl: "SHL",
|
|
796
|
-
Cshm: "SHM",
|
|
797
|
-
Cshn: "SHN",
|
|
798
|
-
Csho: "SHO",
|
|
799
|
-
Cshp: "SHP",
|
|
800
|
-
Cshq: "SHQ",
|
|
801
|
-
Cshr: "SHR",
|
|
802
|
-
Cshs: "SHS",
|
|
803
|
-
Csht: "SHT",
|
|
804
|
-
Cshu: "SHU",
|
|
805
|
-
Cshv: "SHV",
|
|
806
|
-
Cshw: "SHW",
|
|
807
|
-
Cshx: "SHX",
|
|
808
|
-
Cshy: "SHY",
|
|
809
|
-
Cshz: "SHZ",
|
|
810
|
-
Csia: "SIA",
|
|
811
|
-
Csib: "SIB",
|
|
812
|
-
Csic: "SIC",
|
|
813
|
-
Csid: "SID",
|
|
814
|
-
Csie: "SIE",
|
|
815
|
-
Csif: "SIF",
|
|
816
|
-
Csig: "SIG",
|
|
817
|
-
Csih: "SIH",
|
|
818
|
-
Csii: "SII",
|
|
819
|
-
Csij: "SIJ",
|
|
820
|
-
Csik: "SIK",
|
|
821
|
-
Csil: "SIL",
|
|
822
|
-
Csim: "SIM",
|
|
823
|
-
Csin: "SIN",
|
|
824
|
-
Csio: "SIO",
|
|
825
|
-
Csip: "SIP",
|
|
826
|
-
Csiq: "SIQ",
|
|
827
|
-
Csir: "SIR",
|
|
828
|
-
Csis: "SIS",
|
|
829
|
-
Csit: "SIT",
|
|
830
|
-
Csiu: "SIU",
|
|
831
|
-
Csiv: "SIV",
|
|
832
|
-
Csiw: "SIW",
|
|
833
|
-
Csix: "SIX",
|
|
834
|
-
Csiy: "SIY",
|
|
835
|
-
Csiz: "SIZ",
|
|
836
|
-
Csja: "SJA",
|
|
837
|
-
Csjb: "SJB",
|
|
838
|
-
Csjc: "SJC",
|
|
839
|
-
Csjd: "SJD",
|
|
840
|
-
Csje: "SJE",
|
|
841
|
-
Csjf: "SJF",
|
|
842
|
-
Csjg: "SJG",
|
|
843
|
-
Csjh: "SJH",
|
|
844
|
-
Csji: "SJI",
|
|
845
|
-
Csjj: "SJJ",
|
|
846
|
-
Csjk: "SJK",
|
|
847
|
-
Csjl: "SJL",
|
|
848
|
-
Csjm: "SJM",
|
|
849
|
-
Csjn: "SJN",
|
|
850
|
-
Csjo: "SJO",
|
|
851
|
-
Csjp: "SJP",
|
|
852
|
-
Csjq: "SJQ",
|
|
853
|
-
Csjr: "SJR",
|
|
854
|
-
Csjs: "SJS",
|
|
855
|
-
Csjt: "SJT",
|
|
856
|
-
Csju: "SJU",
|
|
857
|
-
Csjv: "SJV",
|
|
858
|
-
Csjw: "SJW",
|
|
859
|
-
Csjx: "SJX",
|
|
860
|
-
Csjy: "SJY",
|
|
861
|
-
Csjz: "SJZ",
|
|
862
|
-
Cska: "SKA",
|
|
863
|
-
Cskb: "SKB",
|
|
864
|
-
Cskc: "SKC",
|
|
865
|
-
Cskd: "SKD",
|
|
866
|
-
Cske: "SKE",
|
|
867
|
-
Cskf: "SKF",
|
|
868
|
-
Cskg: "SKG",
|
|
869
|
-
Cskh: "SKH",
|
|
870
|
-
Cski: "SKI",
|
|
871
|
-
Cskj: "SKJ",
|
|
872
|
-
Cskk: "SKK",
|
|
873
|
-
Cskl: "SKL",
|
|
874
|
-
Cskm: "SKM",
|
|
875
|
-
Cskn: "SKN",
|
|
876
|
-
Csko: "SKO",
|
|
877
|
-
Cskp: "SKP",
|
|
878
|
-
Cskq: "SKQ",
|
|
879
|
-
Cskr: "SKR",
|
|
880
|
-
Csks: "SKS",
|
|
881
|
-
Cskt: "SKT",
|
|
882
|
-
Csku: "SKU",
|
|
883
|
-
Cskv: "SKV",
|
|
884
|
-
Cskw: "SKW",
|
|
885
|
-
Cskx: "SKX",
|
|
886
|
-
Csky: "SKY",
|
|
887
|
-
Cskz: "SKZ",
|
|
888
|
-
Csla: "SLA",
|
|
889
|
-
Csls: "SLS",
|
|
890
|
-
Csmb: "SMB",
|
|
891
|
-
Csmc: "SMC",
|
|
892
|
-
Csmd: "SMD",
|
|
893
|
-
Csmi: "SMI",
|
|
894
|
-
Csmt: "SMT",
|
|
895
|
-
Cspe: "SPE",
|
|
896
|
-
Csrl: "SRL",
|
|
897
|
-
Csrr: "SRR",
|
|
898
|
-
Csrt: "SRT",
|
|
899
|
-
Cssc: "SSC",
|
|
900
|
-
Cstc: "STC",
|
|
901
|
-
Cstf: "STF",
|
|
902
|
-
Csui: "SUI",
|
|
903
|
-
Csvc: "SVC",
|
|
904
|
-
Cswr: "SWR",
|
|
905
|
-
Ct00: "T00",
|
|
906
|
-
Ct01: "T01",
|
|
907
|
-
Ct02: "T02",
|
|
908
|
-
Ct03: "T03",
|
|
909
|
-
Ct04: "T04",
|
|
910
|
-
Ct05: "T05",
|
|
911
|
-
Ct06: "T06",
|
|
912
|
-
Ct07: "T07",
|
|
913
|
-
Ct08: "T08",
|
|
914
|
-
Ct09: "T09",
|
|
915
|
-
Ct10: "T10",
|
|
916
|
-
Ct11: "T11",
|
|
917
|
-
Ct12: "T12",
|
|
918
|
-
Ct13: "T13",
|
|
919
|
-
Ct14: "T14",
|
|
920
|
-
Ct15: "T15",
|
|
921
|
-
Ct16: "T16",
|
|
922
|
-
Ct17: "T17",
|
|
923
|
-
Ct18: "T18",
|
|
924
|
-
Ct19: "T19",
|
|
925
|
-
Ct20: "T20",
|
|
926
|
-
Ct21: "T21",
|
|
927
|
-
Ct22: "T22",
|
|
928
|
-
Ct23: "T23",
|
|
929
|
-
Ct24: "T24",
|
|
930
|
-
Ct25: "T25",
|
|
931
|
-
Ct26: "T26",
|
|
932
|
-
Ct27: "T27",
|
|
933
|
-
Ct28: "T28",
|
|
934
|
-
Ct29: "T29",
|
|
935
|
-
Ct30: "T30",
|
|
936
|
-
Ct31: "T31",
|
|
937
|
-
Ct32: "T32",
|
|
938
|
-
Ct33: "T33",
|
|
939
|
-
Ct34: "T34",
|
|
940
|
-
Ct35: "T35",
|
|
941
|
-
Ctcd: "TCD",
|
|
942
|
-
Ctcl: "TCL",
|
|
943
|
-
Ctfr: "TFR",
|
|
944
|
-
Ctol: "TOL",
|
|
945
|
-
Cttl: "TTL",
|
|
946
|
-
Cuer: "UER",
|
|
947
|
-
Cujc: "UJC",
|
|
948
|
-
Cunp: "UNP",
|
|
949
|
-
Cupc: "UPC",
|
|
950
|
-
Cupt: "UPT",
|
|
951
|
-
Cutc: "UTC",
|
|
952
|
-
Cval: "VAL",
|
|
953
|
-
Cwdl: "WDL",
|
|
954
|
-
Cwrc: "WRC",
|
|
955
|
-
Cwsd: "WSD",
|
|
956
|
-
Cccc: "CCC",
|
|
957
|
-
Ccor: "COR",
|
|
958
|
-
Chmc: "HMC",
|
|
959
|
-
Ctoc: "TOC",
|
|
960
|
-
Cwac: "WAC",
|
|
961
|
-
Cwec: "WEC",
|
|
962
|
-
Cwsc: "WSC",
|
|
963
|
-
Cwsm: "WSM",
|
|
964
|
-
Cr5: "R5",
|
|
965
|
-
Cdcc: "DCC",
|
|
966
|
-
Cdpc: "DPC",
|
|
967
|
-
Cipg: "IPG",
|
|
968
|
-
Cmfd: "MFD",
|
|
969
|
-
Cpcl: "PCL",
|
|
970
|
-
Crnc: "RNC",
|
|
971
|
-
Crpq: "RPQ",
|
|
972
|
-
Crqi: "RQI",
|
|
973
|
-
Ctc1: "TC1",
|
|
974
|
-
Ctdc: "TDC",
|
|
975
|
-
Ctdj: "TDJ",
|
|
976
|
-
Cudc: "UDC",
|
|
977
|
-
Clcf: "LCF",
|
|
978
|
-
Cncd: "NCD",
|
|
979
|
-
Cmrc: "MRC",
|
|
980
|
-
Crfm: "RFM",
|
|
981
|
-
Crrc: "RRC",
|
|
982
|
-
Cepi: "EPI",
|
|
983
|
-
Cexp: "EXP",
|
|
984
|
-
Cacc: "ACC",
|
|
985
|
-
Caea: "AEA",
|
|
986
|
-
Caor: "AOR",
|
|
987
|
-
Cctc: "CTC",
|
|
988
|
-
Cdnt: "DNT",
|
|
989
|
-
Citi: "ITI",
|
|
990
|
-
Clpc: "LPC",
|
|
991
|
-
Clqt: "LQT",
|
|
992
|
-
Csad: "SAD",
|
|
993
|
-
Cslc: "SLC",
|
|
994
|
-
Card: "ARD",
|
|
995
|
-
Ccri: "CRI",
|
|
996
|
-
Cerc: "ERC",
|
|
997
|
-
Cerj: "ERJ",
|
|
998
|
-
Cerl: "ERL",
|
|
999
|
-
Cerr: "ERR",
|
|
1000
|
-
Cewm: "EWM",
|
|
1001
|
-
Cnba: "NBA",
|
|
1002
|
-
Cngc: "NGC",
|
|
1003
|
-
Cspd: "SPD",
|
|
1004
|
-
Cubt: "UBT",
|
|
1005
|
-
Cufc: "UFC",
|
|
1006
|
-
Carl: "ARL",
|
|
1007
|
-
Cbur: "BUR",
|
|
1008
|
-
Cicf: "ICF",
|
|
1009
|
-
Clmt: "LMT",
|
|
1010
|
-
Csfo: "SFO",
|
|
1011
|
-
Cbbf: "BBF",
|
|
1012
|
-
Cbbj: "BBJ",
|
|
1013
|
-
Cbbk: "BBK",
|
|
1014
|
-
Cbbn: "BBN",
|
|
1015
|
-
Cbbu: "BBU",
|
|
1016
|
-
Cbbv: "BBV",
|
|
1017
|
-
Cbdd: "BDD",
|
|
1018
|
-
Cbpr: "BPR",
|
|
1019
|
-
Cbsd: "BSD",
|
|
1020
|
-
Cbtd: "BTD",
|
|
1021
|
-
Ccbq: "CBQ",
|
|
1022
|
-
Ccbr: "CBR",
|
|
1023
|
-
Cdap: "DAP",
|
|
1024
|
-
Cdcm: "DCM",
|
|
1025
|
-
Cdcr: "DCR",
|
|
1026
|
-
Cdcs: "DCS",
|
|
1027
|
-
Cdct: "DCT",
|
|
1028
|
-
Cdir: "DIR",
|
|
1029
|
-
Cdlt: "DLT",
|
|
1030
|
-
Cdmi: "DMI",
|
|
1031
|
-
Cdrd: "DRD",
|
|
1032
|
-
Cdsc: "DSC",
|
|
1033
|
-
Cdsd: "DSD",
|
|
1034
|
-
Cdsi: "DSI",
|
|
1035
|
-
Cpos: "POS",
|
|
1036
|
-
Cttd: "TTD",
|
|
1037
|
-
Cttu: "TTU",
|
|
1038
|
-
Crm: "RM",
|
|
1039
|
-
Caqa: "AQA",
|
|
1040
|
-
Cfrt: "FRT",
|
|
1041
|
-
Cdmp: "DMP",
|
|
1042
|
-
Cdrs: "DRS",
|
|
1043
|
-
Cnce: "NCE",
|
|
1044
|
-
Cep: "EP",
|
|
1045
|
-
Csra: "SRA",
|
|
1046
|
-
Cdv: "DV",
|
|
1047
|
-
Cacs: "ACS",
|
|
1048
|
-
Cact: "ACT",
|
|
1049
|
-
Cacu: "ACU",
|
|
1050
|
-
Cacv: "ACV",
|
|
1051
|
-
Cacw: "ACW",
|
|
1052
|
-
Cacx: "ACX",
|
|
1053
|
-
Cacy: "ACY",
|
|
1054
|
-
Cacz: "ACZ",
|
|
1055
|
-
Cad1: "AD1",
|
|
1056
|
-
Cad2: "AD2",
|
|
1057
|
-
Cad3: "AD3",
|
|
1058
|
-
Cad4: "AD4",
|
|
1059
|
-
Cdts: "DTS",
|
|
1060
|
-
Cmpp: "MPP",
|
|
1061
|
-
Cmpt: "MPT",
|
|
1062
|
-
Cnms: "NMS",
|
|
1063
|
-
Csrc: "SRC",
|
|
1064
|
-
};
|