candidhealth 1.6.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +9 -3
- package/Client.js +52 -42
- package/README.md +1 -1
- package/api/resources/auth/resources/default/client/Client.d.ts +12 -0
- package/api/resources/auth/resources/default/client/Client.js +45 -1
- package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
- package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
- package/api/resources/auth/resources/default/client/index.d.ts +1 -0
- package/api/resources/auth/resources/default/client/index.js +2 -1
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +21 -0
- package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.js +76 -7
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +36 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +42 -5
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +20 -0
- 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/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +295 -5
- package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
- package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
- package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
- package/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
- package/api/resources/credentialing/resources/v2/client/index.js +6 -1
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
- package/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
- package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
- package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
- package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/api/resources/credentialing/resources/v2/types/index.js +4 -0
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- 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/resources/v4/client/Client.d.ts +108 -9
- package/api/resources/encounters/resources/v4/client/Client.js +279 -15
- 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/createFromPreEncounterPatientUniversal.d.ts +70 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +145 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +94 -0
- package/api/resources/encounters/resources/v4/client/createUniversal.js +189 -0
- package/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/api/resources/encounters/resources/v4/client/index.js +4 -1
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +70 -0
- package/api/resources/encounters/resources/v4/client/updateUniversal.js +145 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -29
- 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/EncounterCreate.js +5 -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 +2 -9
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +5 -0
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +17 -0
- package/api/resources/encounters/resources/v4/types/EncounterUpdate.js +5 -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/encountersUniversal/types/UniversalEncounterCreate.d.ts +49 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +5 -0
- package/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.d.ts → encountersUniversal/types/UniversalEncounterCreateBase.d.ts} +9 -70
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +5 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +47 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +5 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +40 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +5 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +39 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +5 -0
- package/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.d.ts → encountersUniversal/types/UniversalEncounterUpdateBase.d.ts} +9 -18
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +5 -0
- package/api/resources/encountersUniversal/types/index.d.ts +6 -0
- package/api/resources/encountersUniversal/types/index.js +22 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/client/Client.js +55 -11
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +22 -0
- package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +57 -0
- package/api/resources/feeSchedules/resources/v3/client/index.d.ts +1 -0
- package/api/resources/feeSchedules/resources/v3/client/index.js +2 -1
- 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/resources/v1/client/Client.js +3 -3
- 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 +30 -0
- package/api/resources/healthCareCodeInformation/client/Client.js +17 -0
- package/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
- package/api/resources/healthCareCodeInformation/client/index.js +2 -0
- package/api/resources/healthCareCodeInformation/index.d.ts +2 -0
- package/api/resources/healthCareCodeInformation/index.js +18 -0
- package/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
- package/api/resources/healthCareCodeInformation/resources/index.js +37 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
- package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
- package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
- package/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +19 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +11 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +12 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +5 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +4 -1
- package/api/resources/index.js +6 -3
- 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/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientAr/client/Client.d.ts +30 -0
- package/api/resources/patientAr/client/Client.js +17 -0
- package/api/resources/patientAr/client/index.d.ts +1 -0
- package/api/resources/patientAr/client/index.js +2 -0
- package/api/resources/patientAr/index.d.ts +2 -0
- package/api/resources/patientAr/index.js +18 -0
- package/api/resources/patientAr/resources/index.d.ts +1 -0
- package/api/resources/patientAr/resources/index.js +37 -0
- package/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
- package/api/resources/patientAr/resources/v1/client/Client.js +196 -0
- package/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
- package/api/resources/patientAr/resources/v1/client/index.js +42 -0
- package/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
- package/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
- package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
- package/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
- package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
- package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
- package/api/resources/patientAr/resources/v1/index.d.ts +2 -0
- package/api/resources/patientAr/resources/v1/index.js +18 -0
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
- package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
- package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
- package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
- package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
- package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
- package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
- package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
- package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
- package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
- package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
- package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
- package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
- package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
- package/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
- package/api/resources/patientAr/resources/v1/types/index.js +29 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/client/Client.d.ts +3 -0
- 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.js +2 -2
- package/api/resources/payers/resources/v4/client/Client.d.ts +45 -0
- package/api/resources/payers/resources/v4/client/Client.js +157 -0
- package/api/resources/payers/resources/v4/client/get.d.ts +22 -0
- package/api/resources/payers/resources/v4/client/get.js +57 -0
- 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 +16 -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 +14 -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/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +0 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -12
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +10 -12
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -23
- 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 +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +0 -4
- 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/OriginationDetail.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +9 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +11 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +23 -2
- package/api/resources/serviceLines/resources/v2/client/Client.js +120 -5
- 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 +7 -4
- 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/UniversalServiceLineCreate.d.ts +11 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.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 +8 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +8 -0
- package/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- 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/TypeOfBillCompositeUpdate.d.ts +30 -0
- package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +5 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/index.js +2 -0
- package/dist/Client.d.ts +9 -3
- package/dist/Client.js +52 -42
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +12 -0
- package/dist/api/resources/auth/resources/default/client/Client.js +45 -1
- package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
- package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
- package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -0
- package/dist/api/resources/auth/resources/default/client/index.js +2 -1
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +21 -0
- package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
- package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +76 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +36 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +42 -5
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +20 -0
- 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/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +295 -5
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.js +6 -1
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
- package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
- package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
- package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.js +4 -0
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounterProviders/resources/v2/types/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/resources/v4/client/Client.d.ts +108 -9
- package/dist/api/resources/encounters/resources/v4/client/Client.js +279 -15
- 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/createFromPreEncounterPatientUniversal.d.ts +70 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +145 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +94 -0
- package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +189 -0
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -0
- package/dist/api/resources/encounters/resources/v4/client/index.js +4 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +70 -0
- package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +145 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +15 -29
- 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 +2 -9
- 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/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/encountersUniversal/types/UniversalEncounterCreate.d.ts +49 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +5 -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/UniversalEncounterCreateFromPreEncounter.d.ts +47 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.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/encountersUniversal/types/UniversalEncounterUpdate.d.ts +39 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.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 +6 -0
- package/dist/api/resources/encountersUniversal/types/index.js +22 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +55 -11
- 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 +1 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +2 -1
- 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/resources/v1/client/Client.js +3 -3
- 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 +30 -0
- package/dist/api/resources/healthCareCodeInformation/client/Client.js +17 -0
- package/dist/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
- package/dist/api/resources/healthCareCodeInformation/client/index.js +2 -0
- package/dist/api/resources/healthCareCodeInformation/index.d.ts +2 -0
- package/dist/api/resources/healthCareCodeInformation/index.js +18 -0
- package/dist/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
- package/dist/api/resources/healthCareCodeInformation/resources/index.js +37 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +19 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +11 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +12 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +5 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +4 -1
- package/dist/api/resources/index.js +6 -3
- 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/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientAr/client/Client.d.ts +30 -0
- package/dist/api/resources/patientAr/client/Client.js +17 -0
- package/dist/api/resources/patientAr/client/index.d.ts +1 -0
- package/dist/api/resources/patientAr/client/index.js +2 -0
- package/dist/api/resources/patientAr/index.d.ts +2 -0
- package/dist/api/resources/patientAr/index.js +18 -0
- package/dist/api/resources/patientAr/resources/index.d.ts +1 -0
- package/dist/api/resources/patientAr/resources/index.js +37 -0
- package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
- package/dist/api/resources/patientAr/resources/v1/client/Client.js +196 -0
- package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/patientAr/resources/v1/client/index.js +42 -0
- package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
- package/dist/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
- package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
- package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/patientAr/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/patientAr/resources/v1/index.js +18 -0
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
- package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
- package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
- package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
- package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
- package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
- package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
- package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
- package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
- package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
- package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
- package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
- package/dist/api/resources/patientAr/resources/v1/types/index.js +29 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/client/Client.d.ts +3 -0
- 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.js +2 -2
- package/dist/api/resources/payers/resources/v4/client/Client.d.ts +45 -0
- package/dist/api/resources/payers/resources/v4/client/Client.js +157 -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 +16 -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 +14 -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/resources/appointments/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +0 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -12
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +10 -12
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -23
- 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 +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +0 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +0 -4
- 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/OriginationDetail.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +11 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +23 -2
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +120 -5
- 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 +7 -4
- 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/UniversalServiceLineCreate.d.ts +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.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 +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +8 -0
- package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- 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/TypeOfBillCompositeUpdate.d.ts +30 -0
- package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +5 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +15 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +46 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
- 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/credentialing/resources/v2/client/createFacility.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +4 -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/createFromPreEncounterPatientUniversal.d.ts +49 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +112 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +69 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +136 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -1
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +4 -5
- package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +50 -0
- package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +113 -0
- 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/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +41 -0
- 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/UniversalEncounterCreate.d.ts +39 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +72 -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/UniversalEncounterCreateFromPreEncounter.d.ts +37 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +70 -0
- 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/UniversalEncounterUpdate.d.ts +32 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +65 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
- package/{serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
- package/dist/serialization/resources/encountersUniversal/types/index.d.ts +6 -0
- package/dist/serialization/resources/encountersUniversal/types/index.js +22 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +9 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +41 -0
- 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/index.d.ts +1 -0
- package/dist/serialization/resources/healthCareCodeInformation/index.js +17 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +37 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +68 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +16 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +49 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +18 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +51 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
- package/dist/serialization/resources/index.d.ts +4 -1
- package/dist/serialization/resources/index.js +6 -3
- 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 +2 -0
- package/dist/serialization/resources/patientAr/index.d.ts +1 -0
- package/dist/serialization/resources/patientAr/index.js +17 -0
- package/dist/serialization/resources/patientAr/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientAr/resources/index.js +37 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
- package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
- package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/patientAr/resources/v1/index.js +18 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
- package/dist/serialization/resources/patientAr/resources/v1/types/index.js +29 -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 +21 -0
- package/dist/serialization/resources/payers/resources/v4/types/Payer.js +52 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +14 -0
- package/dist/serialization/resources/payers/resources/v4/types/PayerIds.js +45 -0
- 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/payers/resources/v4/types/PrimaryPayerIds.js +45 -0
- 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/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/OriginationDetail.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -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/UniversalServiceLineCreate.d.ts +15 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +48 -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 +8 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +8 -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/TypeOfBillCompositeUpdate.d.ts +18 -0
- package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +52 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1632 -497
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +15 -0
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +46 -0
- package/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
- package/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
- 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/credentialing/resources/v2/client/createFacility.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
- package/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
- package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
- package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
- package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/serialization/resources/credentialing/resources/v2/types/index.js +4 -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/createFromPreEncounterPatientUniversal.d.ts +49 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +112 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +69 -0
- package/serialization/resources/encounters/resources/v4/client/createUniversal.js +136 -0
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +3 -1
- package/serialization/resources/encounters/resources/v4/client/index.js +4 -5
- package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +50 -0
- package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +113 -0
- 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/UniversalEncounterCreate.d.ts +39 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +72 -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/UniversalEncounterCreateFromPreEncounter.d.ts +37 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +70 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +36 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +69 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +32 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +65 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +46 -0
- package/{dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js} +20 -22
- package/serialization/resources/encountersUniversal/types/index.d.ts +6 -0
- package/serialization/resources/encountersUniversal/types/index.js +22 -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/index.d.ts +1 -0
- package/serialization/resources/healthCareCodeInformation/index.js +17 -0
- package/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
- package/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +37 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +68 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +16 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +49 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +18 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +51 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +60 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +76 -0
- package/serialization/resources/index.d.ts +4 -1
- package/serialization/resources/index.js +6 -3
- 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 +2 -0
- package/serialization/resources/patientAr/index.d.ts +1 -0
- package/serialization/resources/patientAr/index.js +17 -0
- package/serialization/resources/patientAr/resources/index.d.ts +1 -0
- package/serialization/resources/patientAr/resources/index.js +37 -0
- package/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
- package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
- package/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
- package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
- package/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
- package/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
- package/serialization/resources/patientAr/resources/v1/index.js +18 -0
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
- package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
- package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
- package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
- package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
- package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
- package/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
- package/serialization/resources/patientAr/resources/v1/types/index.js +29 -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 +21 -0
- package/serialization/resources/payers/resources/v4/types/Payer.js +52 -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/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/OriginationDetail.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +5 -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/UniversalServiceLineCreate.d.ts +15 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +48 -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 +8 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +8 -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/TypeOfBillCompositeUpdate.d.ts +18 -0
- package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +52 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/x12/resources/v1/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- 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/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/api/resources/{encounters/resources/v4/client/requests/EncounterCreate.js → auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js} +0 -0
- /package/api/resources/{encounters/resources/v4/client/requests/EncounterUpdate.js → credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.js → api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.js → api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js} +0 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* This corresponds to the TC code qualifier value.
|
|
7
|
+
*/
|
|
8
|
+
export interface TreatmentCodeInformation extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformation {
|
|
9
|
+
treatmentCodeQualifier: CandidApi.healthCareCodeInformation.v1.TreatmentCodeQualifier;
|
|
10
|
+
treatmentCode: CandidApi.healthCareCodeInformation.v1.TreatmentCode;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* This corresponds to the TC code qualifier value.
|
|
7
|
+
*/
|
|
8
|
+
export interface TreatmentCodeInformationNew extends CandidApi.healthCareCodeInformation.v1.HealthCareCodeInformationNew {
|
|
9
|
+
treatmentCodeQualifier: CandidApi.healthCareCodeInformation.v1.TreatmentCodeQualifier;
|
|
10
|
+
treatmentCode: CandidApi.healthCareCodeInformation.v1.TreatmentCode;
|
|
11
|
+
}
|
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ValueCode =
|
|
5
|
+
/**
|
|
6
|
+
* Most Common Semi-private Rate
|
|
7
|
+
* To provide for the recording of hospital’s most common semi-private rate. */
|
|
8
|
+
"01"
|
|
9
|
+
/**
|
|
10
|
+
* Hospital has no Semi-private Rooms
|
|
11
|
+
* Entering this code requires $0.00 amount. */
|
|
12
|
+
| "02"
|
|
13
|
+
/**
|
|
14
|
+
* Professional Component Charges which are Combined Billed
|
|
15
|
+
* Code indicates the amount shown is the sum of technical and professional charges, which are combined billed. Medicare uses this information in internal processes and in the CMS notice of utilization sent to the patient to explain that Part B coinsurance applies to the professional component. */
|
|
16
|
+
| "04"
|
|
17
|
+
/**
|
|
18
|
+
* Professional Component Included in Charges and also Billed Separate to Carrier
|
|
19
|
+
* Amount shown is the combined billed charges (technical and professional); however the provider is submitting a separate professional bill to the health plan. For use on Medicare or TRICARE bills and all Medicaid bills if state specifies need for this information. */
|
|
20
|
+
| "05"
|
|
21
|
+
/**
|
|
22
|
+
* Blood Deductible
|
|
23
|
+
* Total cash blood deductible. If appropriate, enter Medicare Part A or Part B blood deductible amount. (To report other than the blood deductible, that is to report the program deductible, see Value Codes (FL39-FL41) A1, B1, and C1.) */
|
|
24
|
+
| "06"
|
|
25
|
+
/**
|
|
26
|
+
* Life Time Reserve Amount in the First Calendar Year
|
|
27
|
+
* Lifetime reserve amount charged in the year of admission. Note: For Medicare, use this code only for Part A bills. For Part B Coinsurance use Value Codes (FL39-41) A2, B2, and C2). */
|
|
28
|
+
| "08"
|
|
29
|
+
/**
|
|
30
|
+
* Coinsurance Amount in the First Calendar Year
|
|
31
|
+
* Coinsurance amounts, charged in the year of admission. */
|
|
32
|
+
| "09"
|
|
33
|
+
/**
|
|
34
|
+
* Lifetime Reserve Amount in the Second Calendar Year
|
|
35
|
+
* Lifetime reserve amount charged in the year of discharge where the bill spans two calendar years. */
|
|
36
|
+
| "10"
|
|
37
|
+
/**
|
|
38
|
+
* Coinsurance Amount in the Second Calendar Year
|
|
39
|
+
* Coinsurance amount charged in the year of discharge where the inpatient bill spans two calendar years. */
|
|
40
|
+
| "11"
|
|
41
|
+
/**
|
|
42
|
+
* Working Aged Beneficiary/Spouse with Employer Group Health Plan
|
|
43
|
+
* Amount shown reflects that portion of a payment from a higher priority employer group health insurance made on behalf of an aged beneficiary. For Medicare purposes the provider is billing Medicare as the secondary, payer (based on MSP development) for covered services on this bill. */
|
|
44
|
+
| "12"
|
|
45
|
+
/**
|
|
46
|
+
* ESRD Beneficiary in a Medicare Coordination Period with an Employer Group Health Plan
|
|
47
|
+
* Amount shown is that portion of a payment from a higher priority employer group health insurance payment made on behalf of an ESRD beneficiary that the provider is applying to Medicare covered services on this bill. */
|
|
48
|
+
| "13"
|
|
49
|
+
/**
|
|
50
|
+
* No-Fault, Including Auto/Other
|
|
51
|
+
* Amount shown is that portion from a higher priority no-fault insurance, including auto/other made on behalf of the patient or insured. For Medicare beneficiaries, the provider should apply this amount to the Medicare covered services on this bill. */
|
|
52
|
+
| "14"
|
|
53
|
+
/**
|
|
54
|
+
* Worker’s Compensation
|
|
55
|
+
* Amount shown is that portion of a payment from a higher priority worker’s compensation insurance made on behalf of the patient or insured. For Medicare beneficiaries the provider should apply this amount to Medicare covered services on this bill. */
|
|
56
|
+
| "15"
|
|
57
|
+
/**
|
|
58
|
+
* PHS, or Other Federal Agency
|
|
59
|
+
* Amount shown is that portion of a payment from a higher priority Public Health Service or the Federal Agency made on behalf of a Medicare beneficiary that the provider is applying to Medicare covered services on this bill. */
|
|
60
|
+
| "16"
|
|
61
|
+
/**
|
|
62
|
+
* Catastrophic
|
|
63
|
+
* Catastrophic Medicaid-eligibility and coverage requirements determined at the state level. */
|
|
64
|
+
| "21"
|
|
65
|
+
/**
|
|
66
|
+
* Surplus Income
|
|
67
|
+
* Surplus (or excess) income as designated by Medicaid eligibility requirements determined at the state level. */
|
|
68
|
+
| "22"
|
|
69
|
+
/**
|
|
70
|
+
* Recurring Monthly Income
|
|
71
|
+
* Monthly income as designated by Medicaid-eligibility requirements determined at the state level. */
|
|
72
|
+
| "23"
|
|
73
|
+
/**
|
|
74
|
+
* Medicaid Rate Code
|
|
75
|
+
* Code indicating the payment or reimbursement rate designated by Medicaid at the state level. */
|
|
76
|
+
| "24"
|
|
77
|
+
/**
|
|
78
|
+
* Offset to the Patient-Payment Amount - Prescription Drugs
|
|
79
|
+
* Prescription drugs paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
80
|
+
| "25"
|
|
81
|
+
/**
|
|
82
|
+
* Offset to the Patient-Payment Amount - Hearing and Ear Services
|
|
83
|
+
* Hearing and ear services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
84
|
+
| "26"
|
|
85
|
+
/**
|
|
86
|
+
* Offset to the Patient-Payment Amount - Vision and Eye Services
|
|
87
|
+
* Vision and eye services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
88
|
+
| "27"
|
|
89
|
+
/**
|
|
90
|
+
* Offset to the Patient-Payment Amount - Dental Services
|
|
91
|
+
* Dental services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
92
|
+
| "28"
|
|
93
|
+
/**
|
|
94
|
+
* Offset to the Patient-Payment Amount - Chiropractic Services
|
|
95
|
+
* Chiropractic services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
96
|
+
| "29"
|
|
97
|
+
/**
|
|
98
|
+
* Preadmission Testing
|
|
99
|
+
* This code reflects charges for preadmission outpatient diagnostic services in preparation for a previously scheduled admission. */
|
|
100
|
+
| "30"
|
|
101
|
+
/**
|
|
102
|
+
* Patient Liability Amount
|
|
103
|
+
* Approved amount to charge the beneficiary for non-covered accommodations, diagnostic procedures or treatments. */
|
|
104
|
+
| "31"
|
|
105
|
+
/**
|
|
106
|
+
* Multiple Patient Ambulance Transport
|
|
107
|
+
* When more than one patient is transported in a single ambulance trip, report the total number of patients transported. */
|
|
108
|
+
| "32"
|
|
109
|
+
/**
|
|
110
|
+
* Offset to the Patient-Payment Amount - Podiatric Services
|
|
111
|
+
* Podiatric services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
112
|
+
| "33"
|
|
113
|
+
/**
|
|
114
|
+
* Offset to the Patient-Payment Amount - Other Medical Services
|
|
115
|
+
* Other medical services paid for out of a long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
116
|
+
| "34"
|
|
117
|
+
/**
|
|
118
|
+
* Offset to the Patient-Payment Amount - Health Insurance Premiums
|
|
119
|
+
* Health insurance premiums paid for out of long-term care facility resident/patient’s funds in the billing period submitted (Statement Covers Period). */
|
|
120
|
+
| "35"
|
|
121
|
+
/**
|
|
122
|
+
* Units of Blood Furnished
|
|
123
|
+
* The total number of units of whole blood or packed red cells furnished to the patient, regardless of whether the hospital charges for blood or not. */
|
|
124
|
+
| "37"
|
|
125
|
+
/**
|
|
126
|
+
* Blood Deductible Units
|
|
127
|
+
* The number of unreplaced deductible units of packed red cells furnished for which the patient is responsible. If all deductible units furnished have been replaced, no entry is made. */
|
|
128
|
+
| "38"
|
|
129
|
+
/**
|
|
130
|
+
* Units of Blood Replaced
|
|
131
|
+
* The total number of units of whole blood or packed red cells furnished to the patient that have been replaced by or on behalf of the patient. */
|
|
132
|
+
| "39"
|
|
133
|
+
/**
|
|
134
|
+
* New Coverage not Implemented by HMO (for inpatient service only)
|
|
135
|
+
* Amount shown is for inpatient charges covered by the HMO. (Use this code when the bill includes inpatient charges for newly covered services that are not paid by the HMO.) Note: Condition Codes 04 and 78 should also be reported. */
|
|
136
|
+
| "40"
|
|
137
|
+
/**
|
|
138
|
+
* Black Lung
|
|
139
|
+
* Code indicates the amount shown is that portion of a higher priority Black Lung (federal program) payment made on behalf of a Medicare beneficiary. Note: The reporting of zero indicates the provider is claiming a conditional payment because there has been a substantial delay in payment from the Black Lung Program. */
|
|
140
|
+
| "41"
|
|
141
|
+
/**
|
|
142
|
+
* VA or PACE
|
|
143
|
+
* Code indicates the amount shown is that portion of a higher priority VA or PACE payment made on behalf of a Medicare beneficiary and that you are applying to Medicare as secondary payer for covered Medicare services on this claim. */
|
|
144
|
+
| "42"
|
|
145
|
+
/**
|
|
146
|
+
* Disabled Beneficiary Under Age 65 with LGHP
|
|
147
|
+
* Code indicates the amount shown is that portion of a higher priority LGHP payment made on behalf of a disabled beneficiary that you are applying to covered Medicare charges on this bill. */
|
|
148
|
+
| "43"
|
|
149
|
+
/**
|
|
150
|
+
* Amount Provider Agreed to Accept from Primary Payer when this Amount is less than Charges but Higher than Payment Received
|
|
151
|
+
* Report the amount the provider was obligated to accept from a primary payer when the amount is less than charges but higher than or equal to the payment received. Secondary payment may be due. Note: The following value codes report the actual amounts paid: 12- 16, 41-43, and 47. Value Code 44 should always be equal to, or, greater than the amounts indicated in the value codes indicated immediately above. */
|
|
152
|
+
| "44"
|
|
153
|
+
/**
|
|
154
|
+
* Accident Hour
|
|
155
|
+
* The hour when the accident occurred that necessitated medical treatment. 00 12:00 - 12:59 (Midnight), 13 01:00 - 01:59, 01 01:00 - 01:59, 14 02:00 - 02:59, 02 02:00 - 02:59, 15 03:00 - 03:59, 03 03:00 - 03:59, 16 04:00 - 04:59, 04 04:00 - 04:59, 17 05:00 - 05:59, 05 05:00 - 05:59, 18 06:00 - 06:59, 06 06:00 - 06:59, 19 07:00 - 07:59, 07 07:00 - 07:59, 20 08:00 - 08:59, 08 08:00 - 08:59, 21 09:00 - 09:59, 09 09:00 - 09:59, 22 10:00 - 10:59, 10 10:00 - 10:59, 23 11:00 - 11:59, 11 11:00 - 11:59, 99 Unknown, 12 12:00 - 12:59 (Noon) */
|
|
156
|
+
| "45"
|
|
157
|
+
/**
|
|
158
|
+
* Number of Grace Days
|
|
159
|
+
* Follows the QIO determination. This is the number of days determined by the QIO (medical necessity reviewer) as necessary to arrange for the patient’s post-discharge care. */
|
|
160
|
+
| "46"
|
|
161
|
+
/**
|
|
162
|
+
* Any Liability Insurance
|
|
163
|
+
* Amount shown is that portion from a higher priority liability insurance made on behalf of a Medicare beneficiary that the provider is applying to Medicare covered services on this bill. Enter zero in the amount field if you are claiming a conditional payment. */
|
|
164
|
+
| "47"
|
|
165
|
+
/**
|
|
166
|
+
* Hemoglobin Reading
|
|
167
|
+
* The most recent hemoglobin reading taken before the start of this billing period. For patients just starting, use the most recent value prior to the onset if treatment. The reading is a 3-byte numeric element (XX.X). Results exceeding 3-position numeric elements (e.g., 10.50) are reported as 10.5. */
|
|
168
|
+
| "48"
|
|
169
|
+
/**
|
|
170
|
+
* Hematocrit Reading
|
|
171
|
+
* The most recent hematocrit reading taken before the start of this billing period. For patients just starting, use the most recent value prior to the onset if treatment. The reading is a 3-byte numeric element (XX.X). Results exceeding 3-position numeric elements (e.g., l0.50) are reported as 10.5. */
|
|
172
|
+
| "49"
|
|
173
|
+
/**
|
|
174
|
+
* Physical Therapy Visits
|
|
175
|
+
* Report the number of physical therapy visits provided from the onset of treatment from this billing provider through this billing period. */
|
|
176
|
+
| "50"
|
|
177
|
+
/**
|
|
178
|
+
* Occupational Therapy Visits
|
|
179
|
+
* Report the number of occupational therapy visits provided from the onset of treatment from this billing provider) through this billing period. */
|
|
180
|
+
| "51"
|
|
181
|
+
/**
|
|
182
|
+
* Speech Therapy Visits
|
|
183
|
+
* Report the number of speech therapy visits provided from the onset of treatment by this billing provider through this period. */
|
|
184
|
+
| "52"
|
|
185
|
+
/**
|
|
186
|
+
* Cardiac Rehab Visits
|
|
187
|
+
* The number of cardiac rehabilitation visits from the onset of treatment from the billing provider through this billing period. */
|
|
188
|
+
| "53"
|
|
189
|
+
/**
|
|
190
|
+
* Newborn Birth Weight in Grams
|
|
191
|
+
* Actual birth weight or weight at time of admission for an extramural birth. Required on all claims with Priority (Type) of Admission of 4 and on other claims as required by state law. */
|
|
192
|
+
| "54"
|
|
193
|
+
/**
|
|
194
|
+
* Eligibility Threshold for Charity Care
|
|
195
|
+
* The amount at which a health care facility determines the eligibility threshold for charity care. */
|
|
196
|
+
| "55"
|
|
197
|
+
/**
|
|
198
|
+
* Skilled Nurse - Home Visit Hours (HHA only)
|
|
199
|
+
* The number of home visit hours of skilled nursing provided during the billing period. Count only hours spent in the home. Exclude travel time. Report in whole hours, rounded to the nearest whole hour. */
|
|
200
|
+
| "56"
|
|
201
|
+
/**
|
|
202
|
+
* Home Health Aide - Home Visit Hours (HHA only)
|
|
203
|
+
* The number of hours of home health aide services provided during the billing period. Count only hours spent in the home. Exclude travel time. Report in whole hours, rounded to the nearest whole hour. */
|
|
204
|
+
| "57"
|
|
205
|
+
/**
|
|
206
|
+
* Arterial Blood Gas (P02)
|
|
207
|
+
* Arterial blood gas value at beginning of each reporting period for oxygen therapy. This value or the value in Value Code 59 will be required on the initial bill for oxygen therapy and on the fourth month’s bill. Report two digits rounded to the nearest whole number. Example: A value of 56.5 should be reported as 57. */
|
|
208
|
+
| "58"
|
|
209
|
+
/**
|
|
210
|
+
* Oxygen Saturation Oximetry
|
|
211
|
+
* Oxygen percent saturation at the beginning of each reporting period for oxygen therapy. This value or the value in Value Code 58 will be required on the initial bill for oxygen therapy and on the fourth month’s bill. Report two digits rounded to the nearest whole percent. Example: 93.5 percent should be reported as 0.94. A value of 100 percent would be reported as 1. */
|
|
212
|
+
| "59"
|
|
213
|
+
/**
|
|
214
|
+
* HHA Branch MSA
|
|
215
|
+
* MSA in which HHA branch is located (Report MSA when branch location is different than the HHA’s. */
|
|
216
|
+
| "60"
|
|
217
|
+
/**
|
|
218
|
+
* Place of Residence where Service is Furnished (HHA and Hospice)
|
|
219
|
+
* MSA or Core Based Statistical Area (CBSA) number (or rural state code) of the place of residence where the home health or hospice service is delivered. */
|
|
220
|
+
| "61"
|
|
221
|
+
/**
|
|
222
|
+
* Medicaid Spend Down Amount
|
|
223
|
+
* The dollar amount that was used to meet the recipient’s spend down liability for this claim. */
|
|
224
|
+
| "66"
|
|
225
|
+
/**
|
|
226
|
+
* Peritoneal Dialysis
|
|
227
|
+
* The number of hours of peritoneal dialysis provided during the billing period. Count only the hours spent in the home. Exclude travel time. Report in whole hours, rounded to the nearest whole hour. */
|
|
228
|
+
| "67"
|
|
229
|
+
/**
|
|
230
|
+
* EPO-Drug
|
|
231
|
+
* Number of units of EPO administered and/or supplied relating to the billing period. Report amount in whole units. */
|
|
232
|
+
| "68"
|
|
233
|
+
/**
|
|
234
|
+
* State Charity Care Percent
|
|
235
|
+
* Code indicates the percentage of charity care eligibility for the patient. For example, a rate of 10.5% is shown as: 0 . 1 0 5 */
|
|
236
|
+
| "69"
|
|
237
|
+
/**
|
|
238
|
+
* Covered Days
|
|
239
|
+
* The number of days covered by the primary payer as qualified by the payer. */
|
|
240
|
+
| "80"
|
|
241
|
+
/**
|
|
242
|
+
* Non-covered Days
|
|
243
|
+
* Days of care not covered by the primary payer. */
|
|
244
|
+
| "81"
|
|
245
|
+
/**
|
|
246
|
+
* Co-insurance Days
|
|
247
|
+
* The inpatient Medicare days occurring after the 60th day and before the 91st day or inpatient SNF/Swing Bed days occurring after the 20th and before the 101st day in a single spell of illness. */
|
|
248
|
+
| "82"
|
|
249
|
+
/**
|
|
250
|
+
* Lifetime Reserve Days
|
|
251
|
+
* Under Medicare, each beneficiary has a lifetime reserve of 60 additional days of inpatient hospital services after using 90 days of inpatient hospital services during a spell of illness. */
|
|
252
|
+
| "83"
|
|
253
|
+
/**
|
|
254
|
+
* Shorter Duration Hemodialysis
|
|
255
|
+
* The number of sessions per week as specified in the patient’s plan of care for hemodialysis that is shorter in duration (Revenue Code 0826) than conventional sessions (reported under Revenue Code 0821). */
|
|
256
|
+
| "84"
|
|
257
|
+
/**
|
|
258
|
+
* County where Service is Rendered (Effective 1/1/19)
|
|
259
|
+
* Report the Federal Information Processing Standards (FIPS) state and county codes when required by law or regulation with no space between the state code and the county code. */
|
|
260
|
+
| "85"
|
|
261
|
+
/**
|
|
262
|
+
* Gene Therapy Invoice Cost (Effective 4/1/20)
|
|
263
|
+
* Invoice/acquisition cost of modified biologics. For use with Revenue Category 0892. */
|
|
264
|
+
| "87"
|
|
265
|
+
/**
|
|
266
|
+
* Allogeneic Stem Cell Transplant – Total All-inclusive Donor Charges (Effective 7/1/20)
|
|
267
|
+
* Report on the recipient’s stem cell transplant claim the total of all donor charges, including charges billed on separately submitted claims. */
|
|
268
|
+
| "89"
|
|
269
|
+
/**
|
|
270
|
+
* Cell Therapy Invoice Cost (Effective 4/1/20)
|
|
271
|
+
* Invoice/acquisition cost of modified biologics. For use with Revenue Category 0891. */
|
|
272
|
+
| "90"
|
|
273
|
+
/**
|
|
274
|
+
* Charges for Kidney Acquisition (Effective 10/1/21)
|
|
275
|
+
* Used by providers to identify charges for kidney acquisitions when mandated by state or federal law or regulation. */
|
|
276
|
+
| "91"
|
|
277
|
+
/**
|
|
278
|
+
* Special ZIP Code Reporting
|
|
279
|
+
* Five digit ZIP Code of the location from which the beneficiary is initially placed on board the ambulance. */
|
|
280
|
+
| "A0"
|
|
281
|
+
/**
|
|
282
|
+
* Deductible Payer A
|
|
283
|
+
* The amount assumed by the provider to be applied to the patient’s policy/program deductible amount involving the indicated payer. (Note: Report Medicare blood deductibles under Value Code 6.) */
|
|
284
|
+
| "A1"
|
|
285
|
+
/**
|
|
286
|
+
* Coinsurance Payer A
|
|
287
|
+
* The amount assumed by the provider to be applied toward the patient’s coinsurance amount involving the indicated payer. (Note: For Medicare, use this code only for reporting Part B coinsurance amounts. For Part A coinsurance amounts use Value Codes 8-11.) */
|
|
288
|
+
| "A2"
|
|
289
|
+
/**
|
|
290
|
+
* Estimated Responsibility Payer A
|
|
291
|
+
* The amount estimated by the provider to be paid by the indicated payer; it is not the actual payment. */
|
|
292
|
+
| "A3"
|
|
293
|
+
/**
|
|
294
|
+
* Covered Self-administrable Drugs - Emergency
|
|
295
|
+
* The covered charge amount for self-administrable drugs administered to the patient in an emergency situation (e.g., diabetic coma). For use with Revenue Code 0637. */
|
|
296
|
+
| "A4"
|
|
297
|
+
/**
|
|
298
|
+
* Covered Self-administrable Drugs - not Self-administrable in the Form and Situation Furnished to Patient
|
|
299
|
+
* The amount included in covered charges for self-administrable drugs administered to the patient because the drug was not self-administrable in the form and situation in which it was furnished to the patient. For use with Revenue Code 0637. */
|
|
300
|
+
| "A5"
|
|
301
|
+
/**
|
|
302
|
+
* Covered Self-administrable Drugs - Diagnostic Study and Other
|
|
303
|
+
* The amount included in covered charges for self-administrable drugs administered to the patient because the drug was necessary for diagnostic study or other reason (e.g., the drug is specifically covered by the payer). */
|
|
304
|
+
| "A6"
|
|
305
|
+
/**
|
|
306
|
+
* Co-payment Payer A
|
|
307
|
+
* The amount assumed by the provider to be applied toward the patient’s co-payment amount involving the indicated payer. */
|
|
308
|
+
| "A7"
|
|
309
|
+
/**
|
|
310
|
+
* Patient Weight
|
|
311
|
+
* Weight of patient in kilograms. Report this data only when the health plan has a predefined change in reimbursement that is affected by weight. For newborns, use Value Code 54 */
|
|
312
|
+
| "A8"
|
|
313
|
+
/**
|
|
314
|
+
* Patient Height
|
|
315
|
+
* Height of patient in centimeters. Report this data only when the health plan has a predefined change in reimbursement that is affected by height. */
|
|
316
|
+
| "A9"
|
|
317
|
+
/**
|
|
318
|
+
* Regulatory Surcharges, Assessments, Allowances or Health Care Related Taxes Payer A
|
|
319
|
+
* The amount of regulatory surcharges, assessments, allowances or health care related taxes pertaining to the indicated payer. */
|
|
320
|
+
| "AA"
|
|
321
|
+
/**
|
|
322
|
+
* Other Assessments or Allowances (e.g., Medical Education) Payer A
|
|
323
|
+
* The amount of other assessments or allowances (e.g., medical education) pertaining to the indicated payer. */
|
|
324
|
+
| "AB"
|
|
325
|
+
/**
|
|
326
|
+
* Deductible Payer B
|
|
327
|
+
* The amount assumed by the provider to be applied to the patient’s policy/program deductible amount involving the indicated payer. (Note: Medicare blood deductibles should be reported under Value Code 6.) */
|
|
328
|
+
| "B1"
|
|
329
|
+
/**
|
|
330
|
+
* Coinsurance Payer B
|
|
331
|
+
* The amount assumed by the provider to be applied toward the patient’s coinsurance amount involving the indicated payer. For Part A coinsurance amounts use Value Codes 8-11.) */
|
|
332
|
+
| "B2"
|
|
333
|
+
/**
|
|
334
|
+
* Estimated Responsibility Payer B
|
|
335
|
+
* The amount estimated by the provider to be paid by the indicated payer; it is not the actual payment. */
|
|
336
|
+
| "B3"
|
|
337
|
+
/**
|
|
338
|
+
* Co-payment Payer B
|
|
339
|
+
* The amount assumed by the provider to be applied toward the patient’s co-payment amount involving the indicated payer. */
|
|
340
|
+
| "B7"
|
|
341
|
+
/**
|
|
342
|
+
* Regulatory Surcharges, Assessments, Allowances or Health Care Related Taxes Payer B
|
|
343
|
+
* The amount of regulatory surcharges, assessments, allowances or health care related taxes pertaining to the indicated payer. */
|
|
344
|
+
| "BA"
|
|
345
|
+
/**
|
|
346
|
+
* Other Assessments or Allowances (e.g., Medical Education) Payer B
|
|
347
|
+
* The amount of other assessments or allowances (e.g., medical education) pertaining to the indicated payer. */
|
|
348
|
+
| "BB"
|
|
349
|
+
/**
|
|
350
|
+
* Deductible Payer C
|
|
351
|
+
* The amount assumed by the provider to be applied to the patient’s policy/program deductible amount involving the indicated payer. (Note: Medicare blood deductibles should be reported under Value Code 6.) */
|
|
352
|
+
| "C1"
|
|
353
|
+
/**
|
|
354
|
+
* Coinsurance Payer C
|
|
355
|
+
* The amount assumed by the provider to be applied toward the patient’s coinsurance amount involving the indicated payer. For Part A coinsurance amounts use Value Codes 8-11.) */
|
|
356
|
+
| "C2"
|
|
357
|
+
/**
|
|
358
|
+
* Estimated Responsibility Payer C
|
|
359
|
+
* The amount estimated by the provider to be paid by the indicated payer; it is not the actual payment. */
|
|
360
|
+
| "C3"
|
|
361
|
+
/**
|
|
362
|
+
* Co-payment Payer C
|
|
363
|
+
* The amount assumed by the provider to be applied toward the patient’s co-payment amount involving the indicated payer. */
|
|
364
|
+
| "C7"
|
|
365
|
+
/**
|
|
366
|
+
* Regulatory Surcharges, Assessments, Allowances or Health Care Related Taxes Payer C
|
|
367
|
+
* The amount of regulatory surcharges, assessments, allowances or health care related taxes pertaining to the indicated payer. */
|
|
368
|
+
| "CA"
|
|
369
|
+
/**
|
|
370
|
+
* Other Assessments or Allowances (e.g., Medical Education) Payer C
|
|
371
|
+
* The amount of other assessments or allowances (e.g., medical education) pertaining to the indicated payer. */
|
|
372
|
+
| "CB"
|
|
373
|
+
/**
|
|
374
|
+
* Patient Estimated Responsibility
|
|
375
|
+
* The amount estimated by the provider to be paid by the indicated patient. */
|
|
376
|
+
| "D3"
|
|
377
|
+
/**
|
|
378
|
+
* Clinical Trial Number Assigned by NLM/NIH
|
|
379
|
+
* 8-digit, numeric National Library of Medicine/ National Institutes of Health assigned clinical trial number. */
|
|
380
|
+
| "D4"
|
|
381
|
+
/**
|
|
382
|
+
* Last Kt/V Reading (Effective 7/1/10)
|
|
383
|
+
* Result of last Kt/V reading. For in-center hemodialysis patients, this is the last reading taken during the billing period. For peritoneal dialysis patients (and home hemodialysis patients), this may be before the current billing period but should be within 4 months of the date of service. */
|
|
384
|
+
| "D5"
|
|
385
|
+
/**
|
|
386
|
+
* Total Number of Minutes of Dialysis Provided During the Billing Period. (Effective 1/1/21)
|
|
387
|
+
* The machine reported number of minutes (rounded to the nearest whole minute) of dialysis treatment time. The total count includes only the minutes spent dialyzing. The duration begins when the treatment starts and ends when the treatment is complete. The units reported must exceed 1. For Medicare ESRD claims. See Medicare manual for further instructions on the use of this code along with other related UB codes. */
|
|
388
|
+
| "D6"
|
|
389
|
+
/**
|
|
390
|
+
* Patient Paid Amount
|
|
391
|
+
* The amount the provider has received from the patient toward payment of this bill. (Effective 7/1/08) */
|
|
392
|
+
| "FC"
|
|
393
|
+
/**
|
|
394
|
+
* Credit Received from the Manufacturer for a Medical Device
|
|
395
|
+
* The amount the provider has received from a medical device manufacturer as credit for a medical device. (Effective 7/1/15) */
|
|
396
|
+
| "FD"
|
|
397
|
+
/**
|
|
398
|
+
* Facility where Inpatient Hospice Service is Delivered
|
|
399
|
+
* MSA or Core Based Statistical Area (CBSA) number (or rural state code) of the facility where inpatient hospice service is delivered. */
|
|
400
|
+
| "G8"
|
|
401
|
+
/**
|
|
402
|
+
* Heart Rate (Effective 7/1/19)
|
|
403
|
+
* FOR PUBLIC HEALTH DATAREPORTING ONLY when required by state or federal law or regulations. Code indicates patient heart rate in beats per minute taken upon arrival for treatment. */
|
|
404
|
+
| "P1"
|
|
405
|
+
/**
|
|
406
|
+
* Blood Pressure – Systolic (Effective 7/1/19)
|
|
407
|
+
* FOR PUBLIC HEALTH DATA REPORTING ONLY when required by state or federal law or regulations. Code indicates patient systolic blood pressure in mg/dl, taken upon arrival for treatment. */
|
|
408
|
+
| "P2"
|
|
409
|
+
/**
|
|
410
|
+
* Blood Pressure – Diastolic (Effective 7/1/19)
|
|
411
|
+
* FOR PUBLIC HEALTH DATAREPORTING ONLY when required by state or federal law or regulations. Code indicates patient diastolic blood pressure in mg/dl, taken upon arrival for treatment. */
|
|
412
|
+
| "P3"
|
|
413
|
+
/**
|
|
414
|
+
* Part A Demonstration Payment
|
|
415
|
+
* This is the portion of the payment designated as reimbursement for Part A services under the demonstration/model. */
|
|
416
|
+
| "Y1"
|
|
417
|
+
/**
|
|
418
|
+
* Part B Demonstration Payment
|
|
419
|
+
* This is the portion of the payment designated as reimbursement for Part B services under the demonstration/model. No deductible or coinsurance has been applied. */
|
|
420
|
+
| "Y2"
|
|
421
|
+
/**
|
|
422
|
+
* Part B Coinsurance
|
|
423
|
+
* This is the amount of Part B coinsurance applied by the A/B MAC to this demonstration/model claim. */
|
|
424
|
+
| "Y3"
|
|
425
|
+
/**
|
|
426
|
+
* Conventional Provider Payment
|
|
427
|
+
* This is the amount Medicare would have reimbursed the provider for Part A services if there had been no demonstration/model. */
|
|
428
|
+
| "Y4"
|
|
429
|
+
/**
|
|
430
|
+
* Part B Deductible (Effective 4/1/13)
|
|
431
|
+
* This is the amount of Part B deductible applied by the A/B MAC to this demonstration/model claim. */
|
|
432
|
+
| "Y5";
|
|
433
|
+
export declare const ValueCode: {
|
|
434
|
+
readonly C01Money: "01";
|
|
435
|
+
readonly C02Money: "02";
|
|
436
|
+
readonly C04Money: "04";
|
|
437
|
+
readonly C05Money: "05";
|
|
438
|
+
readonly C06Money: "06";
|
|
439
|
+
readonly C08Money: "08";
|
|
440
|
+
readonly C09Money: "09";
|
|
441
|
+
readonly C10Money: "10";
|
|
442
|
+
readonly C11Money: "11";
|
|
443
|
+
readonly C12Money: "12";
|
|
444
|
+
readonly C13Money: "13";
|
|
445
|
+
readonly C14Money: "14";
|
|
446
|
+
readonly C15Money: "15";
|
|
447
|
+
readonly C16Money: "16";
|
|
448
|
+
readonly C21Money: "21";
|
|
449
|
+
readonly C22Money: "22";
|
|
450
|
+
readonly C23Money: "23";
|
|
451
|
+
readonly C24Num: "24";
|
|
452
|
+
readonly C25Money: "25";
|
|
453
|
+
readonly C26Money: "26";
|
|
454
|
+
readonly C27Money: "27";
|
|
455
|
+
readonly C28Money: "28";
|
|
456
|
+
readonly C29Money: "29";
|
|
457
|
+
readonly C30Money: "30";
|
|
458
|
+
readonly C31Money: "31";
|
|
459
|
+
readonly C32Num: "32";
|
|
460
|
+
readonly C33Money: "33";
|
|
461
|
+
readonly C34Money: "34";
|
|
462
|
+
readonly C35Money: "35";
|
|
463
|
+
readonly C37Num: "37";
|
|
464
|
+
readonly C38Num: "38";
|
|
465
|
+
readonly C39Num: "39";
|
|
466
|
+
readonly C40Money: "40";
|
|
467
|
+
readonly C41Money: "41";
|
|
468
|
+
readonly C42Money: "42";
|
|
469
|
+
readonly C43Money: "43";
|
|
470
|
+
readonly C44Money: "44";
|
|
471
|
+
readonly C45Num: "45";
|
|
472
|
+
readonly C46Num: "46";
|
|
473
|
+
readonly C47Money: "47";
|
|
474
|
+
readonly C48Num: "48";
|
|
475
|
+
readonly C49Num: "49";
|
|
476
|
+
readonly C50Num: "50";
|
|
477
|
+
readonly C51Num: "51";
|
|
478
|
+
readonly C52Num: "52";
|
|
479
|
+
readonly C53Num: "53";
|
|
480
|
+
readonly C54Num: "54";
|
|
481
|
+
readonly C55Money: "55";
|
|
482
|
+
readonly C56Num: "56";
|
|
483
|
+
readonly C57Num: "57";
|
|
484
|
+
readonly C58Num: "58";
|
|
485
|
+
readonly C59Num: "59";
|
|
486
|
+
readonly C60Num: "60";
|
|
487
|
+
readonly C61Num: "61";
|
|
488
|
+
readonly C66Money: "66";
|
|
489
|
+
readonly C67Num: "67";
|
|
490
|
+
readonly C68Num: "68";
|
|
491
|
+
readonly C69Num: "69";
|
|
492
|
+
readonly C80Num: "80";
|
|
493
|
+
readonly C81Num: "81";
|
|
494
|
+
readonly C82Num: "82";
|
|
495
|
+
readonly C83Num: "83";
|
|
496
|
+
readonly C84Num: "84";
|
|
497
|
+
readonly C85Num: "85";
|
|
498
|
+
readonly C87Money: "87";
|
|
499
|
+
readonly C89Money: "89";
|
|
500
|
+
readonly C90Money: "90";
|
|
501
|
+
readonly C91Money: "91";
|
|
502
|
+
readonly Ca0Num: "A0";
|
|
503
|
+
readonly Ca1Money: "A1";
|
|
504
|
+
readonly Ca2Money: "A2";
|
|
505
|
+
readonly Ca3Money: "A3";
|
|
506
|
+
readonly Ca4Money: "A4";
|
|
507
|
+
readonly Ca5Money: "A5";
|
|
508
|
+
readonly Ca6Money: "A6";
|
|
509
|
+
readonly Ca7Money: "A7";
|
|
510
|
+
readonly Ca8Num: "A8";
|
|
511
|
+
readonly Ca9Num: "A9";
|
|
512
|
+
readonly CaaMoney: "AA";
|
|
513
|
+
readonly CabMoney: "AB";
|
|
514
|
+
readonly Cb1Money: "B1";
|
|
515
|
+
readonly Cb2Money: "B2";
|
|
516
|
+
readonly Cb3Money: "B3";
|
|
517
|
+
readonly Cb7Money: "B7";
|
|
518
|
+
readonly CbaMoney: "BA";
|
|
519
|
+
readonly CbbMoney: "BB";
|
|
520
|
+
readonly Cc1Money: "C1";
|
|
521
|
+
readonly Cc2Money: "C2";
|
|
522
|
+
readonly Cc3Money: "C3";
|
|
523
|
+
readonly Cc7Money: "C7";
|
|
524
|
+
readonly CcaMoney: "CA";
|
|
525
|
+
readonly CcbMoney: "CB";
|
|
526
|
+
readonly Cd3Money: "D3";
|
|
527
|
+
readonly Cd4Num: "D4";
|
|
528
|
+
readonly Cd5Num: "D5";
|
|
529
|
+
readonly Cd6Num: "D6";
|
|
530
|
+
readonly CfcMoney: "FC";
|
|
531
|
+
readonly CfdMoney: "FD";
|
|
532
|
+
readonly Cg8Num: "G8";
|
|
533
|
+
readonly Cp1Num: "P1";
|
|
534
|
+
readonly Cp2Num: "P2";
|
|
535
|
+
readonly Cp3Num: "P3";
|
|
536
|
+
readonly Cy1Money: "Y1";
|
|
537
|
+
readonly Cy2Money: "Y2";
|
|
538
|
+
readonly Cy3Money: "Y3";
|
|
539
|
+
readonly Cy4Money: "Y4";
|
|
540
|
+
readonly Cy5Money: "Y5";
|
|
541
|
+
};
|