candidhealth 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +9 -3
- package/Client.js +52 -42
- package/README.md +1 -1
- package/api/resources/auth/resources/default/client/Client.d.ts +10 -0
- package/api/resources/auth/resources/default/client/Client.js +43 -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 +13 -0
- package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -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 +6 -6
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
- 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/FacilityCredentialingSpanCreate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
- package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -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/encounters/resources/v4/client/Client.js +5 -5
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- 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/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/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/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/HealthCareCodeInformation.d.ts +18 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.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/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/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/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/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/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/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/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/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/index.d.ts +46 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +3 -1
- package/api/resources/index.js +5 -3
- 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/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/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- 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.js +11 -11
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- 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 +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -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 +4 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -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.js +3 -3
- 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/dist/Client.d.ts +9 -3
- package/dist/Client.js +52 -42
- package/dist/api/resources/auth/resources/default/client/Client.d.ts +10 -0
- package/dist/api/resources/auth/resources/default/client/Client.js +43 -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 +13 -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 +6 -6
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
- 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/encounters/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- 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/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/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/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/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/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/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/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/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/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/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/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/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/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/index.d.ts +46 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +3 -1
- package/dist/api/resources/index.js +5 -3
- 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/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/resources/v3/client/Client.js +2 -2
- 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.js +10 -10
- 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.js +11 -11
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/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 +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -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 +4 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -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.js +3 -3
- 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/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
- package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/index.d.ts +46 -0
- package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
- package/dist/serialization/resources/index.d.ts +3 -1
- package/dist/serialization/resources/index.js +5 -3
- 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/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- 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 +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +898 -331
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
- package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -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/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/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/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/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/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/HealthCareCodeInformation.d.ts +15 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -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/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/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/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/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/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/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/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/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/index.d.ts +46 -0
- package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
- package/serialization/resources/index.d.ts +3 -1
- package/serialization/resources/index.js +5 -3
- 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/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- 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 +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/reference.md
CHANGED
|
@@ -98,6 +98,56 @@ 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
|
+
});
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
</dd>
|
|
120
|
+
</dl>
|
|
121
|
+
</dd>
|
|
122
|
+
</dl>
|
|
123
|
+
|
|
124
|
+
#### ⚙️ Parameters
|
|
125
|
+
|
|
126
|
+
<dl>
|
|
127
|
+
<dd>
|
|
128
|
+
|
|
129
|
+
<dl>
|
|
130
|
+
<dd>
|
|
131
|
+
|
|
132
|
+
**request:** `CandidApi.auth.default_.AuthGetTokenForOrgRequest`
|
|
133
|
+
|
|
134
|
+
</dd>
|
|
135
|
+
</dl>
|
|
136
|
+
|
|
137
|
+
<dl>
|
|
138
|
+
<dd>
|
|
139
|
+
|
|
140
|
+
**requestOptions:** `Default.RequestOptions`
|
|
141
|
+
|
|
142
|
+
</dd>
|
|
143
|
+
</dl>
|
|
144
|
+
</dd>
|
|
145
|
+
</dl>
|
|
146
|
+
|
|
147
|
+
</dd>
|
|
148
|
+
</dl>
|
|
149
|
+
</details>
|
|
150
|
+
|
|
101
151
|
## BillingNotes V2
|
|
102
152
|
|
|
103
153
|
<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 +1124,7 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1074
1124
|
|
|
1075
1125
|
## Credentialing V2
|
|
1076
1126
|
|
|
1077
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1127
|
+
<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
1128
|
<dl>
|
|
1079
1129
|
<dd>
|
|
1080
1130
|
|
|
@@ -1087,14 +1137,10 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1087
1137
|
<dd>
|
|
1088
1138
|
|
|
1089
1139
|
```typescript
|
|
1090
|
-
await client.credentialing.v2.
|
|
1091
|
-
|
|
1140
|
+
await client.credentialing.v2.createFacility({
|
|
1141
|
+
serviceFacilityId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1092
1142
|
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1093
1143
|
payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1094
|
-
regions: {
|
|
1095
|
-
type: "states",
|
|
1096
|
-
states: ["AA", "AA"],
|
|
1097
|
-
},
|
|
1098
1144
|
});
|
|
1099
1145
|
```
|
|
1100
1146
|
|
|
@@ -1111,7 +1157,7 @@ await client.credentialing.v2.create({
|
|
|
1111
1157
|
<dl>
|
|
1112
1158
|
<dd>
|
|
1113
1159
|
|
|
1114
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1160
|
+
**request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanCreate`
|
|
1115
1161
|
|
|
1116
1162
|
</dd>
|
|
1117
1163
|
</dl>
|
|
@@ -1130,7 +1176,7 @@ await client.credentialing.v2.create({
|
|
|
1130
1176
|
</dl>
|
|
1131
1177
|
</details>
|
|
1132
1178
|
|
|
1133
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1179
|
+
<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
1180
|
<dl>
|
|
1135
1181
|
<dd>
|
|
1136
1182
|
|
|
@@ -1143,7 +1189,9 @@ await client.credentialing.v2.create({
|
|
|
1143
1189
|
<dd>
|
|
1144
1190
|
|
|
1145
1191
|
```typescript
|
|
1146
|
-
await client.credentialing.v2.
|
|
1192
|
+
await client.credentialing.v2.getFacility(
|
|
1193
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1194
|
+
);
|
|
1147
1195
|
```
|
|
1148
1196
|
|
|
1149
1197
|
</dd>
|
|
@@ -1159,7 +1207,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1159
1207
|
<dl>
|
|
1160
1208
|
<dd>
|
|
1161
1209
|
|
|
1162
|
-
**
|
|
1210
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1163
1211
|
|
|
1164
1212
|
</dd>
|
|
1165
1213
|
</dl>
|
|
@@ -1178,7 +1226,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1178
1226
|
</dl>
|
|
1179
1227
|
</details>
|
|
1180
1228
|
|
|
1181
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1229
|
+
<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
1230
|
<dl>
|
|
1183
1231
|
<dd>
|
|
1184
1232
|
|
|
@@ -1191,7 +1239,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1191
1239
|
<dd>
|
|
1192
1240
|
|
|
1193
1241
|
```typescript
|
|
1194
|
-
await client.credentialing.v2.
|
|
1242
|
+
await client.credentialing.v2.getAllFacilities();
|
|
1195
1243
|
```
|
|
1196
1244
|
|
|
1197
1245
|
</dd>
|
|
@@ -1207,7 +1255,7 @@ await client.credentialing.v2.getAll();
|
|
|
1207
1255
|
<dl>
|
|
1208
1256
|
<dd>
|
|
1209
1257
|
|
|
1210
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1258
|
+
**request:** `CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest`
|
|
1211
1259
|
|
|
1212
1260
|
</dd>
|
|
1213
1261
|
</dl>
|
|
@@ -1226,7 +1274,7 @@ await client.credentialing.v2.getAll();
|
|
|
1226
1274
|
</dl>
|
|
1227
1275
|
</details>
|
|
1228
1276
|
|
|
1229
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1277
|
+
<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
1278
|
<dl>
|
|
1231
1279
|
<dd>
|
|
1232
1280
|
|
|
@@ -1254,7 +1302,9 @@ Soft deletes a credentialing span rate from the system.
|
|
|
1254
1302
|
<dd>
|
|
1255
1303
|
|
|
1256
1304
|
```typescript
|
|
1257
|
-
await client.credentialing.v2.
|
|
1305
|
+
await client.credentialing.v2.deleteFacility(
|
|
1306
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1307
|
+
);
|
|
1258
1308
|
```
|
|
1259
1309
|
|
|
1260
1310
|
</dd>
|
|
@@ -1270,7 +1320,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1270
1320
|
<dl>
|
|
1271
1321
|
<dd>
|
|
1272
1322
|
|
|
1273
|
-
**
|
|
1323
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1274
1324
|
|
|
1275
1325
|
</dd>
|
|
1276
1326
|
</dl>
|
|
@@ -1289,7 +1339,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1289
1339
|
</dl>
|
|
1290
1340
|
</details>
|
|
1291
1341
|
|
|
1292
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">
|
|
1342
|
+
<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
1343
|
<dl>
|
|
1294
1344
|
<dd>
|
|
1295
1345
|
|
|
@@ -1302,7 +1352,12 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1302
1352
|
<dd>
|
|
1303
1353
|
|
|
1304
1354
|
```typescript
|
|
1305
|
-
await client.credentialing.v2.
|
|
1355
|
+
await client.credentialing.v2.updateFacility(
|
|
1356
|
+
CandidApi.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1357
|
+
{
|
|
1358
|
+
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1359
|
+
},
|
|
1360
|
+
);
|
|
1306
1361
|
```
|
|
1307
1362
|
|
|
1308
1363
|
</dd>
|
|
@@ -1318,7 +1373,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1318
1373
|
<dl>
|
|
1319
1374
|
<dd>
|
|
1320
1375
|
|
|
1321
|
-
**
|
|
1376
|
+
**facilityCredentialingId:** `CandidApi.FacilityCredentialingSpanId`
|
|
1322
1377
|
|
|
1323
1378
|
</dd>
|
|
1324
1379
|
</dl>
|
|
@@ -1326,7 +1381,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1326
1381
|
<dl>
|
|
1327
1382
|
<dd>
|
|
1328
1383
|
|
|
1329
|
-
**request:** `CandidApi.credentialing.v2.
|
|
1384
|
+
**request:** `CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate`
|
|
1330
1385
|
|
|
1331
1386
|
</dd>
|
|
1332
1387
|
</dl>
|
|
@@ -1345,13 +1400,11 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1345
1400
|
</dl>
|
|
1346
1401
|
</details>
|
|
1347
1402
|
|
|
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>
|
|
1403
|
+
<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
1404
|
<dl>
|
|
1352
1405
|
<dd>
|
|
1353
1406
|
|
|
1354
|
-
####
|
|
1407
|
+
#### 🔌 Usage
|
|
1355
1408
|
|
|
1356
1409
|
<dl>
|
|
1357
1410
|
<dd>
|
|
@@ -1359,14 +1412,24 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1359
1412
|
<dl>
|
|
1360
1413
|
<dd>
|
|
1361
1414
|
|
|
1362
|
-
|
|
1415
|
+
```typescript
|
|
1416
|
+
await client.credentialing.v2.create({
|
|
1417
|
+
renderingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1418
|
+
contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1419
|
+
payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
|
1420
|
+
regions: {
|
|
1421
|
+
type: "states",
|
|
1422
|
+
states: ["AA", "AA"],
|
|
1423
|
+
},
|
|
1424
|
+
});
|
|
1425
|
+
```
|
|
1363
1426
|
|
|
1364
1427
|
</dd>
|
|
1365
1428
|
</dl>
|
|
1366
1429
|
</dd>
|
|
1367
1430
|
</dl>
|
|
1368
1431
|
|
|
1369
|
-
####
|
|
1432
|
+
#### ⚙️ Parameters
|
|
1370
1433
|
|
|
1371
1434
|
<dl>
|
|
1372
1435
|
<dd>
|
|
@@ -1374,53 +1437,77 @@ Returns all custom schemas.
|
|
|
1374
1437
|
<dl>
|
|
1375
1438
|
<dd>
|
|
1376
1439
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1440
|
+
**request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanCreate`
|
|
1441
|
+
|
|
1442
|
+
</dd>
|
|
1443
|
+
</dl>
|
|
1444
|
+
|
|
1445
|
+
<dl>
|
|
1446
|
+
<dd>
|
|
1447
|
+
|
|
1448
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1380
1449
|
|
|
1381
1450
|
</dd>
|
|
1382
1451
|
</dl>
|
|
1383
1452
|
</dd>
|
|
1384
1453
|
</dl>
|
|
1385
1454
|
|
|
1386
|
-
|
|
1455
|
+
</dd>
|
|
1456
|
+
</dl>
|
|
1457
|
+
</details>
|
|
1387
1458
|
|
|
1459
|
+
<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
1460
|
<dl>
|
|
1389
1461
|
<dd>
|
|
1390
1462
|
|
|
1463
|
+
#### 🔌 Usage
|
|
1464
|
+
|
|
1391
1465
|
<dl>
|
|
1392
1466
|
<dd>
|
|
1393
1467
|
|
|
1394
|
-
|
|
1468
|
+
<dl>
|
|
1469
|
+
<dd>
|
|
1470
|
+
|
|
1471
|
+
```typescript
|
|
1472
|
+
await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1473
|
+
```
|
|
1395
1474
|
|
|
1396
1475
|
</dd>
|
|
1397
1476
|
</dl>
|
|
1398
1477
|
</dd>
|
|
1399
1478
|
</dl>
|
|
1400
1479
|
|
|
1401
|
-
|
|
1402
|
-
</dl>
|
|
1403
|
-
</details>
|
|
1480
|
+
#### ⚙️ Parameters
|
|
1404
1481
|
|
|
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
1482
|
<dl>
|
|
1407
1483
|
<dd>
|
|
1408
1484
|
|
|
1409
|
-
#### 📝 Description
|
|
1410
|
-
|
|
1411
1485
|
<dl>
|
|
1412
1486
|
<dd>
|
|
1413
1487
|
|
|
1488
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1489
|
+
|
|
1490
|
+
</dd>
|
|
1491
|
+
</dl>
|
|
1492
|
+
|
|
1414
1493
|
<dl>
|
|
1415
1494
|
<dd>
|
|
1416
1495
|
|
|
1417
|
-
|
|
1496
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1418
1497
|
|
|
1419
1498
|
</dd>
|
|
1420
1499
|
</dl>
|
|
1421
1500
|
</dd>
|
|
1422
1501
|
</dl>
|
|
1423
1502
|
|
|
1503
|
+
</dd>
|
|
1504
|
+
</dl>
|
|
1505
|
+
</details>
|
|
1506
|
+
|
|
1507
|
+
<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>
|
|
1508
|
+
<dl>
|
|
1509
|
+
<dd>
|
|
1510
|
+
|
|
1424
1511
|
#### 🔌 Usage
|
|
1425
1512
|
|
|
1426
1513
|
<dl>
|
|
@@ -1430,7 +1517,7 @@ Return a custom schema with a given ID.
|
|
|
1430
1517
|
<dd>
|
|
1431
1518
|
|
|
1432
1519
|
```typescript
|
|
1433
|
-
await client.
|
|
1520
|
+
await client.credentialing.v2.getAll();
|
|
1434
1521
|
```
|
|
1435
1522
|
|
|
1436
1523
|
</dd>
|
|
@@ -1446,7 +1533,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1446
1533
|
<dl>
|
|
1447
1534
|
<dd>
|
|
1448
1535
|
|
|
1449
|
-
**
|
|
1536
|
+
**request:** `CandidApi.credentialing.v2.GetAllProviderCredentialingSpansRequest`
|
|
1450
1537
|
|
|
1451
1538
|
</dd>
|
|
1452
1539
|
</dl>
|
|
@@ -1454,7 +1541,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1454
1541
|
<dl>
|
|
1455
1542
|
<dd>
|
|
1456
1543
|
|
|
1457
|
-
**requestOptions:** `
|
|
1544
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1458
1545
|
|
|
1459
1546
|
</dd>
|
|
1460
1547
|
</dl>
|
|
@@ -1465,7 +1552,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1465
1552
|
</dl>
|
|
1466
1553
|
</details>
|
|
1467
1554
|
|
|
1468
|
-
<details><summary><code>client.
|
|
1555
|
+
<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
1556
|
<dl>
|
|
1470
1557
|
<dd>
|
|
1471
1558
|
|
|
@@ -1477,8 +1564,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
1477
1564
|
<dl>
|
|
1478
1565
|
<dd>
|
|
1479
1566
|
|
|
1480
|
-
|
|
1481
|
-
Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
1567
|
+
Soft deletes a credentialing span rate from the system.
|
|
1482
1568
|
|
|
1483
1569
|
</dd>
|
|
1484
1570
|
</dl>
|
|
@@ -1494,28 +1580,7 @@ Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
|
1494
1580
|
<dd>
|
|
1495
1581
|
|
|
1496
1582
|
```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
|
-
});
|
|
1583
|
+
await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1519
1584
|
```
|
|
1520
1585
|
|
|
1521
1586
|
</dd>
|
|
@@ -1531,7 +1596,7 @@ await client.customSchemas.v1.create({
|
|
|
1531
1596
|
<dl>
|
|
1532
1597
|
<dd>
|
|
1533
1598
|
|
|
1534
|
-
**
|
|
1599
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1535
1600
|
|
|
1536
1601
|
</dd>
|
|
1537
1602
|
</dl>
|
|
@@ -1539,7 +1604,7 @@ await client.customSchemas.v1.create({
|
|
|
1539
1604
|
<dl>
|
|
1540
1605
|
<dd>
|
|
1541
1606
|
|
|
1542
|
-
**requestOptions:** `
|
|
1607
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1543
1608
|
|
|
1544
1609
|
</dd>
|
|
1545
1610
|
</dl>
|
|
@@ -1550,25 +1615,10 @@ await client.customSchemas.v1.create({
|
|
|
1550
1615
|
</dl>
|
|
1551
1616
|
</details>
|
|
1552
1617
|
|
|
1553
|
-
<details><summary><code>client.
|
|
1554
|
-
<dl>
|
|
1555
|
-
<dd>
|
|
1556
|
-
|
|
1557
|
-
#### 📝 Description
|
|
1558
|
-
|
|
1559
|
-
<dl>
|
|
1560
|
-
<dd>
|
|
1561
|
-
|
|
1618
|
+
<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
1619
|
<dl>
|
|
1563
1620
|
<dd>
|
|
1564
1621
|
|
|
1565
|
-
Update the name, description, or keys on a preexisting schema.
|
|
1566
|
-
|
|
1567
|
-
</dd>
|
|
1568
|
-
</dl>
|
|
1569
|
-
</dd>
|
|
1570
|
-
</dl>
|
|
1571
|
-
|
|
1572
1622
|
#### 🔌 Usage
|
|
1573
1623
|
|
|
1574
1624
|
<dl>
|
|
@@ -1578,16 +1628,7 @@ Update the name, description, or keys on a preexisting schema.
|
|
|
1578
1628
|
<dd>
|
|
1579
1629
|
|
|
1580
1630
|
```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
|
-
});
|
|
1631
|
+
await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
1591
1632
|
```
|
|
1592
1633
|
|
|
1593
1634
|
</dd>
|
|
@@ -1603,7 +1644,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1603
1644
|
<dl>
|
|
1604
1645
|
<dd>
|
|
1605
1646
|
|
|
1606
|
-
**
|
|
1647
|
+
**providerCredentialingId:** `CandidApi.ProviderCredentialingSpanId`
|
|
1607
1648
|
|
|
1608
1649
|
</dd>
|
|
1609
1650
|
</dl>
|
|
@@ -1611,7 +1652,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1611
1652
|
<dl>
|
|
1612
1653
|
<dd>
|
|
1613
1654
|
|
|
1614
|
-
**request:** `CandidApi.
|
|
1655
|
+
**request:** `CandidApi.credentialing.v2.ProviderCredentialingSpanUpdate`
|
|
1615
1656
|
|
|
1616
1657
|
</dd>
|
|
1617
1658
|
</dl>
|
|
@@ -1619,7 +1660,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1619
1660
|
<dl>
|
|
1620
1661
|
<dd>
|
|
1621
1662
|
|
|
1622
|
-
**requestOptions:** `
|
|
1663
|
+
**requestOptions:** `V2.RequestOptions`
|
|
1623
1664
|
|
|
1624
1665
|
</dd>
|
|
1625
1666
|
</dl>
|
|
@@ -1630,9 +1671,9 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1630
1671
|
</dl>
|
|
1631
1672
|
</details>
|
|
1632
1673
|
|
|
1633
|
-
##
|
|
1674
|
+
## CustomSchemas V1
|
|
1634
1675
|
|
|
1635
|
-
<details><summary><code>client.
|
|
1676
|
+
<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
1677
|
<dl>
|
|
1637
1678
|
<dd>
|
|
1638
1679
|
|
|
@@ -1644,23 +1685,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1644
1685
|
<dl>
|
|
1645
1686
|
<dd>
|
|
1646
1687
|
|
|
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)
|
|
1688
|
+
Returns all custom schemas.
|
|
1664
1689
|
|
|
1665
1690
|
</dd>
|
|
1666
1691
|
</dl>
|
|
@@ -1676,9 +1701,7 @@ A schema of the response object can be found here: [Change Healthcare Docs](http
|
|
|
1676
1701
|
<dd>
|
|
1677
1702
|
|
|
1678
1703
|
```typescript
|
|
1679
|
-
await client.
|
|
1680
|
-
key: "value",
|
|
1681
|
-
});
|
|
1704
|
+
await client.customSchemas.v1.getMulti();
|
|
1682
1705
|
```
|
|
1683
1706
|
|
|
1684
1707
|
</dd>
|
|
@@ -1694,15 +1717,7 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1694
1717
|
<dl>
|
|
1695
1718
|
<dd>
|
|
1696
1719
|
|
|
1697
|
-
**
|
|
1698
|
-
|
|
1699
|
-
</dd>
|
|
1700
|
-
</dl>
|
|
1701
|
-
|
|
1702
|
-
<dl>
|
|
1703
|
-
<dd>
|
|
1704
|
-
|
|
1705
|
-
**requestOptions:** `V2.RequestOptions`
|
|
1720
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1706
1721
|
|
|
1707
1722
|
</dd>
|
|
1708
1723
|
</dl>
|
|
@@ -1713,7 +1728,7 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1713
1728
|
</dl>
|
|
1714
1729
|
</details>
|
|
1715
1730
|
|
|
1716
|
-
<details><summary><code>client.
|
|
1731
|
+
<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
1732
|
<dl>
|
|
1718
1733
|
<dd>
|
|
1719
1734
|
|
|
@@ -1725,12 +1740,323 @@ await client.eligibility.v2.submitEligibilityCheck({
|
|
|
1725
1740
|
<dl>
|
|
1726
1741
|
<dd>
|
|
1727
1742
|
|
|
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.**
|
|
1743
|
+
Return a custom schema with a given ID.
|
|
1732
1744
|
|
|
1733
|
-
|
|
1745
|
+
</dd>
|
|
1746
|
+
</dl>
|
|
1747
|
+
</dd>
|
|
1748
|
+
</dl>
|
|
1749
|
+
|
|
1750
|
+
#### 🔌 Usage
|
|
1751
|
+
|
|
1752
|
+
<dl>
|
|
1753
|
+
<dd>
|
|
1754
|
+
|
|
1755
|
+
<dl>
|
|
1756
|
+
<dd>
|
|
1757
|
+
|
|
1758
|
+
```typescript
|
|
1759
|
+
await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"));
|
|
1760
|
+
```
|
|
1761
|
+
|
|
1762
|
+
</dd>
|
|
1763
|
+
</dl>
|
|
1764
|
+
</dd>
|
|
1765
|
+
</dl>
|
|
1766
|
+
|
|
1767
|
+
#### ⚙️ Parameters
|
|
1768
|
+
|
|
1769
|
+
<dl>
|
|
1770
|
+
<dd>
|
|
1771
|
+
|
|
1772
|
+
<dl>
|
|
1773
|
+
<dd>
|
|
1774
|
+
|
|
1775
|
+
**schemaId:** `CandidApi.SchemaId`
|
|
1776
|
+
|
|
1777
|
+
</dd>
|
|
1778
|
+
</dl>
|
|
1779
|
+
|
|
1780
|
+
<dl>
|
|
1781
|
+
<dd>
|
|
1782
|
+
|
|
1783
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1784
|
+
|
|
1785
|
+
</dd>
|
|
1786
|
+
</dl>
|
|
1787
|
+
</dd>
|
|
1788
|
+
</dl>
|
|
1789
|
+
|
|
1790
|
+
</dd>
|
|
1791
|
+
</dl>
|
|
1792
|
+
</details>
|
|
1793
|
+
|
|
1794
|
+
<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>
|
|
1795
|
+
<dl>
|
|
1796
|
+
<dd>
|
|
1797
|
+
|
|
1798
|
+
#### 📝 Description
|
|
1799
|
+
|
|
1800
|
+
<dl>
|
|
1801
|
+
<dd>
|
|
1802
|
+
|
|
1803
|
+
<dl>
|
|
1804
|
+
<dd>
|
|
1805
|
+
|
|
1806
|
+
Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
|
|
1807
|
+
Engine, and key-value pairs can be attached to claims via the Encounters API.
|
|
1808
|
+
|
|
1809
|
+
</dd>
|
|
1810
|
+
</dl>
|
|
1811
|
+
</dd>
|
|
1812
|
+
</dl>
|
|
1813
|
+
|
|
1814
|
+
#### 🔌 Usage
|
|
1815
|
+
|
|
1816
|
+
<dl>
|
|
1817
|
+
<dd>
|
|
1818
|
+
|
|
1819
|
+
<dl>
|
|
1820
|
+
<dd>
|
|
1821
|
+
|
|
1822
|
+
```typescript
|
|
1823
|
+
await client.customSchemas.v1.create({
|
|
1824
|
+
name: "General Medicine",
|
|
1825
|
+
description: "Values associated with a generic visit",
|
|
1826
|
+
fields: [
|
|
1827
|
+
{
|
|
1828
|
+
key: "provider_category",
|
|
1829
|
+
type: "STRING",
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
key: "is_urgent_care",
|
|
1833
|
+
type: "BOOLEAN",
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
key: "bmi",
|
|
1837
|
+
type: "DOUBLE",
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
key: "age",
|
|
1841
|
+
type: "INTEGER",
|
|
1842
|
+
},
|
|
1843
|
+
],
|
|
1844
|
+
});
|
|
1845
|
+
```
|
|
1846
|
+
|
|
1847
|
+
</dd>
|
|
1848
|
+
</dl>
|
|
1849
|
+
</dd>
|
|
1850
|
+
</dl>
|
|
1851
|
+
|
|
1852
|
+
#### ⚙️ Parameters
|
|
1853
|
+
|
|
1854
|
+
<dl>
|
|
1855
|
+
<dd>
|
|
1856
|
+
|
|
1857
|
+
<dl>
|
|
1858
|
+
<dd>
|
|
1859
|
+
|
|
1860
|
+
**request:** `CandidApi.customSchemas.v1.SchemaCreate`
|
|
1861
|
+
|
|
1862
|
+
</dd>
|
|
1863
|
+
</dl>
|
|
1864
|
+
|
|
1865
|
+
<dl>
|
|
1866
|
+
<dd>
|
|
1867
|
+
|
|
1868
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1869
|
+
|
|
1870
|
+
</dd>
|
|
1871
|
+
</dl>
|
|
1872
|
+
</dd>
|
|
1873
|
+
</dl>
|
|
1874
|
+
|
|
1875
|
+
</dd>
|
|
1876
|
+
</dl>
|
|
1877
|
+
</details>
|
|
1878
|
+
|
|
1879
|
+
<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>
|
|
1880
|
+
<dl>
|
|
1881
|
+
<dd>
|
|
1882
|
+
|
|
1883
|
+
#### 📝 Description
|
|
1884
|
+
|
|
1885
|
+
<dl>
|
|
1886
|
+
<dd>
|
|
1887
|
+
|
|
1888
|
+
<dl>
|
|
1889
|
+
<dd>
|
|
1890
|
+
|
|
1891
|
+
Update the name, description, or keys on a preexisting schema.
|
|
1892
|
+
|
|
1893
|
+
</dd>
|
|
1894
|
+
</dl>
|
|
1895
|
+
</dd>
|
|
1896
|
+
</dl>
|
|
1897
|
+
|
|
1898
|
+
#### 🔌 Usage
|
|
1899
|
+
|
|
1900
|
+
<dl>
|
|
1901
|
+
<dd>
|
|
1902
|
+
|
|
1903
|
+
<dl>
|
|
1904
|
+
<dd>
|
|
1905
|
+
|
|
1906
|
+
```typescript
|
|
1907
|
+
await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
|
|
1908
|
+
name: "General Medicine and Health",
|
|
1909
|
+
description: "Values collected during all visits",
|
|
1910
|
+
fieldsToAdd: [
|
|
1911
|
+
{
|
|
1912
|
+
key: "visit_type",
|
|
1913
|
+
type: "STRING",
|
|
1914
|
+
},
|
|
1915
|
+
],
|
|
1916
|
+
});
|
|
1917
|
+
```
|
|
1918
|
+
|
|
1919
|
+
</dd>
|
|
1920
|
+
</dl>
|
|
1921
|
+
</dd>
|
|
1922
|
+
</dl>
|
|
1923
|
+
|
|
1924
|
+
#### ⚙️ Parameters
|
|
1925
|
+
|
|
1926
|
+
<dl>
|
|
1927
|
+
<dd>
|
|
1928
|
+
|
|
1929
|
+
<dl>
|
|
1930
|
+
<dd>
|
|
1931
|
+
|
|
1932
|
+
**schemaId:** `CandidApi.SchemaId`
|
|
1933
|
+
|
|
1934
|
+
</dd>
|
|
1935
|
+
</dl>
|
|
1936
|
+
|
|
1937
|
+
<dl>
|
|
1938
|
+
<dd>
|
|
1939
|
+
|
|
1940
|
+
**request:** `CandidApi.customSchemas.v1.SchemaUpdate`
|
|
1941
|
+
|
|
1942
|
+
</dd>
|
|
1943
|
+
</dl>
|
|
1944
|
+
|
|
1945
|
+
<dl>
|
|
1946
|
+
<dd>
|
|
1947
|
+
|
|
1948
|
+
**requestOptions:** `V1.RequestOptions`
|
|
1949
|
+
|
|
1950
|
+
</dd>
|
|
1951
|
+
</dl>
|
|
1952
|
+
</dd>
|
|
1953
|
+
</dl>
|
|
1954
|
+
|
|
1955
|
+
</dd>
|
|
1956
|
+
</dl>
|
|
1957
|
+
</details>
|
|
1958
|
+
|
|
1959
|
+
## Eligibility V2
|
|
1960
|
+
|
|
1961
|
+
<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>
|
|
1962
|
+
<dl>
|
|
1963
|
+
<dd>
|
|
1964
|
+
|
|
1965
|
+
#### 📝 Description
|
|
1966
|
+
|
|
1967
|
+
<dl>
|
|
1968
|
+
<dd>
|
|
1969
|
+
|
|
1970
|
+
<dl>
|
|
1971
|
+
<dd>
|
|
1972
|
+
|
|
1973
|
+
<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).
|
|
1974
|
+
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>
|
|
1975
|
+
|
|
1976
|
+
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
1977
|
+
|
|
1978
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
1979
|
+
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
1980
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
1981
|
+
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
1982
|
+
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
1983
|
+
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
1984
|
+
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
1985
|
+
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
1986
|
+
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
1987
|
+
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
1988
|
+
|
|
1989
|
+
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
1990
|
+
|
|
1991
|
+
</dd>
|
|
1992
|
+
</dl>
|
|
1993
|
+
</dd>
|
|
1994
|
+
</dl>
|
|
1995
|
+
|
|
1996
|
+
#### 🔌 Usage
|
|
1997
|
+
|
|
1998
|
+
<dl>
|
|
1999
|
+
<dd>
|
|
2000
|
+
|
|
2001
|
+
<dl>
|
|
2002
|
+
<dd>
|
|
2003
|
+
|
|
2004
|
+
```typescript
|
|
2005
|
+
await client.eligibility.v2.submitEligibilityCheck({
|
|
2006
|
+
key: "value",
|
|
2007
|
+
});
|
|
2008
|
+
```
|
|
2009
|
+
|
|
2010
|
+
</dd>
|
|
2011
|
+
</dl>
|
|
2012
|
+
</dd>
|
|
2013
|
+
</dl>
|
|
2014
|
+
|
|
2015
|
+
#### ⚙️ Parameters
|
|
2016
|
+
|
|
2017
|
+
<dl>
|
|
2018
|
+
<dd>
|
|
2019
|
+
|
|
2020
|
+
<dl>
|
|
2021
|
+
<dd>
|
|
2022
|
+
|
|
2023
|
+
**request:** `unknown`
|
|
2024
|
+
|
|
2025
|
+
</dd>
|
|
2026
|
+
</dl>
|
|
2027
|
+
|
|
2028
|
+
<dl>
|
|
2029
|
+
<dd>
|
|
2030
|
+
|
|
2031
|
+
**requestOptions:** `V2.RequestOptions`
|
|
2032
|
+
|
|
2033
|
+
</dd>
|
|
2034
|
+
</dl>
|
|
2035
|
+
</dd>
|
|
2036
|
+
</dl>
|
|
2037
|
+
|
|
2038
|
+
</dd>
|
|
2039
|
+
</dl>
|
|
2040
|
+
</details>
|
|
2041
|
+
|
|
2042
|
+
<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>
|
|
2043
|
+
<dl>
|
|
2044
|
+
<dd>
|
|
2045
|
+
|
|
2046
|
+
#### 📝 Description
|
|
2047
|
+
|
|
2048
|
+
<dl>
|
|
2049
|
+
<dd>
|
|
2050
|
+
|
|
2051
|
+
<dl>
|
|
2052
|
+
<dd>
|
|
2053
|
+
|
|
2054
|
+
<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).
|
|
2055
|
+
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>
|
|
2056
|
+
|
|
2057
|
+
**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.**
|
|
2058
|
+
|
|
2059
|
+
**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
2060
|
|
|
1735
2061
|
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
2062
|
|
|
@@ -4358,21 +4684,135 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
4358
4684
|
<dl>
|
|
4359
4685
|
<dd>
|
|
4360
4686
|
|
|
4361
|
-
#### 📝 Description
|
|
4687
|
+
#### 📝 Description
|
|
4688
|
+
|
|
4689
|
+
<dl>
|
|
4690
|
+
<dd>
|
|
4691
|
+
|
|
4692
|
+
<dl>
|
|
4693
|
+
<dd>
|
|
4694
|
+
|
|
4695
|
+
Updates a guarantor by its `guarantor_id`.
|
|
4696
|
+
|
|
4697
|
+
</dd>
|
|
4698
|
+
</dl>
|
|
4699
|
+
</dd>
|
|
4700
|
+
</dl>
|
|
4701
|
+
|
|
4702
|
+
#### 🔌 Usage
|
|
4703
|
+
|
|
4704
|
+
<dl>
|
|
4705
|
+
<dd>
|
|
4706
|
+
|
|
4707
|
+
<dl>
|
|
4708
|
+
<dd>
|
|
4709
|
+
|
|
4710
|
+
```typescript
|
|
4711
|
+
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
4712
|
+
```
|
|
4713
|
+
|
|
4714
|
+
</dd>
|
|
4715
|
+
</dl>
|
|
4716
|
+
</dd>
|
|
4717
|
+
</dl>
|
|
4718
|
+
|
|
4719
|
+
#### ⚙️ Parameters
|
|
4720
|
+
|
|
4721
|
+
<dl>
|
|
4722
|
+
<dd>
|
|
4723
|
+
|
|
4724
|
+
<dl>
|
|
4725
|
+
<dd>
|
|
4726
|
+
|
|
4727
|
+
**guarantorId:** `CandidApi.GuarantorId`
|
|
4728
|
+
|
|
4729
|
+
</dd>
|
|
4730
|
+
</dl>
|
|
4731
|
+
|
|
4732
|
+
<dl>
|
|
4733
|
+
<dd>
|
|
4734
|
+
|
|
4735
|
+
**request:** `CandidApi.GuarantorUpdate`
|
|
4736
|
+
|
|
4737
|
+
</dd>
|
|
4738
|
+
</dl>
|
|
4739
|
+
|
|
4740
|
+
<dl>
|
|
4741
|
+
<dd>
|
|
4742
|
+
|
|
4743
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4744
|
+
|
|
4745
|
+
</dd>
|
|
4746
|
+
</dl>
|
|
4747
|
+
</dd>
|
|
4748
|
+
</dl>
|
|
4749
|
+
|
|
4750
|
+
</dd>
|
|
4751
|
+
</dl>
|
|
4752
|
+
</details>
|
|
4753
|
+
|
|
4754
|
+
## HealthCareCodeInformation V1
|
|
4755
|
+
|
|
4756
|
+
<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>
|
|
4757
|
+
<dl>
|
|
4758
|
+
<dd>
|
|
4759
|
+
|
|
4760
|
+
#### 🔌 Usage
|
|
4761
|
+
|
|
4762
|
+
<dl>
|
|
4763
|
+
<dd>
|
|
4764
|
+
|
|
4765
|
+
<dl>
|
|
4766
|
+
<dd>
|
|
4767
|
+
|
|
4768
|
+
```typescript
|
|
4769
|
+
await client.healthCareCodeInformation.v1.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
4770
|
+
```
|
|
4771
|
+
|
|
4772
|
+
</dd>
|
|
4773
|
+
</dl>
|
|
4774
|
+
</dd>
|
|
4775
|
+
</dl>
|
|
4776
|
+
|
|
4777
|
+
#### ⚙️ Parameters
|
|
4778
|
+
|
|
4779
|
+
<dl>
|
|
4780
|
+
<dd>
|
|
4781
|
+
|
|
4782
|
+
<dl>
|
|
4783
|
+
<dd>
|
|
4784
|
+
|
|
4785
|
+
**encounterId:** `CandidApi.EncounterId`
|
|
4786
|
+
|
|
4787
|
+
</dd>
|
|
4788
|
+
</dl>
|
|
4789
|
+
|
|
4790
|
+
<dl>
|
|
4791
|
+
<dd>
|
|
4792
|
+
|
|
4793
|
+
**request:** `CandidApi.HealthCareCodeInformationUpdate`
|
|
4362
4794
|
|
|
4363
|
-
|
|
4364
|
-
|
|
4795
|
+
</dd>
|
|
4796
|
+
</dl>
|
|
4365
4797
|
|
|
4366
4798
|
<dl>
|
|
4367
4799
|
<dd>
|
|
4368
4800
|
|
|
4369
|
-
|
|
4801
|
+
**requestOptions:** `V1.RequestOptions`
|
|
4370
4802
|
|
|
4371
4803
|
</dd>
|
|
4372
4804
|
</dl>
|
|
4373
4805
|
</dd>
|
|
4374
4806
|
</dl>
|
|
4375
4807
|
|
|
4808
|
+
</dd>
|
|
4809
|
+
</dl>
|
|
4810
|
+
</details>
|
|
4811
|
+
|
|
4812
|
+
<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>
|
|
4813
|
+
<dl>
|
|
4814
|
+
<dd>
|
|
4815
|
+
|
|
4376
4816
|
#### 🔌 Usage
|
|
4377
4817
|
|
|
4378
4818
|
<dl>
|
|
@@ -4382,7 +4822,9 @@ Updates a guarantor by its `guarantor_id`.
|
|
|
4382
4822
|
<dd>
|
|
4383
4823
|
|
|
4384
4824
|
```typescript
|
|
4385
|
-
await client.
|
|
4825
|
+
await client.healthCareCodeInformation.v1.getAllForEncounter(
|
|
4826
|
+
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4827
|
+
);
|
|
4386
4828
|
```
|
|
4387
4829
|
|
|
4388
4830
|
</dd>
|
|
@@ -4398,15 +4840,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
4398
4840
|
<dl>
|
|
4399
4841
|
<dd>
|
|
4400
4842
|
|
|
4401
|
-
**
|
|
4402
|
-
|
|
4403
|
-
</dd>
|
|
4404
|
-
</dl>
|
|
4405
|
-
|
|
4406
|
-
<dl>
|
|
4407
|
-
<dd>
|
|
4408
|
-
|
|
4409
|
-
**request:** `CandidApi.GuarantorUpdate`
|
|
4843
|
+
**encounterId:** `CandidApi.EncounterId`
|
|
4410
4844
|
|
|
4411
4845
|
</dd>
|
|
4412
4846
|
</dl>
|
|
@@ -6241,7 +6675,236 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6241
6675
|
<dl>
|
|
6242
6676
|
<dd>
|
|
6243
6677
|
|
|
6244
|
-
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
6678
|
+
**nonInsurancePayerRefundId:** `CandidApi.NonInsurancePayerRefundId`
|
|
6679
|
+
|
|
6680
|
+
</dd>
|
|
6681
|
+
</dl>
|
|
6682
|
+
|
|
6683
|
+
<dl>
|
|
6684
|
+
<dd>
|
|
6685
|
+
|
|
6686
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6687
|
+
|
|
6688
|
+
</dd>
|
|
6689
|
+
</dl>
|
|
6690
|
+
</dd>
|
|
6691
|
+
</dl>
|
|
6692
|
+
|
|
6693
|
+
</dd>
|
|
6694
|
+
</dl>
|
|
6695
|
+
</details>
|
|
6696
|
+
|
|
6697
|
+
## NonInsurancePayers V1
|
|
6698
|
+
|
|
6699
|
+
<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>
|
|
6700
|
+
<dl>
|
|
6701
|
+
<dd>
|
|
6702
|
+
|
|
6703
|
+
#### 🔌 Usage
|
|
6704
|
+
|
|
6705
|
+
<dl>
|
|
6706
|
+
<dd>
|
|
6707
|
+
|
|
6708
|
+
<dl>
|
|
6709
|
+
<dd>
|
|
6710
|
+
|
|
6711
|
+
```typescript
|
|
6712
|
+
await client.nonInsurancePayers.v1.create({
|
|
6713
|
+
name: "name",
|
|
6714
|
+
});
|
|
6715
|
+
```
|
|
6716
|
+
|
|
6717
|
+
</dd>
|
|
6718
|
+
</dl>
|
|
6719
|
+
</dd>
|
|
6720
|
+
</dl>
|
|
6721
|
+
|
|
6722
|
+
#### ⚙️ Parameters
|
|
6723
|
+
|
|
6724
|
+
<dl>
|
|
6725
|
+
<dd>
|
|
6726
|
+
|
|
6727
|
+
<dl>
|
|
6728
|
+
<dd>
|
|
6729
|
+
|
|
6730
|
+
**request:** `CandidApi.CreateNonInsurancePayerRequest`
|
|
6731
|
+
|
|
6732
|
+
</dd>
|
|
6733
|
+
</dl>
|
|
6734
|
+
|
|
6735
|
+
<dl>
|
|
6736
|
+
<dd>
|
|
6737
|
+
|
|
6738
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6739
|
+
|
|
6740
|
+
</dd>
|
|
6741
|
+
</dl>
|
|
6742
|
+
</dd>
|
|
6743
|
+
</dl>
|
|
6744
|
+
|
|
6745
|
+
</dd>
|
|
6746
|
+
</dl>
|
|
6747
|
+
</details>
|
|
6748
|
+
|
|
6749
|
+
<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>
|
|
6750
|
+
<dl>
|
|
6751
|
+
<dd>
|
|
6752
|
+
|
|
6753
|
+
#### 🔌 Usage
|
|
6754
|
+
|
|
6755
|
+
<dl>
|
|
6756
|
+
<dd>
|
|
6757
|
+
|
|
6758
|
+
<dl>
|
|
6759
|
+
<dd>
|
|
6760
|
+
|
|
6761
|
+
```typescript
|
|
6762
|
+
await client.nonInsurancePayers.v1.toggleEnablement(
|
|
6763
|
+
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6764
|
+
{
|
|
6765
|
+
enabled: true,
|
|
6766
|
+
},
|
|
6767
|
+
);
|
|
6768
|
+
```
|
|
6769
|
+
|
|
6770
|
+
</dd>
|
|
6771
|
+
</dl>
|
|
6772
|
+
</dd>
|
|
6773
|
+
</dl>
|
|
6774
|
+
|
|
6775
|
+
#### ⚙️ Parameters
|
|
6776
|
+
|
|
6777
|
+
<dl>
|
|
6778
|
+
<dd>
|
|
6779
|
+
|
|
6780
|
+
<dl>
|
|
6781
|
+
<dd>
|
|
6782
|
+
|
|
6783
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
6784
|
+
|
|
6785
|
+
</dd>
|
|
6786
|
+
</dl>
|
|
6787
|
+
|
|
6788
|
+
<dl>
|
|
6789
|
+
<dd>
|
|
6790
|
+
|
|
6791
|
+
**request:** `CandidApi.ToggleNonInsurancePayerEnablementRequest`
|
|
6792
|
+
|
|
6793
|
+
</dd>
|
|
6794
|
+
</dl>
|
|
6795
|
+
|
|
6796
|
+
<dl>
|
|
6797
|
+
<dd>
|
|
6798
|
+
|
|
6799
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6800
|
+
|
|
6801
|
+
</dd>
|
|
6802
|
+
</dl>
|
|
6803
|
+
</dd>
|
|
6804
|
+
</dl>
|
|
6805
|
+
|
|
6806
|
+
</dd>
|
|
6807
|
+
</dl>
|
|
6808
|
+
</details>
|
|
6809
|
+
|
|
6810
|
+
<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>
|
|
6811
|
+
<dl>
|
|
6812
|
+
<dd>
|
|
6813
|
+
|
|
6814
|
+
#### 🔌 Usage
|
|
6815
|
+
|
|
6816
|
+
<dl>
|
|
6817
|
+
<dd>
|
|
6818
|
+
|
|
6819
|
+
<dl>
|
|
6820
|
+
<dd>
|
|
6821
|
+
|
|
6822
|
+
```typescript
|
|
6823
|
+
await client.nonInsurancePayers.v1.getMulti();
|
|
6824
|
+
```
|
|
6825
|
+
|
|
6826
|
+
</dd>
|
|
6827
|
+
</dl>
|
|
6828
|
+
</dd>
|
|
6829
|
+
</dl>
|
|
6830
|
+
|
|
6831
|
+
#### ⚙️ Parameters
|
|
6832
|
+
|
|
6833
|
+
<dl>
|
|
6834
|
+
<dd>
|
|
6835
|
+
|
|
6836
|
+
<dl>
|
|
6837
|
+
<dd>
|
|
6838
|
+
|
|
6839
|
+
**request:** `CandidApi.nonInsurancePayers.v1.GetMultiNonInsurancePayersRequest`
|
|
6840
|
+
|
|
6841
|
+
</dd>
|
|
6842
|
+
</dl>
|
|
6843
|
+
|
|
6844
|
+
<dl>
|
|
6845
|
+
<dd>
|
|
6846
|
+
|
|
6847
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6848
|
+
|
|
6849
|
+
</dd>
|
|
6850
|
+
</dl>
|
|
6851
|
+
</dd>
|
|
6852
|
+
</dl>
|
|
6853
|
+
|
|
6854
|
+
</dd>
|
|
6855
|
+
</dl>
|
|
6856
|
+
</details>
|
|
6857
|
+
|
|
6858
|
+
<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>
|
|
6859
|
+
<dl>
|
|
6860
|
+
<dd>
|
|
6861
|
+
|
|
6862
|
+
#### 📝 Description
|
|
6863
|
+
|
|
6864
|
+
<dl>
|
|
6865
|
+
<dd>
|
|
6866
|
+
|
|
6867
|
+
<dl>
|
|
6868
|
+
<dd>
|
|
6869
|
+
|
|
6870
|
+
Returns a paginated list of all non-insurance payer categories.
|
|
6871
|
+
|
|
6872
|
+
Non-insurance payer categories are simply strings and are not stored as a
|
|
6873
|
+
separate object in Candid. They are created when added to at least one
|
|
6874
|
+
non-insurance payer's `category` field and are deleted when there are no
|
|
6875
|
+
longer any non-insurance payers that contain them.
|
|
6876
|
+
|
|
6877
|
+
</dd>
|
|
6878
|
+
</dl>
|
|
6879
|
+
</dd>
|
|
6880
|
+
</dl>
|
|
6881
|
+
|
|
6882
|
+
#### 🔌 Usage
|
|
6883
|
+
|
|
6884
|
+
<dl>
|
|
6885
|
+
<dd>
|
|
6886
|
+
|
|
6887
|
+
<dl>
|
|
6888
|
+
<dd>
|
|
6889
|
+
|
|
6890
|
+
```typescript
|
|
6891
|
+
await client.nonInsurancePayers.v1.getCategories();
|
|
6892
|
+
```
|
|
6893
|
+
|
|
6894
|
+
</dd>
|
|
6895
|
+
</dl>
|
|
6896
|
+
</dd>
|
|
6897
|
+
</dl>
|
|
6898
|
+
|
|
6899
|
+
#### ⚙️ Parameters
|
|
6900
|
+
|
|
6901
|
+
<dl>
|
|
6902
|
+
<dd>
|
|
6903
|
+
|
|
6904
|
+
<dl>
|
|
6905
|
+
<dd>
|
|
6906
|
+
|
|
6907
|
+
**request:** `CandidApi.nonInsurancePayers.v1.GetNonInsurancePayersCategoriesRequest`
|
|
6245
6908
|
|
|
6246
6909
|
</dd>
|
|
6247
6910
|
</dl>
|
|
@@ -6260,9 +6923,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6260
6923
|
</dl>
|
|
6261
6924
|
</details>
|
|
6262
6925
|
|
|
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>
|
|
6926
|
+
<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
6927
|
<dl>
|
|
6267
6928
|
<dd>
|
|
6268
6929
|
|
|
@@ -6275,9 +6936,7 @@ await client.nonInsurancePayerRefunds.v1.delete(
|
|
|
6275
6936
|
<dd>
|
|
6276
6937
|
|
|
6277
6938
|
```typescript
|
|
6278
|
-
await client.nonInsurancePayers.v1.
|
|
6279
|
-
name: "name",
|
|
6280
|
-
});
|
|
6939
|
+
await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6281
6940
|
```
|
|
6282
6941
|
|
|
6283
6942
|
</dd>
|
|
@@ -6293,7 +6952,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6293
6952
|
<dl>
|
|
6294
6953
|
<dd>
|
|
6295
6954
|
|
|
6296
|
-
**
|
|
6955
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
6297
6956
|
|
|
6298
6957
|
</dd>
|
|
6299
6958
|
</dl>
|
|
@@ -6312,7 +6971,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6312
6971
|
</dl>
|
|
6313
6972
|
</details>
|
|
6314
6973
|
|
|
6315
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">
|
|
6974
|
+
<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
6975
|
<dl>
|
|
6317
6976
|
<dd>
|
|
6318
6977
|
|
|
@@ -6325,12 +6984,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
6325
6984
|
<dd>
|
|
6326
6985
|
|
|
6327
6986
|
```typescript
|
|
6328
|
-
await client.nonInsurancePayers.v1.
|
|
6329
|
-
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6330
|
-
{
|
|
6331
|
-
enabled: true,
|
|
6332
|
-
},
|
|
6333
|
-
);
|
|
6987
|
+
await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
6334
6988
|
```
|
|
6335
6989
|
|
|
6336
6990
|
</dd>
|
|
@@ -6354,7 +7008,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6354
7008
|
<dl>
|
|
6355
7009
|
<dd>
|
|
6356
7010
|
|
|
6357
|
-
**request:** `CandidApi.
|
|
7011
|
+
**request:** `CandidApi.NonInsurancePayerUpdateRequest`
|
|
6358
7012
|
|
|
6359
7013
|
</dd>
|
|
6360
7014
|
</dl>
|
|
@@ -6373,7 +7027,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6373
7027
|
</dl>
|
|
6374
7028
|
</details>
|
|
6375
7029
|
|
|
6376
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">
|
|
7030
|
+
<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
7031
|
<dl>
|
|
6378
7032
|
<dd>
|
|
6379
7033
|
|
|
@@ -6386,7 +7040,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
6386
7040
|
<dd>
|
|
6387
7041
|
|
|
6388
7042
|
```typescript
|
|
6389
|
-
await client.nonInsurancePayers.v1.
|
|
7043
|
+
await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6390
7044
|
```
|
|
6391
7045
|
|
|
6392
7046
|
</dd>
|
|
@@ -6402,7 +7056,7 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
6402
7056
|
<dl>
|
|
6403
7057
|
<dd>
|
|
6404
7058
|
|
|
6405
|
-
**
|
|
7059
|
+
**nonInsurancePayerId:** `CandidApi.NonInsurancePayerId`
|
|
6406
7060
|
|
|
6407
7061
|
</dd>
|
|
6408
7062
|
</dl>
|
|
@@ -6421,30 +7075,12 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
6421
7075
|
</dl>
|
|
6422
7076
|
</details>
|
|
6423
7077
|
|
|
6424
|
-
|
|
6425
|
-
<dl>
|
|
6426
|
-
<dd>
|
|
6427
|
-
|
|
6428
|
-
#### 📝 Description
|
|
6429
|
-
|
|
6430
|
-
<dl>
|
|
6431
|
-
<dd>
|
|
7078
|
+
## OrganizationProviders V3
|
|
6432
7079
|
|
|
7080
|
+
<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
7081
|
<dl>
|
|
6434
7082
|
<dd>
|
|
6435
7083
|
|
|
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
7084
|
#### 🔌 Usage
|
|
6449
7085
|
|
|
6450
7086
|
<dl>
|
|
@@ -6454,7 +7090,7 @@ longer any non-insurance payers that contain them.
|
|
|
6454
7090
|
<dd>
|
|
6455
7091
|
|
|
6456
7092
|
```typescript
|
|
6457
|
-
await client.
|
|
7093
|
+
await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A563A-0285-4910-9569-E3739C0F6EAB"));
|
|
6458
7094
|
```
|
|
6459
7095
|
|
|
6460
7096
|
</dd>
|
|
@@ -6470,7 +7106,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6470
7106
|
<dl>
|
|
6471
7107
|
<dd>
|
|
6472
7108
|
|
|
6473
|
-
**
|
|
7109
|
+
**organizationProviderId:** `CandidApi.OrganizationProviderId`
|
|
6474
7110
|
|
|
6475
7111
|
</dd>
|
|
6476
7112
|
</dl>
|
|
@@ -6478,7 +7114,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6478
7114
|
<dl>
|
|
6479
7115
|
<dd>
|
|
6480
7116
|
|
|
6481
|
-
**requestOptions:** `
|
|
7117
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6482
7118
|
|
|
6483
7119
|
</dd>
|
|
6484
7120
|
</dl>
|
|
@@ -6489,7 +7125,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6489
7125
|
</dl>
|
|
6490
7126
|
</details>
|
|
6491
7127
|
|
|
6492
|
-
<details><summary><code>client.
|
|
7128
|
+
<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
7129
|
<dl>
|
|
6494
7130
|
<dd>
|
|
6495
7131
|
|
|
@@ -6502,7 +7138,15 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
6502
7138
|
<dd>
|
|
6503
7139
|
|
|
6504
7140
|
```typescript
|
|
6505
|
-
await client.
|
|
7141
|
+
await client.organizationProviders.v3.getMulti({
|
|
7142
|
+
limit: 100,
|
|
7143
|
+
searchTerm: "john",
|
|
7144
|
+
npi: "1234567890",
|
|
7145
|
+
isRendering: true,
|
|
7146
|
+
isBilling: true,
|
|
7147
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
7148
|
+
sort: "provider_name:asc",
|
|
7149
|
+
});
|
|
6506
7150
|
```
|
|
6507
7151
|
|
|
6508
7152
|
</dd>
|
|
@@ -6518,7 +7162,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6518
7162
|
<dl>
|
|
6519
7163
|
<dd>
|
|
6520
7164
|
|
|
6521
|
-
**
|
|
7165
|
+
**request:** `CandidApi.organizationProviders.v3.GetAllOrganizationProvidersRequestV2`
|
|
6522
7166
|
|
|
6523
7167
|
</dd>
|
|
6524
7168
|
</dl>
|
|
@@ -6526,7 +7170,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6526
7170
|
<dl>
|
|
6527
7171
|
<dd>
|
|
6528
7172
|
|
|
6529
|
-
**requestOptions:** `
|
|
7173
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6530
7174
|
|
|
6531
7175
|
</dd>
|
|
6532
7176
|
</dl>
|
|
@@ -6537,7 +7181,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6537
7181
|
</dl>
|
|
6538
7182
|
</details>
|
|
6539
7183
|
|
|
6540
|
-
<details><summary><code>client.
|
|
7184
|
+
<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
7185
|
<dl>
|
|
6542
7186
|
<dd>
|
|
6543
7187
|
|
|
@@ -6550,7 +7194,31 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
6550
7194
|
<dd>
|
|
6551
7195
|
|
|
6552
7196
|
```typescript
|
|
6553
|
-
await client.
|
|
7197
|
+
await client.organizationProviders.v3.create({
|
|
7198
|
+
npi: "npi",
|
|
7199
|
+
isRendering: true,
|
|
7200
|
+
isBilling: true,
|
|
7201
|
+
providerType: "INDIVIDUAL",
|
|
7202
|
+
licenseType: "MD",
|
|
7203
|
+
qualifications: [
|
|
7204
|
+
{
|
|
7205
|
+
identifierCode: "MCR",
|
|
7206
|
+
identifierValue: {
|
|
7207
|
+
type: "medicare_provider_identifier",
|
|
7208
|
+
state: "AA",
|
|
7209
|
+
providerNumber: "provider_number",
|
|
7210
|
+
},
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
identifierCode: "MCR",
|
|
7214
|
+
identifierValue: {
|
|
7215
|
+
type: "medicare_provider_identifier",
|
|
7216
|
+
state: "AA",
|
|
7217
|
+
providerNumber: "provider_number",
|
|
7218
|
+
},
|
|
7219
|
+
},
|
|
7220
|
+
],
|
|
7221
|
+
});
|
|
6554
7222
|
```
|
|
6555
7223
|
|
|
6556
7224
|
</dd>
|
|
@@ -6566,15 +7234,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6566
7234
|
<dl>
|
|
6567
7235
|
<dd>
|
|
6568
7236
|
|
|
6569
|
-
**
|
|
6570
|
-
|
|
6571
|
-
</dd>
|
|
6572
|
-
</dl>
|
|
6573
|
-
|
|
6574
|
-
<dl>
|
|
6575
|
-
<dd>
|
|
6576
|
-
|
|
6577
|
-
**request:** `CandidApi.NonInsurancePayerUpdateRequest`
|
|
7237
|
+
**request:** `CandidApi.OrganizationProviderCreateV2`
|
|
6578
7238
|
|
|
6579
7239
|
</dd>
|
|
6580
7240
|
</dl>
|
|
@@ -6582,7 +7242,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6582
7242
|
<dl>
|
|
6583
7243
|
<dd>
|
|
6584
7244
|
|
|
6585
|
-
**requestOptions:** `
|
|
7245
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6586
7246
|
|
|
6587
7247
|
</dd>
|
|
6588
7248
|
</dl>
|
|
@@ -6593,7 +7253,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6593
7253
|
</dl>
|
|
6594
7254
|
</details>
|
|
6595
7255
|
|
|
6596
|
-
<details><summary><code>client.
|
|
7256
|
+
<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
7257
|
<dl>
|
|
6598
7258
|
<dd>
|
|
6599
7259
|
|
|
@@ -6606,7 +7266,10 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6606
7266
|
<dd>
|
|
6607
7267
|
|
|
6608
7268
|
```typescript
|
|
6609
|
-
await client.
|
|
7269
|
+
await client.organizationProviders.v3.update(
|
|
7270
|
+
CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7271
|
+
{},
|
|
7272
|
+
);
|
|
6610
7273
|
```
|
|
6611
7274
|
|
|
6612
7275
|
</dd>
|
|
@@ -6622,7 +7285,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6622
7285
|
<dl>
|
|
6623
7286
|
<dd>
|
|
6624
7287
|
|
|
6625
|
-
**
|
|
7288
|
+
**organizationProviderId:** `CandidApi.OrganizationProviderId`
|
|
6626
7289
|
|
|
6627
7290
|
</dd>
|
|
6628
7291
|
</dl>
|
|
@@ -6630,7 +7293,15 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
6630
7293
|
<dl>
|
|
6631
7294
|
<dd>
|
|
6632
7295
|
|
|
6633
|
-
**
|
|
7296
|
+
**request:** `CandidApi.OrganizationProviderUpdateV2`
|
|
7297
|
+
|
|
7298
|
+
</dd>
|
|
7299
|
+
</dl>
|
|
7300
|
+
|
|
7301
|
+
<dl>
|
|
7302
|
+
<dd>
|
|
7303
|
+
|
|
7304
|
+
**requestOptions:** `V3.RequestOptions`
|
|
6634
7305
|
|
|
6635
7306
|
</dd>
|
|
6636
7307
|
</dl>
|
|
@@ -6938,30 +7609,13 @@ await client.organizationServiceFacilities.v2.delete(
|
|
|
6938
7609
|
</dl>
|
|
6939
7610
|
</details>
|
|
6940
7611
|
|
|
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>
|
|
7612
|
+
## PatientAr V1
|
|
6951
7613
|
|
|
7614
|
+
<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>
|
|
6952
7615
|
<dl>
|
|
6953
7616
|
<dd>
|
|
6954
7617
|
|
|
6955
|
-
|
|
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
|
|
7618
|
+
#### 📝 Description
|
|
6965
7619
|
|
|
6966
7620
|
<dl>
|
|
6967
7621
|
<dd>
|
|
@@ -6969,29 +7623,16 @@ await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A
|
|
|
6969
7623
|
<dl>
|
|
6970
7624
|
<dd>
|
|
6971
7625
|
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
</dd>
|
|
6975
|
-
</dl>
|
|
6976
|
-
|
|
6977
|
-
<dl>
|
|
6978
|
-
<dd>
|
|
7626
|
+
NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
|
|
6979
7627
|
|
|
6980
|
-
|
|
7628
|
+
Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim.
|
|
7629
|
+
The response is paginated, and the `page_token` can be used to retrieve subsequent pages. Initial requests should not include `page_token`.
|
|
6981
7630
|
|
|
6982
7631
|
</dd>
|
|
6983
7632
|
</dl>
|
|
6984
7633
|
</dd>
|
|
6985
7634
|
</dl>
|
|
6986
7635
|
|
|
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
7636
|
#### 🔌 Usage
|
|
6996
7637
|
|
|
6997
7638
|
<dl>
|
|
@@ -7001,15 +7642,7 @@ await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A
|
|
|
7001
7642
|
<dd>
|
|
7002
7643
|
|
|
7003
7644
|
```typescript
|
|
7004
|
-
await client.
|
|
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
|
-
});
|
|
7645
|
+
await client.patientAr.v1.listInventory();
|
|
7013
7646
|
```
|
|
7014
7647
|
|
|
7015
7648
|
</dd>
|
|
@@ -7025,7 +7658,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7025
7658
|
<dl>
|
|
7026
7659
|
<dd>
|
|
7027
7660
|
|
|
7028
|
-
**request:** `CandidApi.
|
|
7661
|
+
**request:** `CandidApi.patientAr.v1.GetInventoryRecordsRequest`
|
|
7029
7662
|
|
|
7030
7663
|
</dd>
|
|
7031
7664
|
</dl>
|
|
@@ -7033,7 +7666,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7033
7666
|
<dl>
|
|
7034
7667
|
<dd>
|
|
7035
7668
|
|
|
7036
|
-
**requestOptions:** `
|
|
7669
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7037
7670
|
|
|
7038
7671
|
</dd>
|
|
7039
7672
|
</dl>
|
|
@@ -7044,52 +7677,11 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7044
7677
|
</dl>
|
|
7045
7678
|
</details>
|
|
7046
7679
|
|
|
7047
|
-
<details><summary><code>client.
|
|
7048
|
-
<dl>
|
|
7049
|
-
<dd>
|
|
7050
|
-
|
|
7051
|
-
#### 🔌 Usage
|
|
7052
|
-
|
|
7053
|
-
<dl>
|
|
7054
|
-
<dd>
|
|
7055
|
-
|
|
7680
|
+
<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>
|
|
7056
7681
|
<dl>
|
|
7057
7682
|
<dd>
|
|
7058
7683
|
|
|
7059
|
-
|
|
7060
|
-
await client.organizationProviders.v3.create({
|
|
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
|
-
});
|
|
7085
|
-
```
|
|
7086
|
-
|
|
7087
|
-
</dd>
|
|
7088
|
-
</dl>
|
|
7089
|
-
</dd>
|
|
7090
|
-
</dl>
|
|
7091
|
-
|
|
7092
|
-
#### ⚙️ Parameters
|
|
7684
|
+
#### 📝 Description
|
|
7093
7685
|
|
|
7094
7686
|
<dl>
|
|
7095
7687
|
<dd>
|
|
@@ -7097,29 +7689,15 @@ await client.organizationProviders.v3.create({
|
|
|
7097
7689
|
<dl>
|
|
7098
7690
|
<dd>
|
|
7099
7691
|
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
</dd>
|
|
7103
|
-
</dl>
|
|
7104
|
-
|
|
7105
|
-
<dl>
|
|
7106
|
-
<dd>
|
|
7692
|
+
NOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
|
|
7107
7693
|
|
|
7108
|
-
|
|
7694
|
+
Provides detailed itemization of invoice data for a specific claim.
|
|
7109
7695
|
|
|
7110
7696
|
</dd>
|
|
7111
7697
|
</dl>
|
|
7112
7698
|
</dd>
|
|
7113
7699
|
</dl>
|
|
7114
7700
|
|
|
7115
|
-
</dd>
|
|
7116
|
-
</dl>
|
|
7117
|
-
</details>
|
|
7118
|
-
|
|
7119
|
-
<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>
|
|
7120
|
-
<dl>
|
|
7121
|
-
<dd>
|
|
7122
|
-
|
|
7123
7701
|
#### 🔌 Usage
|
|
7124
7702
|
|
|
7125
7703
|
<dl>
|
|
@@ -7129,10 +7707,7 @@ await client.organizationProviders.v3.create({
|
|
|
7129
7707
|
<dd>
|
|
7130
7708
|
|
|
7131
7709
|
```typescript
|
|
7132
|
-
await client.
|
|
7133
|
-
CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7134
|
-
{},
|
|
7135
|
-
);
|
|
7710
|
+
await client.patientAr.v1.itemize(CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
7136
7711
|
```
|
|
7137
7712
|
|
|
7138
7713
|
</dd>
|
|
@@ -7148,15 +7723,7 @@ await client.organizationProviders.v3.update(
|
|
|
7148
7723
|
<dl>
|
|
7149
7724
|
<dd>
|
|
7150
7725
|
|
|
7151
|
-
**
|
|
7152
|
-
|
|
7153
|
-
</dd>
|
|
7154
|
-
</dl>
|
|
7155
|
-
|
|
7156
|
-
<dl>
|
|
7157
|
-
<dd>
|
|
7158
|
-
|
|
7159
|
-
**request:** `CandidApi.OrganizationProviderUpdateV2`
|
|
7726
|
+
**claimId:** `CandidApi.ClaimId`
|
|
7160
7727
|
|
|
7161
7728
|
</dd>
|
|
7162
7729
|
</dl>
|
|
@@ -7164,7 +7731,7 @@ await client.organizationProviders.v3.update(
|
|
|
7164
7731
|
<dl>
|
|
7165
7732
|
<dd>
|
|
7166
7733
|
|
|
7167
|
-
**requestOptions:** `
|
|
7734
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7168
7735
|
|
|
7169
7736
|
</dd>
|
|
7170
7737
|
</dl>
|