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
package/reference.md
CHANGED
|
@@ -98,6 +98,58 @@ await client.auth.default.getToken({
|
|
|
98
98
|
</dl>
|
|
99
99
|
</details>
|
|
100
100
|
|
|
101
|
+
<details><summary><code>client.auth.default.<a href="/src/api/resources/auth/resources/default/client/Client.ts">getMachineTokenForOrgId</a>({ ...params }) -> core.APIResponse<CandidApi.AuthGetTokenResponse, CandidApi.auth.default_.getMachineTokenForOrgId.Error></code></summary>
|
|
102
|
+
<dl>
|
|
103
|
+
<dd>
|
|
104
|
+
|
|
105
|
+
#### 🔌 Usage
|
|
106
|
+
|
|
107
|
+
<dl>
|
|
108
|
+
<dd>
|
|
109
|
+
|
|
110
|
+
<dl>
|
|
111
|
+
<dd>
|
|
112
|
+
|
|
113
|
+
```typescript
|
|
114
|
+
await client.auth.default.getMachineTokenForOrgId({
|
|
115
|
+
orgId: "org_id",
|
|
116
|
+
clientId: "client_id",
|
|
117
|
+
clientSecret: "client_secret",
|
|
118
|
+
});
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
</dd>
|
|
122
|
+
</dl>
|
|
123
|
+
</dd>
|
|
124
|
+
</dl>
|
|
125
|
+
|
|
126
|
+
#### ⚙️ Parameters
|
|
127
|
+
|
|
128
|
+
<dl>
|
|
129
|
+
<dd>
|
|
130
|
+
|
|
131
|
+
<dl>
|
|
132
|
+
<dd>
|
|
133
|
+
|
|
134
|
+
**request:** `CandidApi.auth.default_.AuthGetTokenForOrgRequest`
|
|
135
|
+
|
|
136
|
+
</dd>
|
|
137
|
+
</dl>
|
|
138
|
+
|
|
139
|
+
<dl>
|
|
140
|
+
<dd>
|
|
141
|
+
|
|
142
|
+
**requestOptions:** `Default.RequestOptions`
|
|
143
|
+
|
|
144
|
+
</dd>
|
|
145
|
+
</dl>
|
|
146
|
+
</dd>
|
|
147
|
+
</dl>
|
|
148
|
+
|
|
149
|
+
</dd>
|
|
150
|
+
</dl>
|
|
151
|
+
</details>
|
|
152
|
+
|
|
101
153
|
## BillingNotes V2
|
|
102
154
|
|
|
103
155
|
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.BillingNote, CandidApi.billingNotes.v2.create.Error></code></summary>
|
|
@@ -1074,7 +1126,7 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1074
1126
|
|
|
1075
1127
|
## Credentialing V2
|
|
1076
1128
|
|
|
1077
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1129
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">createFacility</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.createFacility.Error></code></summary>
|
|
1078
1130
|
<dl>
|
|
1079
1131
|
<dd>
|
|
1080
1132
|
|
|
@@ -1087,14 +1139,10 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1087
1139
|
<dd>
|
|
1088
1140
|
|
|
1089
1141
|
```typescript
|
|
1090
|
-
await client.credentialing.v2.
|
|
1091
|
-
|
|
1142
|
+
await client.credentialing.v2.createFacility({
|
|
1143
|
+
serviceFacilityId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1092
1144
|
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1093
1145
|
payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1094
|
-
regions: {
|
|
1095
|
-
type: "states",
|
|
1096
|
-
states: ["AA", "AA"],
|
|
1097
|
-
},
|
|
1098
1146
|
});
|
|
1099
1147
|
```
|
|
1100
1148
|
|
|
@@ -1111,7 +1159,7 @@ await client.credentialing.v2.create({
|
|
|
1111
1159
|
<dl>
|
|
1112
1160
|
<dd>
|
|
1113
1161
|
|
|
1114
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1162
|
+
**request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanCreate`
|
|
1115
1163
|
|
|
1116
1164
|
</dd>
|
|
1117
1165
|
</dl>
|
|
@@ -1130,7 +1178,7 @@ await client.credentialing.v2.create({
|
|
|
1130
1178
|
</dl>
|
|
1131
1179
|
</details>
|
|
1132
1180
|
|
|
1133
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1181
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getFacility</a>(facilityCredentialingId) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.getFacility.Error></code></summary>
|
|
1134
1182
|
<dl>
|
|
1135
1183
|
<dd>
|
|
1136
1184
|
|
|
@@ -1143,7 +1191,9 @@ await client.credentialing.v2.create({
|
|
|
1143
1191
|
<dd>
|
|
1144
1192
|
|
|
1145
1193
|
```typescript
|
|
1146
|
-
await client.credentialing.v2.
|
|
1194
|
+
await client.credentialing.v2.getFacility(
|
|
1195
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1196
|
+
);
|
|
1147
1197
|
```
|
|
1148
1198
|
|
|
1149
1199
|
</dd>
|
|
@@ -1159,7 +1209,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1159
1209
|
<dl>
|
|
1160
1210
|
<dd>
|
|
1161
1211
|
|
|
1162
|
-
**
|
|
1212
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1163
1213
|
|
|
1164
1214
|
</dd>
|
|
1165
1215
|
</dl>
|
|
@@ -1178,7 +1228,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1178
1228
|
</dl>
|
|
1179
1229
|
</details>
|
|
1180
1230
|
|
|
1181
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1231
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAllFacilities</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpanPage, CandidApi.credentialing.v2.getAllFacilities.Error></code></summary>
|
|
1182
1232
|
<dl>
|
|
1183
1233
|
<dd>
|
|
1184
1234
|
|
|
@@ -1191,7 +1241,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1191
1241
|
<dd>
|
|
1192
1242
|
|
|
1193
1243
|
```typescript
|
|
1194
|
-
await client.credentialing.v2.
|
|
1244
|
+
await client.credentialing.v2.getAllFacilities();
|
|
1195
1245
|
```
|
|
1196
1246
|
|
|
1197
1247
|
</dd>
|
|
@@ -1207,7 +1257,7 @@ await client.credentialing.v2.getAll();
|
|
|
1207
1257
|
<dl>
|
|
1208
1258
|
<dd>
|
|
1209
1259
|
|
|
1210
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1260
|
+
**request:** `CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest`
|
|
1211
1261
|
|
|
1212
1262
|
</dd>
|
|
1213
1263
|
</dl>
|
|
@@ -1226,7 +1276,7 @@ await client.credentialing.v2.getAll();
|
|
|
1226
1276
|
</dl>
|
|
1227
1277
|
</details>
|
|
1228
1278
|
|
|
1229
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1279
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">deleteFacility</a>(facilityCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.deleteFacility.Error></code></summary>
|
|
1230
1280
|
<dl>
|
|
1231
1281
|
<dd>
|
|
1232
1282
|
|
|
@@ -1254,7 +1304,9 @@ Soft deletes a credentialing span rate from the system.
|
|
|
1254
1304
|
<dd>
|
|
1255
1305
|
|
|
1256
1306
|
```typescript
|
|
1257
|
-
await client.credentialing.v2.
|
|
1307
|
+
await client.credentialing.v2.deleteFacility(
|
|
1308
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1309
|
+
);
|
|
1258
1310
|
```
|
|
1259
1311
|
|
|
1260
1312
|
</dd>
|
|
@@ -1270,7 +1322,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1270
1322
|
<dl>
|
|
1271
1323
|
<dd>
|
|
1272
1324
|
|
|
1273
|
-
**
|
|
1325
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1274
1326
|
|
|
1275
1327
|
</dd>
|
|
1276
1328
|
</dl>
|
|
@@ -1289,7 +1341,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1289
1341
|
</dl>
|
|
1290
1342
|
</details>
|
|
1291
1343
|
|
|
1292
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1344
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">updateFacility</a>(facilityCredentialingId, { ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.updateFacility.Error></code></summary>
|
|
1293
1345
|
<dl>
|
|
1294
1346
|
<dd>
|
|
1295
1347
|
|
|
@@ -1302,7 +1354,12 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1302
1354
|
<dd>
|
|
1303
1355
|
|
|
1304
1356
|
```typescript
|
|
1305
|
-
await client.credentialing.v2.
|
|
1357
|
+
await client.credentialing.v2.updateFacility(
|
|
1358
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1359
|
+
{
|
|
1360
|
+
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1361
|
+
},
|
|
1362
|
+
);
|
|
1306
1363
|
```
|
|
1307
1364
|
|
|
1308
1365
|
</dd>
|
|
@@ -1318,7 +1375,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1318
1375
|
<dl>
|
|
1319
1376
|
<dd>
|
|
1320
1377
|
|
|
1321
|
-
**
|
|
1378
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1322
1379
|
|
|
1323
1380
|
</dd>
|
|
1324
1381
|
</dl>
|
|
@@ -1326,7 +1383,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1326
1383
|
<dl>
|
|
1327
1384
|
<dd>
|
|
1328
1385
|
|
|
1329
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1386
|
+
**request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate`
|
|
1330
1387
|
|
|
1331
1388
|
</dd>
|
|
1332
1389
|
</dl>
|
|
@@ -1345,13 +1402,11 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1345
1402
|
</dl>
|
|
1346
1403
|
</details>
|
|
1347
1404
|
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse<CandidApi.SchemaGetMultiResponse, CandidApi.customSchemas.v1.getMulti.Error></code></summary>
|
|
1405
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.create.Error></code></summary>
|
|
1351
1406
|
<dl>
|
|
1352
1407
|
<dd>
|
|
1353
1408
|
|
|
1354
|
-
####
|
|
1409
|
+
#### 🔌 Usage
|
|
1355
1410
|
|
|
1356
1411
|
<dl>
|
|
1357
1412
|
<dd>
|
|
@@ -1359,14 +1414,24 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1359
1414
|
<dl>
|
|
1360
1415
|
<dd>
|
|
1361
1416
|
|
|
1362
|
-
|
|
1417
|
+
```typescript
|
|
1418
|
+
await client.credentialing.v2.create({
|
|
1419
|
+
renderingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1420
|
+
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1421
|
+
payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1422
|
+
regions: {
|
|
1423
|
+
type: "states",
|
|
1424
|
+
states: ["AA", "AA"],
|
|
1425
|
+
},
|
|
1426
|
+
});
|
|
1427
|
+
```
|
|
1363
1428
|
|
|
1364
1429
|
</dd>
|
|
1365
1430
|
</dl>
|
|
1366
1431
|
</dd>
|
|
1367
1432
|
</dl>
|
|
1368
1433
|
|
|
1369
|
-
####
|
|
1434
|
+
#### ⚙️ Parameters
|
|
1370
1435
|
|
|
1371
1436
|
<dl>
|
|
1372
1437
|
<dd>
|
|
@@ -1374,53 +1439,77 @@ Returns all custom schemas.
|
|
|
1374
1439
|
<dl>
|
|
1375
1440
|
<dd>
|
|
1376
1441
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1442
|
+
**request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanCreate`
|
|
1443
|
+
|
|
1444
|
+
</dd>
|
|
1445
|
+
</dl>
|
|
1446
|
+
|
|
1447
|
+
<dl>
|
|
1448
|
+
<dd>
|
|
1449
|
+
|
|
1450
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1380
1451
|
|
|
1381
1452
|
</dd>
|
|
1382
1453
|
</dl>
|
|
1383
1454
|
</dd>
|
|
1384
1455
|
</dl>
|
|
1385
1456
|
|
|
1386
|
-
|
|
1457
|
+
</dd>
|
|
1458
|
+
</dl>
|
|
1459
|
+
</details>
|
|
1387
1460
|
|
|
1461
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">get</a>(providerCredentialingId) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.get.Error></code></summary>
|
|
1388
1462
|
<dl>
|
|
1389
1463
|
<dd>
|
|
1390
1464
|
|
|
1465
|
+
#### 🔌 Usage
|
|
1466
|
+
|
|
1391
1467
|
<dl>
|
|
1392
1468
|
<dd>
|
|
1393
1469
|
|
|
1394
|
-
|
|
1470
|
+
<dl>
|
|
1471
|
+
<dd>
|
|
1472
|
+
|
|
1473
|
+
```typescript
|
|
1474
|
+
await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1475
|
+
```
|
|
1395
1476
|
|
|
1396
1477
|
</dd>
|
|
1397
1478
|
</dl>
|
|
1398
1479
|
</dd>
|
|
1399
1480
|
</dl>
|
|
1400
1481
|
|
|
1401
|
-
|
|
1402
|
-
</dl>
|
|
1403
|
-
</details>
|
|
1482
|
+
#### ⚙️ Parameters
|
|
1404
1483
|
|
|
1405
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.get.Error></code></summary>
|
|
1406
1484
|
<dl>
|
|
1407
1485
|
<dd>
|
|
1408
1486
|
|
|
1409
|
-
#### 📝 Description
|
|
1410
|
-
|
|
1411
1487
|
<dl>
|
|
1412
1488
|
<dd>
|
|
1413
1489
|
|
|
1490
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1491
|
+
|
|
1492
|
+
</dd>
|
|
1493
|
+
</dl>
|
|
1494
|
+
|
|
1414
1495
|
<dl>
|
|
1415
1496
|
<dd>
|
|
1416
1497
|
|
|
1417
|
-
|
|
1498
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1418
1499
|
|
|
1419
1500
|
</dd>
|
|
1420
1501
|
</dl>
|
|
1421
1502
|
</dd>
|
|
1422
1503
|
</dl>
|
|
1423
1504
|
|
|
1505
|
+
</dd>
|
|
1506
|
+
</dl>
|
|
1507
|
+
</details>
|
|
1508
|
+
|
|
1509
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpanPage, CandidApi.credentialing.v2.getAll.Error></code></summary>
|
|
1510
|
+
<dl>
|
|
1511
|
+
<dd>
|
|
1512
|
+
|
|
1424
1513
|
#### 🔌 Usage
|
|
1425
1514
|
|
|
1426
1515
|
<dl>
|
|
@@ -1430,7 +1519,7 @@ Return a custom schema with a given ID.
|
|
|
1430
1519
|
<dd>
|
|
1431
1520
|
|
|
1432
1521
|
```typescript
|
|
1433
|
-
await client.
|
|
1522
|
+
await client.credentialing.v2.getAll();
|
|
1434
1523
|
```
|
|
1435
1524
|
|
|
1436
1525
|
</dd>
|
|
@@ -1446,7 +1535,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1446
1535
|
<dl>
|
|
1447
1536
|
<dd>
|
|
1448
1537
|
|
|
1449
|
-
**
|
|
1538
|
+
**request:** `CandidApi.credentialing.v2.GetAllProviderCredentialingSpansRequest`
|
|
1450
1539
|
|
|
1451
1540
|
</dd>
|
|
1452
1541
|
</dl>
|
|
@@ -1454,7 +1543,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1454
1543
|
<dl>
|
|
1455
1544
|
<dd>
|
|
1456
1545
|
|
|
1457
|
-
**requestOptions:** `
|
|
1546
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1458
1547
|
|
|
1459
1548
|
</dd>
|
|
1460
1549
|
</dl>
|
|
@@ -1465,7 +1554,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1465
1554
|
</dl>
|
|
1466
1555
|
</details>
|
|
1467
1556
|
|
|
1468
|
-
<details><summary><code>client.
|
|
1557
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">delete</a>(providerCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.delete.Error></code></summary>
|
|
1469
1558
|
<dl>
|
|
1470
1559
|
<dd>
|
|
1471
1560
|
|
|
@@ -1477,8 +1566,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1477
1566
|
<dl>
|
|
1478
1567
|
<dd>
|
|
1479
1568
|
|
|
1480
|
-
|
|
1481
|
-
Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
1569
|
+
Soft deletes a credentialing span rate from the system.
|
|
1482
1570
|
|
|
1483
1571
|
</dd>
|
|
1484
1572
|
</dl>
|
|
@@ -1494,28 +1582,7 @@ Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
|
1494
1582
|
<dd>
|
|
1495
1583
|
|
|
1496
1584
|
```typescript
|
|
1497
|
-
await client.
|
|
1498
|
-
name: "General Medicine",
|
|
1499
|
-
description: "Values associated with a generic visit",
|
|
1500
|
-
fields: [
|
|
1501
|
-
{
|
|
1502
|
-
key: "provider_category",
|
|
1503
|
-
type: "STRING",
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
key: "is_urgent_care",
|
|
1507
|
-
type: "BOOLEAN",
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
key: "bmi",
|
|
1511
|
-
type: "DOUBLE",
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
key: "age",
|
|
1515
|
-
type: "INTEGER",
|
|
1516
|
-
},
|
|
1517
|
-
],
|
|
1518
|
-
});
|
|
1585
|
+
await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1519
1586
|
```
|
|
1520
1587
|
|
|
1521
1588
|
</dd>
|
|
@@ -1531,7 +1598,7 @@ await client.customSchemas.v1.create({
|
|
|
1531
1598
|
<dl>
|
|
1532
1599
|
<dd>
|
|
1533
1600
|
|
|
1534
|
-
**
|
|
1601
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1535
1602
|
|
|
1536
1603
|
</dd>
|
|
1537
1604
|
</dl>
|
|
@@ -1539,7 +1606,7 @@ await client.customSchemas.v1.create({
|
|
|
1539
1606
|
<dl>
|
|
1540
1607
|
<dd>
|
|
1541
1608
|
|
|
1542
|
-
**requestOptions:** `
|
|
1609
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1543
1610
|
|
|
1544
1611
|
</dd>
|
|
1545
1612
|
</dl>
|
|
@@ -1550,25 +1617,10 @@ await client.customSchemas.v1.create({
|
|
|
1550
1617
|
</dl>
|
|
1551
1618
|
</details>
|
|
1552
1619
|
|
|
1553
|
-
<details><summary><code>client.
|
|
1554
|
-
<dl>
|
|
1555
|
-
<dd>
|
|
1556
|
-
|
|
1557
|
-
#### 📝 Description
|
|
1558
|
-
|
|
1559
|
-
<dl>
|
|
1560
|
-
<dd>
|
|
1561
|
-
|
|
1620
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">update</a>(providerCredentialingId, { ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.update.Error></code></summary>
|
|
1562
1621
|
<dl>
|
|
1563
1622
|
<dd>
|
|
1564
1623
|
|
|
1565
|
-
Update the name, description, or keys on a preexisting schema.
|
|
1566
|
-
|
|
1567
|
-
</dd>
|
|
1568
|
-
</dl>
|
|
1569
|
-
</dd>
|
|
1570
|
-
</dl>
|
|
1571
|
-
|
|
1572
1624
|
#### 🔌 Usage
|
|
1573
1625
|
|
|
1574
1626
|
<dl>
|
|
@@ -1578,16 +1630,7 @@ Update the name, description, or keys on a preexisting schema.
|
|
|
1578
1630
|
<dd>
|
|
1579
1631
|
|
|
1580
1632
|
```typescript
|
|
1581
|
-
await client.
|
|
1582
|
-
name: "General Medicine and Health",
|
|
1583
|
-
description: "Values collected during all visits",
|
|
1584
|
-
fieldsToAdd: [
|
|
1585
|
-
{
|
|
1586
|
-
key: "visit_type",
|
|
1587
|
-
type: "STRING",
|
|
1588
|
-
},
|
|
1589
|
-
],
|
|
1590
|
-
});
|
|
1633
|
+
await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1591
1634
|
```
|
|
1592
1635
|
|
|
1593
1636
|
</dd>
|
|
@@ -1603,7 +1646,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1603
1646
|
<dl>
|
|
1604
1647
|
<dd>
|
|
1605
1648
|
|
|
1606
|
-
**
|
|
1649
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1607
1650
|
|
|
1608
1651
|
</dd>
|
|
1609
1652
|
</dl>
|
|
@@ -1611,7 +1654,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1611
1654
|
<dl>
|
|
1612
1655
|
<dd>
|
|
1613
1656
|
|
|
1614
|
-
**request:** `CandidApi.
|
|
1657
|
+
**request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanUpdate`
|
|
1615
1658
|
|
|
1616
1659
|
</dd>
|
|
1617
1660
|
</dl>
|
|
@@ -1619,7 +1662,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1619
1662
|
<dl>
|
|
1620
1663
|
<dd>
|
|
1621
1664
|
|
|
1622
|
-
**requestOptions:** `
|
|
1665
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1623
1666
|
|
|
1624
1667
|
</dd>
|
|
1625
1668
|
</dl>
|
|
@@ -1630,9 +1673,9 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1630
1673
|
</dl>
|
|
1631
1674
|
</details>
|
|
1632
1675
|
|
|
1633
|
-
##
|
|
1676
|
+
## CustomSchemas V1
|
|
1634
1677
|
|
|
1635
|
-
<details><summary><code>client.
|
|
1678
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse<CandidApi.SchemaGetMultiResponse, CandidApi.customSchemas.v1.getMulti.Error></code></summary>
|
|
1636
1679
|
<dl>
|
|
1637
1680
|
<dd>
|
|
1638
1681
|
|
|
@@ -1644,23 +1687,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1644
1687
|
<dl>
|
|
1645
1688
|
<dd>
|
|
1646
1689
|
|
|
1647
|
-
|
|
1648
|
-
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
1649
|
-
|
|
1650
|
-
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
1651
|
-
|
|
1652
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
1653
|
-
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
1654
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
1655
|
-
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
1656
|
-
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
1657
|
-
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
1658
|
-
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
1659
|
-
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
1660
|
-
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
1661
|
-
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
1662
|
-
|
|
1663
|
-
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
1690
|
+
Returns all custom schemas.
|
|
1664
1691
|
|
|
1665
1692
|
</dd>
|
|
1666
1693
|
</dl>
|
|
@@ -1676,9 +1703,7 @@ A schema of the response object can be found here: [Change Healthcare Docs](http
|
|
|
1676
1703
|
<dd>
|
|
1677
1704
|
|
|
1678
1705
|
```typescript
|
|
1679
|
-
await client.
|
|
1680
|
-
key: "value",
|
|
1681
|
-
});
|
|
1706
|
+
await client.customSchemas.v1.getMulti();
|
|
1682
1707
|
```
|
|
1683
1708
|
|
|
1684
1709
|
</dd>
|
|
@@ -1694,15 +1719,7 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1694
1719
|
<dl>
|
|
1695
1720
|
<dd>
|
|
1696
1721
|
|
|
1697
|
-
**
|
|
1698
|
-
|
|
1699
|
-
</dd>
|
|
1700
|
-
</dl>
|
|
1701
|
-
|
|
1702
|
-
<dl>
|
|
1703
|
-
<dd>
|
|
1704
|
-
|
|
1705
|
-
**requestOptions:** `V2.RequestOptions`
|
|
1722
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1706
1723
|
|
|
1707
1724
|
</dd>
|
|
1708
1725
|
</dl>
|
|
@@ -1713,7 +1730,7 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1713
1730
|
</dl>
|
|
1714
1731
|
</details>
|
|
1715
1732
|
|
|
1716
|
-
<details><summary><code>client.
|
|
1733
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.get.Error></code></summary>
|
|
1717
1734
|
<dl>
|
|
1718
1735
|
<dd>
|
|
1719
1736
|
|
|
@@ -1725,12 +1742,323 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1725
1742
|
<dl>
|
|
1726
1743
|
<dd>
|
|
1727
1744
|
|
|
1728
|
-
|
|
1729
|
-
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
1730
|
-
|
|
1731
|
-
**Availity has transitioned their GET endpoint to a POST endpoint. Candid has updated their pass-through integration to enable backwards compatibility for the GET endpoint so that customers do not have to immediately update their integrations.**
|
|
1745
|
+
Return a custom schema with a given ID.
|
|
1732
1746
|
|
|
1733
|
-
|
|
1747
|
+
</dd>
|
|
1748
|
+
</dl>
|
|
1749
|
+
</dd>
|
|
1750
|
+
</dl>
|
|
1751
|
+
|
|
1752
|
+
#### 🔌 Usage
|
|
1753
|
+
|
|
1754
|
+
<dl>
|
|
1755
|
+
<dd>
|
|
1756
|
+
|
|
1757
|
+
<dl>
|
|
1758
|
+
<dd>
|
|
1759
|
+
|
|
1760
|
+
```typescript
|
|
1761
|
+
await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"));
|
|
1762
|
+
```
|
|
1763
|
+
|
|
1764
|
+
</dd>
|
|
1765
|
+
</dl>
|
|
1766
|
+
</dd>
|
|
1767
|
+
</dl>
|
|
1768
|
+
|
|
1769
|
+
#### ⚙️ Parameters
|
|
1770
|
+
|
|
1771
|
+
<dl>
|
|
1772
|
+
<dd>
|
|
1773
|
+
|
|
1774
|
+
<dl>
|
|
1775
|
+
<dd>
|
|
1776
|
+
|
|
1777
|
+
**schemaId:** `CandidApi.SchemaId`
|
|
1778
|
+
|
|
1779
|
+
</dd>
|
|
1780
|
+
</dl>
|
|
1781
|
+
|
|
1782
|
+
<dl>
|
|
1783
|
+
<dd>
|
|
1784
|
+
|
|
1785
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1786
|
+
|
|
1787
|
+
</dd>
|
|
1788
|
+
</dl>
|
|
1789
|
+
</dd>
|
|
1790
|
+
</dl>
|
|
1791
|
+
|
|
1792
|
+
</dd>
|
|
1793
|
+
</dl>
|
|
1794
|
+
</details>
|
|
1795
|
+
|
|
1796
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.create.Error></code></summary>
|
|
1797
|
+
<dl>
|
|
1798
|
+
<dd>
|
|
1799
|
+
|
|
1800
|
+
#### 📝 Description
|
|
1801
|
+
|
|
1802
|
+
<dl>
|
|
1803
|
+
<dd>
|
|
1804
|
+
|
|
1805
|
+
<dl>
|
|
1806
|
+
<dd>
|
|
1807
|
+
|
|
1808
|
+
Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
|
|
1809
|
+
Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
1810
|
+
|
|
1811
|
+
</dd>
|
|
1812
|
+
</dl>
|
|
1813
|
+
</dd>
|
|
1814
|
+
</dl>
|
|
1815
|
+
|
|
1816
|
+
#### 🔌 Usage
|
|
1817
|
+
|
|
1818
|
+
<dl>
|
|
1819
|
+
<dd>
|
|
1820
|
+
|
|
1821
|
+
<dl>
|
|
1822
|
+
<dd>
|
|
1823
|
+
|
|
1824
|
+
```typescript
|
|
1825
|
+
await client.customSchemas.v1.create({
|
|
1826
|
+
name: "General Medicine",
|
|
1827
|
+
description: "Values associated with a generic visit",
|
|
1828
|
+
fields: [
|
|
1829
|
+
{
|
|
1830
|
+
key: "provider_category",
|
|
1831
|
+
type: "STRING",
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
key: "is_urgent_care",
|
|
1835
|
+
type: "BOOLEAN",
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
key: "bmi",
|
|
1839
|
+
type: "DOUBLE",
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
key: "age",
|
|
1843
|
+
type: "INTEGER",
|
|
1844
|
+
},
|
|
1845
|
+
],
|
|
1846
|
+
});
|
|
1847
|
+
```
|
|
1848
|
+
|
|
1849
|
+
</dd>
|
|
1850
|
+
</dl>
|
|
1851
|
+
</dd>
|
|
1852
|
+
</dl>
|
|
1853
|
+
|
|
1854
|
+
#### ⚙️ Parameters
|
|
1855
|
+
|
|
1856
|
+
<dl>
|
|
1857
|
+
<dd>
|
|
1858
|
+
|
|
1859
|
+
<dl>
|
|
1860
|
+
<dd>
|
|
1861
|
+
|
|
1862
|
+
**request:** `CandidApi.customSchemas.v1.SchemaCreate`
|
|
1863
|
+
|
|
1864
|
+
</dd>
|
|
1865
|
+
</dl>
|
|
1866
|
+
|
|
1867
|
+
<dl>
|
|
1868
|
+
<dd>
|
|
1869
|
+
|
|
1870
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1871
|
+
|
|
1872
|
+
</dd>
|
|
1873
|
+
</dl>
|
|
1874
|
+
</dd>
|
|
1875
|
+
</dl>
|
|
1876
|
+
|
|
1877
|
+
</dd>
|
|
1878
|
+
</dl>
|
|
1879
|
+
</details>
|
|
1880
|
+
|
|
1881
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">update</a>(schemaId, { ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.update.Error></code></summary>
|
|
1882
|
+
<dl>
|
|
1883
|
+
<dd>
|
|
1884
|
+
|
|
1885
|
+
#### 📝 Description
|
|
1886
|
+
|
|
1887
|
+
<dl>
|
|
1888
|
+
<dd>
|
|
1889
|
+
|
|
1890
|
+
<dl>
|
|
1891
|
+
<dd>
|
|
1892
|
+
|
|
1893
|
+
Update the name, description, or keys on a preexisting schema.
|
|
1894
|
+
|
|
1895
|
+
</dd>
|
|
1896
|
+
</dl>
|
|
1897
|
+
</dd>
|
|
1898
|
+
</dl>
|
|
1899
|
+
|
|
1900
|
+
#### 🔌 Usage
|
|
1901
|
+
|
|
1902
|
+
<dl>
|
|
1903
|
+
<dd>
|
|
1904
|
+
|
|
1905
|
+
<dl>
|
|
1906
|
+
<dd>
|
|
1907
|
+
|
|
1908
|
+
```typescript
|
|
1909
|
+
await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
|
|
1910
|
+
name: "General Medicine and Health",
|
|
1911
|
+
description: "Values collected during all visits",
|
|
1912
|
+
fieldsToAdd: [
|
|
1913
|
+
{
|
|
1914
|
+
key: "visit_type",
|
|
1915
|
+
type: "STRING",
|
|
1916
|
+
},
|
|
1917
|
+
],
|
|
1918
|
+
});
|
|
1919
|
+
```
|
|
1920
|
+
|
|
1921
|
+
</dd>
|
|
1922
|
+
</dl>
|
|
1923
|
+
</dd>
|
|
1924
|
+
</dl>
|
|
1925
|
+
|
|
1926
|
+
#### ⚙️ Parameters
|
|
1927
|
+
|
|
1928
|
+
<dl>
|
|
1929
|
+
<dd>
|
|
1930
|
+
|
|
1931
|
+
<dl>
|
|
1932
|
+
<dd>
|
|
1933
|
+
|
|
1934
|
+
**schemaId:** `CandidApi.SchemaId`
|
|
1935
|
+
|
|
1936
|
+
</dd>
|
|
1937
|
+
</dl>
|
|
1938
|
+
|
|
1939
|
+
<dl>
|
|
1940
|
+
<dd>
|
|
1941
|
+
|
|
1942
|
+
**request:** `CandidApi.customSchemas.v1.SchemaUpdate`
|
|
1943
|
+
|
|
1944
|
+
</dd>
|
|
1945
|
+
</dl>
|
|
1946
|
+
|
|
1947
|
+
<dl>
|
|
1948
|
+
<dd>
|
|
1949
|
+
|
|
1950
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1951
|
+
|
|
1952
|
+
</dd>
|
|
1953
|
+
</dl>
|
|
1954
|
+
</dd>
|
|
1955
|
+
</dl>
|
|
1956
|
+
|
|
1957
|
+
</dd>
|
|
1958
|
+
</dl>
|
|
1959
|
+
</details>
|
|
1960
|
+
|
|
1961
|
+
## Eligibility V2
|
|
1962
|
+
|
|
1963
|
+
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheck</a>({ ...params }) -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheck.Error></code></summary>
|
|
1964
|
+
<dl>
|
|
1965
|
+
<dd>
|
|
1966
|
+
|
|
1967
|
+
#### 📝 Description
|
|
1968
|
+
|
|
1969
|
+
<dl>
|
|
1970
|
+
<dd>
|
|
1971
|
+
|
|
1972
|
+
<dl>
|
|
1973
|
+
<dd>
|
|
1974
|
+
|
|
1975
|
+
<Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
1976
|
+
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
1977
|
+
|
|
1978
|
+
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
1979
|
+
|
|
1980
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
1981
|
+
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
1982
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
1983
|
+
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
1984
|
+
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
1985
|
+
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
1986
|
+
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
1987
|
+
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
1988
|
+
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
1989
|
+
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
1990
|
+
|
|
1991
|
+
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
1992
|
+
|
|
1993
|
+
</dd>
|
|
1994
|
+
</dl>
|
|
1995
|
+
</dd>
|
|
1996
|
+
</dl>
|
|
1997
|
+
|
|
1998
|
+
#### 🔌 Usage
|
|
1999
|
+
|
|
2000
|
+
<dl>
|
|
2001
|
+
<dd>
|
|
2002
|
+
|
|
2003
|
+
<dl>
|
|
2004
|
+
<dd>
|
|
2005
|
+
|
|
2006
|
+
```typescript
|
|
2007
|
+
await client.eligibility.v2.submitEligibilityCheck({
|
|
2008
|
+
key: "value",
|
|
2009
|
+
});
|
|
2010
|
+
```
|
|
2011
|
+
|
|
2012
|
+
</dd>
|
|
2013
|
+
</dl>
|
|
2014
|
+
</dd>
|
|
2015
|
+
</dl>
|
|
2016
|
+
|
|
2017
|
+
#### ⚙️ Parameters
|
|
2018
|
+
|
|
2019
|
+
<dl>
|
|
2020
|
+
<dd>
|
|
2021
|
+
|
|
2022
|
+
<dl>
|
|
2023
|
+
<dd>
|
|
2024
|
+
|
|
2025
|
+
**request:** `unknown`
|
|
2026
|
+
|
|
2027
|
+
</dd>
|
|
2028
|
+
</dl>
|
|
2029
|
+
|
|
2030
|
+
<dl>
|
|
2031
|
+
<dd>
|
|
2032
|
+
|
|
2033
|
+
**requestOptions:** `V2.RequestOptions`
|
|
2034
|
+
|
|
2035
|
+
</dd>
|
|
2036
|
+
</dl>
|
|
2037
|
+
</dd>
|
|
2038
|
+
</dl>
|
|
2039
|
+
|
|
2040
|
+
</dd>
|
|
2041
|
+
</dl>
|
|
2042
|
+
</details>
|
|
2043
|
+
|
|
2044
|
+
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error></code></summary>
|
|
2045
|
+
<dl>
|
|
2046
|
+
<dd>
|
|
2047
|
+
|
|
2048
|
+
#### 📝 Description
|
|
2049
|
+
|
|
2050
|
+
<dl>
|
|
2051
|
+
<dd>
|
|
2052
|
+
|
|
2053
|
+
<dl>
|
|
2054
|
+
<dd>
|
|
2055
|
+
|
|
2056
|
+
<Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
2057
|
+
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
2058
|
+
|
|
2059
|
+
**Availity has transitioned their GET endpoint to a POST endpoint. Candid has updated their pass-through integration to enable backwards compatibility for the GET endpoint so that customers do not have to immediately update their integrations.**
|
|
2060
|
+
|
|
2061
|
+
**Candid recommends integrations with the [POST endpoint](https://docs.joincandidhealth.com/api-reference/eligibility/v-2/submit-eligibility-check-availity-post) to ensure the best possible integration experience. Given the transition, Availity’s documentation will be out of sync with this endpoint.**
|
|
1734
2062
|
|
|
1735
2063
|
If you'd like access to this endpoint, please reach out to support@joincandidhealth.com with the subject line "Action: Activate Availity Eligibility API Endpoint
|
|
1736
2064
|
|
|
@@ -2766,6 +3094,86 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
|
|
|
2766
3094
|
</dl>
|
|
2767
3095
|
</details>
|
|
2768
3096
|
|
|
3097
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createUniversal.Error></code></summary>
|
|
3098
|
+
<dl>
|
|
3099
|
+
<dd>
|
|
3100
|
+
|
|
3101
|
+
#### 🔌 Usage
|
|
3102
|
+
|
|
3103
|
+
<dl>
|
|
3104
|
+
<dd>
|
|
3105
|
+
|
|
3106
|
+
<dl>
|
|
3107
|
+
<dd>
|
|
3108
|
+
|
|
3109
|
+
```typescript
|
|
3110
|
+
await client.encounters.v4.createUniversal({
|
|
3111
|
+
externalId: CandidApi.EncounterExternalId("external_id"),
|
|
3112
|
+
patientAuthorizedRelease: true,
|
|
3113
|
+
benefitsAssignedToProvider: true,
|
|
3114
|
+
providerAcceptsAssignment: true,
|
|
3115
|
+
billableStatus: "BILLABLE",
|
|
3116
|
+
patient: {
|
|
3117
|
+
firstName: "first_name",
|
|
3118
|
+
lastName: "last_name",
|
|
3119
|
+
gender: "male",
|
|
3120
|
+
externalId: "external_id",
|
|
3121
|
+
dateOfBirth: "2023-01-15",
|
|
3122
|
+
address: {
|
|
3123
|
+
address1: "address1",
|
|
3124
|
+
city: "city",
|
|
3125
|
+
state: "AA",
|
|
3126
|
+
zipCode: "zip_code",
|
|
3127
|
+
},
|
|
3128
|
+
},
|
|
3129
|
+
responsibleParty: "INSURANCE_PAY",
|
|
3130
|
+
billingProvider: {
|
|
3131
|
+
address: {
|
|
3132
|
+
address1: "address1",
|
|
3133
|
+
city: "city",
|
|
3134
|
+
state: "AA",
|
|
3135
|
+
zipCode: "zip_code",
|
|
3136
|
+
zipPlusFourCode: "zip_plus_four_code",
|
|
3137
|
+
},
|
|
3138
|
+
taxId: "tax_id",
|
|
3139
|
+
npi: "npi",
|
|
3140
|
+
},
|
|
3141
|
+
submissionExpectation: "TARGET_PROFESSIONAL",
|
|
3142
|
+
});
|
|
3143
|
+
```
|
|
3144
|
+
|
|
3145
|
+
</dd>
|
|
3146
|
+
</dl>
|
|
3147
|
+
</dd>
|
|
3148
|
+
</dl>
|
|
3149
|
+
|
|
3150
|
+
#### ⚙️ Parameters
|
|
3151
|
+
|
|
3152
|
+
<dl>
|
|
3153
|
+
<dd>
|
|
3154
|
+
|
|
3155
|
+
<dl>
|
|
3156
|
+
<dd>
|
|
3157
|
+
|
|
3158
|
+
**request:** `CandidApi.UniversalEncounterCreate`
|
|
3159
|
+
|
|
3160
|
+
</dd>
|
|
3161
|
+
</dl>
|
|
3162
|
+
|
|
3163
|
+
<dl>
|
|
3164
|
+
<dd>
|
|
3165
|
+
|
|
3166
|
+
**requestOptions:** `V4.RequestOptions`
|
|
3167
|
+
|
|
3168
|
+
</dd>
|
|
3169
|
+
</dl>
|
|
3170
|
+
</dd>
|
|
3171
|
+
</dl>
|
|
3172
|
+
|
|
3173
|
+
</dd>
|
|
3174
|
+
</dl>
|
|
3175
|
+
</details>
|
|
3176
|
+
|
|
2769
3177
|
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.create.Error></code></summary>
|
|
2770
3178
|
<dl>
|
|
2771
3179
|
<dd>
|
|
@@ -2780,6 +3188,11 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
|
|
|
2780
3188
|
|
|
2781
3189
|
```typescript
|
|
2782
3190
|
await client.encounters.v4.create({
|
|
3191
|
+
externalId: CandidApi.EncounterExternalId("external_id"),
|
|
3192
|
+
patientAuthorizedRelease: true,
|
|
3193
|
+
benefitsAssignedToProvider: true,
|
|
3194
|
+
providerAcceptsAssignment: true,
|
|
3195
|
+
billableStatus: "BILLABLE",
|
|
2783
3196
|
patient: {
|
|
2784
3197
|
firstName: "first_name",
|
|
2785
3198
|
lastName: "last_name",
|
|
@@ -2793,6 +3206,7 @@ await client.encounters.v4.create({
|
|
|
2793
3206
|
zipCode: "zip_code",
|
|
2794
3207
|
},
|
|
2795
3208
|
},
|
|
3209
|
+
responsibleParty: "INSURANCE_PAY",
|
|
2796
3210
|
billingProvider: {
|
|
2797
3211
|
address: {
|
|
2798
3212
|
address1: "address1",
|
|
@@ -2804,21 +3218,20 @@ await client.encounters.v4.create({
|
|
|
2804
3218
|
taxId: "tax_id",
|
|
2805
3219
|
npi: "npi",
|
|
2806
3220
|
},
|
|
3221
|
+
diagnoses: [
|
|
3222
|
+
{
|
|
3223
|
+
codeType: "ABF",
|
|
3224
|
+
code: "code",
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
codeType: "ABF",
|
|
3228
|
+
code: "code",
|
|
3229
|
+
},
|
|
3230
|
+
],
|
|
3231
|
+
placeOfServiceCode: "01",
|
|
2807
3232
|
renderingProvider: {
|
|
2808
3233
|
npi: "npi",
|
|
2809
3234
|
},
|
|
2810
|
-
responsibleParty: "INSURANCE_PAY",
|
|
2811
|
-
diagnoses: [
|
|
2812
|
-
{
|
|
2813
|
-
codeType: "ABF",
|
|
2814
|
-
code: "code",
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
codeType: "ABF",
|
|
2818
|
-
code: "code",
|
|
2819
|
-
},
|
|
2820
|
-
],
|
|
2821
|
-
placeOfServiceCode: "01",
|
|
2822
3235
|
});
|
|
2823
3236
|
```
|
|
2824
3237
|
|
|
@@ -2835,7 +3248,109 @@ await client.encounters.v4.create({
|
|
|
2835
3248
|
<dl>
|
|
2836
3249
|
<dd>
|
|
2837
3250
|
|
|
2838
|
-
**request:** `CandidApi.
|
|
3251
|
+
**request:** `CandidApi.EncounterCreate`
|
|
3252
|
+
|
|
3253
|
+
</dd>
|
|
3254
|
+
</dl>
|
|
3255
|
+
|
|
3256
|
+
<dl>
|
|
3257
|
+
<dd>
|
|
3258
|
+
|
|
3259
|
+
**requestOptions:** `V4.RequestOptions`
|
|
3260
|
+
|
|
3261
|
+
</dd>
|
|
3262
|
+
</dl>
|
|
3263
|
+
</dd>
|
|
3264
|
+
</dl>
|
|
3265
|
+
|
|
3266
|
+
</dd>
|
|
3267
|
+
</dl>
|
|
3268
|
+
</details>
|
|
3269
|
+
|
|
3270
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatientUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error></code></summary>
|
|
3271
|
+
<dl>
|
|
3272
|
+
<dd>
|
|
3273
|
+
|
|
3274
|
+
#### 📝 Description
|
|
3275
|
+
|
|
3276
|
+
<dl>
|
|
3277
|
+
<dd>
|
|
3278
|
+
|
|
3279
|
+
<dl>
|
|
3280
|
+
<dd>
|
|
3281
|
+
|
|
3282
|
+
Create an encounter from a pre-encounter patient and appointment. This endpoint is intended to be used by consumers who are managing
|
|
3283
|
+
patients and appointments in the pre-encounter service and is currently under development. Consumers who are not taking advantage
|
|
3284
|
+
of the pre-encounter service should use the standard create endpoint.
|
|
3285
|
+
|
|
3286
|
+
The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
|
|
3287
|
+
where applicable. In particular, the following fields are populated from the patient and appointment objects:
|
|
3288
|
+
|
|
3289
|
+
- Patient
|
|
3290
|
+
- Referring Provider
|
|
3291
|
+
- Subscriber Primary
|
|
3292
|
+
- Subscriber Secondary
|
|
3293
|
+
- Referral Number
|
|
3294
|
+
- Responsible Party
|
|
3295
|
+
- Guarantor
|
|
3296
|
+
|
|
3297
|
+
Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
|
|
3298
|
+
encounter has not already been submitted or adjudicated.
|
|
3299
|
+
|
|
3300
|
+
</dd>
|
|
3301
|
+
</dl>
|
|
3302
|
+
</dd>
|
|
3303
|
+
</dl>
|
|
3304
|
+
|
|
3305
|
+
#### 🔌 Usage
|
|
3306
|
+
|
|
3307
|
+
<dl>
|
|
3308
|
+
<dd>
|
|
3309
|
+
|
|
3310
|
+
<dl>
|
|
3311
|
+
<dd>
|
|
3312
|
+
|
|
3313
|
+
```typescript
|
|
3314
|
+
await client.encounters.v4.createFromPreEncounterPatientUniversal({
|
|
3315
|
+
externalId: CandidApi.EncounterExternalId("external_id"),
|
|
3316
|
+
patientAuthorizedRelease: true,
|
|
3317
|
+
benefitsAssignedToProvider: true,
|
|
3318
|
+
providerAcceptsAssignment: true,
|
|
3319
|
+
billableStatus: "BILLABLE",
|
|
3320
|
+
preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3321
|
+
preEncounterAppointmentIds: [
|
|
3322
|
+
CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3323
|
+
CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3324
|
+
],
|
|
3325
|
+
billingProvider: {
|
|
3326
|
+
address: {
|
|
3327
|
+
address1: "address1",
|
|
3328
|
+
city: "city",
|
|
3329
|
+
state: "AA",
|
|
3330
|
+
zipCode: "zip_code",
|
|
3331
|
+
zipPlusFourCode: "zip_plus_four_code",
|
|
3332
|
+
},
|
|
3333
|
+
taxId: "tax_id",
|
|
3334
|
+
npi: "npi",
|
|
3335
|
+
},
|
|
3336
|
+
submissionExpectation: "TARGET_PROFESSIONAL",
|
|
3337
|
+
});
|
|
3338
|
+
```
|
|
3339
|
+
|
|
3340
|
+
</dd>
|
|
3341
|
+
</dl>
|
|
3342
|
+
</dd>
|
|
3343
|
+
</dl>
|
|
3344
|
+
|
|
3345
|
+
#### ⚙️ Parameters
|
|
3346
|
+
|
|
3347
|
+
<dl>
|
|
3348
|
+
<dd>
|
|
3349
|
+
|
|
3350
|
+
<dl>
|
|
3351
|
+
<dd>
|
|
3352
|
+
|
|
3353
|
+
**request:** `CandidApi.UniversalEncounterCreateFromPreEncounter`
|
|
2839
3354
|
|
|
2840
3355
|
</dd>
|
|
2841
3356
|
</dl>
|
|
@@ -2923,6 +3438,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2923
3438
|
renderingProvider: {
|
|
2924
3439
|
npi: "npi",
|
|
2925
3440
|
},
|
|
3441
|
+
placeOfServiceCode: "01",
|
|
2926
3442
|
diagnoses: [
|
|
2927
3443
|
{
|
|
2928
3444
|
codeType: "ABF",
|
|
@@ -2933,7 +3449,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2933
3449
|
code: "code",
|
|
2934
3450
|
},
|
|
2935
3451
|
],
|
|
2936
|
-
placeOfServiceCode: "01",
|
|
2937
3452
|
});
|
|
2938
3453
|
```
|
|
2939
3454
|
|
|
@@ -2969,6 +3484,62 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2969
3484
|
</dl>
|
|
2970
3485
|
</details>
|
|
2971
3486
|
|
|
3487
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">updateUniversal</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.updateUniversal.Error></code></summary>
|
|
3488
|
+
<dl>
|
|
3489
|
+
<dd>
|
|
3490
|
+
|
|
3491
|
+
#### 🔌 Usage
|
|
3492
|
+
|
|
3493
|
+
<dl>
|
|
3494
|
+
<dd>
|
|
3495
|
+
|
|
3496
|
+
<dl>
|
|
3497
|
+
<dd>
|
|
3498
|
+
|
|
3499
|
+
```typescript
|
|
3500
|
+
await client.encounters.v4.updateUniversal(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
3501
|
+
```
|
|
3502
|
+
|
|
3503
|
+
</dd>
|
|
3504
|
+
</dl>
|
|
3505
|
+
</dd>
|
|
3506
|
+
</dl>
|
|
3507
|
+
|
|
3508
|
+
#### ⚙️ Parameters
|
|
3509
|
+
|
|
3510
|
+
<dl>
|
|
3511
|
+
<dd>
|
|
3512
|
+
|
|
3513
|
+
<dl>
|
|
3514
|
+
<dd>
|
|
3515
|
+
|
|
3516
|
+
**encounterId:** `CandidApi.EncounterId`
|
|
3517
|
+
|
|
3518
|
+
</dd>
|
|
3519
|
+
</dl>
|
|
3520
|
+
|
|
3521
|
+
<dl>
|
|
3522
|
+
<dd>
|
|
3523
|
+
|
|
3524
|
+
**request:** `CandidApi.UniversalEncounterUpdate`
|
|
3525
|
+
|
|
3526
|
+
</dd>
|
|
3527
|
+
</dl>
|
|
3528
|
+
|
|
3529
|
+
<dl>
|
|
3530
|
+
<dd>
|
|
3531
|
+
|
|
3532
|
+
**requestOptions:** `V4.RequestOptions`
|
|
3533
|
+
|
|
3534
|
+
</dd>
|
|
3535
|
+
</dl>
|
|
3536
|
+
</dd>
|
|
3537
|
+
</dl>
|
|
3538
|
+
|
|
3539
|
+
</dd>
|
|
3540
|
+
</dl>
|
|
3541
|
+
</details>
|
|
3542
|
+
|
|
2972
3543
|
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.update.Error></code></summary>
|
|
2973
3544
|
<dl>
|
|
2974
3545
|
<dd>
|
|
@@ -2982,7 +3553,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2982
3553
|
<dd>
|
|
2983
3554
|
|
|
2984
3555
|
```typescript
|
|
2985
|
-
await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
3556
|
+
await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
2986
3557
|
```
|
|
2987
3558
|
|
|
2988
3559
|
</dd>
|
|
@@ -3006,7 +3577,7 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3006
3577
|
<dl>
|
|
3007
3578
|
<dd>
|
|
3008
3579
|
|
|
3009
|
-
**request:** `CandidApi.
|
|
3580
|
+
**request:** `CandidApi.EncounterUpdate`
|
|
3010
3581
|
|
|
3011
3582
|
</dd>
|
|
3012
3583
|
</dl>
|
|
@@ -4208,6 +4779,74 @@ await client.feeSchedules.v3.hardDeleteRates({
|
|
|
4208
4779
|
</dl>
|
|
4209
4780
|
</details>
|
|
4210
4781
|
|
|
4782
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRatesByIds</a>({ ...params }) -> core.APIResponse<number, CandidApi.feeSchedules.v3.hardDeleteRatesByIds.Error></code></summary>
|
|
4783
|
+
<dl>
|
|
4784
|
+
<dd>
|
|
4785
|
+
|
|
4786
|
+
#### 📝 Description
|
|
4787
|
+
|
|
4788
|
+
<dl>
|
|
4789
|
+
<dd>
|
|
4790
|
+
|
|
4791
|
+
<dl>
|
|
4792
|
+
<dd>
|
|
4793
|
+
|
|
4794
|
+
Hard deletes specific rates from the system by their IDs. This is a destructive operation and cannot be undone. Limited to 100 rate IDs maximum per request. For bulk deletion of more than 100 rates, use the hard_delete_rates endpoint with dimension filters. Returns the number of rates deleted.
|
|
4795
|
+
|
|
4796
|
+
</dd>
|
|
4797
|
+
</dl>
|
|
4798
|
+
</dd>
|
|
4799
|
+
</dl>
|
|
4800
|
+
|
|
4801
|
+
#### 🔌 Usage
|
|
4802
|
+
|
|
4803
|
+
<dl>
|
|
4804
|
+
<dd>
|
|
4805
|
+
|
|
4806
|
+
<dl>
|
|
4807
|
+
<dd>
|
|
4808
|
+
|
|
4809
|
+
```typescript
|
|
4810
|
+
await client.feeSchedules.v3.hardDeleteRatesByIds({
|
|
4811
|
+
rateIds: [
|
|
4812
|
+
CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4813
|
+
CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4814
|
+
],
|
|
4815
|
+
});
|
|
4816
|
+
```
|
|
4817
|
+
|
|
4818
|
+
</dd>
|
|
4819
|
+
</dl>
|
|
4820
|
+
</dd>
|
|
4821
|
+
</dl>
|
|
4822
|
+
|
|
4823
|
+
#### ⚙️ Parameters
|
|
4824
|
+
|
|
4825
|
+
<dl>
|
|
4826
|
+
<dd>
|
|
4827
|
+
|
|
4828
|
+
<dl>
|
|
4829
|
+
<dd>
|
|
4830
|
+
|
|
4831
|
+
**request:** `CandidApi.feeSchedules.v3.HardDeleteRatesByIdsRequest`
|
|
4832
|
+
|
|
4833
|
+
</dd>
|
|
4834
|
+
</dl>
|
|
4835
|
+
|
|
4836
|
+
<dl>
|
|
4837
|
+
<dd>
|
|
4838
|
+
|
|
4839
|
+
**requestOptions:** `V3.RequestOptions`
|
|
4840
|
+
|
|
4841
|
+
</dd>
|
|
4842
|
+
</dl>
|
|
4843
|
+
</dd>
|
|
4844
|
+
</dl>
|
|
4845
|
+
|
|
4846
|
+
</dd>
|
|
4847
|
+
</dl>
|
|
4848
|
+
</details>
|
|
4849
|
+
|
|
4211
4850
|
## Guarantor V1
|
|
4212
4851
|
|
|
4213
4852
|
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.create.Error></code></summary>
|
|
@@ -4335,7 +4974,136 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
4335
4974
|
<dl>
|
|
4336
4975
|
<dd>
|
|
4337
4976
|
|
|
4338
|
-
**guarantorId:** `CandidApi.GuarantorId`
|
|
4977
|
+
**guarantorId:** `CandidApi.GuarantorId`
|
|
4978
|
+
|
|
4979
|
+
</dd>
|
|
4980
|
+
</dl>
|
|
4981
|
+
|
|
4982
|
+
<dl>
|
|
4983
|
+
<dd>
|
|
4984
|
+
|
|
4985
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4986
|
+
|
|
4987
|
+
</dd>
|
|
4988
|
+
</dl>
|
|
4989
|
+
</dd>
|
|
4990
|
+
</dl>
|
|
4991
|
+
|
|
4992
|
+
</dd>
|
|
4993
|
+
</dl>
|
|
4994
|
+
</details>
|
|
4995
|
+
|
|
4996
|
+
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">update</a>(guarantorId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.update.Error></code></summary>
|
|
4997
|
+
<dl>
|
|
4998
|
+
<dd>
|
|
4999
|
+
|
|
5000
|
+
#### 📝 Description
|
|
5001
|
+
|
|
5002
|
+
<dl>
|
|
5003
|
+
<dd>
|
|
5004
|
+
|
|
5005
|
+
<dl>
|
|
5006
|
+
<dd>
|
|
5007
|
+
|
|
5008
|
+
Updates a guarantor by its `guarantor_id`.
|
|
5009
|
+
|
|
5010
|
+
</dd>
|
|
5011
|
+
</dl>
|
|
5012
|
+
</dd>
|
|
5013
|
+
</dl>
|
|
5014
|
+
|
|
5015
|
+
#### 🔌 Usage
|
|
5016
|
+
|
|
5017
|
+
<dl>
|
|
5018
|
+
<dd>
|
|
5019
|
+
|
|
5020
|
+
<dl>
|
|
5021
|
+
<dd>
|
|
5022
|
+
|
|
5023
|
+
```typescript
|
|
5024
|
+
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
5025
|
+
```
|
|
5026
|
+
|
|
5027
|
+
</dd>
|
|
5028
|
+
</dl>
|
|
5029
|
+
</dd>
|
|
5030
|
+
</dl>
|
|
5031
|
+
|
|
5032
|
+
#### ⚙️ Parameters
|
|
5033
|
+
|
|
5034
|
+
<dl>
|
|
5035
|
+
<dd>
|
|
5036
|
+
|
|
5037
|
+
<dl>
|
|
5038
|
+
<dd>
|
|
5039
|
+
|
|
5040
|
+
**guarantorId:** `CandidApi.GuarantorId`
|
|
5041
|
+
|
|
5042
|
+
</dd>
|
|
5043
|
+
</dl>
|
|
5044
|
+
|
|
5045
|
+
<dl>
|
|
5046
|
+
<dd>
|
|
5047
|
+
|
|
5048
|
+
**request:** `CandidApi.GuarantorUpdate`
|
|
5049
|
+
|
|
5050
|
+
</dd>
|
|
5051
|
+
</dl>
|
|
5052
|
+
|
|
5053
|
+
<dl>
|
|
5054
|
+
<dd>
|
|
5055
|
+
|
|
5056
|
+
**requestOptions:** `V1.RequestOptions`
|
|
5057
|
+
|
|
5058
|
+
</dd>
|
|
5059
|
+
</dl>
|
|
5060
|
+
</dd>
|
|
5061
|
+
</dl>
|
|
5062
|
+
|
|
5063
|
+
</dd>
|
|
5064
|
+
</dl>
|
|
5065
|
+
</details>
|
|
5066
|
+
|
|
5067
|
+
## HealthCareCodeInformation V1
|
|
5068
|
+
|
|
5069
|
+
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.update.Error></code></summary>
|
|
5070
|
+
<dl>
|
|
5071
|
+
<dd>
|
|
5072
|
+
|
|
5073
|
+
#### 🔌 Usage
|
|
5074
|
+
|
|
5075
|
+
<dl>
|
|
5076
|
+
<dd>
|
|
5077
|
+
|
|
5078
|
+
<dl>
|
|
5079
|
+
<dd>
|
|
5080
|
+
|
|
5081
|
+
```typescript
|
|
5082
|
+
await client.healthCareCodeInformation.v1.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
5083
|
+
```
|
|
5084
|
+
|
|
5085
|
+
</dd>
|
|
5086
|
+
</dl>
|
|
5087
|
+
</dd>
|
|
5088
|
+
</dl>
|
|
5089
|
+
|
|
5090
|
+
#### ⚙️ Parameters
|
|
5091
|
+
|
|
5092
|
+
<dl>
|
|
5093
|
+
<dd>
|
|
5094
|
+
|
|
5095
|
+
<dl>
|
|
5096
|
+
<dd>
|
|
5097
|
+
|
|
5098
|
+
**encounterId:** `CandidApi.EncounterId`
|
|
5099
|
+
|
|
5100
|
+
</dd>
|
|
5101
|
+
</dl>
|
|
5102
|
+
|
|
5103
|
+
<dl>
|
|
5104
|
+
<dd>
|
|
5105
|
+
|
|
5106
|
+
**request:** `CandidApi.HealthCareCodeInformationUpdate`
|
|
4339
5107
|
|
|
4340
5108
|
</dd>
|
|
4341
5109
|
</dl>
|
|
@@ -4354,25 +5122,10 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
4354
5122
|
</dl>
|
|
4355
5123
|
</details>
|
|
4356
5124
|
|
|
4357
|
-
<details><summary><code>client.
|
|
4358
|
-
<dl>
|
|
4359
|
-
<dd>
|
|
4360
|
-
|
|
4361
|
-
#### 📝 Description
|
|
4362
|
-
|
|
4363
|
-
<dl>
|
|
4364
|
-
<dd>
|
|
4365
|
-
|
|
5125
|
+
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">getAllForEncounter</a>(encounterId) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.getAllForEncounter.Error></code></summary>
|
|
4366
5126
|
<dl>
|
|
4367
5127
|
<dd>
|
|
4368
5128
|
|
|
4369
|
-
Updates a guarantor by its `guarantor_id`.
|
|
4370
|
-
|
|
4371
|
-
</dd>
|
|
4372
|
-
</dl>
|
|
4373
|
-
</dd>
|
|
4374
|
-
</dl>
|
|
4375
|
-
|
|
4376
5129
|
#### 🔌 Usage
|
|
4377
5130
|
|
|
4378
5131
|
<dl>
|
|
@@ -4382,7 +5135,9 @@ Updates a guarantor by its `guarantor_id`.
|
|
|
4382
5135
|
<dd>
|
|
4383
5136
|
|
|
4384
5137
|
```typescript
|
|
4385
|
-
await client.
|
|
5138
|
+
await client.healthCareCodeInformation.v1.getAllForEncounter(
|
|
5139
|
+
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5140
|
+
);
|
|
4386
5141
|
```
|
|
4387
5142
|
|
|
4388
5143
|
</dd>
|
|
@@ -4398,15 +5153,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
4398
5153
|
<dl>
|
|
4399
5154
|
<dd>
|
|
4400
5155
|
|
|
4401
|
-
**
|
|
4402
|
-
|
|
4403
|
-
</dd>
|
|
4404
|
-
</dl>
|
|
4405
|
-
|
|
4406
|
-
<dl>
|
|
4407
|
-
<dd>
|
|
4408
|
-
|
|
4409
|
-
**request:** `CandidApi.GuarantorUpdate`
|
|
5156
|
+
**encounterId:** `CandidApi.EncounterId`
|
|
4410
5157
|
|
|
4411
5158
|
</dd>
|
|
4412
5159
|
</dl>
|
|
@@ -6150,9 +6897,243 @@ then the allocations must be appropriately updated as well.
|
|
|
6150
6897
|
<dd>
|
|
6151
6898
|
|
|
6152
6899
|
```typescript
|
|
6153
|
-
await client.nonInsurancePayerRefunds.v1.update(
|
|
6154
|
-
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6155
|
-
);
|
|
6900
|
+
await client.nonInsurancePayerRefunds.v1.update(
|
|
6901
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6902
|
+
);
|
|
6903
|
+
```
|
|
6904
|
+
|
|
6905
|
+
</dd>
|
|
6906
|
+
</dl>
|
|
6907
|
+
</dd>
|
|
6908
|
+
</dl>
|
|
6909
|
+
|
|
6910
|
+
#### ⚙️ Parameters
|
|
6911
|
+
|
|
6912
|
+
<dl>
|
|
6913
|
+
<dd>
|
|
6914
|
+
|
|
6915
|
+
<dl>
|
|
6916
|
+
<dd>
|
|
6917
|
+
|
|
6918
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
6919
|
+
|
|
6920
|
+
</dd>
|
|
6921
|
+
</dl>
|
|
6922
|
+
|
|
6923
|
+
<dl>
|
|
6924
|
+
<dd>
|
|
6925
|
+
|
|
6926
|
+
**request:** `CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate`
|
|
6927
|
+
|
|
6928
|
+
</dd>
|
|
6929
|
+
</dl>
|
|
6930
|
+
|
|
6931
|
+
<dl>
|
|
6932
|
+
<dd>
|
|
6933
|
+
|
|
6934
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6935
|
+
|
|
6936
|
+
</dd>
|
|
6937
|
+
</dl>
|
|
6938
|
+
</dd>
|
|
6939
|
+
</dl>
|
|
6940
|
+
|
|
6941
|
+
</dd>
|
|
6942
|
+
</dl>
|
|
6943
|
+
</details>
|
|
6944
|
+
|
|
6945
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse<void, CandidApi.nonInsurancePayerRefunds.v1.delete.Error></code></summary>
|
|
6946
|
+
<dl>
|
|
6947
|
+
<dd>
|
|
6948
|
+
|
|
6949
|
+
#### 📝 Description
|
|
6950
|
+
|
|
6951
|
+
<dl>
|
|
6952
|
+
<dd>
|
|
6953
|
+
|
|
6954
|
+
<dl>
|
|
6955
|
+
<dd>
|
|
6956
|
+
|
|
6957
|
+
Deletes the non-insurance payer refund record matching the provided `non_insurance_payer_refund_id`.
|
|
6958
|
+
|
|
6959
|
+
</dd>
|
|
6960
|
+
</dl>
|
|
6961
|
+
</dd>
|
|
6962
|
+
</dl>
|
|
6963
|
+
|
|
6964
|
+
#### 🔌 Usage
|
|
6965
|
+
|
|
6966
|
+
<dl>
|
|
6967
|
+
<dd>
|
|
6968
|
+
|
|
6969
|
+
<dl>
|
|
6970
|
+
<dd>
|
|
6971
|
+
|
|
6972
|
+
```typescript
|
|
6973
|
+
await client.nonInsurancePayerRefunds.v1.delete(
|
|
6974
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6975
|
+
);
|
|
6976
|
+
```
|
|
6977
|
+
|
|
6978
|
+
</dd>
|
|
6979
|
+
</dl>
|
|
6980
|
+
</dd>
|
|
6981
|
+
</dl>
|
|
6982
|
+
|
|
6983
|
+
#### ⚙️ Parameters
|
|
6984
|
+
|
|
6985
|
+
<dl>
|
|
6986
|
+
<dd>
|
|
6987
|
+
|
|
6988
|
+
<dl>
|
|
6989
|
+
<dd>
|
|
6990
|
+
|
|
6991
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
6992
|
+
|
|
6993
|
+
</dd>
|
|
6994
|
+
</dl>
|
|
6995
|
+
|
|
6996
|
+
<dl>
|
|
6997
|
+
<dd>
|
|
6998
|
+
|
|
6999
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7000
|
+
|
|
7001
|
+
</dd>
|
|
7002
|
+
</dl>
|
|
7003
|
+
</dd>
|
|
7004
|
+
</dl>
|
|
7005
|
+
|
|
7006
|
+
</dd>
|
|
7007
|
+
</dl>
|
|
7008
|
+
</details>
|
|
7009
|
+
|
|
7010
|
+
## NonInsurancePayers V1
|
|
7011
|
+
|
|
7012
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
|
|
7013
|
+
<dl>
|
|
7014
|
+
<dd>
|
|
7015
|
+
|
|
7016
|
+
#### 🔌 Usage
|
|
7017
|
+
|
|
7018
|
+
<dl>
|
|
7019
|
+
<dd>
|
|
7020
|
+
|
|
7021
|
+
<dl>
|
|
7022
|
+
<dd>
|
|
7023
|
+
|
|
7024
|
+
```typescript
|
|
7025
|
+
await client.nonInsurancePayers.v1.create({
|
|
7026
|
+
name: "name",
|
|
7027
|
+
});
|
|
7028
|
+
```
|
|
7029
|
+
|
|
7030
|
+
</dd>
|
|
7031
|
+
</dl>
|
|
7032
|
+
</dd>
|
|
7033
|
+
</dl>
|
|
7034
|
+
|
|
7035
|
+
#### ⚙️ Parameters
|
|
7036
|
+
|
|
7037
|
+
<dl>
|
|
7038
|
+
<dd>
|
|
7039
|
+
|
|
7040
|
+
<dl>
|
|
7041
|
+
<dd>
|
|
7042
|
+
|
|
7043
|
+
**request:** `CandidApi.CreateNonInsurancePayerRequest`
|
|
7044
|
+
|
|
7045
|
+
</dd>
|
|
7046
|
+
</dl>
|
|
7047
|
+
|
|
7048
|
+
<dl>
|
|
7049
|
+
<dd>
|
|
7050
|
+
|
|
7051
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7052
|
+
|
|
7053
|
+
</dd>
|
|
7054
|
+
</dl>
|
|
7055
|
+
</dd>
|
|
7056
|
+
</dl>
|
|
7057
|
+
|
|
7058
|
+
</dd>
|
|
7059
|
+
</dl>
|
|
7060
|
+
</details>
|
|
7061
|
+
|
|
7062
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.toggleEnablement.Error></code></summary>
|
|
7063
|
+
<dl>
|
|
7064
|
+
<dd>
|
|
7065
|
+
|
|
7066
|
+
#### 🔌 Usage
|
|
7067
|
+
|
|
7068
|
+
<dl>
|
|
7069
|
+
<dd>
|
|
7070
|
+
|
|
7071
|
+
<dl>
|
|
7072
|
+
<dd>
|
|
7073
|
+
|
|
7074
|
+
```typescript
|
|
7075
|
+
await client.nonInsurancePayers.v1.toggleEnablement(
|
|
7076
|
+
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7077
|
+
{
|
|
7078
|
+
enabled: true,
|
|
7079
|
+
},
|
|
7080
|
+
);
|
|
7081
|
+
```
|
|
7082
|
+
|
|
7083
|
+
</dd>
|
|
7084
|
+
</dl>
|
|
7085
|
+
</dd>
|
|
7086
|
+
</dl>
|
|
7087
|
+
|
|
7088
|
+
#### ⚙️ Parameters
|
|
7089
|
+
|
|
7090
|
+
<dl>
|
|
7091
|
+
<dd>
|
|
7092
|
+
|
|
7093
|
+
<dl>
|
|
7094
|
+
<dd>
|
|
7095
|
+
|
|
7096
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
7097
|
+
|
|
7098
|
+
</dd>
|
|
7099
|
+
</dl>
|
|
7100
|
+
|
|
7101
|
+
<dl>
|
|
7102
|
+
<dd>
|
|
7103
|
+
|
|
7104
|
+
**request:** `CandidApi.ToggleNonInsurancePayerEnablementRequest`
|
|
7105
|
+
|
|
7106
|
+
</dd>
|
|
7107
|
+
</dl>
|
|
7108
|
+
|
|
7109
|
+
<dl>
|
|
7110
|
+
<dd>
|
|
7111
|
+
|
|
7112
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7113
|
+
|
|
7114
|
+
</dd>
|
|
7115
|
+
</dl>
|
|
7116
|
+
</dd>
|
|
7117
|
+
</dl>
|
|
7118
|
+
|
|
7119
|
+
</dd>
|
|
7120
|
+
</dl>
|
|
7121
|
+
</details>
|
|
7122
|
+
|
|
7123
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPage, CandidApi.nonInsurancePayers.v1.getMulti.Error></code></summary>
|
|
7124
|
+
<dl>
|
|
7125
|
+
<dd>
|
|
7126
|
+
|
|
7127
|
+
#### 🔌 Usage
|
|
7128
|
+
|
|
7129
|
+
<dl>
|
|
7130
|
+
<dd>
|
|
7131
|
+
|
|
7132
|
+
<dl>
|
|
7133
|
+
<dd>
|
|
7134
|
+
|
|
7135
|
+
```typescript
|
|
7136
|
+
await client.nonInsurancePayers.v1.getMulti();
|
|
6156
7137
|
```
|
|
6157
7138
|
|
|
6158
7139
|
</dd>
|
|
@@ -6168,15 +7149,7 @@ await client.nonInsurancePayerRefunds.v1.update(
|
|
|
6168
7149
|
<dl>
|
|
6169
7150
|
<dd>
|
|
6170
7151
|
|
|
6171
|
-
**
|
|
6172
|
-
|
|
6173
|
-
</dd>
|
|
6174
|
-
</dl>
|
|
6175
|
-
|
|
6176
|
-
<dl>
|
|
6177
|
-
<dd>
|
|
6178
|
-
|
|
6179
|
-
**request:** `CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate`
|
|
7152
|
+
**request:** `CandidApi.nonInsurancePayers.v1.GetMultiNonInsurancePayersRequest`
|
|
6180
7153
|
|
|
6181
7154
|
</dd>
|
|
6182
7155
|
</dl>
|
|
@@ -6195,7 +7168,7 @@ await client.nonInsurancePayerRefunds.v1.update(
|
|
|
6195
7168
|
</dl>
|
|
6196
7169
|
</details>
|
|
6197
7170
|
|
|
6198
|
-
<details><summary><code>client.
|
|
7171
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getCategories</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerCategoriesPage, CandidApi.nonInsurancePayers.v1.getCategories.Error></code></summary>
|
|
6199
7172
|
<dl>
|
|
6200
7173
|
<dd>
|
|
6201
7174
|
|
|
@@ -6207,7 +7180,12 @@ await client.nonInsurancePayerRefunds.v1.update(
|
|
|
6207
7180
|
<dl>
|
|
6208
7181
|
<dd>
|
|
6209
7182
|
|
|
6210
|
-
|
|
7183
|
+
Returns a paginated list of all non-insurance payer categories.
|
|
7184
|
+
|
|
7185
|
+
Non-insurance payer categories are simply strings and are not stored as a
|
|
7186
|
+
separate object in Candid. They are created when added to at least one
|
|
7187
|
+
non-insurance payer's `category` field and are deleted when there are no
|
|
7188
|
+
longer any non-insurance payers that contain them.
|
|
6211
7189
|
|
|
6212
7190
|
</dd>
|
|
6213
7191
|
</dl>
|
|
@@ -6223,9 +7201,7 @@ Deletes the non-insurance payer refund record matching the provided `non_insuran
|
|
|
6223
7201
|
<dd>
|
|
6224
7202
|
|
|
6225
7203
|
```typescript
|
|
6226
|
-
await client.
|
|
6227
|
-
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6228
|
-
);
|
|
7204
|
+
await client.nonInsurancePayers.v1.getCategories();
|
|
6229
7205
|
```
|
|
6230
7206
|
|
|
6231
7207
|
</dd>
|
|
@@ -6241,7 +7217,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6241
7217
|
<dl>
|
|
6242
7218
|
<dd>
|
|
6243
7219
|
|
|
6244
|
-
**
|
|
7220
|
+
**request:** `CandidApi.nonInsurancePayers.v1.GetNonInsurancePayersCategoriesRequest`
|
|
6245
7221
|
|
|
6246
7222
|
</dd>
|
|
6247
7223
|
</dl>
|
|
@@ -6260,9 +7236,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6260
7236
|
</dl>
|
|
6261
7237
|
</details>
|
|
6262
7238
|
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
|
|
7239
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.get.Error></code></summary>
|
|
6266
7240
|
<dl>
|
|
6267
7241
|
<dd>
|
|
6268
7242
|
|
|
@@ -6275,9 +7249,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6275
7249
|
<dd>
|
|
6276
7250
|
|
|
6277
7251
|
```typescript
|
|
6278
|
-
await client.nonInsurancePayers.v1.
|
|
6279
|
-
name: "name",
|
|
6280
|
-
});
|
|
7252
|
+
await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6281
7253
|
```
|
|
6282
7254
|
|
|
6283
7255
|
</dd>
|
|
@@ -6293,7 +7265,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6293
7265
|
<dl>
|
|
6294
7266
|
<dd>
|
|
6295
7267
|
|
|
6296
|
-
**
|
|
7268
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
6297
7269
|
|
|
6298
7270
|
</dd>
|
|
6299
7271
|
</dl>
|
|
@@ -6312,7 +7284,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6312
7284
|
</dl>
|
|
6313
7285
|
</details>
|
|
6314
7286
|
|
|
6315
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">
|
|
7287
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.update.Error></code></summary>
|
|
6316
7288
|
<dl>
|
|
6317
7289
|
<dd>
|
|
6318
7290
|
|
|
@@ -6325,12 +7297,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6325
7297
|
<dd>
|
|
6326
7298
|
|
|
6327
7299
|
```typescript
|
|
6328
|
-
await client.nonInsurancePayers.v1.
|
|
6329
|
-
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6330
|
-
{
|
|
6331
|
-
enabled: true,
|
|
6332
|
-
},
|
|
6333
|
-
);
|
|
7300
|
+
await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
6334
7301
|
```
|
|
6335
7302
|
|
|
6336
7303
|
</dd>
|
|
@@ -6354,7 +7321,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6354
7321
|
<dl>
|
|
6355
7322
|
<dd>
|
|
6356
7323
|
|
|
6357
|
-
**request:** `CandidApi.
|
|
7324
|
+
**request:** `CandidApi.NonInsurancePayerUpdateRequest`
|
|
6358
7325
|
|
|
6359
7326
|
</dd>
|
|
6360
7327
|
</dl>
|
|
@@ -6373,7 +7340,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6373
7340
|
</dl>
|
|
6374
7341
|
</details>
|
|
6375
7342
|
|
|
6376
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">
|
|
7343
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse<void, CandidApi.nonInsurancePayers.v1.delete.Error></code></summary>
|
|
6377
7344
|
<dl>
|
|
6378
7345
|
<dd>
|
|
6379
7346
|
|
|
@@ -6386,7 +7353,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6386
7353
|
<dd>
|
|
6387
7354
|
|
|
6388
7355
|
```typescript
|
|
6389
|
-
await client.nonInsurancePayers.v1.
|
|
7356
|
+
await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6390
7357
|
```
|
|
6391
7358
|
|
|
6392
7359
|
</dd>
|
|
@@ -6402,7 +7369,7 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
6402
7369
|
<dl>
|
|
6403
7370
|
<dd>
|
|
6404
7371
|
|
|
6405
|
-
**
|
|
7372
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
6406
7373
|
|
|
6407
7374
|
</dd>
|
|
6408
7375
|
</dl>
|
|
@@ -6421,30 +7388,12 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
6421
7388
|
</dl>
|
|
6422
7389
|
</details>
|
|
6423
7390
|
|
|
6424
|
-
|
|
6425
|
-
<dl>
|
|
6426
|
-
<dd>
|
|
6427
|
-
|
|
6428
|
-
#### 📝 Description
|
|
6429
|
-
|
|
6430
|
-
<dl>
|
|
6431
|
-
<dd>
|
|
7391
|
+
## OrganizationProviders V3
|
|
6432
7392
|
|
|
7393
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.get.Error></code></summary>
|
|
6433
7394
|
<dl>
|
|
6434
7395
|
<dd>
|
|
6435
7396
|
|
|
6436
|
-
Returns a paginated list of all non-insurance payer categories.
|
|
6437
|
-
|
|
6438
|
-
Non-insurance payer categories are simply strings and are not stored as a
|
|
6439
|
-
separate object in Candid. They are created when added to at least one
|
|
6440
|
-
non-insurance payer's `category` field and are deleted when there are no
|
|
6441
|
-
longer any non-insurance payers that contain them.
|
|
6442
|
-
|
|
6443
|
-
</dd>
|
|
6444
|
-
</dl>
|
|
6445
|
-
</dd>
|
|
6446
|
-
</dl>
|
|
6447
|
-
|
|
6448
7397
|
#### 🔌 Usage
|
|
6449
7398
|
|
|
6450
7399
|
<dl>
|
|
@@ -6454,7 +7403,7 @@ longer any non-insurance payers that contain them.
|
|
|
6454
7403
|
<dd>
|
|
6455
7404
|
|
|
6456
7405
|
```typescript
|
|
6457
|
-
await client.
|
|
7406
|
+
await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"));
|
|
6458
7407
|
```
|
|
6459
7408
|
|
|
6460
7409
|
</dd>
|
|
@@ -6470,7 +7419,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6470
7419
|
<dl>
|
|
6471
7420
|
<dd>
|
|
6472
7421
|
|
|
6473
|
-
**
|
|
7422
|
+
**organizationProviderId:** `CandidApi.OrganizationProviderId`
|
|
6474
7423
|
|
|
6475
7424
|
</dd>
|
|
6476
7425
|
</dl>
|
|
@@ -6478,7 +7427,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6478
7427
|
<dl>
|
|
6479
7428
|
<dd>
|
|
6480
7429
|
|
|
6481
|
-
**requestOptions:** `
|
|
7430
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6482
7431
|
|
|
6483
7432
|
</dd>
|
|
6484
7433
|
</dl>
|
|
@@ -6489,7 +7438,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6489
7438
|
</dl>
|
|
6490
7439
|
</details>
|
|
6491
7440
|
|
|
6492
|
-
<details><summary><code>client.
|
|
7441
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error></code></summary>
|
|
6493
7442
|
<dl>
|
|
6494
7443
|
<dd>
|
|
6495
7444
|
|
|
@@ -6502,7 +7451,15 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6502
7451
|
<dd>
|
|
6503
7452
|
|
|
6504
7453
|
```typescript
|
|
6505
|
-
await client.
|
|
7454
|
+
await client.organizationProviders.v3.getMulti({
|
|
7455
|
+
limit: 100,
|
|
7456
|
+
searchTerm: "john",
|
|
7457
|
+
npi: "1234567890",
|
|
7458
|
+
isRendering: true,
|
|
7459
|
+
isBilling: true,
|
|
7460
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
7461
|
+
sort: "provider_name:asc",
|
|
7462
|
+
});
|
|
6506
7463
|
```
|
|
6507
7464
|
|
|
6508
7465
|
</dd>
|
|
@@ -6518,7 +7475,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6518
7475
|
<dl>
|
|
6519
7476
|
<dd>
|
|
6520
7477
|
|
|
6521
|
-
**
|
|
7478
|
+
**request:** `CandidApi.organizationProviders.v3.GetAllOrganizationProvidersRequestV2`
|
|
6522
7479
|
|
|
6523
7480
|
</dd>
|
|
6524
7481
|
</dl>
|
|
@@ -6526,7 +7483,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6526
7483
|
<dl>
|
|
6527
7484
|
<dd>
|
|
6528
7485
|
|
|
6529
|
-
**requestOptions:** `
|
|
7486
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6530
7487
|
|
|
6531
7488
|
</dd>
|
|
6532
7489
|
</dl>
|
|
@@ -6537,7 +7494,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6537
7494
|
</dl>
|
|
6538
7495
|
</details>
|
|
6539
7496
|
|
|
6540
|
-
<details><summary><code>client.
|
|
7497
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.create.Error></code></summary>
|
|
6541
7498
|
<dl>
|
|
6542
7499
|
<dd>
|
|
6543
7500
|
|
|
@@ -6550,7 +7507,31 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6550
7507
|
<dd>
|
|
6551
7508
|
|
|
6552
7509
|
```typescript
|
|
6553
|
-
await client.
|
|
7510
|
+
await client.organizationProviders.v3.create({
|
|
7511
|
+
npi: "npi",
|
|
7512
|
+
isRendering: true,
|
|
7513
|
+
isBilling: true,
|
|
7514
|
+
providerType: "INDIVIDUAL",
|
|
7515
|
+
licenseType: "MD",
|
|
7516
|
+
qualifications: [
|
|
7517
|
+
{
|
|
7518
|
+
identifierCode: "MCR",
|
|
7519
|
+
identifierValue: {
|
|
7520
|
+
type: "medicare_provider_identifier",
|
|
7521
|
+
state: "AA",
|
|
7522
|
+
providerNumber: "provider_number",
|
|
7523
|
+
},
|
|
7524
|
+
},
|
|
7525
|
+
{
|
|
7526
|
+
identifierCode: "MCR",
|
|
7527
|
+
identifierValue: {
|
|
7528
|
+
type: "medicare_provider_identifier",
|
|
7529
|
+
state: "AA",
|
|
7530
|
+
providerNumber: "provider_number",
|
|
7531
|
+
},
|
|
7532
|
+
},
|
|
7533
|
+
],
|
|
7534
|
+
});
|
|
6554
7535
|
```
|
|
6555
7536
|
|
|
6556
7537
|
</dd>
|
|
@@ -6566,15 +7547,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6566
7547
|
<dl>
|
|
6567
7548
|
<dd>
|
|
6568
7549
|
|
|
6569
|
-
**
|
|
6570
|
-
|
|
6571
|
-
</dd>
|
|
6572
|
-
</dl>
|
|
6573
|
-
|
|
6574
|
-
<dl>
|
|
6575
|
-
<dd>
|
|
6576
|
-
|
|
6577
|
-
**request:** `CandidApi.NonInsurancePayerUpdateRequest`
|
|
7550
|
+
**request:** `CandidApi.OrganizationProviderCreateV2`
|
|
6578
7551
|
|
|
6579
7552
|
</dd>
|
|
6580
7553
|
</dl>
|
|
@@ -6582,7 +7555,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6582
7555
|
<dl>
|
|
6583
7556
|
<dd>
|
|
6584
7557
|
|
|
6585
|
-
**requestOptions:** `
|
|
7558
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6586
7559
|
|
|
6587
7560
|
</dd>
|
|
6588
7561
|
</dl>
|
|
@@ -6593,7 +7566,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6593
7566
|
</dl>
|
|
6594
7567
|
</details>
|
|
6595
7568
|
|
|
6596
|
-
<details><summary><code>client.
|
|
7569
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">update</a>(organizationProviderId, { ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.update.Error></code></summary>
|
|
6597
7570
|
<dl>
|
|
6598
7571
|
<dd>
|
|
6599
7572
|
|
|
@@ -6606,7 +7579,10 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6606
7579
|
<dd>
|
|
6607
7580
|
|
|
6608
7581
|
```typescript
|
|
6609
|
-
await client.
|
|
7582
|
+
await client.organizationProviders.v3.update(
|
|
7583
|
+
CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7584
|
+
{},
|
|
7585
|
+
);
|
|
6610
7586
|
```
|
|
6611
7587
|
|
|
6612
7588
|
</dd>
|
|
@@ -6622,7 +7598,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6622
7598
|
<dl>
|
|
6623
7599
|
<dd>
|
|
6624
7600
|
|
|
6625
|
-
**
|
|
7601
|
+
**organizationProviderId:** `CandidApi.OrganizationProviderId`
|
|
6626
7602
|
|
|
6627
7603
|
</dd>
|
|
6628
7604
|
</dl>
|
|
@@ -6630,7 +7606,15 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6630
7606
|
<dl>
|
|
6631
7607
|
<dd>
|
|
6632
7608
|
|
|
6633
|
-
**
|
|
7609
|
+
**request:** `CandidApi.OrganizationProviderUpdateV2`
|
|
7610
|
+
|
|
7611
|
+
</dd>
|
|
7612
|
+
</dl>
|
|
7613
|
+
|
|
7614
|
+
<dl>
|
|
7615
|
+
<dd>
|
|
7616
|
+
|
|
7617
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6634
7618
|
|
|
6635
7619
|
</dd>
|
|
6636
7620
|
</dl>
|
|
@@ -6938,116 +7922,30 @@ await client.organizationServiceFacilities.v2.delete(
|
|
|
6938
7922
|
</dl>
|
|
6939
7923
|
</details>
|
|
6940
7924
|
|
|
6941
|
-
##
|
|
6942
|
-
|
|
6943
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.get.Error></code></summary>
|
|
6944
|
-
<dl>
|
|
6945
|
-
<dd>
|
|
6946
|
-
|
|
6947
|
-
#### 🔌 Usage
|
|
6948
|
-
|
|
6949
|
-
<dl>
|
|
6950
|
-
<dd>
|
|
6951
|
-
|
|
6952
|
-
<dl>
|
|
6953
|
-
<dd>
|
|
6954
|
-
|
|
6955
|
-
```typescript
|
|
6956
|
-
await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"));
|
|
6957
|
-
```
|
|
6958
|
-
|
|
6959
|
-
</dd>
|
|
6960
|
-
</dl>
|
|
6961
|
-
</dd>
|
|
6962
|
-
</dl>
|
|
6963
|
-
|
|
6964
|
-
#### ⚙️ Parameters
|
|
6965
|
-
|
|
6966
|
-
<dl>
|
|
6967
|
-
<dd>
|
|
6968
|
-
|
|
6969
|
-
<dl>
|
|
6970
|
-
<dd>
|
|
6971
|
-
|
|
6972
|
-
**organizationProviderId:** `CandidApi.OrganizationProviderId`
|
|
6973
|
-
|
|
6974
|
-
</dd>
|
|
6975
|
-
</dl>
|
|
6976
|
-
|
|
6977
|
-
<dl>
|
|
6978
|
-
<dd>
|
|
6979
|
-
|
|
6980
|
-
**requestOptions:** `V3.RequestOptions`
|
|
6981
|
-
|
|
6982
|
-
</dd>
|
|
6983
|
-
</dl>
|
|
6984
|
-
</dd>
|
|
6985
|
-
</dl>
|
|
6986
|
-
|
|
6987
|
-
</dd>
|
|
6988
|
-
</dl>
|
|
6989
|
-
</details>
|
|
6990
|
-
|
|
6991
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error></code></summary>
|
|
6992
|
-
<dl>
|
|
6993
|
-
<dd>
|
|
6994
|
-
|
|
6995
|
-
#### 🔌 Usage
|
|
6996
|
-
|
|
6997
|
-
<dl>
|
|
6998
|
-
<dd>
|
|
6999
|
-
|
|
7000
|
-
<dl>
|
|
7001
|
-
<dd>
|
|
7002
|
-
|
|
7003
|
-
```typescript
|
|
7004
|
-
await client.organizationProviders.v3.getMulti({
|
|
7005
|
-
limit: 100,
|
|
7006
|
-
searchTerm: "john",
|
|
7007
|
-
npi: "1234567890",
|
|
7008
|
-
isRendering: true,
|
|
7009
|
-
isBilling: true,
|
|
7010
|
-
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
7011
|
-
sort: "provider_name:asc",
|
|
7012
|
-
});
|
|
7013
|
-
```
|
|
7014
|
-
|
|
7015
|
-
</dd>
|
|
7016
|
-
</dl>
|
|
7017
|
-
</dd>
|
|
7018
|
-
</dl>
|
|
7019
|
-
|
|
7020
|
-
#### ⚙️ Parameters
|
|
7021
|
-
|
|
7022
|
-
<dl>
|
|
7023
|
-
<dd>
|
|
7925
|
+
## PatientAr V1
|
|
7024
7926
|
|
|
7927
|
+
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">listInventory</a>({ ...params }) -> core.APIResponse<CandidApi.ListInventoryPagedResponse, CandidApi.patientAr.v1.listInventory.Error></code></summary>
|
|
7025
7928
|
<dl>
|
|
7026
7929
|
<dd>
|
|
7027
7930
|
|
|
7028
|
-
|
|
7931
|
+
#### 📝 Description
|
|
7029
7932
|
|
|
7030
|
-
|
|
7031
|
-
|
|
7933
|
+
<dl>
|
|
7934
|
+
<dd>
|
|
7032
7935
|
|
|
7033
7936
|
<dl>
|
|
7034
7937
|
<dd>
|
|
7035
7938
|
|
|
7036
|
-
|
|
7939
|
+
NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
|
|
7940
|
+
|
|
7941
|
+
Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim.
|
|
7942
|
+
The response is paginated, and the `page_token` can be used to retrieve subsequent pages. Initial requests should not include `page_token`.
|
|
7037
7943
|
|
|
7038
7944
|
</dd>
|
|
7039
7945
|
</dl>
|
|
7040
7946
|
</dd>
|
|
7041
7947
|
</dl>
|
|
7042
7948
|
|
|
7043
|
-
</dd>
|
|
7044
|
-
</dl>
|
|
7045
|
-
</details>
|
|
7046
|
-
|
|
7047
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.create.Error></code></summary>
|
|
7048
|
-
<dl>
|
|
7049
|
-
<dd>
|
|
7050
|
-
|
|
7051
7949
|
#### 🔌 Usage
|
|
7052
7950
|
|
|
7053
7951
|
<dl>
|
|
@@ -7057,31 +7955,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7057
7955
|
<dd>
|
|
7058
7956
|
|
|
7059
7957
|
```typescript
|
|
7060
|
-
await client.
|
|
7061
|
-
npi: "npi",
|
|
7062
|
-
isRendering: true,
|
|
7063
|
-
isBilling: true,
|
|
7064
|
-
providerType: "INDIVIDUAL",
|
|
7065
|
-
licenseType: "MD",
|
|
7066
|
-
qualifications: [
|
|
7067
|
-
{
|
|
7068
|
-
identifierCode: "MCR",
|
|
7069
|
-
identifierValue: {
|
|
7070
|
-
type: "medicare_provider_identifier",
|
|
7071
|
-
state: "AA",
|
|
7072
|
-
providerNumber: "provider_number",
|
|
7073
|
-
},
|
|
7074
|
-
},
|
|
7075
|
-
{
|
|
7076
|
-
identifierCode: "MCR",
|
|
7077
|
-
identifierValue: {
|
|
7078
|
-
type: "medicare_provider_identifier",
|
|
7079
|
-
state: "AA",
|
|
7080
|
-
providerNumber: "provider_number",
|
|
7081
|
-
},
|
|
7082
|
-
},
|
|
7083
|
-
],
|
|
7084
|
-
});
|
|
7958
|
+
await client.patientAr.v1.listInventory();
|
|
7085
7959
|
```
|
|
7086
7960
|
|
|
7087
7961
|
</dd>
|
|
@@ -7097,7 +7971,7 @@ await client.organizationProviders.v3.create({
|
|
|
7097
7971
|
<dl>
|
|
7098
7972
|
<dd>
|
|
7099
7973
|
|
|
7100
|
-
**request:** `CandidApi.
|
|
7974
|
+
**request:** `CandidApi.patientAr.v1.GetInventoryRecordsRequest`
|
|
7101
7975
|
|
|
7102
7976
|
</dd>
|
|
7103
7977
|
</dl>
|
|
@@ -7105,7 +7979,7 @@ await client.organizationProviders.v3.create({
|
|
|
7105
7979
|
<dl>
|
|
7106
7980
|
<dd>
|
|
7107
7981
|
|
|
7108
|
-
**requestOptions:** `
|
|
7982
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7109
7983
|
|
|
7110
7984
|
</dd>
|
|
7111
7985
|
</dl>
|
|
@@ -7116,11 +7990,11 @@ await client.organizationProviders.v3.create({
|
|
|
7116
7990
|
</dl>
|
|
7117
7991
|
</details>
|
|
7118
7992
|
|
|
7119
|
-
<details><summary><code>client.
|
|
7993
|
+
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">itemize</a>(claimId) -> core.APIResponse<CandidApi.InvoiceItemizationResponse, CandidApi.patientAr.v1.itemize.Error></code></summary>
|
|
7120
7994
|
<dl>
|
|
7121
7995
|
<dd>
|
|
7122
7996
|
|
|
7123
|
-
####
|
|
7997
|
+
#### 📝 Description
|
|
7124
7998
|
|
|
7125
7999
|
<dl>
|
|
7126
8000
|
<dd>
|
|
@@ -7128,19 +8002,16 @@ await client.organizationProviders.v3.create({
|
|
|
7128
8002
|
<dl>
|
|
7129
8003
|
<dd>
|
|
7130
8004
|
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
{},
|
|
7135
|
-
);
|
|
7136
|
-
```
|
|
8005
|
+
NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
|
|
8006
|
+
|
|
8007
|
+
Provides detailed itemization of invoice data for a specific claim.
|
|
7137
8008
|
|
|
7138
8009
|
</dd>
|
|
7139
8010
|
</dl>
|
|
7140
8011
|
</dd>
|
|
7141
8012
|
</dl>
|
|
7142
8013
|
|
|
7143
|
-
####
|
|
8014
|
+
#### 🔌 Usage
|
|
7144
8015
|
|
|
7145
8016
|
<dl>
|
|
7146
8017
|
<dd>
|
|
@@ -7148,15 +8019,24 @@ await client.organizationProviders.v3.update(
|
|
|
7148
8019
|
<dl>
|
|
7149
8020
|
<dd>
|
|
7150
8021
|
|
|
7151
|
-
|
|
8022
|
+
```typescript
|
|
8023
|
+
await client.patientAr.v1.itemize(CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8024
|
+
```
|
|
7152
8025
|
|
|
7153
8026
|
</dd>
|
|
7154
8027
|
</dl>
|
|
8028
|
+
</dd>
|
|
8029
|
+
</dl>
|
|
8030
|
+
|
|
8031
|
+
#### ⚙️ Parameters
|
|
7155
8032
|
|
|
7156
8033
|
<dl>
|
|
7157
8034
|
<dd>
|
|
7158
8035
|
|
|
7159
|
-
|
|
8036
|
+
<dl>
|
|
8037
|
+
<dd>
|
|
8038
|
+
|
|
8039
|
+
**claimId:** `CandidApi.ClaimId`
|
|
7160
8040
|
|
|
7161
8041
|
</dd>
|
|
7162
8042
|
</dl>
|
|
@@ -7164,7 +8044,7 @@ await client.organizationProviders.v3.update(
|
|
|
7164
8044
|
<dl>
|
|
7165
8045
|
<dd>
|
|
7166
8046
|
|
|
7167
|
-
**requestOptions:** `
|
|
8047
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7168
8048
|
|
|
7169
8049
|
</dd>
|
|
7170
8050
|
</dl>
|
|
@@ -7781,13 +8661,204 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7781
8661
|
|
|
7782
8662
|
**patientRefundId:** `CandidApi.PatientRefundId`
|
|
7783
8663
|
|
|
7784
|
-
</dd>
|
|
7785
|
-
</dl>
|
|
8664
|
+
</dd>
|
|
8665
|
+
</dl>
|
|
8666
|
+
|
|
8667
|
+
<dl>
|
|
8668
|
+
<dd>
|
|
8669
|
+
|
|
8670
|
+
**request:** `CandidApi.patientRefunds.v1.PatientRefundUpdate`
|
|
8671
|
+
|
|
8672
|
+
</dd>
|
|
8673
|
+
</dl>
|
|
8674
|
+
|
|
8675
|
+
<dl>
|
|
8676
|
+
<dd>
|
|
8677
|
+
|
|
8678
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8679
|
+
|
|
8680
|
+
</dd>
|
|
8681
|
+
</dl>
|
|
8682
|
+
</dd>
|
|
8683
|
+
</dl>
|
|
8684
|
+
|
|
8685
|
+
</dd>
|
|
8686
|
+
</dl>
|
|
8687
|
+
</details>
|
|
8688
|
+
|
|
8689
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">delete</a>(patientRefundId) -> core.APIResponse<void, CandidApi.patientRefunds.v1.delete.Error></code></summary>
|
|
8690
|
+
<dl>
|
|
8691
|
+
<dd>
|
|
8692
|
+
|
|
8693
|
+
#### 📝 Description
|
|
8694
|
+
|
|
8695
|
+
<dl>
|
|
8696
|
+
<dd>
|
|
8697
|
+
|
|
8698
|
+
<dl>
|
|
8699
|
+
<dd>
|
|
8700
|
+
|
|
8701
|
+
Deletes the patient refund record matching the provided patient_refund_id.
|
|
8702
|
+
|
|
8703
|
+
</dd>
|
|
8704
|
+
</dl>
|
|
8705
|
+
</dd>
|
|
8706
|
+
</dl>
|
|
8707
|
+
|
|
8708
|
+
#### 🔌 Usage
|
|
8709
|
+
|
|
8710
|
+
<dl>
|
|
8711
|
+
<dd>
|
|
8712
|
+
|
|
8713
|
+
<dl>
|
|
8714
|
+
<dd>
|
|
8715
|
+
|
|
8716
|
+
```typescript
|
|
8717
|
+
await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8718
|
+
```
|
|
8719
|
+
|
|
8720
|
+
</dd>
|
|
8721
|
+
</dl>
|
|
8722
|
+
</dd>
|
|
8723
|
+
</dl>
|
|
8724
|
+
|
|
8725
|
+
#### ⚙️ Parameters
|
|
8726
|
+
|
|
8727
|
+
<dl>
|
|
8728
|
+
<dd>
|
|
8729
|
+
|
|
8730
|
+
<dl>
|
|
8731
|
+
<dd>
|
|
8732
|
+
|
|
8733
|
+
**patientRefundId:** `CandidApi.PatientRefundId`
|
|
8734
|
+
|
|
8735
|
+
</dd>
|
|
8736
|
+
</dl>
|
|
8737
|
+
|
|
8738
|
+
<dl>
|
|
8739
|
+
<dd>
|
|
8740
|
+
|
|
8741
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8742
|
+
|
|
8743
|
+
</dd>
|
|
8744
|
+
</dl>
|
|
8745
|
+
</dd>
|
|
8746
|
+
</dl>
|
|
8747
|
+
|
|
8748
|
+
</dd>
|
|
8749
|
+
</dl>
|
|
8750
|
+
</details>
|
|
8751
|
+
|
|
8752
|
+
## PayerPlanGroups V1
|
|
8753
|
+
|
|
8754
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
|
|
8755
|
+
<dl>
|
|
8756
|
+
<dd>
|
|
8757
|
+
|
|
8758
|
+
#### 📝 Description
|
|
8759
|
+
|
|
8760
|
+
<dl>
|
|
8761
|
+
<dd>
|
|
8762
|
+
|
|
8763
|
+
<dl>
|
|
8764
|
+
<dd>
|
|
8765
|
+
|
|
8766
|
+
Returns all payer plan groups matching filter criteria.
|
|
8767
|
+
|
|
8768
|
+
</dd>
|
|
8769
|
+
</dl>
|
|
8770
|
+
</dd>
|
|
8771
|
+
</dl>
|
|
8772
|
+
|
|
8773
|
+
#### 🔌 Usage
|
|
8774
|
+
|
|
8775
|
+
<dl>
|
|
8776
|
+
<dd>
|
|
8777
|
+
|
|
8778
|
+
<dl>
|
|
8779
|
+
<dd>
|
|
8780
|
+
|
|
8781
|
+
```typescript
|
|
8782
|
+
await client.payerPlanGroups.v1.getMulti();
|
|
8783
|
+
```
|
|
8784
|
+
|
|
8785
|
+
</dd>
|
|
8786
|
+
</dl>
|
|
8787
|
+
</dd>
|
|
8788
|
+
</dl>
|
|
8789
|
+
|
|
8790
|
+
#### ⚙️ Parameters
|
|
8791
|
+
|
|
8792
|
+
<dl>
|
|
8793
|
+
<dd>
|
|
8794
|
+
|
|
8795
|
+
<dl>
|
|
8796
|
+
<dd>
|
|
8797
|
+
|
|
8798
|
+
**request:** `CandidApi.payerPlanGroups.v1.PayerPlanGroupGetMultiRequest`
|
|
8799
|
+
|
|
8800
|
+
</dd>
|
|
8801
|
+
</dl>
|
|
8802
|
+
|
|
8803
|
+
<dl>
|
|
8804
|
+
<dd>
|
|
8805
|
+
|
|
8806
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8807
|
+
|
|
8808
|
+
</dd>
|
|
8809
|
+
</dl>
|
|
8810
|
+
</dd>
|
|
8811
|
+
</dl>
|
|
8812
|
+
|
|
8813
|
+
</dd>
|
|
8814
|
+
</dl>
|
|
8815
|
+
</details>
|
|
8816
|
+
|
|
8817
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
|
|
8818
|
+
<dl>
|
|
8819
|
+
<dd>
|
|
8820
|
+
|
|
8821
|
+
#### 📝 Description
|
|
8822
|
+
|
|
8823
|
+
<dl>
|
|
8824
|
+
<dd>
|
|
8825
|
+
|
|
8826
|
+
<dl>
|
|
8827
|
+
<dd>
|
|
8828
|
+
|
|
8829
|
+
Return a plan group with a given ID.
|
|
8830
|
+
|
|
8831
|
+
</dd>
|
|
8832
|
+
</dl>
|
|
8833
|
+
</dd>
|
|
8834
|
+
</dl>
|
|
8835
|
+
|
|
8836
|
+
#### 🔌 Usage
|
|
8837
|
+
|
|
8838
|
+
<dl>
|
|
8839
|
+
<dd>
|
|
8840
|
+
|
|
8841
|
+
<dl>
|
|
8842
|
+
<dd>
|
|
8843
|
+
|
|
8844
|
+
```typescript
|
|
8845
|
+
await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8846
|
+
```
|
|
8847
|
+
|
|
8848
|
+
</dd>
|
|
8849
|
+
</dl>
|
|
8850
|
+
</dd>
|
|
8851
|
+
</dl>
|
|
8852
|
+
|
|
8853
|
+
#### ⚙️ Parameters
|
|
8854
|
+
|
|
8855
|
+
<dl>
|
|
8856
|
+
<dd>
|
|
7786
8857
|
|
|
7787
8858
|
<dl>
|
|
7788
8859
|
<dd>
|
|
7789
8860
|
|
|
7790
|
-
**
|
|
8861
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
7791
8862
|
|
|
7792
8863
|
</dd>
|
|
7793
8864
|
</dl>
|
|
@@ -7806,7 +8877,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7806
8877
|
</dl>
|
|
7807
8878
|
</details>
|
|
7808
8879
|
|
|
7809
|
-
<details><summary><code>client.
|
|
8880
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
|
|
7810
8881
|
<dl>
|
|
7811
8882
|
<dd>
|
|
7812
8883
|
|
|
@@ -7818,7 +8889,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7818
8889
|
<dl>
|
|
7819
8890
|
<dd>
|
|
7820
8891
|
|
|
7821
|
-
|
|
8892
|
+
Create a payer plan group
|
|
7822
8893
|
|
|
7823
8894
|
</dd>
|
|
7824
8895
|
</dl>
|
|
@@ -7834,7 +8905,11 @@ Deletes the patient refund record matching the provided patient_refund_id.
|
|
|
7834
8905
|
<dd>
|
|
7835
8906
|
|
|
7836
8907
|
```typescript
|
|
7837
|
-
await client.
|
|
8908
|
+
await client.payerPlanGroups.v1.create({
|
|
8909
|
+
planGroupName: "plan_group_name",
|
|
8910
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8911
|
+
planType: "09",
|
|
8912
|
+
});
|
|
7838
8913
|
```
|
|
7839
8914
|
|
|
7840
8915
|
</dd>
|
|
@@ -7850,7 +8925,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7850
8925
|
<dl>
|
|
7851
8926
|
<dd>
|
|
7852
8927
|
|
|
7853
|
-
**
|
|
8928
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
7854
8929
|
|
|
7855
8930
|
</dd>
|
|
7856
8931
|
</dl>
|
|
@@ -7869,9 +8944,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7869
8944
|
</dl>
|
|
7870
8945
|
</details>
|
|
7871
8946
|
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
|
|
8947
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
|
|
7875
8948
|
<dl>
|
|
7876
8949
|
<dd>
|
|
7877
8950
|
|
|
@@ -7883,7 +8956,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
7883
8956
|
<dl>
|
|
7884
8957
|
<dd>
|
|
7885
8958
|
|
|
7886
|
-
|
|
8959
|
+
Update any of the fields on a payer plan group
|
|
7887
8960
|
|
|
7888
8961
|
</dd>
|
|
7889
8962
|
</dl>
|
|
@@ -7899,7 +8972,11 @@ Returns all payer plan groups matching filter criteria.
|
|
|
7899
8972
|
<dd>
|
|
7900
8973
|
|
|
7901
8974
|
```typescript
|
|
7902
|
-
await client.payerPlanGroups.v1.
|
|
8975
|
+
await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8976
|
+
planGroupName: "plan_group_name",
|
|
8977
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8978
|
+
planType: "09",
|
|
8979
|
+
});
|
|
7903
8980
|
```
|
|
7904
8981
|
|
|
7905
8982
|
</dd>
|
|
@@ -7915,7 +8992,15 @@ await client.payerPlanGroups.v1.getMulti();
|
|
|
7915
8992
|
<dl>
|
|
7916
8993
|
<dd>
|
|
7917
8994
|
|
|
7918
|
-
**
|
|
8995
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8996
|
+
|
|
8997
|
+
</dd>
|
|
8998
|
+
</dl>
|
|
8999
|
+
|
|
9000
|
+
<dl>
|
|
9001
|
+
<dd>
|
|
9002
|
+
|
|
9003
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
7919
9004
|
|
|
7920
9005
|
</dd>
|
|
7921
9006
|
</dl>
|
|
@@ -7934,7 +9019,7 @@ await client.payerPlanGroups.v1.getMulti();
|
|
|
7934
9019
|
</dl>
|
|
7935
9020
|
</details>
|
|
7936
9021
|
|
|
7937
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">
|
|
9022
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
|
|
7938
9023
|
<dl>
|
|
7939
9024
|
<dd>
|
|
7940
9025
|
|
|
@@ -7946,7 +9031,7 @@ await client.payerPlanGroups.v1.getMulti();
|
|
|
7946
9031
|
<dl>
|
|
7947
9032
|
<dd>
|
|
7948
9033
|
|
|
7949
|
-
|
|
9034
|
+
Marks the payer plan group as deactivated
|
|
7950
9035
|
|
|
7951
9036
|
</dd>
|
|
7952
9037
|
</dl>
|
|
@@ -7962,7 +9047,7 @@ Return a plan group with a given ID.
|
|
|
7962
9047
|
<dd>
|
|
7963
9048
|
|
|
7964
9049
|
```typescript
|
|
7965
|
-
await client.payerPlanGroups.v1.
|
|
9050
|
+
await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
7966
9051
|
```
|
|
7967
9052
|
|
|
7968
9053
|
</dd>
|
|
@@ -7997,25 +9082,12 @@ await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4b
|
|
|
7997
9082
|
</dl>
|
|
7998
9083
|
</details>
|
|
7999
9084
|
|
|
8000
|
-
|
|
8001
|
-
<dl>
|
|
8002
|
-
<dd>
|
|
8003
|
-
|
|
8004
|
-
#### 📝 Description
|
|
8005
|
-
|
|
8006
|
-
<dl>
|
|
8007
|
-
<dd>
|
|
9085
|
+
## Payers V3
|
|
8008
9086
|
|
|
9087
|
+
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
|
|
8009
9088
|
<dl>
|
|
8010
9089
|
<dd>
|
|
8011
9090
|
|
|
8012
|
-
Create a payer plan group
|
|
8013
|
-
|
|
8014
|
-
</dd>
|
|
8015
|
-
</dl>
|
|
8016
|
-
</dd>
|
|
8017
|
-
</dl>
|
|
8018
|
-
|
|
8019
9091
|
#### 🔌 Usage
|
|
8020
9092
|
|
|
8021
9093
|
<dl>
|
|
@@ -8025,11 +9097,7 @@ Create a payer plan group
|
|
|
8025
9097
|
<dd>
|
|
8026
9098
|
|
|
8027
9099
|
```typescript
|
|
8028
|
-
await client.
|
|
8029
|
-
planGroupName: "plan_group_name",
|
|
8030
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8031
|
-
planType: "09",
|
|
8032
|
-
});
|
|
9100
|
+
await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8033
9101
|
```
|
|
8034
9102
|
|
|
8035
9103
|
</dd>
|
|
@@ -8045,7 +9113,7 @@ await client.payerPlanGroups.v1.create({
|
|
|
8045
9113
|
<dl>
|
|
8046
9114
|
<dd>
|
|
8047
9115
|
|
|
8048
|
-
**
|
|
9116
|
+
**payerUuid:** `CandidApi.PayerUuid`
|
|
8049
9117
|
|
|
8050
9118
|
</dd>
|
|
8051
9119
|
</dl>
|
|
@@ -8053,7 +9121,7 @@ await client.payerPlanGroups.v1.create({
|
|
|
8053
9121
|
<dl>
|
|
8054
9122
|
<dd>
|
|
8055
9123
|
|
|
8056
|
-
**requestOptions:** `
|
|
9124
|
+
**requestOptions:** `V3.RequestOptions`
|
|
8057
9125
|
|
|
8058
9126
|
</dd>
|
|
8059
9127
|
</dl>
|
|
@@ -8064,11 +9132,11 @@ await client.payerPlanGroups.v1.create({
|
|
|
8064
9132
|
</dl>
|
|
8065
9133
|
</details>
|
|
8066
9134
|
|
|
8067
|
-
<details><summary><code>client.
|
|
9135
|
+
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v3.getAll.Error></code></summary>
|
|
8068
9136
|
<dl>
|
|
8069
9137
|
<dd>
|
|
8070
9138
|
|
|
8071
|
-
####
|
|
9139
|
+
#### 🔌 Usage
|
|
8072
9140
|
|
|
8073
9141
|
<dl>
|
|
8074
9142
|
<dd>
|
|
@@ -8076,14 +9144,20 @@ await client.payerPlanGroups.v1.create({
|
|
|
8076
9144
|
<dl>
|
|
8077
9145
|
<dd>
|
|
8078
9146
|
|
|
8079
|
-
|
|
9147
|
+
```typescript
|
|
9148
|
+
await client.payers.v3.getAll({
|
|
9149
|
+
limit: 100,
|
|
9150
|
+
searchTerm: "john",
|
|
9151
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
9152
|
+
});
|
|
9153
|
+
```
|
|
8080
9154
|
|
|
8081
9155
|
</dd>
|
|
8082
9156
|
</dl>
|
|
8083
9157
|
</dd>
|
|
8084
9158
|
</dl>
|
|
8085
9159
|
|
|
8086
|
-
####
|
|
9160
|
+
#### ⚙️ Parameters
|
|
8087
9161
|
|
|
8088
9162
|
<dl>
|
|
8089
9163
|
<dd>
|
|
@@ -8091,73 +9165,79 @@ Update any of the fields on a payer plan group
|
|
|
8091
9165
|
<dl>
|
|
8092
9166
|
<dd>
|
|
8093
9167
|
|
|
8094
|
-
|
|
8095
|
-
await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8096
|
-
planGroupName: "plan_group_name",
|
|
8097
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8098
|
-
planType: "09",
|
|
8099
|
-
});
|
|
8100
|
-
```
|
|
9168
|
+
**request:** `CandidApi.payers.v3.GetAllPayersRequest`
|
|
8101
9169
|
|
|
8102
9170
|
</dd>
|
|
8103
9171
|
</dl>
|
|
8104
|
-
</dd>
|
|
8105
|
-
</dl>
|
|
8106
|
-
|
|
8107
|
-
#### ⚙️ Parameters
|
|
8108
9172
|
|
|
8109
9173
|
<dl>
|
|
8110
9174
|
<dd>
|
|
8111
9175
|
|
|
8112
|
-
|
|
8113
|
-
<dd>
|
|
9176
|
+
**requestOptions:** `V3.RequestOptions`
|
|
8114
9177
|
|
|
8115
|
-
|
|
9178
|
+
</dd>
|
|
9179
|
+
</dl>
|
|
9180
|
+
</dd>
|
|
9181
|
+
</dl>
|
|
8116
9182
|
|
|
8117
9183
|
</dd>
|
|
8118
9184
|
</dl>
|
|
9185
|
+
</details>
|
|
8119
9186
|
|
|
9187
|
+
## Payers V4
|
|
9188
|
+
|
|
9189
|
+
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v4.get.Error></code></summary>
|
|
8120
9190
|
<dl>
|
|
8121
9191
|
<dd>
|
|
8122
9192
|
|
|
8123
|
-
|
|
9193
|
+
#### 🔌 Usage
|
|
8124
9194
|
|
|
8125
|
-
|
|
8126
|
-
|
|
9195
|
+
<dl>
|
|
9196
|
+
<dd>
|
|
8127
9197
|
|
|
8128
9198
|
<dl>
|
|
8129
9199
|
<dd>
|
|
8130
9200
|
|
|
8131
|
-
|
|
9201
|
+
```typescript
|
|
9202
|
+
await client.payers.v4.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
9203
|
+
```
|
|
8132
9204
|
|
|
8133
9205
|
</dd>
|
|
8134
9206
|
</dl>
|
|
8135
9207
|
</dd>
|
|
8136
9208
|
</dl>
|
|
8137
9209
|
|
|
8138
|
-
|
|
8139
|
-
</dl>
|
|
8140
|
-
</details>
|
|
9210
|
+
#### ⚙️ Parameters
|
|
8141
9211
|
|
|
8142
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
|
|
8143
9212
|
<dl>
|
|
8144
9213
|
<dd>
|
|
8145
9214
|
|
|
8146
|
-
#### 📝 Description
|
|
8147
|
-
|
|
8148
9215
|
<dl>
|
|
8149
9216
|
<dd>
|
|
8150
9217
|
|
|
9218
|
+
**payerUuid:** `CandidApi.PayerUuid`
|
|
9219
|
+
|
|
9220
|
+
</dd>
|
|
9221
|
+
</dl>
|
|
9222
|
+
|
|
8151
9223
|
<dl>
|
|
8152
9224
|
<dd>
|
|
8153
9225
|
|
|
8154
|
-
|
|
9226
|
+
**requestOptions:** `V4.RequestOptions`
|
|
8155
9227
|
|
|
8156
9228
|
</dd>
|
|
8157
9229
|
</dl>
|
|
8158
9230
|
</dd>
|
|
8159
9231
|
</dl>
|
|
8160
9232
|
|
|
9233
|
+
</dd>
|
|
9234
|
+
</dl>
|
|
9235
|
+
</details>
|
|
9236
|
+
|
|
9237
|
+
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v4.getAll.Error></code></summary>
|
|
9238
|
+
<dl>
|
|
9239
|
+
<dd>
|
|
9240
|
+
|
|
8161
9241
|
#### 🔌 Usage
|
|
8162
9242
|
|
|
8163
9243
|
<dl>
|
|
@@ -8167,7 +9247,7 @@ Marks the payer plan group as deactivated
|
|
|
8167
9247
|
<dd>
|
|
8168
9248
|
|
|
8169
9249
|
```typescript
|
|
8170
|
-
await client.
|
|
9250
|
+
await client.payers.v4.getAll();
|
|
8171
9251
|
```
|
|
8172
9252
|
|
|
8173
9253
|
</dd>
|
|
@@ -8183,7 +9263,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
8183
9263
|
<dl>
|
|
8184
9264
|
<dd>
|
|
8185
9265
|
|
|
8186
|
-
**
|
|
9266
|
+
**request:** `CandidApi.payers.v4.GetAllPayersRequest`
|
|
8187
9267
|
|
|
8188
9268
|
</dd>
|
|
8189
9269
|
</dl>
|
|
@@ -8191,7 +9271,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
8191
9271
|
<dl>
|
|
8192
9272
|
<dd>
|
|
8193
9273
|
|
|
8194
|
-
**requestOptions:** `
|
|
9274
|
+
**requestOptions:** `V4.RequestOptions`
|
|
8195
9275
|
|
|
8196
9276
|
</dd>
|
|
8197
9277
|
</dl>
|
|
@@ -8202,9 +9282,9 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
8202
9282
|
</dl>
|
|
8203
9283
|
</details>
|
|
8204
9284
|
|
|
8205
|
-
##
|
|
9285
|
+
## ServiceLines V2
|
|
8206
9286
|
|
|
8207
|
-
<details><summary><code>client.
|
|
9287
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
|
|
8208
9288
|
<dl>
|
|
8209
9289
|
<dd>
|
|
8210
9290
|
|
|
@@ -8217,7 +9297,12 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
8217
9297
|
<dd>
|
|
8218
9298
|
|
|
8219
9299
|
```typescript
|
|
8220
|
-
await client.
|
|
9300
|
+
await client.serviceLines.v2.create({
|
|
9301
|
+
quantity: CandidApi.Decimal("quantity"),
|
|
9302
|
+
units: "MJ",
|
|
9303
|
+
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9304
|
+
procedureCode: "procedure_code",
|
|
9305
|
+
});
|
|
8221
9306
|
```
|
|
8222
9307
|
|
|
8223
9308
|
</dd>
|
|
@@ -8233,7 +9318,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
8233
9318
|
<dl>
|
|
8234
9319
|
<dd>
|
|
8235
9320
|
|
|
8236
|
-
**
|
|
9321
|
+
**request:** `CandidApi.ServiceLineCreateStandalone`
|
|
8237
9322
|
|
|
8238
9323
|
</dd>
|
|
8239
9324
|
</dl>
|
|
@@ -8241,7 +9326,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
8241
9326
|
<dl>
|
|
8242
9327
|
<dd>
|
|
8243
9328
|
|
|
8244
|
-
**requestOptions:** `
|
|
9329
|
+
**requestOptions:** `V2.RequestOptions`
|
|
8245
9330
|
|
|
8246
9331
|
</dd>
|
|
8247
9332
|
</dl>
|
|
@@ -8252,7 +9337,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
8252
9337
|
</dl>
|
|
8253
9338
|
</details>
|
|
8254
9339
|
|
|
8255
|
-
<details><summary><code>client.
|
|
9340
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.createUniversal.Error></code></summary>
|
|
8256
9341
|
<dl>
|
|
8257
9342
|
<dd>
|
|
8258
9343
|
|
|
@@ -8265,10 +9350,10 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
8265
9350
|
<dd>
|
|
8266
9351
|
|
|
8267
9352
|
```typescript
|
|
8268
|
-
await client.
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
9353
|
+
await client.serviceLines.v2.createUniversal({
|
|
9354
|
+
quantity: CandidApi.Decimal("quantity"),
|
|
9355
|
+
units: "MJ",
|
|
9356
|
+
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8272
9357
|
});
|
|
8273
9358
|
```
|
|
8274
9359
|
|
|
@@ -8285,7 +9370,7 @@ await client.payers.v3.getAll({
|
|
|
8285
9370
|
<dl>
|
|
8286
9371
|
<dd>
|
|
8287
9372
|
|
|
8288
|
-
**request:** `CandidApi.
|
|
9373
|
+
**request:** `CandidApi.UniversalServiceLineCreateStandalone`
|
|
8289
9374
|
|
|
8290
9375
|
</dd>
|
|
8291
9376
|
</dl>
|
|
@@ -8293,7 +9378,7 @@ await client.payers.v3.getAll({
|
|
|
8293
9378
|
<dl>
|
|
8294
9379
|
<dd>
|
|
8295
9380
|
|
|
8296
|
-
**requestOptions:** `
|
|
9381
|
+
**requestOptions:** `V2.RequestOptions`
|
|
8297
9382
|
|
|
8298
9383
|
</dd>
|
|
8299
9384
|
</dl>
|
|
@@ -8304,9 +9389,7 @@ await client.payers.v3.getAll({
|
|
|
8304
9389
|
</dl>
|
|
8305
9390
|
</details>
|
|
8306
9391
|
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
|
|
9392
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">updateUniversal</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.updateUniversal.Error></code></summary>
|
|
8310
9393
|
<dl>
|
|
8311
9394
|
<dd>
|
|
8312
9395
|
|
|
@@ -8319,12 +9402,7 @@ await client.payers.v3.getAll({
|
|
|
8319
9402
|
<dd>
|
|
8320
9403
|
|
|
8321
9404
|
```typescript
|
|
8322
|
-
await client.serviceLines.v2.
|
|
8323
|
-
procedureCode: "procedure_code",
|
|
8324
|
-
quantity: CandidApi.Decimal("quantity"),
|
|
8325
|
-
units: "MJ",
|
|
8326
|
-
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8327
|
-
});
|
|
9405
|
+
await client.serviceLines.v2.updateUniversal(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
8328
9406
|
```
|
|
8329
9407
|
|
|
8330
9408
|
</dd>
|
|
@@ -8340,7 +9418,15 @@ await client.serviceLines.v2.create({
|
|
|
8340
9418
|
<dl>
|
|
8341
9419
|
<dd>
|
|
8342
9420
|
|
|
8343
|
-
**
|
|
9421
|
+
**serviceLineId:** `CandidApi.ServiceLineId`
|
|
9422
|
+
|
|
9423
|
+
</dd>
|
|
9424
|
+
</dl>
|
|
9425
|
+
|
|
9426
|
+
<dl>
|
|
9427
|
+
<dd>
|
|
9428
|
+
|
|
9429
|
+
**request:** `CandidApi.UniversalServiceLineUpdate`
|
|
8344
9430
|
|
|
8345
9431
|
</dd>
|
|
8346
9432
|
</dl>
|
|
@@ -9691,7 +10777,6 @@ await client.preEncounter.coverages.v1.create({
|
|
|
9691
10777
|
given: ["given", "given"],
|
|
9692
10778
|
use: "USUAL",
|
|
9693
10779
|
},
|
|
9694
|
-
dateOfBirth: "2023-01-15",
|
|
9695
10780
|
biologicalSex: "FEMALE",
|
|
9696
10781
|
},
|
|
9697
10782
|
relationship: "SELF",
|
|
@@ -9773,7 +10858,6 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
9773
10858
|
given: ["given", "given"],
|
|
9774
10859
|
use: "USUAL",
|
|
9775
10860
|
},
|
|
9776
|
-
dateOfBirth: "2023-01-15",
|
|
9777
10861
|
biologicalSex: "FEMALE",
|
|
9778
10862
|
},
|
|
9779
10863
|
relationship: "SELF",
|
|
@@ -11643,10 +12727,6 @@ await client.preEncounter.patients.v1.create({
|
|
|
11643
12727
|
country: "country",
|
|
11644
12728
|
},
|
|
11645
12729
|
],
|
|
11646
|
-
primaryTelecom: {
|
|
11647
|
-
value: "value",
|
|
11648
|
-
use: "HOME",
|
|
11649
|
-
},
|
|
11650
12730
|
otherTelecoms: [
|
|
11651
12731
|
{
|
|
11652
12732
|
value: "value",
|
|
@@ -11884,10 +12964,6 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11884
12964
|
country: "country",
|
|
11885
12965
|
},
|
|
11886
12966
|
],
|
|
11887
|
-
primaryTelecom: {
|
|
11888
|
-
value: "value",
|
|
11889
|
-
use: "HOME",
|
|
11890
|
-
},
|
|
11891
12967
|
otherTelecoms: [
|
|
11892
12968
|
{
|
|
11893
12969
|
value: "value",
|
|
@@ -12242,6 +13318,69 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("id"));
|
|
|
12242
13318
|
</dl>
|
|
12243
13319
|
</details>
|
|
12244
13320
|
|
|
13321
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getByMrn</a>(mrn) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.getByMrn.Error></code></summary>
|
|
13322
|
+
<dl>
|
|
13323
|
+
<dd>
|
|
13324
|
+
|
|
13325
|
+
#### 📝 Description
|
|
13326
|
+
|
|
13327
|
+
<dl>
|
|
13328
|
+
<dd>
|
|
13329
|
+
|
|
13330
|
+
<dl>
|
|
13331
|
+
<dd>
|
|
13332
|
+
|
|
13333
|
+
Gets a patient by mrn.
|
|
13334
|
+
|
|
13335
|
+
</dd>
|
|
13336
|
+
</dl>
|
|
13337
|
+
</dd>
|
|
13338
|
+
</dl>
|
|
13339
|
+
|
|
13340
|
+
#### 🔌 Usage
|
|
13341
|
+
|
|
13342
|
+
<dl>
|
|
13343
|
+
<dd>
|
|
13344
|
+
|
|
13345
|
+
<dl>
|
|
13346
|
+
<dd>
|
|
13347
|
+
|
|
13348
|
+
```typescript
|
|
13349
|
+
await client.preEncounter.patients.v1.getByMrn("mrn");
|
|
13350
|
+
```
|
|
13351
|
+
|
|
13352
|
+
</dd>
|
|
13353
|
+
</dl>
|
|
13354
|
+
</dd>
|
|
13355
|
+
</dl>
|
|
13356
|
+
|
|
13357
|
+
#### ⚙️ Parameters
|
|
13358
|
+
|
|
13359
|
+
<dl>
|
|
13360
|
+
<dd>
|
|
13361
|
+
|
|
13362
|
+
<dl>
|
|
13363
|
+
<dd>
|
|
13364
|
+
|
|
13365
|
+
**mrn:** `string`
|
|
13366
|
+
|
|
13367
|
+
</dd>
|
|
13368
|
+
</dl>
|
|
13369
|
+
|
|
13370
|
+
<dl>
|
|
13371
|
+
<dd>
|
|
13372
|
+
|
|
13373
|
+
**requestOptions:** `V1.RequestOptions`
|
|
13374
|
+
|
|
13375
|
+
</dd>
|
|
13376
|
+
</dl>
|
|
13377
|
+
</dd>
|
|
13378
|
+
</dl>
|
|
13379
|
+
|
|
13380
|
+
</dd>
|
|
13381
|
+
</dl>
|
|
13382
|
+
</details>
|
|
13383
|
+
|
|
12245
13384
|
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error></code></summary>
|
|
12246
13385
|
<dl>
|
|
12247
13386
|
<dd>
|
|
@@ -12379,10 +13518,6 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("id"), "version
|
|
|
12379
13518
|
country: "country",
|
|
12380
13519
|
},
|
|
12381
13520
|
],
|
|
12382
|
-
primaryTelecom: {
|
|
12383
|
-
value: "value",
|
|
12384
|
-
use: "HOME",
|
|
12385
|
-
},
|
|
12386
13521
|
otherTelecoms: [
|
|
12387
13522
|
{
|
|
12388
13523
|
value: "value",
|