candidhealth 0.39.6 → 0.39.7
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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- 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/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.d.ts +3 -0
- package/api/resources/feeSchedules/resources/v3/client/Client.js +31 -12
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +2 -0
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -0
- package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -0
- package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -1
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
- package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
- package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +7 -1
- package/api/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
- package/api/resources/feeSchedules/resources/v3/types/index.js +2 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- 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 +6 -6
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +5 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- 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/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/client/Client.d.ts +3 -0
- package/api/resources/preEncounter/client/Client.js +13 -8
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +20 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +89 -8
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +27 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
- package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/common/types/index.js +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +21 -16
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +87 -24
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +62 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +136 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +37 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +11 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
- package/api/resources/preEncounter/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/index.js +2 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +36 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +84 -16
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +8 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -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/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- 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/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.d.ts +3 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +31 -12
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +2 -0
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +12 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +8 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +5 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +7 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
- package/dist/api/resources/feeSchedules/resources/v3/types/index.js +2 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- 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 +6 -6
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +5 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- 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/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/client/Client.d.ts +3 -0
- package/dist/api/resources/preEncounter/client/Client.js +13 -8
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +20 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +89 -8
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +68 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +27 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +21 -16
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +87 -24
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +68 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +30 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +62 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +136 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +37 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +57 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
- package/dist/api/resources/preEncounter/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +36 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +84 -16
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +79 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +8 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -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/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +8 -1
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +3 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
- package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +2 -0
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +50 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -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/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +330 -19
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +15 -0
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +46 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +14 -0
- package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +45 -0
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +8 -1
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +3 -0
- package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +2 -0
- package/serialization/resources/feeSchedules/resources/v3/types/index.js +2 -0
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +4 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +71 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +49 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +47 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +46 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +45 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +71 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +18 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +49 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +47 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +51 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +46 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +4 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/index.js +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/index.js +37 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +50 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +50 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +8 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +48 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +43 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +25 -0
- package/serialization/resources/preEncounter/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/index.js +2 -1
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +77 -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/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.MutablePatient = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../../../../../core"));
|
|
41
41
|
const HumanName_1 = require("../../../../common/types/HumanName");
|
|
42
|
+
const ExternalIdentifier_1 = require("../../../../common/types/ExternalIdentifier");
|
|
42
43
|
const Gender_1 = require("../../../../common/types/Gender");
|
|
43
44
|
const Sex_1 = require("../../../../common/types/Sex");
|
|
44
45
|
const SexualOrientation_1 = require("../../../../common/types/SexualOrientation");
|
|
@@ -63,6 +64,7 @@ const TagId_1 = require("../../../../common/types/TagId");
|
|
|
63
64
|
exports.MutablePatient = core.serialization.object({
|
|
64
65
|
name: HumanName_1.HumanName,
|
|
65
66
|
otherNames: core.serialization.property("other_names", core.serialization.list(HumanName_1.HumanName)),
|
|
67
|
+
otherIdentifiers: core.serialization.property("other_identifiers", core.serialization.list(ExternalIdentifier_1.ExternalIdentifier).optional()),
|
|
66
68
|
gender: Gender_1.Gender.optional(),
|
|
67
69
|
birthDate: core.serialization.property("birth_date", core.serialization.string()),
|
|
68
70
|
socialSecurityNumber: core.serialization.property("social_security_number", core.serialization.string().optional()),
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.39.
|
|
1
|
+
export declare const SDK_VERSION = "0.39.7";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -4056,6 +4056,7 @@ await client.feeSchedules.v3.getMulti({
|
|
|
4056
4056
|
licenseTypes: "MD",
|
|
4057
4057
|
facilityTypeCodes: "01",
|
|
4058
4058
|
networkTypes: "12",
|
|
4059
|
+
payerPlanGroupIds: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4059
4060
|
cptCode: "string",
|
|
4060
4061
|
modifiers: "22",
|
|
4061
4062
|
});
|
|
@@ -4132,6 +4133,7 @@ await client.feeSchedules.v3.getUniqueValuesForDimension({
|
|
|
4132
4133
|
licenseTypes: "MD",
|
|
4133
4134
|
facilityTypeCodes: "01",
|
|
4134
4135
|
networkTypes: "12",
|
|
4136
|
+
payerPlanGroupIds: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4135
4137
|
cptCode: "string",
|
|
4136
4138
|
modifiers: "22",
|
|
4137
4139
|
});
|
|
@@ -4273,6 +4275,7 @@ await client.feeSchedules.v3.uploadFeeSchedule({
|
|
|
4273
4275
|
licenseTypes: new Set(["MD"]),
|
|
4274
4276
|
facilityTypeCodes: new Set(["01"]),
|
|
4275
4277
|
networkTypes: new Set(["12"]),
|
|
4278
|
+
payerPlanGroupIds: new Set([CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]),
|
|
4276
4279
|
cptCode: "string",
|
|
4277
4280
|
modifiers: new Set(["22"]),
|
|
4278
4281
|
},
|
|
@@ -9487,6 +9490,7 @@ await client.preEncounter.appointments.v1.create({
|
|
|
9487
9490
|
addresses: [],
|
|
9488
9491
|
period: {},
|
|
9489
9492
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
9493
|
+
fax: "string",
|
|
9490
9494
|
},
|
|
9491
9495
|
estimatedCopayCents: 1,
|
|
9492
9496
|
estimatedPatientResponsibilityCents: 1,
|
|
@@ -9531,6 +9535,75 @@ await client.preEncounter.appointments.v1.create({
|
|
|
9531
9535
|
</dl>
|
|
9532
9536
|
</details>
|
|
9533
9537
|
|
|
9538
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getVisits</a>({ ...params }) -> core.APIResponse<CandidApi.VisitsPage, CandidApi.preEncounter.appointments.v1.getVisits.Error></code></summary>
|
|
9539
|
+
<dl>
|
|
9540
|
+
<dd>
|
|
9541
|
+
|
|
9542
|
+
#### 📝 Description
|
|
9543
|
+
|
|
9544
|
+
<dl>
|
|
9545
|
+
<dd>
|
|
9546
|
+
|
|
9547
|
+
<dl>
|
|
9548
|
+
<dd>
|
|
9549
|
+
|
|
9550
|
+
Gets all Visits within a given time range. The return list is ordered by start_time ascending.
|
|
9551
|
+
|
|
9552
|
+
</dd>
|
|
9553
|
+
</dl>
|
|
9554
|
+
</dd>
|
|
9555
|
+
</dl>
|
|
9556
|
+
|
|
9557
|
+
#### 🔌 Usage
|
|
9558
|
+
|
|
9559
|
+
<dl>
|
|
9560
|
+
<dd>
|
|
9561
|
+
|
|
9562
|
+
<dl>
|
|
9563
|
+
<dd>
|
|
9564
|
+
|
|
9565
|
+
```typescript
|
|
9566
|
+
await client.preEncounter.appointments.v1.getVisits({
|
|
9567
|
+
pageToken: CandidApi.PageToken("string"),
|
|
9568
|
+
limit: 1,
|
|
9569
|
+
sortField: CandidApi.SortFieldString("string"),
|
|
9570
|
+
sortDirection: "asc",
|
|
9571
|
+
filters: CandidApi.FilterQueryString("string"),
|
|
9572
|
+
});
|
|
9573
|
+
```
|
|
9574
|
+
|
|
9575
|
+
</dd>
|
|
9576
|
+
</dl>
|
|
9577
|
+
</dd>
|
|
9578
|
+
</dl>
|
|
9579
|
+
|
|
9580
|
+
#### ⚙️ Parameters
|
|
9581
|
+
|
|
9582
|
+
<dl>
|
|
9583
|
+
<dd>
|
|
9584
|
+
|
|
9585
|
+
<dl>
|
|
9586
|
+
<dd>
|
|
9587
|
+
|
|
9588
|
+
**request:** `CandidApi.preEncounter.appointments.v1.VisitsRequest`
|
|
9589
|
+
|
|
9590
|
+
</dd>
|
|
9591
|
+
</dl>
|
|
9592
|
+
|
|
9593
|
+
<dl>
|
|
9594
|
+
<dd>
|
|
9595
|
+
|
|
9596
|
+
**requestOptions:** `V1.RequestOptions`
|
|
9597
|
+
|
|
9598
|
+
</dd>
|
|
9599
|
+
</dl>
|
|
9600
|
+
</dd>
|
|
9601
|
+
</dl>
|
|
9602
|
+
|
|
9603
|
+
</dd>
|
|
9604
|
+
</dl>
|
|
9605
|
+
</details>
|
|
9606
|
+
|
|
9534
9607
|
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
|
|
9535
9608
|
<dl>
|
|
9536
9609
|
<dd>
|
|
@@ -9715,6 +9788,7 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
|
|
|
9715
9788
|
addresses: [],
|
|
9716
9789
|
period: {},
|
|
9717
9790
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
9791
|
+
fax: "string",
|
|
9718
9792
|
},
|
|
9719
9793
|
estimatedCopayCents: 1,
|
|
9720
9794
|
estimatedPatientResponsibilityCents: 1,
|
|
@@ -9975,17 +10049,10 @@ await client.preEncounter.coverages.v1.create({
|
|
|
9975
10049
|
type: "01",
|
|
9976
10050
|
period: {},
|
|
9977
10051
|
insuranceCardImageLocator: "string",
|
|
10052
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9978
10053
|
},
|
|
9979
10054
|
verified: true,
|
|
9980
|
-
eligibilityChecks: [
|
|
9981
|
-
{
|
|
9982
|
-
checkId: "string",
|
|
9983
|
-
serviceCode: "1",
|
|
9984
|
-
status: "COMPLETED",
|
|
9985
|
-
initiatedBy: CandidApi.UserId("string"),
|
|
9986
|
-
initiatedAt: "2024-01-15T09:30:00Z",
|
|
9987
|
-
},
|
|
9988
|
-
],
|
|
10055
|
+
eligibilityChecks: [],
|
|
9989
10056
|
latestEligibilityCheck: {
|
|
9990
10057
|
checkId: "string",
|
|
9991
10058
|
status: "ACTIVE",
|
|
@@ -10089,17 +10156,10 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10089
10156
|
type: "01",
|
|
10090
10157
|
period: {},
|
|
10091
10158
|
insuranceCardImageLocator: "string",
|
|
10159
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
10092
10160
|
},
|
|
10093
10161
|
verified: true,
|
|
10094
|
-
eligibilityChecks: [
|
|
10095
|
-
{
|
|
10096
|
-
checkId: "string",
|
|
10097
|
-
serviceCode: "1",
|
|
10098
|
-
status: "COMPLETED",
|
|
10099
|
-
initiatedBy: CandidApi.UserId("string"),
|
|
10100
|
-
initiatedAt: "2024-01-15T09:30:00Z",
|
|
10101
|
-
},
|
|
10102
|
-
],
|
|
10162
|
+
eligibilityChecks: [],
|
|
10103
10163
|
latestEligibilityCheck: {
|
|
10104
10164
|
checkId: "string",
|
|
10105
10165
|
status: "ACTIVE",
|
|
@@ -10157,6 +10217,74 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10157
10217
|
</dl>
|
|
10158
10218
|
</details>
|
|
10159
10219
|
|
|
10220
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMultiPaginated</a>({ ...params }) -> core.APIResponse<CandidApi.CoveragesPage, CandidApi.preEncounter.coverages.v1.getMultiPaginated.Error></code></summary>
|
|
10221
|
+
<dl>
|
|
10222
|
+
<dd>
|
|
10223
|
+
|
|
10224
|
+
#### 📝 Description
|
|
10225
|
+
|
|
10226
|
+
<dl>
|
|
10227
|
+
<dd>
|
|
10228
|
+
|
|
10229
|
+
<dl>
|
|
10230
|
+
<dd>
|
|
10231
|
+
|
|
10232
|
+
Returns a page of Coverages based on the search criteria.
|
|
10233
|
+
|
|
10234
|
+
</dd>
|
|
10235
|
+
</dl>
|
|
10236
|
+
</dd>
|
|
10237
|
+
</dl>
|
|
10238
|
+
|
|
10239
|
+
#### 🔌 Usage
|
|
10240
|
+
|
|
10241
|
+
<dl>
|
|
10242
|
+
<dd>
|
|
10243
|
+
|
|
10244
|
+
<dl>
|
|
10245
|
+
<dd>
|
|
10246
|
+
|
|
10247
|
+
```typescript
|
|
10248
|
+
await client.preEncounter.coverages.v1.getMultiPaginated({
|
|
10249
|
+
patientId: "string",
|
|
10250
|
+
payerPlanGroupId: "string",
|
|
10251
|
+
pageToken: CandidApi.PageToken("string"),
|
|
10252
|
+
limit: 1,
|
|
10253
|
+
});
|
|
10254
|
+
```
|
|
10255
|
+
|
|
10256
|
+
</dd>
|
|
10257
|
+
</dl>
|
|
10258
|
+
</dd>
|
|
10259
|
+
</dl>
|
|
10260
|
+
|
|
10261
|
+
#### ⚙️ Parameters
|
|
10262
|
+
|
|
10263
|
+
<dl>
|
|
10264
|
+
<dd>
|
|
10265
|
+
|
|
10266
|
+
<dl>
|
|
10267
|
+
<dd>
|
|
10268
|
+
|
|
10269
|
+
**request:** `CandidApi.preEncounter.coverages.v1.CoverageGetMultiPaginatedRequest`
|
|
10270
|
+
|
|
10271
|
+
</dd>
|
|
10272
|
+
</dl>
|
|
10273
|
+
|
|
10274
|
+
<dl>
|
|
10275
|
+
<dd>
|
|
10276
|
+
|
|
10277
|
+
**requestOptions:** `V1.RequestOptions`
|
|
10278
|
+
|
|
10279
|
+
</dd>
|
|
10280
|
+
</dl>
|
|
10281
|
+
</dd>
|
|
10282
|
+
</dl>
|
|
10283
|
+
|
|
10284
|
+
</dd>
|
|
10285
|
+
</dl>
|
|
10286
|
+
</details>
|
|
10287
|
+
|
|
10160
10288
|
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.get.Error></code></summary>
|
|
10161
10289
|
<dl>
|
|
10162
10290
|
<dd>
|
|
@@ -10562,6 +10690,94 @@ await client.preEncounter.coverages.v1.getEligibility(
|
|
|
10562
10690
|
</dl>
|
|
10563
10691
|
</details>
|
|
10564
10692
|
|
|
10693
|
+
## PreEncounter EligibilityChecks V1
|
|
10694
|
+
|
|
10695
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">post</a>({ ...params }) -> core.APIResponse<CandidApi.EligibilityResponse, CandidApi.preEncounter.eligibilityChecks.v1.post.Error></code></summary>
|
|
10696
|
+
<dl>
|
|
10697
|
+
<dd>
|
|
10698
|
+
|
|
10699
|
+
#### 📝 Description
|
|
10700
|
+
|
|
10701
|
+
<dl>
|
|
10702
|
+
<dd>
|
|
10703
|
+
|
|
10704
|
+
<dl>
|
|
10705
|
+
<dd>
|
|
10706
|
+
|
|
10707
|
+
Sends real-time eligibility checks to payers through Stedi.
|
|
10708
|
+
|
|
10709
|
+
</dd>
|
|
10710
|
+
</dl>
|
|
10711
|
+
</dd>
|
|
10712
|
+
</dl>
|
|
10713
|
+
|
|
10714
|
+
#### 🔌 Usage
|
|
10715
|
+
|
|
10716
|
+
<dl>
|
|
10717
|
+
<dd>
|
|
10718
|
+
|
|
10719
|
+
<dl>
|
|
10720
|
+
<dd>
|
|
10721
|
+
|
|
10722
|
+
```typescript
|
|
10723
|
+
await client.preEncounter.eligibilityChecks.v1.post({
|
|
10724
|
+
payerId: "string",
|
|
10725
|
+
provider: {
|
|
10726
|
+
firstName: "string",
|
|
10727
|
+
lastName: "string",
|
|
10728
|
+
npi: "string",
|
|
10729
|
+
},
|
|
10730
|
+
subscriber: {
|
|
10731
|
+
memberId: "string",
|
|
10732
|
+
firstName: "string",
|
|
10733
|
+
lastName: "string",
|
|
10734
|
+
dateOfBirth: "2023-01-15",
|
|
10735
|
+
},
|
|
10736
|
+
dependent: {
|
|
10737
|
+
memberId: "string",
|
|
10738
|
+
firstName: "string",
|
|
10739
|
+
lastName: "string",
|
|
10740
|
+
dateOfBirth: "2023-01-15",
|
|
10741
|
+
},
|
|
10742
|
+
encounter: {
|
|
10743
|
+
dateOfService: "2023-01-15",
|
|
10744
|
+
serviceTypeCodes: ["string"],
|
|
10745
|
+
},
|
|
10746
|
+
});
|
|
10747
|
+
```
|
|
10748
|
+
|
|
10749
|
+
</dd>
|
|
10750
|
+
</dl>
|
|
10751
|
+
</dd>
|
|
10752
|
+
</dl>
|
|
10753
|
+
|
|
10754
|
+
#### ⚙️ Parameters
|
|
10755
|
+
|
|
10756
|
+
<dl>
|
|
10757
|
+
<dd>
|
|
10758
|
+
|
|
10759
|
+
<dl>
|
|
10760
|
+
<dd>
|
|
10761
|
+
|
|
10762
|
+
**request:** `CandidApi.EligibilityRequest`
|
|
10763
|
+
|
|
10764
|
+
</dd>
|
|
10765
|
+
</dl>
|
|
10766
|
+
|
|
10767
|
+
<dl>
|
|
10768
|
+
<dd>
|
|
10769
|
+
|
|
10770
|
+
**requestOptions:** `V1.RequestOptions`
|
|
10771
|
+
|
|
10772
|
+
</dd>
|
|
10773
|
+
</dl>
|
|
10774
|
+
</dd>
|
|
10775
|
+
</dl>
|
|
10776
|
+
|
|
10777
|
+
</dd>
|
|
10778
|
+
</dl>
|
|
10779
|
+
</details>
|
|
10780
|
+
|
|
10565
10781
|
## PreEncounter Lists V1
|
|
10566
10782
|
|
|
10567
10783
|
<details><summary><code>client.preEncounter.lists.v1.<a href="/src/api/resources/preEncounter/resources/lists/resources/v1/client/Client.ts">getPatientList</a>({ ...params }) -> core.APIResponse<CandidApi.PatientListPage, CandidApi.preEncounter.lists.v1.getPatientList.Error></code></summary>
|
|
@@ -11035,6 +11251,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11035
11251
|
period: {},
|
|
11036
11252
|
},
|
|
11037
11253
|
],
|
|
11254
|
+
otherIdentifiers: [
|
|
11255
|
+
{
|
|
11256
|
+
value: "string",
|
|
11257
|
+
system: "string",
|
|
11258
|
+
},
|
|
11259
|
+
],
|
|
11038
11260
|
gender: "MAN",
|
|
11039
11261
|
birthDate: "2023-01-15",
|
|
11040
11262
|
socialSecurityNumber: "string",
|
|
@@ -11133,6 +11355,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11133
11355
|
addresses: [],
|
|
11134
11356
|
period: {},
|
|
11135
11357
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11358
|
+
fax: "string",
|
|
11136
11359
|
},
|
|
11137
11360
|
],
|
|
11138
11361
|
filingOrder: {
|
|
@@ -11201,6 +11424,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11201
11424
|
addresses: [],
|
|
11202
11425
|
period: {},
|
|
11203
11426
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11427
|
+
fax: "string",
|
|
11204
11428
|
},
|
|
11205
11429
|
referralNumber: "string",
|
|
11206
11430
|
},
|
|
@@ -11291,6 +11515,12 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11291
11515
|
period: {},
|
|
11292
11516
|
},
|
|
11293
11517
|
],
|
|
11518
|
+
otherIdentifiers: [
|
|
11519
|
+
{
|
|
11520
|
+
value: "string",
|
|
11521
|
+
system: "string",
|
|
11522
|
+
},
|
|
11523
|
+
],
|
|
11294
11524
|
gender: "MAN",
|
|
11295
11525
|
birthDate: "2023-01-15",
|
|
11296
11526
|
socialSecurityNumber: "string",
|
|
@@ -11389,6 +11619,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11389
11619
|
addresses: [],
|
|
11390
11620
|
period: {},
|
|
11391
11621
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11622
|
+
fax: "string",
|
|
11392
11623
|
},
|
|
11393
11624
|
],
|
|
11394
11625
|
filingOrder: {
|
|
@@ -11457,6 +11688,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11457
11688
|
addresses: [],
|
|
11458
11689
|
period: {},
|
|
11459
11690
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
11691
|
+
fax: "string",
|
|
11460
11692
|
},
|
|
11461
11693
|
referralNumber: "string",
|
|
11462
11694
|
},
|
|
@@ -11739,6 +11971,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11739
11971
|
period: {},
|
|
11740
11972
|
},
|
|
11741
11973
|
],
|
|
11974
|
+
otherIdentifiers: [
|
|
11975
|
+
{
|
|
11976
|
+
value: "string",
|
|
11977
|
+
system: "string",
|
|
11978
|
+
},
|
|
11979
|
+
],
|
|
11742
11980
|
gender: "MAN",
|
|
11743
11981
|
birthDate: "2023-01-15",
|
|
11744
11982
|
socialSecurityNumber: "string",
|
|
@@ -11837,6 +12075,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11837
12075
|
addresses: [],
|
|
11838
12076
|
period: {},
|
|
11839
12077
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
12078
|
+
fax: "string",
|
|
11840
12079
|
},
|
|
11841
12080
|
],
|
|
11842
12081
|
filingOrder: {
|
|
@@ -11905,6 +12144,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11905
12144
|
addresses: [],
|
|
11906
12145
|
period: {},
|
|
11907
12146
|
canonicalId: CandidApi.CanonicalProviderId("string"),
|
|
12147
|
+
fax: "string",
|
|
11908
12148
|
},
|
|
11909
12149
|
referralNumber: "string",
|
|
11910
12150
|
},
|
|
@@ -11976,7 +12216,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
11976
12216
|
<dl>
|
|
11977
12217
|
<dd>
|
|
11978
12218
|
|
|
11979
|
-
Sets a patient as deactivated. The path must contain the most recent version to prevent race conditions. Deactivating historic versions is not supported.
|
|
12219
|
+
Sets a patient as deactivated. The path must contain the most recent version plus 1 to prevent race conditions. Deactivating historic versions is not supported.
|
|
11980
12220
|
|
|
11981
12221
|
</dd>
|
|
11982
12222
|
</dl>
|
|
@@ -12035,6 +12275,77 @@ await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("string"),
|
|
|
12035
12275
|
</dl>
|
|
12036
12276
|
</details>
|
|
12037
12277
|
|
|
12278
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">reactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.reactivate.Error></code></summary>
|
|
12279
|
+
<dl>
|
|
12280
|
+
<dd>
|
|
12281
|
+
|
|
12282
|
+
#### 📝 Description
|
|
12283
|
+
|
|
12284
|
+
<dl>
|
|
12285
|
+
<dd>
|
|
12286
|
+
|
|
12287
|
+
<dl>
|
|
12288
|
+
<dd>
|
|
12289
|
+
|
|
12290
|
+
Removes the deactivated flag for a patient. The path must contain the most recent version plus 1 to prevent race conditions. Reactivating historic versions is not supported.
|
|
12291
|
+
|
|
12292
|
+
</dd>
|
|
12293
|
+
</dl>
|
|
12294
|
+
</dd>
|
|
12295
|
+
</dl>
|
|
12296
|
+
|
|
12297
|
+
#### 🔌 Usage
|
|
12298
|
+
|
|
12299
|
+
<dl>
|
|
12300
|
+
<dd>
|
|
12301
|
+
|
|
12302
|
+
<dl>
|
|
12303
|
+
<dd>
|
|
12304
|
+
|
|
12305
|
+
```typescript
|
|
12306
|
+
await client.preEncounter.patients.v1.reactivate(CandidApi.PatientId("string"), "string");
|
|
12307
|
+
```
|
|
12308
|
+
|
|
12309
|
+
</dd>
|
|
12310
|
+
</dl>
|
|
12311
|
+
</dd>
|
|
12312
|
+
</dl>
|
|
12313
|
+
|
|
12314
|
+
#### ⚙️ Parameters
|
|
12315
|
+
|
|
12316
|
+
<dl>
|
|
12317
|
+
<dd>
|
|
12318
|
+
|
|
12319
|
+
<dl>
|
|
12320
|
+
<dd>
|
|
12321
|
+
|
|
12322
|
+
**id:** `CandidApi.PatientId`
|
|
12323
|
+
|
|
12324
|
+
</dd>
|
|
12325
|
+
</dl>
|
|
12326
|
+
|
|
12327
|
+
<dl>
|
|
12328
|
+
<dd>
|
|
12329
|
+
|
|
12330
|
+
**version:** `string`
|
|
12331
|
+
|
|
12332
|
+
</dd>
|
|
12333
|
+
</dl>
|
|
12334
|
+
|
|
12335
|
+
<dl>
|
|
12336
|
+
<dd>
|
|
12337
|
+
|
|
12338
|
+
**requestOptions:** `V1.RequestOptions`
|
|
12339
|
+
|
|
12340
|
+
</dd>
|
|
12341
|
+
</dl>
|
|
12342
|
+
</dd>
|
|
12343
|
+
</dl>
|
|
12344
|
+
|
|
12345
|
+
</dd>
|
|
12346
|
+
</dl>
|
|
12347
|
+
</details>
|
|
12348
|
+
|
|
12038
12349
|
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">search</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.search.Error></code></summary>
|
|
12039
12350
|
<dl>
|
|
12040
12351
|
<dd>
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const ProcedureModifier: core.serialization.Schema<serializers.ProcedureModifier.Raw, CandidApi.ProcedureModifier>;
|
|
8
8
|
export declare namespace ProcedureModifier {
|
|
9
|
-
type Raw = "22" | "23" | "24" | "25" | "26" | "27" | "32" | "33" | "47" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "62" | "63" | "66" | "74" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "90" | "91" | "92" | "93" | "95" | "96" | "97" | "99" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "A7" | "A8" | "A9" | "AA" | "AB" | "AD" | "AE" | "AF" | "AG" | "AH" | "AI" | "AJ" | "AK" | "AM" | "AO" | "AP" | "AQ" | "AR" | "AS" | "AT" | "AZ" | "BA" | "BL" | "BO" | "BP" | "BR" | "BU" | "CA" | "CB" | "CC" | "CD" | "CE" | "CF" | "CG" | "CH" | "CI" | "CJ" | "CK" | "CL" | "CM" | "CN" | "CR" | "CS" | "CT" | "CO" | "CQ" | "DA" | "E1" | "E2" | "E3" | "E4" | "EA" | "EB" | "EC" | "ED" | "EE" | "EJ" | "EM" | "EP" | "ER" | "ET" | "EX" | "EY" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "FA" | "FB" | "FC" | "FP" | "FQ" | "FR" | "FS" | "FT" | "FX" | "FY" | "G0" | "G1" | "G2" | "G3" | "G4" | "G5" | "G6" | "G7" | "G8" | "G9" | "GA" | "GB" | "GC" | "GE" | "GF" | "GG" | "GH" | "GJ" | "GK" | "GL" | "GM" | "GN" | "GO" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GV" | "GW" | "GX" | "GY" | "GZ" | "HA" | "HB" | "HC" | "HD" | "HE" | "HF" | "HG" | "HH" | "HI" | "HJ" | "HK" | "HL" | "HM" | "HN" | "HO" | "HP" | "HQ" | "HR" | "HS" | "HT" | "HU" | "HV" | "HW" | "HX" | "HY" | "HZ" | "J1" | "J2" | "J3" | "J4" | "J5" | "JA" | "JB" | "JC" | "JD" | "JE" | "JG" | "JW" | "JZ" | "K0" | "K1" | "K2" | "K3" | "K4" | "KA" | "KB" | "KC" | "KD" | "KE" | "KF" | "KG" | "KH" | "KI" | "KJ" | "KK" | "KL" | "KM" | "KN" | "KO" | "KP" | "KQ" | "KR" | "KS" | "KT" | "KU" | "KV" | "KW" | "KX" | "KY" | "KZ" | "LC" | "LD" | "LL" | "LM" | "LR" | "LS" | "LT" | "LU" | "M2" | "MA" | "MB" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MS" | "N1" | "N2" | "N3" | "NB" | "NR" | "NU" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "PA" | "PB" | "PC" | "PD" | "PI" | "PL" | "PM" | "PN" | "PO" | "PS" | "PT" | "Q0" | "Q1" | "Q2" | "Q3" | "Q4" | "Q5" | "Q6" | "Q7" | "Q8" | "Q9" | "QA" | "QB" | "QC" | "QD" | "QE" | "QF" | "QG" | "QH" | "QJ" | "QK" | "QL" | "QM" | "QN" | "QP" | "QQ" | "QR" | "QS" | "QT" | "QW" | "QX" | "QY" | "QZ" | "RA" | "RB" | "RC" | "RD" | "RE" | "RI" | "RR" | "RT" | "SA" | "SB" | "SC" | "SD" | "SE" | "SF" | "SG" | "SH" | "SJ" | "SL" | "SM" | "SN" | "SQ" | "SS" | "ST" | "SU" | "SV" | "SW" | "SY" | "T1" | "T2" | "T3" | "T4" | "T5" | "T6" | "T7" | "T8" | "T9" | "TA" | "TB" | "TC" | "TD" | "TE" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TP" | "TQ" | "TR" | "TS" | "TT" | "TU" | "TV" | "TW" | "U1" | "U2" | "U3" | "U4" | "U5" | "U6" | "U7" | "U8" | "U9" | "UA" | "UB" | "UC" | "UD" | "UE" | "UF" | "UG" | "UH" | "UJ" | "UK" | "UN" | "UP" | "UQ" | "UR" | "US" | "V1" | "V2" | "V3" | "XE" | "XS";
|
|
9
|
+
type Raw = "22" | "23" | "24" | "25" | "26" | "27" | "32" | "33" | "47" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "62" | "63" | "66" | "74" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "90" | "91" | "92" | "93" | "95" | "96" | "97" | "99" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "A7" | "A8" | "A9" | "AA" | "AB" | "AD" | "AE" | "AF" | "AG" | "AH" | "AI" | "AJ" | "AK" | "AM" | "AO" | "AP" | "AQ" | "AR" | "AS" | "AT" | "AZ" | "BA" | "BL" | "BO" | "BP" | "BR" | "BU" | "CA" | "CB" | "CC" | "CD" | "CE" | "CF" | "CG" | "CH" | "CI" | "CJ" | "CK" | "CL" | "CM" | "CN" | "CR" | "CS" | "CT" | "CO" | "CQ" | "DA" | "E1" | "E2" | "E3" | "E4" | "EA" | "EB" | "EC" | "ED" | "EE" | "EJ" | "EM" | "EP" | "ER" | "ET" | "EX" | "EY" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "FA" | "FB" | "FC" | "FP" | "FQ" | "FR" | "FS" | "FT" | "FX" | "FY" | "G0" | "G1" | "G2" | "G3" | "G4" | "G5" | "G6" | "G7" | "G8" | "G9" | "GA" | "GB" | "GC" | "GE" | "GF" | "GG" | "GH" | "GJ" | "GK" | "GL" | "GM" | "GN" | "GO" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GV" | "GW" | "GX" | "GY" | "GZ" | "HA" | "HB" | "HC" | "HD" | "HE" | "HF" | "HG" | "HH" | "HI" | "HJ" | "HK" | "HL" | "HM" | "HN" | "HO" | "HP" | "HQ" | "HR" | "HS" | "HT" | "HU" | "HV" | "HW" | "HX" | "HY" | "HZ" | "J1" | "J2" | "J3" | "J4" | "J5" | "JA" | "JB" | "JC" | "JD" | "JE" | "JG" | "JW" | "JZ" | "K0" | "K1" | "K2" | "K3" | "K4" | "KA" | "KB" | "KC" | "KD" | "KE" | "KF" | "KG" | "KH" | "KI" | "KJ" | "KK" | "KL" | "KM" | "KN" | "KO" | "KP" | "KQ" | "KR" | "KS" | "KT" | "KU" | "KV" | "KW" | "KX" | "KY" | "KZ" | "LC" | "LD" | "LL" | "LM" | "LR" | "LS" | "LT" | "LU" | "M2" | "MA" | "MB" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MS" | "N1" | "N2" | "N3" | "NB" | "NR" | "NU" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "PA" | "PB" | "PC" | "PD" | "PI" | "PL" | "PM" | "PN" | "PO" | "PS" | "PT" | "Q0" | "Q1" | "Q2" | "Q3" | "Q4" | "Q5" | "Q6" | "Q7" | "Q8" | "Q9" | "QA" | "QB" | "QC" | "QD" | "QE" | "QF" | "QG" | "QH" | "QJ" | "QK" | "QL" | "QM" | "QN" | "QP" | "QQ" | "QR" | "QS" | "QT" | "QW" | "QX" | "QY" | "QZ" | "RA" | "RB" | "RC" | "RD" | "RE" | "RI" | "RR" | "RT" | "SA" | "SB" | "SC" | "SD" | "SE" | "SF" | "SG" | "SH" | "SJ" | "SL" | "SM" | "SN" | "SQ" | "SS" | "ST" | "SU" | "SV" | "SW" | "SY" | "T1" | "T2" | "T3" | "T4" | "T5" | "T6" | "T7" | "T8" | "T9" | "TA" | "TB" | "TC" | "TD" | "TE" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TP" | "TQ" | "TR" | "TS" | "TT" | "TU" | "TV" | "TW" | "U1" | "U2" | "U3" | "U4" | "U5" | "U6" | "U7" | "U8" | "U9" | "UA" | "UB" | "UC" | "UD" | "UE" | "UF" | "UG" | "UH" | "UJ" | "UK" | "UN" | "UP" | "UQ" | "UR" | "US" | "V1" | "V2" | "V3" | "XE" | "XS" | "XU";
|
|
10
10
|
}
|
|
@@ -13,6 +13,7 @@ import { MatchModifiers } from "./MatchModifiers";
|
|
|
13
13
|
import { MatchLicenseType } from "./MatchLicenseType";
|
|
14
14
|
import { MatchFacilityTypeCode } from "./MatchFacilityTypeCode";
|
|
15
15
|
import { MatchNetworkTypes } from "./MatchNetworkTypes";
|
|
16
|
+
import { MatchPayerPlanGroups } from "./MatchPayerPlanGroups";
|
|
16
17
|
export declare const DimensionMatch: core.serialization.ObjectSchema<serializers.feeSchedules.v3.DimensionMatch.Raw, CandidApi.feeSchedules.v3.DimensionMatch>;
|
|
17
18
|
export declare namespace DimensionMatch {
|
|
18
19
|
interface Raw {
|
|
@@ -25,5 +26,6 @@ export declare namespace DimensionMatch {
|
|
|
25
26
|
license_type: MatchLicenseType.Raw;
|
|
26
27
|
facility_type_code: MatchFacilityTypeCode.Raw;
|
|
27
28
|
network_types: MatchNetworkTypes.Raw;
|
|
29
|
+
payer_plan_groups: MatchPayerPlanGroups.Raw;
|
|
28
30
|
}
|
|
29
31
|
}
|
|
@@ -47,6 +47,7 @@ const MatchModifiers_1 = require("./MatchModifiers");
|
|
|
47
47
|
const MatchLicenseType_1 = require("./MatchLicenseType");
|
|
48
48
|
const MatchFacilityTypeCode_1 = require("./MatchFacilityTypeCode");
|
|
49
49
|
const MatchNetworkTypes_1 = require("./MatchNetworkTypes");
|
|
50
|
+
const MatchPayerPlanGroups_1 = require("./MatchPayerPlanGroups");
|
|
50
51
|
exports.DimensionMatch = core.serialization.object({
|
|
51
52
|
payer: MatchPayer_1.MatchPayer,
|
|
52
53
|
geography: MatchGeo_1.MatchGeo,
|
|
@@ -57,4 +58,5 @@ exports.DimensionMatch = core.serialization.object({
|
|
|
57
58
|
licenseType: core.serialization.property("license_type", MatchLicenseType_1.MatchLicenseType),
|
|
58
59
|
facilityTypeCode: core.serialization.property("facility_type_code", MatchFacilityTypeCode_1.MatchFacilityTypeCode),
|
|
59
60
|
networkTypes: core.serialization.property("network_types", MatchNetworkTypes_1.MatchNetworkTypes),
|
|
61
|
+
payerPlanGroups: core.serialization.property("payer_plan_groups", MatchPayerPlanGroups_1.MatchPayerPlanGroups),
|
|
60
62
|
});
|
|
@@ -10,6 +10,7 @@ import { State } from "../../../../commons/types/State";
|
|
|
10
10
|
import { LicenseType } from "../../../../organizationProviders/resources/v2/types/LicenseType";
|
|
11
11
|
import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
|
|
12
12
|
import { NetworkType } from "../../../../commons/types/NetworkType";
|
|
13
|
+
import { PayerPlanGroupId } from "../../../../commons/types/PayerPlanGroupId";
|
|
13
14
|
import { ProcedureModifier } from "../../../../commons/types/ProcedureModifier";
|
|
14
15
|
export declare const Dimensions: core.serialization.ObjectSchema<serializers.feeSchedules.v3.Dimensions.Raw, CandidApi.feeSchedules.v3.Dimensions>;
|
|
15
16
|
export declare namespace Dimensions {
|
|
@@ -21,6 +22,7 @@ export declare namespace Dimensions {
|
|
|
21
22
|
license_types: LicenseType.Raw[];
|
|
22
23
|
facility_type_codes: FacilityTypeCode.Raw[];
|
|
23
24
|
network_types: NetworkType.Raw[];
|
|
25
|
+
payer_plan_group_ids: PayerPlanGroupId.Raw[];
|
|
24
26
|
cpt_code: string;
|
|
25
27
|
modifiers: ProcedureModifier.Raw[];
|
|
26
28
|
}
|
|
@@ -44,6 +44,7 @@ const State_1 = require("../../../../commons/types/State");
|
|
|
44
44
|
const LicenseType_1 = require("../../../../organizationProviders/resources/v2/types/LicenseType");
|
|
45
45
|
const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode");
|
|
46
46
|
const NetworkType_1 = require("../../../../commons/types/NetworkType");
|
|
47
|
+
const PayerPlanGroupId_1 = require("../../../../commons/types/PayerPlanGroupId");
|
|
47
48
|
const ProcedureModifier_1 = require("../../../../commons/types/ProcedureModifier");
|
|
48
49
|
exports.Dimensions = core.serialization.object({
|
|
49
50
|
payerUuid: core.serialization.property("payer_uuid", PayerUuid_1.PayerUuid),
|
|
@@ -53,6 +54,7 @@ exports.Dimensions = core.serialization.object({
|
|
|
53
54
|
licenseTypes: core.serialization.property("license_types", core.serialization.set(LicenseType_1.LicenseType)),
|
|
54
55
|
facilityTypeCodes: core.serialization.property("facility_type_codes", core.serialization.set(FacilityTypeCode_1.FacilityTypeCode)),
|
|
55
56
|
networkTypes: core.serialization.property("network_types", core.serialization.set(NetworkType_1.NetworkType)),
|
|
57
|
+
payerPlanGroupIds: core.serialization.property("payer_plan_group_ids", core.serialization.set(PayerPlanGroupId_1.PayerPlanGroupId)),
|
|
56
58
|
cptCode: core.serialization.property("cpt_code", core.serialization.string()),
|
|
57
59
|
modifiers: core.serialization.set(ProcedureModifier_1.ProcedureModifier),
|
|
58
60
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { PayerPlanGroupId } from "../../../../commons/types/PayerPlanGroupId";
|
|
8
|
+
export declare const MatchPayerPlanGroups: core.serialization.ObjectSchema<serializers.feeSchedules.v3.MatchPayerPlanGroups.Raw, CandidApi.feeSchedules.v3.MatchPayerPlanGroups>;
|
|
9
|
+
export declare namespace MatchPayerPlanGroups {
|
|
10
|
+
interface Raw {
|
|
11
|
+
value: PayerPlanGroupId.Raw[];
|
|
12
|
+
match: boolean;
|
|
13
|
+
explanation: string;
|
|
14
|
+
}
|
|
15
|
+
}
|