candidhealth 0.26.1 → 0.28.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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claims/types/Claim.d.ts +37 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +37 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +37 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- 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/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- 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/invoices/index.d.ts +1 -0
- package/api/resources/invoices/index.js +1 -0
- package/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/api/resources/invoices/types/index.d.ts +3 -0
- package/api/resources/invoices/types/index.js +19 -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 +9 -4
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +26 -0
- package/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +132 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +493 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +69 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +47 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +36 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.d.ts +38 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +69 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +19 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +13 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +8 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +32 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +10 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -1
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.js +10 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/api/resources/preEncounter/resources/common/types/index.js +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +54 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +136 -11
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/{GetAllCoveragesRequest.d.ts → CoverageGetMultiRequest.d.ts} +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +2 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +6 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +13 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +0 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -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/patients/resources/v1/client/Client.d.ts +26 -8
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -17
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +47 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +57 -2
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/serviceLines/resources/v2/client/delete.js +69 -0
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +41 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- 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 +1 -1
- package/dist/api/resources/claims/types/Claim.d.ts +37 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +37 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +37 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- 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/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- 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/invoices/index.d.ts +1 -0
- package/dist/api/resources/invoices/index.js +1 -0
- package/dist/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/dist/api/resources/invoices/types/Invoice.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/dist/api/resources/invoices/types/InvoiceItem.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/dist/api/resources/invoices/types/index.d.ts +3 -0
- package/dist/api/resources/invoices/types/index.js +19 -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 +9 -4
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +26 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +132 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +493 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +69 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +36 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.d.ts +38 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.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/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +19 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +13 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +32 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +54 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +136 -11
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/{GetAllCoveragesRequest.d.ts → CoverageGetMultiRequest.d.ts} +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +6 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +0 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -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/patients/resources/v1/client/Client.d.ts +26 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -17
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +57 -2
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +69 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +41 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/invoices/index.d.ts +1 -0
- package/dist/serialization/resources/invoices/index.js +1 -0
- package/dist/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/dist/serialization/resources/invoices/types/Invoice.js +51 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +35 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +31 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +3 -0
- package/dist/serialization/resources/invoices/types/index.js +19 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +63 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +32 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +21 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +30 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +4 -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 +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +36 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +36 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +34 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +33 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +40 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +31 -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 +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +219 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -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/patients/resources/v1/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +67 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +35 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +879 -133
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/invoices/index.d.ts +1 -0
- package/serialization/resources/invoices/index.js +1 -0
- package/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/serialization/resources/invoices/types/Invoice.js +51 -0
- package/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/serialization/resources/invoices/types/InvoiceItem.js +35 -0
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/invoices/types/InvoiceStatus.js +31 -0
- package/serialization/resources/invoices/types/index.d.ts +3 -0
- package/serialization/resources/invoices/types/index.js +19 -0
- package/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +61 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +67 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +61 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +63 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +32 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +32 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +67 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +21 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +44 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +35 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +30 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +51 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +35 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -1
- package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +4 -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 +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +36 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +36 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +34 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +33 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +40 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +31 -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 +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +35 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +219 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -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/patients/resources/v1/types/Contact.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +37 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +35 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +67 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +35 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.d.ts +0 -12
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.d.ts +0 -12
- /package/api/resources/{preEncounter/resources/coverages/resources/v1/client/requests/GetAllCoveragesRequest.js → invoices/types/Invoice.js} +0 -0
- /package/api/resources/{preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.js → invoices/types/InvoiceItem.js} +0 -0
- /package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/GetAllCoveragesRequest.js → api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.js} +0 -0
- /package/{dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.js → api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js} +0 -0
package/reference.md
CHANGED
|
@@ -5794,6 +5794,54 @@ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
5794
5794
|
</dl>
|
|
5795
5795
|
</details>
|
|
5796
5796
|
|
|
5797
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">delete</a>(serviceLineId) -> core.APIResponse<void, CandidApi.serviceLines.v2.delete.Error></code></summary>
|
|
5798
|
+
<dl>
|
|
5799
|
+
<dd>
|
|
5800
|
+
|
|
5801
|
+
#### 🔌 Usage
|
|
5802
|
+
|
|
5803
|
+
<dl>
|
|
5804
|
+
<dd>
|
|
5805
|
+
|
|
5806
|
+
<dl>
|
|
5807
|
+
<dd>
|
|
5808
|
+
|
|
5809
|
+
```typescript
|
|
5810
|
+
await client.serviceLines.v2.delete(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
5811
|
+
```
|
|
5812
|
+
|
|
5813
|
+
</dd>
|
|
5814
|
+
</dl>
|
|
5815
|
+
</dd>
|
|
5816
|
+
</dl>
|
|
5817
|
+
|
|
5818
|
+
#### ⚙️ Parameters
|
|
5819
|
+
|
|
5820
|
+
<dl>
|
|
5821
|
+
<dd>
|
|
5822
|
+
|
|
5823
|
+
<dl>
|
|
5824
|
+
<dd>
|
|
5825
|
+
|
|
5826
|
+
**serviceLineId:** `CandidApi.ServiceLineId`
|
|
5827
|
+
|
|
5828
|
+
</dd>
|
|
5829
|
+
</dl>
|
|
5830
|
+
|
|
5831
|
+
<dl>
|
|
5832
|
+
<dd>
|
|
5833
|
+
|
|
5834
|
+
**requestOptions:** `V2.RequestOptions`
|
|
5835
|
+
|
|
5836
|
+
</dd>
|
|
5837
|
+
</dl>
|
|
5838
|
+
</dd>
|
|
5839
|
+
</dl>
|
|
5840
|
+
|
|
5841
|
+
</dd>
|
|
5842
|
+
</dl>
|
|
5843
|
+
</details>
|
|
5844
|
+
|
|
5797
5845
|
## Tasks V3
|
|
5798
5846
|
|
|
5799
5847
|
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getActions</a>(taskId) -> core.APIResponse<CandidApi.TaskActions, CandidApi.tasks.v3.getActions.Error></code></summary>
|
|
@@ -7364,9 +7412,9 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
7364
7412
|
</dl>
|
|
7365
7413
|
</details>
|
|
7366
7414
|
|
|
7367
|
-
## PreEncounter
|
|
7415
|
+
## PreEncounter Appointments V1
|
|
7368
7416
|
|
|
7369
|
-
<details><summary><code>client.preEncounter.
|
|
7417
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
|
|
7370
7418
|
<dl>
|
|
7371
7419
|
<dd>
|
|
7372
7420
|
|
|
@@ -7378,7 +7426,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
7378
7426
|
<dl>
|
|
7379
7427
|
<dd>
|
|
7380
7428
|
|
|
7381
|
-
|
|
7429
|
+
Adds an appointment. VersionConflictError is returned when the placer_appointment_id is already in use.
|
|
7382
7430
|
|
|
7383
7431
|
</dd>
|
|
7384
7432
|
</dl>
|
|
@@ -7394,27 +7442,25 @@ Creates a new Coverage. A Coverage provides the high-level identifiers and descr
|
|
|
7394
7442
|
<dd>
|
|
7395
7443
|
|
|
7396
7444
|
```typescript
|
|
7397
|
-
await client.preEncounter.
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
},
|
|
7417
|
-
verified: true,
|
|
7445
|
+
await client.preEncounter.appointments.v1.create({
|
|
7446
|
+
patientId: CandidApi.PatientId("string"),
|
|
7447
|
+
checkedIn: true,
|
|
7448
|
+
assignedPatientLocation: "string",
|
|
7449
|
+
attendingDoctor: {},
|
|
7450
|
+
referringDoctor: {},
|
|
7451
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7452
|
+
serviceDuration: 1,
|
|
7453
|
+
services: [
|
|
7454
|
+
{
|
|
7455
|
+
universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
|
|
7456
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7457
|
+
},
|
|
7458
|
+
],
|
|
7459
|
+
placerAppointmentId: "string",
|
|
7460
|
+
appointmentReason: CandidApi.AppointmentReason.Checkup,
|
|
7461
|
+
appointmentType: CandidApi.AppointmentType.Complete,
|
|
7462
|
+
locationResourceId: "string",
|
|
7463
|
+
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
7418
7464
|
});
|
|
7419
7465
|
```
|
|
7420
7466
|
|
|
@@ -7431,7 +7477,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
7431
7477
|
<dl>
|
|
7432
7478
|
<dd>
|
|
7433
7479
|
|
|
7434
|
-
**request:** `CandidApi.
|
|
7480
|
+
**request:** `CandidApi.MutableAppointment`
|
|
7435
7481
|
|
|
7436
7482
|
</dd>
|
|
7437
7483
|
</dl>
|
|
@@ -7450,7 +7496,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
7450
7496
|
</dl>
|
|
7451
7497
|
</details>
|
|
7452
7498
|
|
|
7453
|
-
<details><summary><code>client.preEncounter.
|
|
7499
|
+
<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>
|
|
7454
7500
|
<dl>
|
|
7455
7501
|
<dd>
|
|
7456
7502
|
|
|
@@ -7462,7 +7508,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
7462
7508
|
<dl>
|
|
7463
7509
|
<dd>
|
|
7464
7510
|
|
|
7465
|
-
|
|
7511
|
+
Gets an appointment.
|
|
7466
7512
|
|
|
7467
7513
|
</dd>
|
|
7468
7514
|
</dl>
|
|
@@ -7478,28 +7524,7 @@ Updates a Coverage. The path must contain the most recent version to prevent rac
|
|
|
7478
7524
|
<dd>
|
|
7479
7525
|
|
|
7480
7526
|
```typescript
|
|
7481
|
-
await client.preEncounter.
|
|
7482
|
-
status: CandidApi.CoverageStatus.Active,
|
|
7483
|
-
subscriber: {
|
|
7484
|
-
name: {},
|
|
7485
|
-
dateOfBirth: "2023-01-15",
|
|
7486
|
-
biologicalSex: CandidApi.Sex.Female,
|
|
7487
|
-
},
|
|
7488
|
-
relationship: CandidApi.Relationship.Self,
|
|
7489
|
-
patient: CandidApi.PatientId("string"),
|
|
7490
|
-
insurancePlan: {
|
|
7491
|
-
memberId: "string",
|
|
7492
|
-
payerId: CandidApi.PayerId("string"),
|
|
7493
|
-
payerName: "string",
|
|
7494
|
-
groupNumber: "string",
|
|
7495
|
-
name: "string",
|
|
7496
|
-
planType: CandidApi.NetworkType.SelfPay,
|
|
7497
|
-
type: CandidApi.InsuranceTypeCode.C01,
|
|
7498
|
-
period: {},
|
|
7499
|
-
insuranceCardImageLocator: "string",
|
|
7500
|
-
},
|
|
7501
|
-
verified: true,
|
|
7502
|
-
});
|
|
7527
|
+
await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("string"));
|
|
7503
7528
|
```
|
|
7504
7529
|
|
|
7505
7530
|
</dd>
|
|
@@ -7515,23 +7540,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
7515
7540
|
<dl>
|
|
7516
7541
|
<dd>
|
|
7517
7542
|
|
|
7518
|
-
**id:** `CandidApi.
|
|
7519
|
-
|
|
7520
|
-
</dd>
|
|
7521
|
-
</dl>
|
|
7522
|
-
|
|
7523
|
-
<dl>
|
|
7524
|
-
<dd>
|
|
7525
|
-
|
|
7526
|
-
**version:** `string`
|
|
7527
|
-
|
|
7528
|
-
</dd>
|
|
7529
|
-
</dl>
|
|
7530
|
-
|
|
7531
|
-
<dl>
|
|
7532
|
-
<dd>
|
|
7533
|
-
|
|
7534
|
-
**request:** `CandidApi.MutableCoverage`
|
|
7543
|
+
**id:** `CandidApi.AppointmentId`
|
|
7535
7544
|
|
|
7536
7545
|
</dd>
|
|
7537
7546
|
</dl>
|
|
@@ -7550,7 +7559,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
7550
7559
|
</dl>
|
|
7551
7560
|
</details>
|
|
7552
7561
|
|
|
7553
|
-
<details><summary><code>client.preEncounter.
|
|
7562
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.getHistory.Error></code></summary>
|
|
7554
7563
|
<dl>
|
|
7555
7564
|
<dd>
|
|
7556
7565
|
|
|
@@ -7562,7 +7571,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
7562
7571
|
<dl>
|
|
7563
7572
|
<dd>
|
|
7564
7573
|
|
|
7565
|
-
|
|
7574
|
+
Gets an appointment along with it's full history. The return list is ordered by version ascending.
|
|
7566
7575
|
|
|
7567
7576
|
</dd>
|
|
7568
7577
|
</dl>
|
|
@@ -7578,7 +7587,7 @@ gets a specific Coverage
|
|
|
7578
7587
|
<dd>
|
|
7579
7588
|
|
|
7580
7589
|
```typescript
|
|
7581
|
-
await client.preEncounter.
|
|
7590
|
+
await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("string"));
|
|
7582
7591
|
```
|
|
7583
7592
|
|
|
7584
7593
|
</dd>
|
|
@@ -7594,7 +7603,7 @@ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4
|
|
|
7594
7603
|
<dl>
|
|
7595
7604
|
<dd>
|
|
7596
7605
|
|
|
7597
|
-
**id:** `CandidApi.
|
|
7606
|
+
**id:** `CandidApi.AppointmentId`
|
|
7598
7607
|
|
|
7599
7608
|
</dd>
|
|
7600
7609
|
</dl>
|
|
@@ -7613,7 +7622,7 @@ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4
|
|
|
7613
7622
|
</dl>
|
|
7614
7623
|
</details>
|
|
7615
7624
|
|
|
7616
|
-
<details><summary><code>client.preEncounter.
|
|
7625
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.update.Error></code></summary>
|
|
7617
7626
|
<dl>
|
|
7618
7627
|
<dd>
|
|
7619
7628
|
|
|
@@ -7625,7 +7634,7 @@ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4
|
|
|
7625
7634
|
<dl>
|
|
7626
7635
|
<dd>
|
|
7627
7636
|
|
|
7628
|
-
|
|
7637
|
+
Updates an appointment. The path must contain the most recent version to prevent race conditions. Updating historic versions is not supported.
|
|
7629
7638
|
|
|
7630
7639
|
</dd>
|
|
7631
7640
|
</dl>
|
|
@@ -7641,7 +7650,26 @@ Gets a coverage along with it's full history. The return list is ordered by vers
|
|
|
7641
7650
|
<dd>
|
|
7642
7651
|
|
|
7643
7652
|
```typescript
|
|
7644
|
-
await client.preEncounter.
|
|
7653
|
+
await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string"), "string", {
|
|
7654
|
+
patientId: CandidApi.PatientId("string"),
|
|
7655
|
+
checkedIn: true,
|
|
7656
|
+
assignedPatientLocation: "string",
|
|
7657
|
+
attendingDoctor: {},
|
|
7658
|
+
referringDoctor: {},
|
|
7659
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7660
|
+
serviceDuration: 1,
|
|
7661
|
+
services: [
|
|
7662
|
+
{
|
|
7663
|
+
universalServiceIdentifier: CandidApi.UniversalServiceIdentifier.MdVisit,
|
|
7664
|
+
startTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7665
|
+
},
|
|
7666
|
+
],
|
|
7667
|
+
placerAppointmentId: "string",
|
|
7668
|
+
appointmentReason: CandidApi.AppointmentReason.Checkup,
|
|
7669
|
+
appointmentType: CandidApi.AppointmentType.Complete,
|
|
7670
|
+
locationResourceId: "string",
|
|
7671
|
+
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
7672
|
+
});
|
|
7645
7673
|
```
|
|
7646
7674
|
|
|
7647
7675
|
</dd>
|
|
@@ -7657,7 +7685,23 @@ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f
|
|
|
7657
7685
|
<dl>
|
|
7658
7686
|
<dd>
|
|
7659
7687
|
|
|
7660
|
-
**id:** `CandidApi.
|
|
7688
|
+
**id:** `CandidApi.AppointmentId`
|
|
7689
|
+
|
|
7690
|
+
</dd>
|
|
7691
|
+
</dl>
|
|
7692
|
+
|
|
7693
|
+
<dl>
|
|
7694
|
+
<dd>
|
|
7695
|
+
|
|
7696
|
+
**version:** `string`
|
|
7697
|
+
|
|
7698
|
+
</dd>
|
|
7699
|
+
</dl>
|
|
7700
|
+
|
|
7701
|
+
<dl>
|
|
7702
|
+
<dd>
|
|
7703
|
+
|
|
7704
|
+
**request:** `CandidApi.MutableAppointment`
|
|
7661
7705
|
|
|
7662
7706
|
</dd>
|
|
7663
7707
|
</dl>
|
|
@@ -7676,7 +7720,7 @@ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f
|
|
|
7676
7720
|
</dl>
|
|
7677
7721
|
</details>
|
|
7678
7722
|
|
|
7679
|
-
<details><summary><code>client.preEncounter.
|
|
7723
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.appointments.v1.deactivate.Error></code></summary>
|
|
7680
7724
|
<dl>
|
|
7681
7725
|
<dd>
|
|
7682
7726
|
|
|
@@ -7688,7 +7732,7 @@ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f
|
|
|
7688
7732
|
<dl>
|
|
7689
7733
|
<dd>
|
|
7690
7734
|
|
|
7691
|
-
|
|
7735
|
+
Sets an appointment as deactivated. The path must contain the most recent version to prevent race conditions. Deactivating historic versions is not supported. Subsequent updates via PUT to the appointment will "reactivate" the appointment and set the deactivated flag to false.
|
|
7692
7736
|
|
|
7693
7737
|
</dd>
|
|
7694
7738
|
</dl>
|
|
@@ -7704,9 +7748,7 @@ returns a list of Coverages based on the search criteria
|
|
|
7704
7748
|
<dd>
|
|
7705
7749
|
|
|
7706
7750
|
```typescript
|
|
7707
|
-
await client.preEncounter.
|
|
7708
|
-
patientId: "string",
|
|
7709
|
-
});
|
|
7751
|
+
await client.preEncounter.appointments.v1.deactivate(CandidApi.AppointmentId("string"), "string");
|
|
7710
7752
|
```
|
|
7711
7753
|
|
|
7712
7754
|
</dd>
|
|
@@ -7722,7 +7764,15 @@ await client.preEncounter.coverages.v1.getMulti({
|
|
|
7722
7764
|
<dl>
|
|
7723
7765
|
<dd>
|
|
7724
7766
|
|
|
7725
|
-
**
|
|
7767
|
+
**id:** `CandidApi.AppointmentId`
|
|
7768
|
+
|
|
7769
|
+
</dd>
|
|
7770
|
+
</dl>
|
|
7771
|
+
|
|
7772
|
+
<dl>
|
|
7773
|
+
<dd>
|
|
7774
|
+
|
|
7775
|
+
**version:** `string`
|
|
7726
7776
|
|
|
7727
7777
|
</dd>
|
|
7728
7778
|
</dl>
|
|
@@ -7741,7 +7791,7 @@ await client.preEncounter.coverages.v1.getMulti({
|
|
|
7741
7791
|
</dl>
|
|
7742
7792
|
</details>
|
|
7743
7793
|
|
|
7744
|
-
<details><summary><code>client.preEncounter.
|
|
7794
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.getMulti.Error></code></summary>
|
|
7745
7795
|
<dl>
|
|
7746
7796
|
<dd>
|
|
7747
7797
|
|
|
@@ -7753,7 +7803,7 @@ await client.preEncounter.coverages.v1.getMulti({
|
|
|
7753
7803
|
<dl>
|
|
7754
7804
|
<dd>
|
|
7755
7805
|
|
|
7756
|
-
|
|
7806
|
+
Searches for appointments that match the query parameters.
|
|
7757
7807
|
|
|
7758
7808
|
</dd>
|
|
7759
7809
|
</dl>
|
|
@@ -7769,8 +7819,16 @@ Scans up to 100 coverage updates. The since query parameter is inclusive, and th
|
|
|
7769
7819
|
<dd>
|
|
7770
7820
|
|
|
7771
7821
|
```typescript
|
|
7772
|
-
await client.preEncounter.
|
|
7773
|
-
|
|
7822
|
+
await client.preEncounter.appointments.v1.getMulti({
|
|
7823
|
+
checkedIn: true,
|
|
7824
|
+
patientId: CandidApi.PatientId("string"),
|
|
7825
|
+
minStartTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7826
|
+
maxStartTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
7827
|
+
placerAppointmentId: "string",
|
|
7828
|
+
workQueue: CandidApi.AppointmentWorkQueue.EmergentIssue,
|
|
7829
|
+
sortField: CandidApi.AppointmentSortField.StartTimestamp,
|
|
7830
|
+
sortDirection: CandidApi.SortDirection.Asc,
|
|
7831
|
+
limit: 1,
|
|
7774
7832
|
});
|
|
7775
7833
|
```
|
|
7776
7834
|
|
|
@@ -7787,7 +7845,7 @@ await client.preEncounter.coverages.v1.scan({
|
|
|
7787
7845
|
<dl>
|
|
7788
7846
|
<dd>
|
|
7789
7847
|
|
|
7790
|
-
**request:** `CandidApi.preEncounter.
|
|
7848
|
+
**request:** `CandidApi.preEncounter.appointments.v1.AppointmentsSearchRequest`
|
|
7791
7849
|
|
|
7792
7850
|
</dd>
|
|
7793
7851
|
</dl>
|
|
@@ -7806,9 +7864,9 @@ await client.preEncounter.coverages.v1.scan({
|
|
|
7806
7864
|
</dl>
|
|
7807
7865
|
</details>
|
|
7808
7866
|
|
|
7809
|
-
## PreEncounter
|
|
7867
|
+
## PreEncounter Coverages V1
|
|
7810
7868
|
|
|
7811
|
-
<details><summary><code>client.preEncounter.
|
|
7869
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.create.Error></code></summary>
|
|
7812
7870
|
<dl>
|
|
7813
7871
|
<dd>
|
|
7814
7872
|
|
|
@@ -7820,7 +7878,7 @@ await client.preEncounter.coverages.v1.scan({
|
|
|
7820
7878
|
<dl>
|
|
7821
7879
|
<dd>
|
|
7822
7880
|
|
|
7823
|
-
|
|
7881
|
+
Creates a new Coverage. A Coverage provides the high-level identifiers and descriptors of a specific insurance plan for a specific individual - typically the information you can find on an insurance card. Additionally a coverage will include detailed benefits information covered by the specific plan for the individual.
|
|
7824
7882
|
|
|
7825
7883
|
</dd>
|
|
7826
7884
|
</dl>
|
|
@@ -7836,44 +7894,39 @@ Adds a patient. VersionConflictError is returned when the patient's external ID
|
|
|
7836
7894
|
<dd>
|
|
7837
7895
|
|
|
7838
7896
|
```typescript
|
|
7839
|
-
await client.preEncounter.
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
biologicalSex: CandidApi.Sex.Female,
|
|
7846
|
-
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
7847
|
-
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
7848
|
-
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
7849
|
-
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
7850
|
-
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
7851
|
-
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
7852
|
-
multipleBirth: 1,
|
|
7853
|
-
primaryAddress: {},
|
|
7854
|
-
otherAddresses: [{}],
|
|
7855
|
-
primaryTelecom: {},
|
|
7856
|
-
otherTelecoms: [{}],
|
|
7857
|
-
email: "string",
|
|
7858
|
-
electronicCommunicationOptIn: true,
|
|
7859
|
-
photo: "string",
|
|
7860
|
-
language: "string",
|
|
7861
|
-
externalProvenance: {
|
|
7862
|
-
externalId: "string",
|
|
7863
|
-
systemName: "string",
|
|
7897
|
+
await client.preEncounter.coverages.v1.create({
|
|
7898
|
+
status: CandidApi.CoverageStatus.Active,
|
|
7899
|
+
subscriber: {
|
|
7900
|
+
name: {},
|
|
7901
|
+
dateOfBirth: "2023-01-15",
|
|
7902
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
7864
7903
|
},
|
|
7865
|
-
|
|
7904
|
+
relationship: CandidApi.Relationship.Self,
|
|
7905
|
+
patient: CandidApi.PatientId("string"),
|
|
7906
|
+
insurancePlan: {
|
|
7907
|
+
memberId: "string",
|
|
7908
|
+
payerId: CandidApi.PayerId("string"),
|
|
7909
|
+
payerName: "string",
|
|
7910
|
+
groupNumber: "string",
|
|
7911
|
+
name: "string",
|
|
7912
|
+
planType: CandidApi.NetworkType.SelfPay,
|
|
7913
|
+
type: CandidApi.InsuranceTypeCode.C01,
|
|
7914
|
+
period: {},
|
|
7915
|
+
insuranceCardImageLocator: "string",
|
|
7916
|
+
},
|
|
7917
|
+
verified: true,
|
|
7918
|
+
eligibilityChecks: [
|
|
7866
7919
|
{
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7920
|
+
checkId: "string",
|
|
7921
|
+
serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
|
|
7922
|
+
status: CandidApi.EligibilityCheckStatus.Created,
|
|
7923
|
+
initiatedBy: CandidApi.UserId("string"),
|
|
7924
|
+
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
7872
7925
|
},
|
|
7873
7926
|
],
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7927
|
+
benefits: {
|
|
7928
|
+
planCoverage: {},
|
|
7929
|
+
serviceSpecificCoverage: [{}],
|
|
7877
7930
|
},
|
|
7878
7931
|
});
|
|
7879
7932
|
```
|
|
@@ -7891,7 +7944,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
7891
7944
|
<dl>
|
|
7892
7945
|
<dd>
|
|
7893
7946
|
|
|
7894
|
-
**request:** `CandidApi.
|
|
7947
|
+
**request:** `CandidApi.MutableCoverage`
|
|
7895
7948
|
|
|
7896
7949
|
</dd>
|
|
7897
7950
|
</dl>
|
|
@@ -7910,7 +7963,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
7910
7963
|
</dl>
|
|
7911
7964
|
</details>
|
|
7912
7965
|
|
|
7913
|
-
<details><summary><code>client.preEncounter.
|
|
7966
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.update.Error></code></summary>
|
|
7914
7967
|
<dl>
|
|
7915
7968
|
<dd>
|
|
7916
7969
|
|
|
@@ -7922,7 +7975,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
7922
7975
|
<dl>
|
|
7923
7976
|
<dd>
|
|
7924
7977
|
|
|
7925
|
-
|
|
7978
|
+
Updates a Coverage. The path must contain the most recent version to prevent race conditions. Updating historic versions is not supported.
|
|
7926
7979
|
|
|
7927
7980
|
</dd>
|
|
7928
7981
|
</dl>
|
|
@@ -7938,7 +7991,41 @@ Gets a patient.
|
|
|
7938
7991
|
<dd>
|
|
7939
7992
|
|
|
7940
7993
|
```typescript
|
|
7941
|
-
await client.preEncounter.
|
|
7994
|
+
await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), "string", {
|
|
7995
|
+
status: CandidApi.CoverageStatus.Active,
|
|
7996
|
+
subscriber: {
|
|
7997
|
+
name: {},
|
|
7998
|
+
dateOfBirth: "2023-01-15",
|
|
7999
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
8000
|
+
},
|
|
8001
|
+
relationship: CandidApi.Relationship.Self,
|
|
8002
|
+
patient: CandidApi.PatientId("string"),
|
|
8003
|
+
insurancePlan: {
|
|
8004
|
+
memberId: "string",
|
|
8005
|
+
payerId: CandidApi.PayerId("string"),
|
|
8006
|
+
payerName: "string",
|
|
8007
|
+
groupNumber: "string",
|
|
8008
|
+
name: "string",
|
|
8009
|
+
planType: CandidApi.NetworkType.SelfPay,
|
|
8010
|
+
type: CandidApi.InsuranceTypeCode.C01,
|
|
8011
|
+
period: {},
|
|
8012
|
+
insuranceCardImageLocator: "string",
|
|
8013
|
+
},
|
|
8014
|
+
verified: true,
|
|
8015
|
+
eligibilityChecks: [
|
|
8016
|
+
{
|
|
8017
|
+
checkId: "string",
|
|
8018
|
+
serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
|
|
8019
|
+
status: CandidApi.EligibilityCheckStatus.Created,
|
|
8020
|
+
initiatedBy: CandidApi.UserId("string"),
|
|
8021
|
+
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
8022
|
+
},
|
|
8023
|
+
],
|
|
8024
|
+
benefits: {
|
|
8025
|
+
planCoverage: {},
|
|
8026
|
+
serviceSpecificCoverage: [{}],
|
|
8027
|
+
},
|
|
8028
|
+
});
|
|
7942
8029
|
```
|
|
7943
8030
|
|
|
7944
8031
|
</dd>
|
|
@@ -7954,7 +8041,7 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("string"));
|
|
|
7954
8041
|
<dl>
|
|
7955
8042
|
<dd>
|
|
7956
8043
|
|
|
7957
|
-
**id:** `CandidApi.
|
|
8044
|
+
**id:** `CandidApi.CoverageId`
|
|
7958
8045
|
|
|
7959
8046
|
</dd>
|
|
7960
8047
|
</dl>
|
|
@@ -7962,7 +8049,664 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("string"));
|
|
|
7962
8049
|
<dl>
|
|
7963
8050
|
<dd>
|
|
7964
8051
|
|
|
7965
|
-
**
|
|
8052
|
+
**version:** `string`
|
|
8053
|
+
|
|
8054
|
+
</dd>
|
|
8055
|
+
</dl>
|
|
8056
|
+
|
|
8057
|
+
<dl>
|
|
8058
|
+
<dd>
|
|
8059
|
+
|
|
8060
|
+
**request:** `CandidApi.MutableCoverage`
|
|
8061
|
+
|
|
8062
|
+
</dd>
|
|
8063
|
+
</dl>
|
|
8064
|
+
|
|
8065
|
+
<dl>
|
|
8066
|
+
<dd>
|
|
8067
|
+
|
|
8068
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8069
|
+
|
|
8070
|
+
</dd>
|
|
8071
|
+
</dl>
|
|
8072
|
+
</dd>
|
|
8073
|
+
</dl>
|
|
8074
|
+
|
|
8075
|
+
</dd>
|
|
8076
|
+
</dl>
|
|
8077
|
+
</details>
|
|
8078
|
+
|
|
8079
|
+
<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>
|
|
8080
|
+
<dl>
|
|
8081
|
+
<dd>
|
|
8082
|
+
|
|
8083
|
+
#### 📝 Description
|
|
8084
|
+
|
|
8085
|
+
<dl>
|
|
8086
|
+
<dd>
|
|
8087
|
+
|
|
8088
|
+
<dl>
|
|
8089
|
+
<dd>
|
|
8090
|
+
|
|
8091
|
+
gets a specific Coverage
|
|
8092
|
+
|
|
8093
|
+
</dd>
|
|
8094
|
+
</dl>
|
|
8095
|
+
</dd>
|
|
8096
|
+
</dl>
|
|
8097
|
+
|
|
8098
|
+
#### 🔌 Usage
|
|
8099
|
+
|
|
8100
|
+
<dl>
|
|
8101
|
+
<dd>
|
|
8102
|
+
|
|
8103
|
+
<dl>
|
|
8104
|
+
<dd>
|
|
8105
|
+
|
|
8106
|
+
```typescript
|
|
8107
|
+
await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8108
|
+
```
|
|
8109
|
+
|
|
8110
|
+
</dd>
|
|
8111
|
+
</dl>
|
|
8112
|
+
</dd>
|
|
8113
|
+
</dl>
|
|
8114
|
+
|
|
8115
|
+
#### ⚙️ Parameters
|
|
8116
|
+
|
|
8117
|
+
<dl>
|
|
8118
|
+
<dd>
|
|
8119
|
+
|
|
8120
|
+
<dl>
|
|
8121
|
+
<dd>
|
|
8122
|
+
|
|
8123
|
+
**id:** `CandidApi.CoverageId`
|
|
8124
|
+
|
|
8125
|
+
</dd>
|
|
8126
|
+
</dl>
|
|
8127
|
+
|
|
8128
|
+
<dl>
|
|
8129
|
+
<dd>
|
|
8130
|
+
|
|
8131
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8132
|
+
|
|
8133
|
+
</dd>
|
|
8134
|
+
</dl>
|
|
8135
|
+
</dd>
|
|
8136
|
+
</dl>
|
|
8137
|
+
|
|
8138
|
+
</dd>
|
|
8139
|
+
</dl>
|
|
8140
|
+
</details>
|
|
8141
|
+
|
|
8142
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getHistory.Error></code></summary>
|
|
8143
|
+
<dl>
|
|
8144
|
+
<dd>
|
|
8145
|
+
|
|
8146
|
+
#### 📝 Description
|
|
8147
|
+
|
|
8148
|
+
<dl>
|
|
8149
|
+
<dd>
|
|
8150
|
+
|
|
8151
|
+
<dl>
|
|
8152
|
+
<dd>
|
|
8153
|
+
|
|
8154
|
+
Gets a coverage along with it's full history. The return list is ordered by version ascending.
|
|
8155
|
+
|
|
8156
|
+
</dd>
|
|
8157
|
+
</dl>
|
|
8158
|
+
</dd>
|
|
8159
|
+
</dl>
|
|
8160
|
+
|
|
8161
|
+
#### 🔌 Usage
|
|
8162
|
+
|
|
8163
|
+
<dl>
|
|
8164
|
+
<dd>
|
|
8165
|
+
|
|
8166
|
+
<dl>
|
|
8167
|
+
<dd>
|
|
8168
|
+
|
|
8169
|
+
```typescript
|
|
8170
|
+
await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8171
|
+
```
|
|
8172
|
+
|
|
8173
|
+
</dd>
|
|
8174
|
+
</dl>
|
|
8175
|
+
</dd>
|
|
8176
|
+
</dl>
|
|
8177
|
+
|
|
8178
|
+
#### ⚙️ Parameters
|
|
8179
|
+
|
|
8180
|
+
<dl>
|
|
8181
|
+
<dd>
|
|
8182
|
+
|
|
8183
|
+
<dl>
|
|
8184
|
+
<dd>
|
|
8185
|
+
|
|
8186
|
+
**id:** `CandidApi.CoverageId`
|
|
8187
|
+
|
|
8188
|
+
</dd>
|
|
8189
|
+
</dl>
|
|
8190
|
+
|
|
8191
|
+
<dl>
|
|
8192
|
+
<dd>
|
|
8193
|
+
|
|
8194
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8195
|
+
|
|
8196
|
+
</dd>
|
|
8197
|
+
</dl>
|
|
8198
|
+
</dd>
|
|
8199
|
+
</dl>
|
|
8200
|
+
|
|
8201
|
+
</dd>
|
|
8202
|
+
</dl>
|
|
8203
|
+
</details>
|
|
8204
|
+
|
|
8205
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getMulti.Error></code></summary>
|
|
8206
|
+
<dl>
|
|
8207
|
+
<dd>
|
|
8208
|
+
|
|
8209
|
+
#### 📝 Description
|
|
8210
|
+
|
|
8211
|
+
<dl>
|
|
8212
|
+
<dd>
|
|
8213
|
+
|
|
8214
|
+
<dl>
|
|
8215
|
+
<dd>
|
|
8216
|
+
|
|
8217
|
+
Returns a list of Coverages based on the search criteria.
|
|
8218
|
+
|
|
8219
|
+
</dd>
|
|
8220
|
+
</dl>
|
|
8221
|
+
</dd>
|
|
8222
|
+
</dl>
|
|
8223
|
+
|
|
8224
|
+
#### 🔌 Usage
|
|
8225
|
+
|
|
8226
|
+
<dl>
|
|
8227
|
+
<dd>
|
|
8228
|
+
|
|
8229
|
+
<dl>
|
|
8230
|
+
<dd>
|
|
8231
|
+
|
|
8232
|
+
```typescript
|
|
8233
|
+
await client.preEncounter.coverages.v1.getMulti({
|
|
8234
|
+
patientId: "string",
|
|
8235
|
+
});
|
|
8236
|
+
```
|
|
8237
|
+
|
|
8238
|
+
</dd>
|
|
8239
|
+
</dl>
|
|
8240
|
+
</dd>
|
|
8241
|
+
</dl>
|
|
8242
|
+
|
|
8243
|
+
#### ⚙️ Parameters
|
|
8244
|
+
|
|
8245
|
+
<dl>
|
|
8246
|
+
<dd>
|
|
8247
|
+
|
|
8248
|
+
<dl>
|
|
8249
|
+
<dd>
|
|
8250
|
+
|
|
8251
|
+
**request:** `CandidApi.preEncounter.coverages.v1.CoverageGetMultiRequest`
|
|
8252
|
+
|
|
8253
|
+
</dd>
|
|
8254
|
+
</dl>
|
|
8255
|
+
|
|
8256
|
+
<dl>
|
|
8257
|
+
<dd>
|
|
8258
|
+
|
|
8259
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8260
|
+
|
|
8261
|
+
</dd>
|
|
8262
|
+
</dl>
|
|
8263
|
+
</dd>
|
|
8264
|
+
</dl>
|
|
8265
|
+
|
|
8266
|
+
</dd>
|
|
8267
|
+
</dl>
|
|
8268
|
+
</details>
|
|
8269
|
+
|
|
8270
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.scan.Error></code></summary>
|
|
8271
|
+
<dl>
|
|
8272
|
+
<dd>
|
|
8273
|
+
|
|
8274
|
+
#### 📝 Description
|
|
8275
|
+
|
|
8276
|
+
<dl>
|
|
8277
|
+
<dd>
|
|
8278
|
+
|
|
8279
|
+
<dl>
|
|
8280
|
+
<dd>
|
|
8281
|
+
|
|
8282
|
+
Scans up to 100 coverage updates. The since query parameter is inclusive, and the result list is ordered by updatedAt descending.
|
|
8283
|
+
|
|
8284
|
+
</dd>
|
|
8285
|
+
</dl>
|
|
8286
|
+
</dd>
|
|
8287
|
+
</dl>
|
|
8288
|
+
|
|
8289
|
+
#### 🔌 Usage
|
|
8290
|
+
|
|
8291
|
+
<dl>
|
|
8292
|
+
<dd>
|
|
8293
|
+
|
|
8294
|
+
<dl>
|
|
8295
|
+
<dd>
|
|
8296
|
+
|
|
8297
|
+
```typescript
|
|
8298
|
+
await client.preEncounter.coverages.v1.scan({
|
|
8299
|
+
since: new Date("2024-01-15T09:30:00.000Z"),
|
|
8300
|
+
});
|
|
8301
|
+
```
|
|
8302
|
+
|
|
8303
|
+
</dd>
|
|
8304
|
+
</dl>
|
|
8305
|
+
</dd>
|
|
8306
|
+
</dl>
|
|
8307
|
+
|
|
8308
|
+
#### ⚙️ Parameters
|
|
8309
|
+
|
|
8310
|
+
<dl>
|
|
8311
|
+
<dd>
|
|
8312
|
+
|
|
8313
|
+
<dl>
|
|
8314
|
+
<dd>
|
|
8315
|
+
|
|
8316
|
+
**request:** `CandidApi.preEncounter.coverages.v1.CoverageScanRequest`
|
|
8317
|
+
|
|
8318
|
+
</dd>
|
|
8319
|
+
</dl>
|
|
8320
|
+
|
|
8321
|
+
<dl>
|
|
8322
|
+
<dd>
|
|
8323
|
+
|
|
8324
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8325
|
+
|
|
8326
|
+
</dd>
|
|
8327
|
+
</dl>
|
|
8328
|
+
</dd>
|
|
8329
|
+
</dl>
|
|
8330
|
+
|
|
8331
|
+
</dd>
|
|
8332
|
+
</dl>
|
|
8333
|
+
</details>
|
|
8334
|
+
|
|
8335
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">checkEligibility</a>(id, { ...params }) -> core.APIResponse<CandidApi.EligibilityCheckMetadata, CandidApi.preEncounter.coverages.v1.checkEligibility.Error></code></summary>
|
|
8336
|
+
<dl>
|
|
8337
|
+
<dd>
|
|
8338
|
+
|
|
8339
|
+
#### 📝 Description
|
|
8340
|
+
|
|
8341
|
+
<dl>
|
|
8342
|
+
<dd>
|
|
8343
|
+
|
|
8344
|
+
<dl>
|
|
8345
|
+
<dd>
|
|
8346
|
+
|
|
8347
|
+
Initiates an eligibility check. Returns the metadata of the check if successfully initiated.
|
|
8348
|
+
|
|
8349
|
+
</dd>
|
|
8350
|
+
</dl>
|
|
8351
|
+
</dd>
|
|
8352
|
+
</dl>
|
|
8353
|
+
|
|
8354
|
+
#### 🔌 Usage
|
|
8355
|
+
|
|
8356
|
+
<dl>
|
|
8357
|
+
<dd>
|
|
8358
|
+
|
|
8359
|
+
<dl>
|
|
8360
|
+
<dd>
|
|
8361
|
+
|
|
8362
|
+
```typescript
|
|
8363
|
+
await client.preEncounter.coverages.v1.checkEligibility(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8364
|
+
serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
|
|
8365
|
+
dateOfService: "2023-01-15",
|
|
8366
|
+
npi: "string",
|
|
8367
|
+
});
|
|
8368
|
+
```
|
|
8369
|
+
|
|
8370
|
+
</dd>
|
|
8371
|
+
</dl>
|
|
8372
|
+
</dd>
|
|
8373
|
+
</dl>
|
|
8374
|
+
|
|
8375
|
+
#### ⚙️ Parameters
|
|
8376
|
+
|
|
8377
|
+
<dl>
|
|
8378
|
+
<dd>
|
|
8379
|
+
|
|
8380
|
+
<dl>
|
|
8381
|
+
<dd>
|
|
8382
|
+
|
|
8383
|
+
**id:** `CandidApi.CoverageId`
|
|
8384
|
+
|
|
8385
|
+
</dd>
|
|
8386
|
+
</dl>
|
|
8387
|
+
|
|
8388
|
+
<dl>
|
|
8389
|
+
<dd>
|
|
8390
|
+
|
|
8391
|
+
**request:** `CandidApi.preEncounter.coverages.v1.CheckEligibilityRequest`
|
|
8392
|
+
|
|
8393
|
+
</dd>
|
|
8394
|
+
</dl>
|
|
8395
|
+
|
|
8396
|
+
<dl>
|
|
8397
|
+
<dd>
|
|
8398
|
+
|
|
8399
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8400
|
+
|
|
8401
|
+
</dd>
|
|
8402
|
+
</dl>
|
|
8403
|
+
</dd>
|
|
8404
|
+
</dl>
|
|
8405
|
+
|
|
8406
|
+
</dd>
|
|
8407
|
+
</dl>
|
|
8408
|
+
</details>
|
|
8409
|
+
|
|
8410
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getEligibility</a>(id, checkId) -> core.APIResponse<CandidApi.CoverageEligibilityCheckResponse, CandidApi.preEncounter.coverages.v1.getEligibility.Error></code></summary>
|
|
8411
|
+
<dl>
|
|
8412
|
+
<dd>
|
|
8413
|
+
|
|
8414
|
+
#### 📝 Description
|
|
8415
|
+
|
|
8416
|
+
<dl>
|
|
8417
|
+
<dd>
|
|
8418
|
+
|
|
8419
|
+
<dl>
|
|
8420
|
+
<dd>
|
|
8421
|
+
|
|
8422
|
+
Gets the eligibility of a patient for a specific coverage if successful.
|
|
8423
|
+
|
|
8424
|
+
</dd>
|
|
8425
|
+
</dl>
|
|
8426
|
+
</dd>
|
|
8427
|
+
</dl>
|
|
8428
|
+
|
|
8429
|
+
#### 🔌 Usage
|
|
8430
|
+
|
|
8431
|
+
<dl>
|
|
8432
|
+
<dd>
|
|
8433
|
+
|
|
8434
|
+
<dl>
|
|
8435
|
+
<dd>
|
|
8436
|
+
|
|
8437
|
+
```typescript
|
|
8438
|
+
await client.preEncounter.coverages.v1.getEligibility(
|
|
8439
|
+
CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8440
|
+
"string"
|
|
8441
|
+
);
|
|
8442
|
+
```
|
|
8443
|
+
|
|
8444
|
+
</dd>
|
|
8445
|
+
</dl>
|
|
8446
|
+
</dd>
|
|
8447
|
+
</dl>
|
|
8448
|
+
|
|
8449
|
+
#### ⚙️ Parameters
|
|
8450
|
+
|
|
8451
|
+
<dl>
|
|
8452
|
+
<dd>
|
|
8453
|
+
|
|
8454
|
+
<dl>
|
|
8455
|
+
<dd>
|
|
8456
|
+
|
|
8457
|
+
**id:** `CandidApi.CoverageId`
|
|
8458
|
+
|
|
8459
|
+
</dd>
|
|
8460
|
+
</dl>
|
|
8461
|
+
|
|
8462
|
+
<dl>
|
|
8463
|
+
<dd>
|
|
8464
|
+
|
|
8465
|
+
**checkId:** `string`
|
|
8466
|
+
|
|
8467
|
+
</dd>
|
|
8468
|
+
</dl>
|
|
8469
|
+
|
|
8470
|
+
<dl>
|
|
8471
|
+
<dd>
|
|
8472
|
+
|
|
8473
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8474
|
+
|
|
8475
|
+
</dd>
|
|
8476
|
+
</dl>
|
|
8477
|
+
</dd>
|
|
8478
|
+
</dl>
|
|
8479
|
+
|
|
8480
|
+
</dd>
|
|
8481
|
+
</dl>
|
|
8482
|
+
</details>
|
|
8483
|
+
|
|
8484
|
+
## PreEncounter Patients V1
|
|
8485
|
+
|
|
8486
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.create.Error></code></summary>
|
|
8487
|
+
<dl>
|
|
8488
|
+
<dd>
|
|
8489
|
+
|
|
8490
|
+
#### 📝 Description
|
|
8491
|
+
|
|
8492
|
+
<dl>
|
|
8493
|
+
<dd>
|
|
8494
|
+
|
|
8495
|
+
<dl>
|
|
8496
|
+
<dd>
|
|
8497
|
+
|
|
8498
|
+
Adds a patient. VersionConflictError is returned when the patient's external ID is already in use.
|
|
8499
|
+
|
|
8500
|
+
</dd>
|
|
8501
|
+
</dl>
|
|
8502
|
+
</dd>
|
|
8503
|
+
</dl>
|
|
8504
|
+
|
|
8505
|
+
#### 🔌 Usage
|
|
8506
|
+
|
|
8507
|
+
<dl>
|
|
8508
|
+
<dd>
|
|
8509
|
+
|
|
8510
|
+
<dl>
|
|
8511
|
+
<dd>
|
|
8512
|
+
|
|
8513
|
+
```typescript
|
|
8514
|
+
await client.preEncounter.patients.v1.create({
|
|
8515
|
+
name: {},
|
|
8516
|
+
otherNames: [{}],
|
|
8517
|
+
gender: CandidApi.Gender.Man,
|
|
8518
|
+
birthDate: "2023-01-15",
|
|
8519
|
+
socialSecurityNumber: "string",
|
|
8520
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
8521
|
+
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
8522
|
+
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
8523
|
+
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
8524
|
+
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
8525
|
+
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
8526
|
+
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
8527
|
+
multipleBirth: 1,
|
|
8528
|
+
primaryAddress: {},
|
|
8529
|
+
otherAddresses: [{}],
|
|
8530
|
+
primaryTelecom: {},
|
|
8531
|
+
otherTelecoms: [{}],
|
|
8532
|
+
email: "string",
|
|
8533
|
+
electronicCommunicationOptIn: true,
|
|
8534
|
+
photo: "string",
|
|
8535
|
+
language: "string",
|
|
8536
|
+
externalProvenance: {
|
|
8537
|
+
externalId: "string",
|
|
8538
|
+
systemName: "string",
|
|
8539
|
+
},
|
|
8540
|
+
contacts: [
|
|
8541
|
+
{
|
|
8542
|
+
relationship: [CandidApi.Relationship.Self],
|
|
8543
|
+
name: {},
|
|
8544
|
+
telecoms: [{}],
|
|
8545
|
+
addresses: [{}],
|
|
8546
|
+
period: {},
|
|
8547
|
+
hipaaAuthorization: true,
|
|
8548
|
+
},
|
|
8549
|
+
],
|
|
8550
|
+
generalPractitioners: [{}],
|
|
8551
|
+
filingOrder: {
|
|
8552
|
+
coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
8553
|
+
},
|
|
8554
|
+
});
|
|
8555
|
+
```
|
|
8556
|
+
|
|
8557
|
+
</dd>
|
|
8558
|
+
</dl>
|
|
8559
|
+
</dd>
|
|
8560
|
+
</dl>
|
|
8561
|
+
|
|
8562
|
+
#### ⚙️ Parameters
|
|
8563
|
+
|
|
8564
|
+
<dl>
|
|
8565
|
+
<dd>
|
|
8566
|
+
|
|
8567
|
+
<dl>
|
|
8568
|
+
<dd>
|
|
8569
|
+
|
|
8570
|
+
**request:** `CandidApi.MutablePatient`
|
|
8571
|
+
|
|
8572
|
+
</dd>
|
|
8573
|
+
</dl>
|
|
8574
|
+
|
|
8575
|
+
<dl>
|
|
8576
|
+
<dd>
|
|
8577
|
+
|
|
8578
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8579
|
+
|
|
8580
|
+
</dd>
|
|
8581
|
+
</dl>
|
|
8582
|
+
</dd>
|
|
8583
|
+
</dl>
|
|
8584
|
+
|
|
8585
|
+
</dd>
|
|
8586
|
+
</dl>
|
|
8587
|
+
</details>
|
|
8588
|
+
|
|
8589
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPage, CandidApi.preEncounter.patients.v1.getMulti.Error></code></summary>
|
|
8590
|
+
<dl>
|
|
8591
|
+
<dd>
|
|
8592
|
+
|
|
8593
|
+
#### 📝 Description
|
|
8594
|
+
|
|
8595
|
+
<dl>
|
|
8596
|
+
<dd>
|
|
8597
|
+
|
|
8598
|
+
<dl>
|
|
8599
|
+
<dd>
|
|
8600
|
+
|
|
8601
|
+
Searches for patients that match the query parameters.
|
|
8602
|
+
|
|
8603
|
+
</dd>
|
|
8604
|
+
</dl>
|
|
8605
|
+
</dd>
|
|
8606
|
+
</dl>
|
|
8607
|
+
|
|
8608
|
+
#### 🔌 Usage
|
|
8609
|
+
|
|
8610
|
+
<dl>
|
|
8611
|
+
<dd>
|
|
8612
|
+
|
|
8613
|
+
<dl>
|
|
8614
|
+
<dd>
|
|
8615
|
+
|
|
8616
|
+
```typescript
|
|
8617
|
+
await client.preEncounter.patients.v1.getMulti({
|
|
8618
|
+
pageToken: CandidApi.PageToken("string"),
|
|
8619
|
+
limit: 1,
|
|
8620
|
+
sortField: CandidApi.PatientSortField("string"),
|
|
8621
|
+
sortDirection: CandidApi.SortDirection.Asc,
|
|
8622
|
+
});
|
|
8623
|
+
```
|
|
8624
|
+
|
|
8625
|
+
</dd>
|
|
8626
|
+
</dl>
|
|
8627
|
+
</dd>
|
|
8628
|
+
</dl>
|
|
8629
|
+
|
|
8630
|
+
#### ⚙️ Parameters
|
|
8631
|
+
|
|
8632
|
+
<dl>
|
|
8633
|
+
<dd>
|
|
8634
|
+
|
|
8635
|
+
<dl>
|
|
8636
|
+
<dd>
|
|
8637
|
+
|
|
8638
|
+
**request:** `CandidApi.preEncounter.patients.v1.PatientsSearchRequestPaginated`
|
|
8639
|
+
|
|
8640
|
+
</dd>
|
|
8641
|
+
</dl>
|
|
8642
|
+
|
|
8643
|
+
<dl>
|
|
8644
|
+
<dd>
|
|
8645
|
+
|
|
8646
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8647
|
+
|
|
8648
|
+
</dd>
|
|
8649
|
+
</dl>
|
|
8650
|
+
</dd>
|
|
8651
|
+
</dl>
|
|
8652
|
+
|
|
8653
|
+
</dd>
|
|
8654
|
+
</dl>
|
|
8655
|
+
</details>
|
|
8656
|
+
|
|
8657
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.get.Error></code></summary>
|
|
8658
|
+
<dl>
|
|
8659
|
+
<dd>
|
|
8660
|
+
|
|
8661
|
+
#### 📝 Description
|
|
8662
|
+
|
|
8663
|
+
<dl>
|
|
8664
|
+
<dd>
|
|
8665
|
+
|
|
8666
|
+
<dl>
|
|
8667
|
+
<dd>
|
|
8668
|
+
|
|
8669
|
+
Gets a patient.
|
|
8670
|
+
|
|
8671
|
+
</dd>
|
|
8672
|
+
</dl>
|
|
8673
|
+
</dd>
|
|
8674
|
+
</dl>
|
|
8675
|
+
|
|
8676
|
+
#### 🔌 Usage
|
|
8677
|
+
|
|
8678
|
+
<dl>
|
|
8679
|
+
<dd>
|
|
8680
|
+
|
|
8681
|
+
<dl>
|
|
8682
|
+
<dd>
|
|
8683
|
+
|
|
8684
|
+
```typescript
|
|
8685
|
+
await client.preEncounter.patients.v1.get(CandidApi.PatientId("string"));
|
|
8686
|
+
```
|
|
8687
|
+
|
|
8688
|
+
</dd>
|
|
8689
|
+
</dl>
|
|
8690
|
+
</dd>
|
|
8691
|
+
</dl>
|
|
8692
|
+
|
|
8693
|
+
#### ⚙️ Parameters
|
|
8694
|
+
|
|
8695
|
+
<dl>
|
|
8696
|
+
<dd>
|
|
8697
|
+
|
|
8698
|
+
<dl>
|
|
8699
|
+
<dd>
|
|
8700
|
+
|
|
8701
|
+
**id:** `CandidApi.PatientId`
|
|
8702
|
+
|
|
8703
|
+
</dd>
|
|
8704
|
+
</dl>
|
|
8705
|
+
|
|
8706
|
+
<dl>
|
|
8707
|
+
<dd>
|
|
8708
|
+
|
|
8709
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7966
8710
|
|
|
7967
8711
|
</dd>
|
|
7968
8712
|
</dl>
|
|
@@ -8048,7 +8792,7 @@ await client.preEncounter.patients.v1.getHistory(CandidApi.PatientId("string"));
|
|
|
8048
8792
|
<dl>
|
|
8049
8793
|
<dd>
|
|
8050
8794
|
|
|
8051
|
-
Updates a patient. The path must contain the most recent version to prevent
|
|
8795
|
+
Updates a patient. The path must contain the most recent version to prevent race conditions. Updating historic versions is not supported.
|
|
8052
8796
|
|
|
8053
8797
|
</dd>
|
|
8054
8798
|
</dl>
|
|
@@ -8097,6 +8841,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
8097
8841
|
telecoms: [{}],
|
|
8098
8842
|
addresses: [{}],
|
|
8099
8843
|
period: {},
|
|
8844
|
+
hipaaAuthorization: true,
|
|
8100
8845
|
},
|
|
8101
8846
|
],
|
|
8102
8847
|
generalPractitioners: [{}],
|
|
@@ -8166,7 +8911,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
8166
8911
|
<dl>
|
|
8167
8912
|
<dd>
|
|
8168
8913
|
|
|
8169
|
-
Sets a patient as deactivated. The path must contain the most recent version to prevent
|
|
8914
|
+
Sets a patient as deactivated. The path must contain the most recent version to prevent race conditions. Deactivating historic versions is not supported. Subsequent updates via PUT to the patient will "reactivate" the patient and set the deactivated flag to false.
|
|
8170
8915
|
|
|
8171
8916
|
</dd>
|
|
8172
8917
|
</dl>
|
|
@@ -8237,7 +8982,7 @@ await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("string"),
|
|
|
8237
8982
|
<dl>
|
|
8238
8983
|
<dd>
|
|
8239
8984
|
|
|
8240
|
-
|
|
8985
|
+
Returns a list of Patients based on the search criteria.
|
|
8241
8986
|
|
|
8242
8987
|
</dd>
|
|
8243
8988
|
</dl>
|
|
@@ -8254,7 +8999,8 @@ Searches for patients that match the query parameters.
|
|
|
8254
8999
|
|
|
8255
9000
|
```typescript
|
|
8256
9001
|
await client.preEncounter.patients.v1.search({
|
|
8257
|
-
|
|
9002
|
+
mrn: "string",
|
|
9003
|
+
similarNameOrdering: "string",
|
|
8258
9004
|
});
|
|
8259
9005
|
```
|
|
8260
9006
|
|
|
@@ -8271,7 +9017,7 @@ await client.preEncounter.patients.v1.search({
|
|
|
8271
9017
|
<dl>
|
|
8272
9018
|
<dd>
|
|
8273
9019
|
|
|
8274
|
-
**request:** `CandidApi.preEncounter.patients.v1.
|
|
9020
|
+
**request:** `CandidApi.preEncounter.patients.v1.PatientGetMultiRequest`
|
|
8275
9021
|
|
|
8276
9022
|
</dd>
|
|
8277
9023
|
</dl>
|