candidhealth 0.39.4 → 0.39.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +38 -34
- package/Client.js +17 -7
- package/README.md +25 -9
- package/api/resources/auth/client/Client.d.ts +5 -1
- package/api/resources/auth/resources/index.js +17 -7
- package/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/auth/resources/v2/client/Client.js +21 -19
- package/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
- package/api/resources/auth/resources/v2/client/getToken.js +17 -7
- package/api/resources/auth/resources/v2/client/index.js +17 -7
- package/api/resources/billingNotes/client/Client.d.ts +5 -1
- package/api/resources/billingNotes/resources/index.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
- package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/create.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
- package/api/resources/chargeCapture/client/Client.d.ts +5 -1
- package/api/resources/chargeCapture/resources/index.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
- package/api/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/api/resources/claimSubmission/resources/index.js +17 -7
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/api/resources/claims/types/Claim.d.ts +4 -4
- package/api/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/api/resources/commons/types/AppointmentId.d.ts +1 -1
- package/api/resources/commons/types/AppointmentId.js +1 -2
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
- package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
- package/api/resources/commons/types/ChargeCaptureId.js +1 -2
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/api/resources/commons/types/ClaimId.d.ts +1 -1
- package/api/resources/commons/types/ClaimId.js +1 -2
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
- package/api/resources/commons/types/Date_.d.ts +1 -1
- package/api/resources/commons/types/Date_.js +1 -2
- package/api/resources/commons/types/Decimal.d.ts +1 -1
- package/api/resources/commons/types/Decimal.js +1 -2
- package/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
- package/api/resources/commons/types/Email.d.ts +1 -1
- package/api/resources/commons/types/Email.js +1 -2
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
- package/api/resources/commons/types/EncounterExternalId.js +1 -2
- package/api/resources/commons/types/EncounterId.d.ts +1 -1
- package/api/resources/commons/types/EncounterId.js +1 -2
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
- package/api/resources/commons/types/ErrorMessage.d.ts +1 -1
- package/api/resources/commons/types/ErrorMessage.js +1 -2
- package/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
- package/api/resources/commons/types/InvoiceId.d.ts +1 -1
- package/api/resources/commons/types/InvoiceId.js +1 -2
- package/api/resources/commons/types/LinkUrl.d.ts +1 -1
- package/api/resources/commons/types/LinkUrl.js +1 -2
- package/api/resources/commons/types/NetworkType.d.ts +1 -1
- package/api/resources/commons/types/Npi.d.ts +1 -1
- package/api/resources/commons/types/Npi.js +1 -2
- package/api/resources/commons/types/OrganizationId.d.ts +1 -1
- package/api/resources/commons/types/OrganizationId.js +1 -2
- package/api/resources/commons/types/PageToken.d.ts +1 -1
- package/api/resources/commons/types/PageToken.js +1 -2
- package/api/resources/commons/types/PatientExternalId.d.ts +1 -1
- package/api/resources/commons/types/PatientExternalId.js +1 -2
- package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
- package/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
- package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
- package/api/resources/commons/types/PreEncounterPatientId.js +1 -2
- package/api/resources/commons/types/Primitive.d.ts +1 -1
- package/api/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
- package/api/resources/commons/types/ProviderId.d.ts +1 -1
- package/api/resources/commons/types/ProviderId.js +1 -2
- package/api/resources/commons/types/QualifierCode.d.ts +1 -1
- package/api/resources/commons/types/RateId.d.ts +1 -1
- package/api/resources/commons/types/RateId.js +1 -2
- package/api/resources/commons/types/Regions.d.ts +1 -1
- package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
- package/api/resources/commons/types/SchemaId.d.ts +1 -1
- package/api/resources/commons/types/SchemaId.js +1 -2
- package/api/resources/commons/types/ServiceLineId.d.ts +1 -1
- package/api/resources/commons/types/ServiceLineId.js +1 -2
- package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
- package/api/resources/commons/types/SortDirection.d.ts +1 -1
- package/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
- package/api/resources/commons/types/State.d.ts +1 -1
- package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
- package/api/resources/commons/types/TaskAssignmentId.js +1 -2
- package/api/resources/commons/types/TaskId.d.ts +1 -1
- package/api/resources/commons/types/TaskId.js +1 -2
- package/api/resources/commons/types/TaskNoteId.d.ts +1 -1
- package/api/resources/commons/types/TaskNoteId.js +1 -2
- package/api/resources/commons/types/TaxId.d.ts +1 -1
- package/api/resources/commons/types/TaxId.js +1 -2
- package/api/resources/commons/types/UserId.d.ts +1 -1
- package/api/resources/commons/types/UserId.js +1 -2
- package/api/resources/commons/types/WorkQueueId.d.ts +1 -1
- package/api/resources/commons/types/WorkQueueId.js +1 -2
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/client/Client.d.ts +5 -1
- package/api/resources/contracts/resources/index.js +17 -7
- package/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
- package/api/resources/contracts/resources/v2/client/Client.js +50 -78
- package/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/create.js +17 -7
- package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/delete.js +17 -7
- package/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/get.js +17 -7
- package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
- package/api/resources/contracts/resources/v2/client/index.js +17 -7
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
- package/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
- package/api/resources/contracts/resources/v2/client/update.js +17 -7
- package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
- package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
- package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
- package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
- package/api/resources/credentialing/client/Client.d.ts +5 -1
- package/api/resources/credentialing/resources/index.js +17 -7
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
- package/api/resources/credentialing/resources/v2/client/Client.js +43 -73
- package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/create.js +17 -7
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/get.js +17 -7
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/api/resources/credentialing/resources/v2/client/index.js +17 -7
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/client/update.js +17 -7
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
- package/api/resources/customSchemas/client/Client.d.ts +5 -1
- package/api/resources/customSchemas/resources/index.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
- package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
- package/api/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
- package/api/resources/diagnoses/client/Client.d.ts +6 -2
- package/api/resources/diagnoses/client/Client.js +32 -46
- package/api/resources/diagnoses/client/create.d.ts +1 -1
- package/api/resources/diagnoses/client/create.js +17 -7
- package/api/resources/diagnoses/client/delete.d.ts +1 -1
- package/api/resources/diagnoses/client/delete.js +17 -7
- package/api/resources/diagnoses/client/index.js +17 -7
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
- package/api/resources/diagnoses/client/update.d.ts +1 -1
- package/api/resources/diagnoses/client/update.js +17 -7
- package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
- package/api/resources/diagnoses/types/DiagnosisId.js +1 -2
- package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
- package/api/resources/eligibility/client/Client.d.ts +5 -1
- package/api/resources/eligibility/resources/index.js +17 -7
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +29 -43
- package/api/resources/eligibility/resources/v2/client/index.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/api/resources/encounterProviders/client/Client.d.ts +5 -1
- package/api/resources/encounterProviders/resources/index.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
- package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
- package/api/resources/encounters/client/Client.d.ts +5 -1
- package/api/resources/encounters/resources/index.js +17 -7
- package/api/resources/encounters/resources/v4/client/Client.d.ts +88 -305
- package/api/resources/encounters/resources/v4/client/Client.js +141 -441
- package/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/api/resources/encounters/resources/v4/client/create.js +39 -7
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
- package/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/get.js +17 -7
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/getAll.js +17 -7
- package/api/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/api/resources/encounters/resources/v4/client/index.js +18 -9
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +28 -7
- package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
- package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
- package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
- package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
- package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
- package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/era/types/EraId.d.ts +1 -1
- package/api/resources/era/types/EraId.js +1 -2
- package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
- package/api/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
- package/api/resources/exports/client/Client.d.ts +5 -1
- package/api/resources/exports/resources/index.js +17 -7
- package/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
- package/api/resources/exports/resources/v3/client/Client.js +21 -19
- package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
- package/api/resources/exports/resources/v3/client/getExports.js +17 -7
- package/api/resources/exports/resources/v3/client/index.js +17 -7
- package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
- package/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
- package/api/resources/feeSchedules/client/Client.d.ts +5 -1
- package/api/resources/feeSchedules/resources/index.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
- package/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
- package/api/resources/financials/types/AccountType.d.ts +1 -1
- package/api/resources/financials/types/AllocationTarget.d.ts +1 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
- package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
- package/api/resources/financials/types/NoteUpdate.d.ts +1 -1
- package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/api/resources/financials/types/RefundReason.d.ts +1 -1
- package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
- package/api/resources/guarantor/client/Client.d.ts +5 -1
- package/api/resources/guarantor/resources/index.js +17 -7
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/guarantor/resources/v1/client/Client.js +31 -45
- package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/create.js +17 -7
- package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/get.js +17 -7
- package/api/resources/guarantor/resources/v1/client/index.js +17 -7
- package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/update.js +17 -7
- package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
- package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
- package/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
- package/api/resources/identifiers/types/IdentifierId.js +1 -2
- package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
- package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
- package/api/resources/importInvoice/client/Client.d.ts +5 -1
- package/api/resources/importInvoice/resources/index.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
- package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
- package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
- package/api/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
- package/api/resources/index.js +17 -7
- package/api/resources/individual/types/Gender.d.ts +1 -1
- package/api/resources/individual/types/IndividualId.d.ts +1 -1
- package/api/resources/individual/types/IndividualId.js +1 -2
- package/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
- package/api/resources/insuranceAdjudications/resources/index.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
- package/api/resources/insuranceCards/resources/index.js +17 -7
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
- package/api/resources/insurancePayments/client/Client.d.ts +5 -1
- package/api/resources/insurancePayments/resources/index.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
- package/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
- package/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
- package/api/resources/insuranceRefunds/resources/index.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
- package/api/resources/invoices/resources/index.js +17 -7
- package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
- package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
- package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/api/resources/medicationDispense/client/Client.d.ts +5 -1
- package/api/resources/medicationDispense/resources/index.js +17 -7
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
- package/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
- package/api/resources/nonInsurancePayers/resources/index.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
- package/api/resources/organizationProviders/client/Client.d.ts +5 -1
- package/api/resources/organizationProviders/resources/index.js +17 -7
- package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
- package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
- package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
- package/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
- package/api/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
- package/api/resources/patientPayments/client/Client.d.ts +5 -1
- package/api/resources/patientPayments/resources/index.js +17 -7
- package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
- package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
- package/api/resources/patientRefunds/client/Client.d.ts +5 -1
- package/api/resources/patientRefunds/resources/index.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
- package/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
- package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
- package/api/resources/payers/client/Client.d.ts +5 -1
- package/api/resources/payers/resources/index.js +17 -7
- package/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
- package/api/resources/payers/resources/v3/client/Client.js +25 -31
- package/api/resources/payers/resources/v3/client/get.d.ts +1 -1
- package/api/resources/payers/resources/v3/client/get.js +17 -7
- package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
- package/api/resources/payers/resources/v3/client/getAll.js +17 -7
- package/api/resources/payers/resources/v3/client/index.js +17 -7
- package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerId.js +1 -2
- package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerName.js +1 -2
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
- package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
- package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
- package/api/resources/preEncounter/client/Client.d.ts +10 -6
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
- package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
- package/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
- package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
- package/api/resources/preEncounter/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
- package/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
- package/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
- package/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
- package/api/resources/remitDrafts/resources/index.js +17 -7
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
- package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
- package/api/resources/remits/resources/index.js +17 -7
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
- package/api/resources/serviceFacility/client/Client.d.ts +5 -1
- package/api/resources/serviceFacility/client/Client.js +21 -19
- package/api/resources/serviceFacility/client/index.js +17 -7
- package/api/resources/serviceFacility/client/update.d.ts +1 -1
- package/api/resources/serviceFacility/client/update.js +17 -7
- package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
- package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
- package/api/resources/serviceLines/client/Client.d.ts +5 -1
- package/api/resources/serviceLines/resources/index.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
- package/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/api/resources/tags/types/TagColorEnum.d.ts +1 -1
- package/api/resources/tags/types/TagId.d.ts +1 -1
- package/api/resources/tags/types/TagId.js +1 -2
- package/api/resources/tasks/client/Client.d.ts +5 -1
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/api/resources/tasks/resources/index.js +17 -7
- package/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
- package/api/resources/tasks/resources/v3/client/Client.js +53 -77
- package/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/create.js +17 -7
- package/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/get.js +17 -7
- package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/getActions.js +17 -7
- package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/api/resources/tasks/resources/v3/client/index.js +17 -7
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
- package/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
- package/api/resources/tasks/resources/v3/client/update.js +17 -7
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
- package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
- package/api/resources/writeOffs/client/Client.d.ts +5 -1
- package/api/resources/writeOffs/resources/index.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/create.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/get.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/index.js +17 -7
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
- package/api/resources/x12/resources/index.js +17 -7
- package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/core/auth/BearerToken.d.ts +1 -1
- package/core/auth/OAuthTokenProvider.js +17 -7
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/Fetcher.d.ts +3 -3
- package/core/fetcher/Fetcher.js +6 -31
- package/core/fetcher/Supplier.d.ts +1 -1
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.js +1 -2
- package/core/fetcher/getFetchFn.js +18 -9
- package/core/fetcher/getHeader.js +1 -2
- package/core/fetcher/getRequestBody.js +5 -5
- package/core/fetcher/getResponseBody.js +9 -3
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/requestWithRetries.js +17 -9
- package/core/fetcher/signals.d.ts +0 -1
- package/core/fetcher/signals.js +2 -3
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/core/index.js +17 -7
- package/core/json.d.ts +15 -0
- package/core/json.js +24 -0
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.js +51 -41
- package/core/schemas/Schema.d.ts +8 -5
- package/core/schemas/Schema.js +3 -0
- package/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/core/schemas/builders/bigint/bigint.js +53 -0
- package/core/schemas/builders/bigint/index.d.ts +1 -0
- package/core/schemas/builders/bigint/index.js +5 -0
- package/core/schemas/builders/date/date.js +1 -2
- package/core/schemas/builders/enum/enum.js +1 -2
- package/core/schemas/builders/index.d.ts +1 -0
- package/core/schemas/builders/index.js +1 -0
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +3 -4
- package/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/core/schemas/builders/list/list.js +1 -2
- package/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +31 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/core/schemas/builders/object/property.js +2 -3
- package/core/schemas/builders/object/types.d.ts +16 -11
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/record/record.js +2 -4
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/core/schemas/builders/set/set.js +1 -2
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/core/schemas/builders/union/discriminant.js +1 -2
- package/core/schemas/builders/union/types.d.ts +6 -6
- package/core/schemas/builders/union/union.d.ts +1 -1
- package/core/schemas/builders/union/union.js +1 -2
- package/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/core/schemas/utils/entries.d.ts +1 -1
- package/core/schemas/utils/entries.js +1 -2
- package/core/schemas/utils/filterObject.d.ts +1 -1
- package/core/schemas/utils/filterObject.js +1 -2
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
- package/core/schemas/utils/isPlainObject.js +1 -2
- package/core/schemas/utils/keys.d.ts +1 -1
- package/core/schemas/utils/keys.js +1 -2
- package/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/core/schemas/utils/partition.js +1 -2
- package/dist/Client.d.ts +38 -34
- package/dist/Client.js +17 -7
- package/dist/api/resources/auth/client/Client.d.ts +5 -1
- package/dist/api/resources/auth/resources/index.js +17 -7
- package/dist/api/resources/auth/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +21 -19
- package/dist/api/resources/auth/resources/v2/client/getToken.d.ts +1 -1
- package/dist/api/resources/auth/resources/v2/client/getToken.js +17 -7
- package/dist/api/resources/auth/resources/v2/client/index.js +17 -7
- package/dist/api/resources/billingNotes/client/Client.d.ts +5 -1
- package/dist/api/resources/billingNotes/resources/index.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +28 -42
- package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/create.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -2
- package/dist/api/resources/chargeCapture/client/Client.d.ts +5 -1
- package/dist/api/resources/chargeCapture/resources/index.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +45 -73
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +5 -1
- package/dist/api/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +37 -49
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +2 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/dist/api/resources/claimSubmission/resources/index.js +17 -7
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +1 -1
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
- package/dist/api/resources/claims/types/Claim.d.ts +4 -4
- package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -1
- package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/AppointmentId.js +1 -2
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +1 -2
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -1
- package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -2
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
- package/dist/api/resources/commons/types/ClaimId.d.ts +1 -1
- package/dist/api/resources/commons/types/ClaimId.js +1 -2
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -1
- package/dist/api/resources/commons/types/Date_.d.ts +1 -1
- package/dist/api/resources/commons/types/Date_.js +1 -2
- package/dist/api/resources/commons/types/Decimal.d.ts +1 -1
- package/dist/api/resources/commons/types/Decimal.js +1 -2
- package/dist/api/resources/commons/types/DelayReasonCode.d.ts +1 -1
- package/dist/api/resources/commons/types/Email.d.ts +1 -1
- package/dist/api/resources/commons/types/Email.js +1 -2
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterExternalId.js +1 -2
- package/dist/api/resources/commons/types/EncounterId.d.ts +1 -1
- package/dist/api/resources/commons/types/EncounterId.js +1 -2
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -1
- package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -1
- package/dist/api/resources/commons/types/ErrorMessage.js +1 -2
- package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +1 -1
- package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -1
- package/dist/api/resources/commons/types/InvoiceId.js +1 -2
- package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -1
- package/dist/api/resources/commons/types/LinkUrl.js +1 -2
- package/dist/api/resources/commons/types/NetworkType.d.ts +1 -1
- package/dist/api/resources/commons/types/Npi.d.ts +1 -1
- package/dist/api/resources/commons/types/Npi.js +1 -2
- package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -1
- package/dist/api/resources/commons/types/OrganizationId.js +1 -2
- package/dist/api/resources/commons/types/PageToken.d.ts +1 -1
- package/dist/api/resources/commons/types/PageToken.js +1 -2
- package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -1
- package/dist/api/resources/commons/types/PatientExternalId.js +1 -2
- package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +1 -1
- package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +8 -0
- package/dist/api/resources/commons/types/PayerPlanGroupId.js +9 -0
- package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -2
- package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -1
- package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -2
- package/dist/api/resources/commons/types/Primitive.d.ts +1 -1
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -2
- package/dist/api/resources/commons/types/ProviderId.d.ts +1 -1
- package/dist/api/resources/commons/types/ProviderId.js +1 -2
- package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -1
- package/dist/api/resources/commons/types/RateId.d.ts +1 -1
- package/dist/api/resources/commons/types/RateId.js +1 -2
- package/dist/api/resources/commons/types/Regions.d.ts +1 -1
- package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -1
- package/dist/api/resources/commons/types/SchemaId.d.ts +1 -1
- package/dist/api/resources/commons/types/SchemaId.js +1 -2
- package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -1
- package/dist/api/resources/commons/types/ServiceLineId.js +1 -2
- package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -1
- package/dist/api/resources/commons/types/SortDirection.d.ts +1 -1
- package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +1 -1
- package/dist/api/resources/commons/types/State.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -2
- package/dist/api/resources/commons/types/TaskId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskId.js +1 -2
- package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaskNoteId.js +1 -2
- package/dist/api/resources/commons/types/TaxId.d.ts +1 -1
- package/dist/api/resources/commons/types/TaxId.js +1 -2
- package/dist/api/resources/commons/types/UserId.d.ts +1 -1
- package/dist/api/resources/commons/types/UserId.js +1 -2
- package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -1
- package/dist/api/resources/commons/types/WorkQueueId.js +1 -2
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/client/Client.d.ts +5 -1
- package/dist/api/resources/contracts/resources/index.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +9 -5
- package/dist/api/resources/contracts/resources/v2/client/Client.js +50 -78
- package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/create.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/get.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/getMulti.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/index.js +17 -7
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +2 -2
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +2 -2
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/client/update.js +17 -7
- package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -2
- package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -2
- package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -1
- package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -2
- package/dist/api/resources/credentialing/client/Client.d.ts +5 -1
- package/dist/api/resources/credentialing/resources/index.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +6 -2
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +43 -73
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/create.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/get.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/index.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/client/update.js +17 -7
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -1
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -2
- package/dist/api/resources/customSchemas/client/Client.d.ts +5 -1
- package/dist/api/resources/customSchemas/resources/index.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +9 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +40 -62
- package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +4 -4
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/Client.d.ts +6 -2
- package/dist/api/resources/diagnoses/client/Client.js +32 -46
- package/dist/api/resources/diagnoses/client/create.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/create.js +17 -7
- package/dist/api/resources/diagnoses/client/delete.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/delete.js +17 -7
- package/dist/api/resources/diagnoses/client/index.js +17 -7
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.d.ts +1 -1
- package/dist/api/resources/diagnoses/client/update.js +17 -7
- package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
- package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -1
- package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -2
- package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +1 -1
- package/dist/api/resources/eligibility/client/Client.d.ts +5 -1
- package/dist/api/resources/eligibility/resources/index.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +29 -43
- package/dist/api/resources/eligibility/resources/v2/client/index.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -1
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/dist/api/resources/encounterProviders/client/Client.d.ts +5 -1
- package/dist/api/resources/encounterProviders/resources/index.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +14 -10
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -161
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -2
- package/dist/api/resources/encounters/client/Client.d.ts +5 -1
- package/dist/api/resources/encounters/resources/index.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +88 -305
- package/dist/api/resources/encounters/resources/v4/client/Client.js +141 -441
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +39 -7
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +13 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +39 -7
- package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/get.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +17 -7
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/client/index.js +18 -9
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +52 -50
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +3 -3
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +28 -7
- package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -10
- package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +8 -0
- package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -2
- package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/era/types/EraId.d.ts +1 -1
- package/dist/api/resources/era/types/EraId.js +1 -2
- package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +6 -2
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +22 -20
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +14 -10
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +35 -41
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -1
- package/dist/api/resources/exports/client/Client.d.ts +5 -1
- package/dist/api/resources/exports/resources/index.js +17 -7
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +4 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +21 -19
- package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -2
- package/dist/api/resources/exports/resources/v3/client/getExports.js +17 -7
- package/dist/api/resources/exports/resources/v3/client/index.js +17 -7
- package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
- package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +5 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +22 -20
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +17 -7
- package/dist/api/resources/feeSchedules/client/Client.d.ts +5 -1
- package/dist/api/resources/feeSchedules/resources/index.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +20 -16
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +111 -163
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +5 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +6 -6
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -1
- package/dist/api/resources/financials/types/AccountType.d.ts +1 -1
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -1
- package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -1
- package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -1
- package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -1
- package/dist/api/resources/financials/types/RefundReason.d.ts +1 -1
- package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -1
- package/dist/api/resources/guarantor/client/Client.d.ts +5 -1
- package/dist/api/resources/guarantor/resources/index.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +31 -45
- package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/create.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/get.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/index.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/update.js +17 -7
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -2
- package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -1
- package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -1
- package/dist/api/resources/identifiers/types/IdentifierId.js +1 -2
- package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -1
- package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -1
- package/dist/api/resources/importInvoice/client/Client.d.ts +5 -1
- package/dist/api/resources/importInvoice/resources/index.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +50 -66
- package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -1
- package/dist/api/resources/index.js +17 -7
- package/dist/api/resources/individual/types/Gender.d.ts +1 -1
- package/dist/api/resources/individual/types/IndividualId.d.ts +1 -1
- package/dist/api/resources/individual/types/IndividualId.js +1 -2
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/index.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +28 -42
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -2
- package/dist/api/resources/insuranceCards/resources/index.js +17 -7
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -1
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -2
- package/dist/api/resources/insurancePayments/client/Client.d.ts +5 -1
- package/dist/api/resources/insurancePayments/resources/index.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +52 -78
- package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +2 -2
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -2
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/insuranceRefunds/resources/index.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +54 -80
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -1
- package/dist/api/resources/invoices/resources/index.js +17 -7
- package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -1
- package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -1
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -1
- package/dist/api/resources/medicationDispense/client/Client.d.ts +5 -1
- package/dist/api/resources/medicationDispense/resources/index.js +17 -7
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +25 -23
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/dist/api/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +8 -4
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +53 -78
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +10 -6
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +52 -80
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -2
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +5 -1
- package/dist/api/resources/nonInsurancePayers/resources/index.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +7 -3
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +52 -86
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -2
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -1
- package/dist/api/resources/organizationProviders/client/Client.d.ts +5 -1
- package/dist/api/resources/organizationProviders/resources/index.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +24 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +23 -0
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -2
- package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +15 -11
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +46 -68
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +5 -1
- package/dist/api/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +16 -12
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +50 -80
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -2
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +1 -1
- package/dist/api/resources/patientPayments/client/Client.d.ts +5 -1
- package/dist/api/resources/patientPayments/resources/index.js +17 -7
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -2
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +9 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +57 -81
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -1
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -2
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -1
- package/dist/api/resources/patientRefunds/client/Client.d.ts +5 -1
- package/dist/api/resources/patientRefunds/resources/index.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +11 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +59 -83
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +3 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +2 -2
- package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -1
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -2
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -1
- package/dist/api/resources/payers/client/Client.d.ts +5 -1
- package/dist/api/resources/payers/resources/index.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/Client.d.ts +4 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +25 -31
- package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/client/get.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/client/getAll.js +17 -7
- package/dist/api/resources/payers/resources/v3/client/index.js +17 -7
- package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -2
- package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -2
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -2
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -1
- package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -2
- package/dist/api/resources/preEncounter/client/Client.d.ts +10 -6
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +23 -19
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +59 -97
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -2
- package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -2
- package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +30 -26
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +71 -125
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +6 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +37 -39
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +1 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -2
- package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +29 -51
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +93 -89
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +146 -206
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +29 -29
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +29 -29
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -2
- package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +34 -64
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +17 -7
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +17 -7
- package/dist/api/resources/remitDrafts/resources/index.js +17 -7
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -1
- package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -2
- package/dist/api/resources/remits/resources/index.js +17 -7
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -1
- package/dist/api/resources/serviceFacility/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceFacility/client/Client.js +21 -19
- package/dist/api/resources/serviceFacility/client/index.js +17 -7
- package/dist/api/resources/serviceFacility/client/update.d.ts +1 -1
- package/dist/api/resources/serviceFacility/client/update.js +17 -7
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -1
- package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -2
- package/dist/api/resources/serviceLines/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceLines/resources/index.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +19 -15
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +44 -58
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +4 -4
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -1
- package/dist/api/resources/tags/types/TagId.d.ts +1 -1
- package/dist/api/resources/tags/types/TagId.js +1 -2
- package/dist/api/resources/tasks/client/Client.d.ts +5 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/dist/api/resources/tasks/resources/index.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +11 -7
- package/dist/api/resources/tasks/resources/v3/client/Client.js +53 -77
- package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/create.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/get.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/getActions.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/index.js +17 -7
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +4 -4
- package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/client/update.js +17 -7
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -1
- package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -1
- package/dist/api/resources/writeOffs/client/Client.d.ts +5 -1
- package/dist/api/resources/writeOffs/resources/index.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +9 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +47 -63
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +3 -3
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +17 -7
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -2
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -1
- package/dist/api/resources/x12/resources/index.js +17 -7
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/core/auth/BearerToken.d.ts +1 -1
- package/dist/core/auth/OAuthTokenProvider.js +17 -7
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/Fetcher.d.ts +3 -3
- package/dist/core/fetcher/Fetcher.js +6 -31
- package/dist/core/fetcher/Supplier.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.js +1 -2
- package/dist/core/fetcher/getFetchFn.js +18 -9
- package/dist/core/fetcher/getHeader.js +1 -2
- package/dist/core/fetcher/getRequestBody.js +5 -5
- package/dist/core/fetcher/getResponseBody.js +9 -3
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/core/fetcher/requestWithRetries.js +17 -9
- package/dist/core/fetcher/signals.d.ts +0 -1
- package/dist/core/fetcher/signals.js +2 -3
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/dist/core/index.js +17 -7
- package/dist/core/json.d.ts +15 -0
- package/dist/core/json.js +24 -0
- package/dist/core/runtime/runtime.d.ts +1 -1
- package/dist/core/runtime/runtime.js +51 -41
- package/dist/core/schemas/Schema.d.ts +8 -5
- package/dist/core/schemas/Schema.js +3 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/dist/core/schemas/builders/bigint/bigint.js +53 -0
- package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
- package/dist/core/schemas/builders/bigint/index.js +5 -0
- package/dist/core/schemas/builders/date/date.js +1 -2
- package/dist/core/schemas/builders/enum/enum.js +1 -2
- package/dist/core/schemas/builders/index.d.ts +1 -0
- package/dist/core/schemas/builders/index.js +1 -0
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +3 -4
- package/dist/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/dist/core/schemas/builders/list/list.js +1 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/dist/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +31 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/dist/core/schemas/builders/object/property.js +2 -3
- package/dist/core/schemas/builders/object/types.d.ts +16 -11
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/record/record.js +2 -4
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/dist/core/schemas/builders/set/set.js +1 -2
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/dist/core/schemas/builders/union/discriminant.js +1 -2
- package/dist/core/schemas/builders/union/types.d.ts +6 -6
- package/dist/core/schemas/builders/union/union.d.ts +1 -1
- package/dist/core/schemas/builders/union/union.js +1 -2
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/dist/core/schemas/utils/entries.d.ts +1 -1
- package/dist/core/schemas/utils/entries.js +1 -2
- package/dist/core/schemas/utils/filterObject.d.ts +1 -1
- package/dist/core/schemas/utils/filterObject.js +1 -2
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +5 -2
- package/dist/core/schemas/utils/isPlainObject.js +1 -2
- package/dist/core/schemas/utils/keys.d.ts +1 -1
- package/dist/core/schemas/utils/keys.js +1 -2
- package/dist/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/dist/core/schemas/utils/partition.js +1 -2
- package/dist/environments.d.ts +1 -1
- package/dist/errors/CandidApiError.js +2 -1
- package/dist/errors/CandidApiTimeoutError.d.ts +1 -1
- package/dist/errors/CandidApiTimeoutError.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -8
- package/dist/serialization/resources/auth/resources/index.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
- package/dist/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/index.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/index.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/index.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
- package/dist/serialization/resources/claims/types/Claim.js +17 -7
- package/dist/serialization/resources/claims/types/ClaimStatus.js +17 -7
- package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
- package/dist/serialization/resources/commons/types/AppointmentId.js +17 -7
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimId.js +17 -7
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
- package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
- package/dist/serialization/resources/commons/types/Date_.js +17 -7
- package/dist/serialization/resources/commons/types/Decimal.js +17 -7
- package/dist/serialization/resources/commons/types/DelayReasonCode.js +17 -7
- package/dist/serialization/resources/commons/types/Email.js +17 -7
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
- package/dist/serialization/resources/commons/types/EncounterExternalId.js +17 -7
- package/dist/serialization/resources/commons/types/EncounterId.js +17 -7
- package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
- package/dist/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
- package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
- package/dist/serialization/resources/commons/types/InvoiceId.js +17 -7
- package/dist/serialization/resources/commons/types/LinkUrl.js +17 -7
- package/dist/serialization/resources/commons/types/NetworkType.js +17 -7
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/Npi.js +17 -7
- package/dist/serialization/resources/commons/types/OrganizationId.js +17 -7
- package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/PageToken.js +17 -7
- package/dist/serialization/resources/commons/types/PatientExternalId.js +17 -7
- package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/dist/serialization/resources/commons/types/PhoneNumber.js +17 -7
- package/dist/serialization/resources/commons/types/PhoneNumberType.js +17 -7
- package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
- package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
- package/dist/serialization/resources/commons/types/Primitive.js +17 -7
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +17 -7
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
- package/dist/serialization/resources/commons/types/ProviderId.js +17 -7
- package/dist/serialization/resources/commons/types/QualifierCode.js +17 -7
- package/dist/serialization/resources/commons/types/RateId.js +17 -7
- package/dist/serialization/resources/commons/types/RegionNational.js +17 -7
- package/dist/serialization/resources/commons/types/RegionStates.js +17 -7
- package/dist/serialization/resources/commons/types/Regions.js +17 -7
- package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
- package/dist/serialization/resources/commons/types/RequestValidationError.js +17 -7
- package/dist/serialization/resources/commons/types/ResourcePage.js +17 -7
- package/dist/serialization/resources/commons/types/SchemaId.js +17 -7
- package/dist/serialization/resources/commons/types/ServiceLineId.js +17 -7
- package/dist/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
- package/dist/serialization/resources/commons/types/SortDirection.js +17 -7
- package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
- package/dist/serialization/resources/commons/types/State.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressBase.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
- package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
- package/dist/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
- package/dist/serialization/resources/commons/types/TaskId.js +17 -7
- package/dist/serialization/resources/commons/types/TaskNoteId.js +17 -7
- package/dist/serialization/resources/commons/types/TaxId.js +17 -7
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UserId.js +17 -7
- package/dist/serialization/resources/commons/types/WorkQueueId.js +17 -7
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/contracts/resources/index.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
- package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
- package/dist/serialization/resources/credentialing/resources/index.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/index.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
- package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
- package/dist/serialization/resources/diagnoses/client/delete.js +17 -7
- package/dist/serialization/resources/diagnoses/client/index.js +17 -7
- package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
- package/dist/serialization/resources/diagnoses/client/update.js +17 -7
- package/dist/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
- package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
- package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
- package/dist/serialization/resources/eligibility/resources/index.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/index.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/index.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +29 -7
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +18 -9
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +23 -7
- package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/era/types/Era.js +17 -7
- package/dist/serialization/resources/era/types/EraBase.js +17 -7
- package/dist/serialization/resources/era/types/EraId.js +17 -7
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
- package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
- package/dist/serialization/resources/exports/resources/index.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
- package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/index.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
- package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
- package/dist/serialization/resources/financials/types/AccountType.js +17 -7
- package/dist/serialization/resources/financials/types/Allocation.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationCreate.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
- package/dist/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/NoteUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
- package/dist/serialization/resources/financials/types/RefundReason.js +17 -7
- package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
- package/dist/serialization/resources/guarantor/resources/index.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
- package/dist/serialization/resources/identifiers/types/Identifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierId.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
- package/dist/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
- package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
- package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/index.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
- package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
- package/dist/serialization/resources/index.js +17 -7
- package/dist/serialization/resources/individual/types/Gender.js +17 -7
- package/dist/serialization/resources/individual/types/IndividualBase.js +17 -7
- package/dist/serialization/resources/individual/types/IndividualId.js +17 -7
- package/dist/serialization/resources/individual/types/Patient.js +17 -7
- package/dist/serialization/resources/individual/types/PatientBase.js +17 -7
- package/dist/serialization/resources/individual/types/PatientCreate.js +17 -7
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
- package/dist/serialization/resources/individual/types/PatientUpdate.js +17 -7
- package/dist/serialization/resources/individual/types/Subscriber.js +17 -7
- package/dist/serialization/resources/individual/types/SubscriberBase.js +17 -7
- package/dist/serialization/resources/individual/types/SubscriberCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/index.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
- package/dist/serialization/resources/invoices/resources/index.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/types/Invoice.js +17 -7
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +17 -7
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/index.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/index.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
- package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/index.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/index.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
- package/dist/serialization/resources/payers/resources/index.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
- package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
- package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
- package/dist/serialization/resources/remitDrafts/resources/index.js +17 -7
- package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
- package/dist/serialization/resources/remits/resources/index.js +17 -7
- package/dist/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
- package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/index.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
- package/dist/serialization/resources/tags/types/Tag.js +17 -7
- package/dist/serialization/resources/tags/types/TagColorEnum.js +17 -7
- package/dist/serialization/resources/tags/types/TagCreate.js +17 -7
- package/dist/serialization/resources/tags/types/TagId.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
- package/dist/serialization/resources/tasks/resources/index.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/get.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/index.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/client/update.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
- package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/index.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
- package/dist/serialization/resources/x12/resources/index.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
- package/dist/version.d.ts +1 -0
- package/dist/version.js +4 -0
- package/environments.d.ts +1 -1
- package/errors/CandidApiError.js +2 -1
- package/errors/CandidApiTimeoutError.d.ts +1 -1
- package/errors/CandidApiTimeoutError.js +2 -2
- package/index.d.ts +1 -0
- package/index.js +19 -8
- package/{jest.config.js → jest.config.mjs} +4 -1
- package/package.json +17 -13
- package/reference.md +437 -739
- package/scripts/rename-to-esm-files.js +115 -0
- package/serialization/resources/auth/resources/index.js +17 -7
- package/serialization/resources/auth/resources/v2/client/getToken.js +17 -7
- package/serialization/resources/auth/resources/v2/client/index.js +17 -7
- package/serialization/resources/auth/resources/v2/client/requests/AuthGetTokenRequest.js +17 -7
- package/serialization/resources/auth/resources/v2/types/AuthGetTokenResponse.js +17 -7
- package/serialization/resources/auth/resources/v2/types/TooManyRequestsErrorType.js +17 -7
- package/serialization/resources/billingNotes/resources/index.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/index.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/client/update.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +17 -7
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +17 -7
- package/serialization/resources/chargeCapture/resources/index.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/delete.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +17 -7
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/index.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +17 -7
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +17 -7
- package/serialization/resources/claimSubmission/resources/index.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +17 -7
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +17 -7
- package/serialization/resources/claims/types/Claim.js +17 -7
- package/serialization/resources/claims/types/ClaimStatus.js +17 -7
- package/serialization/resources/commons/errors/HttpRequestValidationsError.js +17 -7
- package/serialization/resources/commons/types/AppointmentId.js +17 -7
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +17 -7
- package/serialization/resources/commons/types/ChargeCaptureBundleId.js +17 -7
- package/serialization/resources/commons/types/ChargeCaptureId.js +17 -7
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -7
- package/serialization/resources/commons/types/ClaimId.js +17 -7
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +17 -7
- package/serialization/resources/commons/types/DateRangeOptionalEnd.js +17 -7
- package/serialization/resources/commons/types/Date_.js +17 -7
- package/serialization/resources/commons/types/Decimal.js +17 -7
- package/serialization/resources/commons/types/DelayReasonCode.js +17 -7
- package/serialization/resources/commons/types/Email.js +17 -7
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +17 -7
- package/serialization/resources/commons/types/EncounterExternalId.js +17 -7
- package/serialization/resources/commons/types/EncounterId.js +17 -7
- package/serialization/resources/commons/types/EntityConflictErrorMessage.js +17 -7
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +17 -7
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +17 -7
- package/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/serialization/resources/commons/types/FacilityTypeCode.js +17 -7
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +17 -7
- package/serialization/resources/commons/types/InsuranceTypeCode.js +17 -7
- package/serialization/resources/commons/types/IntendedSubmissionMedium.js +17 -7
- package/serialization/resources/commons/types/InvoiceId.js +17 -7
- package/serialization/resources/commons/types/LinkUrl.js +17 -7
- package/serialization/resources/commons/types/NetworkType.js +17 -7
- package/serialization/resources/commons/types/NotImplementedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/Npi.js +17 -7
- package/serialization/resources/commons/types/OrganizationId.js +17 -7
- package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/PageToken.js +17 -7
- package/serialization/resources/commons/types/PatientExternalId.js +17 -7
- package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +17 -7
- package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +10 -0
- package/serialization/resources/commons/types/PayerPlanGroupId.js +45 -0
- package/serialization/resources/commons/types/PhoneNumber.js +17 -7
- package/serialization/resources/commons/types/PhoneNumberType.js +17 -7
- package/serialization/resources/commons/types/PreEncounterAppointmentId.js +17 -7
- package/serialization/resources/commons/types/PreEncounterPatientId.js +17 -7
- package/serialization/resources/commons/types/Primitive.js +17 -7
- package/serialization/resources/commons/types/ProcedureModifier.js +17 -7
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +17 -7
- package/serialization/resources/commons/types/ProviderId.js +17 -7
- package/serialization/resources/commons/types/QualifierCode.js +17 -7
- package/serialization/resources/commons/types/RateId.js +17 -7
- package/serialization/resources/commons/types/RegionNational.js +17 -7
- package/serialization/resources/commons/types/RegionStates.js +17 -7
- package/serialization/resources/commons/types/Regions.js +17 -7
- package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +17 -7
- package/serialization/resources/commons/types/RequestValidationError.js +17 -7
- package/serialization/resources/commons/types/ResourcePage.js +17 -7
- package/serialization/resources/commons/types/SchemaId.js +17 -7
- package/serialization/resources/commons/types/ServiceLineId.js +17 -7
- package/serialization/resources/commons/types/ServiceLineUnits.js +17 -7
- package/serialization/resources/commons/types/SortDirection.js +17 -7
- package/serialization/resources/commons/types/SourceOfPaymentCode.js +17 -7
- package/serialization/resources/commons/types/State.js +17 -7
- package/serialization/resources/commons/types/StreetAddressBase.js +17 -7
- package/serialization/resources/commons/types/StreetAddressLongZip.js +17 -7
- package/serialization/resources/commons/types/StreetAddressShortZip.js +17 -7
- package/serialization/resources/commons/types/TaskAssignmentId.js +17 -7
- package/serialization/resources/commons/types/TaskId.js +17 -7
- package/serialization/resources/commons/types/TaskNoteId.js +17 -7
- package/serialization/resources/commons/types/TaxId.js +17 -7
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +17 -7
- package/serialization/resources/commons/types/UserId.js +17 -7
- package/serialization/resources/commons/types/WorkQueueId.js +17 -7
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/contracts/resources/index.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/delete.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/get.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/index.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/client/update.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/Contract.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractBase.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractId.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +17 -7
- package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +17 -7
- package/serialization/resources/credentialing/resources/index.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/create.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/delete.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/get.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/index.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +17 -7
- package/serialization/resources/credentialing/resources/v2/client/update.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +17 -7
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +17 -7
- package/serialization/resources/customSchemas/resources/index.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/create.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/get.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/index.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/client/update.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/Schema.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +17 -7
- package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +17 -7
- package/serialization/resources/diagnoses/client/delete.js +17 -7
- package/serialization/resources/diagnoses/client/index.js +17 -7
- package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +17 -7
- package/serialization/resources/diagnoses/client/update.js +17 -7
- package/serialization/resources/diagnoses/types/Diagnosis.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisCreate.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisId.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +17 -7
- package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +17 -7
- package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +17 -7
- package/serialization/resources/eligibility/resources/index.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/index.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +17 -7
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +17 -7
- package/serialization/resources/encounterProviders/resources/index.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/index.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +17 -7
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +17 -7
- package/serialization/resources/encounters/resources/index.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +11 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +29 -7
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +11 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +29 -7
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/index.js +18 -9
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +17 -7
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +23 -7
- package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Intervention.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Lab.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Medication.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +14 -0
- package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +45 -0
- package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/RxCui.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +17 -7
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/era/types/Era.js +17 -7
- package/serialization/resources/era/types/EraBase.js +17 -7
- package/serialization/resources/era/types/EraId.js +17 -7
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +17 -7
- package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/index.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +17 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +17 -7
- package/serialization/resources/exports/resources/index.js +17 -7
- package/serialization/resources/exports/resources/v3/client/getExports.js +17 -7
- package/serialization/resources/exports/resources/v3/client/index.js +17 -7
- package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/index.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +17 -7
- package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/index.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/index.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +17 -7
- package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +17 -7
- package/serialization/resources/financials/types/AccountType.js +17 -7
- package/serialization/resources/financials/types/Allocation.js +17 -7
- package/serialization/resources/financials/types/AllocationCreate.js +17 -7
- package/serialization/resources/financials/types/AllocationTarget.js +17 -7
- package/serialization/resources/financials/types/AllocationTargetCreate.js +17 -7
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +17 -7
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +17 -7
- package/serialization/resources/financials/types/InvoiceUpdate.js +17 -7
- package/serialization/resources/financials/types/NoteUpdate.js +17 -7
- package/serialization/resources/financials/types/PatientTransactionSource.js +17 -7
- package/serialization/resources/financials/types/RefundReason.js +17 -7
- package/serialization/resources/financials/types/RefundReasonUpdate.js +17 -7
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +17 -7
- package/serialization/resources/guarantor/resources/index.js +17 -7
- package/serialization/resources/guarantor/resources/v1/client/create.js +17 -7
- package/serialization/resources/guarantor/resources/v1/client/index.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +17 -7
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +17 -7
- package/serialization/resources/identifiers/types/Identifier.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierBase.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierCode.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierCreate.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierId.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierUpdate.js +17 -7
- package/serialization/resources/identifiers/types/IdentifierValue.js +17 -7
- package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +17 -7
- package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +17 -7
- package/serialization/resources/identifiers/types/UpdatableIdentifier.js +17 -7
- package/serialization/resources/importInvoice/resources/index.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/get.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/index.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/client/update.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +17 -7
- package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +17 -7
- package/serialization/resources/index.js +17 -7
- package/serialization/resources/individual/types/Gender.js +17 -7
- package/serialization/resources/individual/types/IndividualBase.js +17 -7
- package/serialization/resources/individual/types/IndividualId.js +17 -7
- package/serialization/resources/individual/types/Patient.js +17 -7
- package/serialization/resources/individual/types/PatientBase.js +17 -7
- package/serialization/resources/individual/types/PatientCreate.js +17 -7
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +17 -7
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +17 -7
- package/serialization/resources/individual/types/PatientUpdate.js +17 -7
- package/serialization/resources/individual/types/Subscriber.js +17 -7
- package/serialization/resources/individual/types/SubscriberBase.js +17 -7
- package/serialization/resources/individual/types/SubscriberCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/index.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +17 -7
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +17 -7
- package/serialization/resources/insuranceCards/resources/index.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +19 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +17 -7
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +17 -7
- package/serialization/resources/insurancePayments/resources/index.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/create.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/delete.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/client/update.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +17 -7
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/index.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +17 -7
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +17 -7
- package/serialization/resources/invoices/resources/index.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/Invoice.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +17 -7
- package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +17 -7
- package/serialization/resources/invoices/types/Invoice.js +17 -7
- package/serialization/resources/invoices/types/InvoiceItem.js +17 -7
- package/serialization/resources/invoices/types/InvoiceStatus.js +17 -7
- package/serialization/resources/medicationDispense/resources/index.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/client/index.js +17 -7
- package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +17 -7
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +17 -7
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/index.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +17 -7
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +17 -7
- package/serialization/resources/organizationProviders/resources/index.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
- package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +40 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +17 -7
- package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/get.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/index.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +17 -7
- package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/index.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +17 -7
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +17 -7
- package/serialization/resources/patientPayments/resources/index.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +17 -7
- package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/create.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/delete.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/get.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/client/update.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +17 -7
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +17 -7
- package/serialization/resources/patientRefunds/resources/index.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/create.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/delete.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/get.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/client/update.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +17 -7
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +17 -7
- package/serialization/resources/payers/resources/index.js +17 -7
- package/serialization/resources/payers/resources/v3/types/Payer.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerId.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerInfo.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerName.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerPage.js +17 -7
- package/serialization/resources/payers/resources/v3/types/PayerUuid.js +17 -7
- package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +17 -7
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Address.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/HumanName.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/NameUse.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/NoteId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PatientId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/PayerId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Period.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Race.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Relationship.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/Sex.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/TagId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/UserId.js +17 -7
- package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +17 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +17 -7
- package/serialization/resources/preEncounter/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +17 -7
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +17 -7
- package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +17 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/index.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +17 -7
- package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +17 -7
- package/serialization/resources/remitDrafts/resources/index.js +17 -7
- package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +17 -7
- package/serialization/resources/remits/resources/index.js +17 -7
- package/serialization/resources/remits/resources/v1/types/Payee.js +17 -7
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +17 -7
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +17 -7
- package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +17 -7
- package/serialization/resources/serviceLines/resources/index.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/create.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/index.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/client/update.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +17 -7
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +17 -7
- package/serialization/resources/tags/types/Tag.js +17 -7
- package/serialization/resources/tags/types/TagColorEnum.js +17 -7
- package/serialization/resources/tags/types/TagCreate.js +17 -7
- package/serialization/resources/tags/types/TagId.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +17 -7
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +17 -7
- package/serialization/resources/tasks/resources/index.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/get.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/getMulti.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/index.js +17 -7
- package/serialization/resources/tasks/resources/v3/client/update.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/Task.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskNote.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskPage.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +17 -7
- package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +17 -7
- package/serialization/resources/writeOffs/resources/index.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +17 -7
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +17 -7
- package/serialization/resources/x12/resources/index.js +17 -7
- package/serialization/resources/x12/resources/v1/types/Carc.js +17 -7
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +17 -7
- package/serialization/resources/x12/resources/v1/types/Rarc.js +17 -7
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +17 -7
- package/version.d.ts +1 -0
- package/version.js +4 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -58
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -113
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -58
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -113
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -39
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -90
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +0 -39
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +0 -90
package/reference.md
CHANGED
|
@@ -357,8 +357,8 @@ await client.chargeCaptureBundles.v1.getAll({
|
|
|
357
357
|
limit: 1,
|
|
358
358
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
359
359
|
patientExternalId: "string",
|
|
360
|
-
bundleStatus:
|
|
361
|
-
chargeStatus:
|
|
360
|
+
bundleStatus: "in-progress",
|
|
361
|
+
chargeStatus: "planned",
|
|
362
362
|
chargeExternalId: "string",
|
|
363
363
|
dateOfService: "2023-01-15",
|
|
364
364
|
});
|
|
@@ -417,7 +417,7 @@ await client.chargeCapture.v1.create({
|
|
|
417
417
|
ehrSourceUrl: "string",
|
|
418
418
|
dateOfService: "2023-01-15",
|
|
419
419
|
patientExternalId: "string",
|
|
420
|
-
status:
|
|
420
|
+
status: "planned",
|
|
421
421
|
});
|
|
422
422
|
```
|
|
423
423
|
|
|
@@ -519,7 +519,7 @@ await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4b
|
|
|
519
519
|
chargeExternalId: "string",
|
|
520
520
|
ehrSourceUrl: "string",
|
|
521
521
|
patientExternalId: "string",
|
|
522
|
-
status:
|
|
522
|
+
status: "planned",
|
|
523
523
|
dateOfService: "2023-01-15",
|
|
524
524
|
});
|
|
525
525
|
```
|
|
@@ -629,7 +629,7 @@ await client.chargeCapture.v1.getAll({
|
|
|
629
629
|
limit: 1,
|
|
630
630
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
631
631
|
patientExternalId: "string",
|
|
632
|
-
status:
|
|
632
|
+
status: "planned",
|
|
633
633
|
chargeExternalId: "string",
|
|
634
634
|
dateOfService: "2023-01-15",
|
|
635
635
|
});
|
|
@@ -736,8 +736,8 @@ await client.contracts.v2.getMulti({
|
|
|
736
736
|
contractingProviderId: CandidApi.ContractingProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
737
737
|
renderingProviderIds: CandidApi.RenderingProviderid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
738
738
|
payerNames: "string",
|
|
739
|
-
states:
|
|
740
|
-
contractStatus:
|
|
739
|
+
states: "AA",
|
|
740
|
+
contractStatus: "pending",
|
|
741
741
|
});
|
|
742
742
|
```
|
|
743
743
|
|
|
@@ -810,7 +810,7 @@ await client.contracts.v2.create({
|
|
|
810
810
|
regions: {
|
|
811
811
|
type: "states",
|
|
812
812
|
},
|
|
813
|
-
contractStatus:
|
|
813
|
+
contractStatus: "pending",
|
|
814
814
|
authorizedSignatory: {
|
|
815
815
|
firstName: "string",
|
|
816
816
|
lastName: "string",
|
|
@@ -935,10 +935,10 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
935
935
|
type: "set",
|
|
936
936
|
value: {
|
|
937
937
|
type: "states",
|
|
938
|
-
states: [
|
|
938
|
+
states: ["AA"],
|
|
939
939
|
},
|
|
940
940
|
},
|
|
941
|
-
contractStatus:
|
|
941
|
+
contractStatus: "pending",
|
|
942
942
|
authorizedSignatory: {
|
|
943
943
|
type: "set",
|
|
944
944
|
firstName: "string",
|
|
@@ -1023,7 +1023,7 @@ await client.credentialing.v2.create({
|
|
|
1023
1023
|
endDate: "2023-01-15",
|
|
1024
1024
|
regions: {
|
|
1025
1025
|
type: "states",
|
|
1026
|
-
states: [
|
|
1026
|
+
states: ["AA"],
|
|
1027
1027
|
},
|
|
1028
1028
|
submittedDate: "2023-01-15",
|
|
1029
1029
|
payerLoadedDate: "2023-01-15",
|
|
@@ -1248,7 +1248,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
1248
1248
|
endDate: "2023-01-15",
|
|
1249
1249
|
regions: {
|
|
1250
1250
|
type: "states",
|
|
1251
|
-
states: [
|
|
1251
|
+
states: ["AA"],
|
|
1252
1252
|
},
|
|
1253
1253
|
submittedDate: "2023-01-15",
|
|
1254
1254
|
payerLoadedDate: "2023-01-15",
|
|
@@ -1450,19 +1450,19 @@ await client.customSchemas.v1.create({
|
|
|
1450
1450
|
fields: [
|
|
1451
1451
|
{
|
|
1452
1452
|
key: "provider_category",
|
|
1453
|
-
type:
|
|
1453
|
+
type: "STRING",
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
key: "is_urgent_care",
|
|
1457
|
-
type:
|
|
1457
|
+
type: "BOOLEAN",
|
|
1458
1458
|
},
|
|
1459
1459
|
{
|
|
1460
1460
|
key: "bmi",
|
|
1461
|
-
type:
|
|
1461
|
+
type: "DOUBLE",
|
|
1462
1462
|
},
|
|
1463
1463
|
{
|
|
1464
1464
|
key: "age",
|
|
1465
|
-
type:
|
|
1465
|
+
type: "INTEGER",
|
|
1466
1466
|
},
|
|
1467
1467
|
],
|
|
1468
1468
|
});
|
|
@@ -1534,7 +1534,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1534
1534
|
fieldsToAdd: [
|
|
1535
1535
|
{
|
|
1536
1536
|
key: "visit_type",
|
|
1537
|
-
type:
|
|
1537
|
+
type: "STRING",
|
|
1538
1538
|
},
|
|
1539
1539
|
],
|
|
1540
1540
|
});
|
|
@@ -1596,16 +1596,16 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
1596
1596
|
|
|
1597
1597
|
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
1598
1598
|
|
|
1599
|
-
-
|
|
1600
|
-
-
|
|
1601
|
-
-
|
|
1602
|
-
-
|
|
1603
|
-
-
|
|
1604
|
-
-
|
|
1605
|
-
-
|
|
1606
|
-
-
|
|
1607
|
-
-
|
|
1608
|
-
-
|
|
1599
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
1600
|
+
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
1601
|
+
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
1602
|
+
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
1603
|
+
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
1604
|
+
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
1605
|
+
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
1606
|
+
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
1607
|
+
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
1608
|
+
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
1609
1609
|
|
|
1610
1610
|
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
1611
1611
|
|
|
@@ -1680,20 +1680,20 @@ If you'd like access to this endpoint, please reach out to support@joincandidhea
|
|
|
1680
1680
|
|
|
1681
1681
|
This API is a wrapper around Availity's coverages API. Below are some helpful documentation links:
|
|
1682
1682
|
|
|
1683
|
-
-
|
|
1684
|
-
-
|
|
1683
|
+
- [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
|
|
1684
|
+
- [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
|
|
1685
1685
|
|
|
1686
1686
|
A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
1687
1687
|
|
|
1688
|
-
-
|
|
1688
|
+
- Note Availity requires a free developer account to access this documentation.
|
|
1689
1689
|
|
|
1690
1690
|
Check connection status of Availity API and partners here:
|
|
1691
1691
|
|
|
1692
|
-
-
|
|
1693
|
-
</dd>
|
|
1694
|
-
</dl>
|
|
1695
|
-
</dd>
|
|
1696
|
-
</dl>
|
|
1692
|
+
- [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
1693
|
+
</dd>
|
|
1694
|
+
</dl>
|
|
1695
|
+
</dd>
|
|
1696
|
+
</dl>
|
|
1697
1697
|
|
|
1698
1698
|
#### 🔌 Usage
|
|
1699
1699
|
|
|
@@ -1747,20 +1747,20 @@ If you'd like access to this endpoint, please reach out to support@joincandidhea
|
|
|
1747
1747
|
|
|
1748
1748
|
This API is a wrapper around Availity's coverages API. Below are some helpful documentation links:
|
|
1749
1749
|
|
|
1750
|
-
-
|
|
1751
|
-
-
|
|
1750
|
+
- [Availity - Coverages 1.0.0 API](https://developer.availity.com/partner/documentation#c_coverages_references)
|
|
1751
|
+
- [Candid Availity Eligibility Integration Guide](https://support.joincandidhealth.com/hc/en-us/articles/24218441631892--Availity-Eligibility-Integration-Guide)
|
|
1752
1752
|
|
|
1753
1753
|
A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
1754
1754
|
|
|
1755
|
-
-
|
|
1755
|
+
- Note Availity requires a free developer account to access this documentation.
|
|
1756
1756
|
|
|
1757
1757
|
Check connection status of Availity API and partners here:
|
|
1758
1758
|
|
|
1759
|
-
-
|
|
1760
|
-
</dd>
|
|
1761
|
-
</dl>
|
|
1762
|
-
</dd>
|
|
1763
|
-
</dl>
|
|
1759
|
+
- [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
1760
|
+
</dd>
|
|
1761
|
+
</dl>
|
|
1762
|
+
</dd>
|
|
1763
|
+
</dl>
|
|
1764
1764
|
|
|
1765
1765
|
#### 🔌 Usage
|
|
1766
1766
|
|
|
@@ -1832,14 +1832,14 @@ await client.encounterProviders.v2.updateReferringProvider(
|
|
|
1832
1832
|
address1: "123 Main St",
|
|
1833
1833
|
address2: "Apt 1",
|
|
1834
1834
|
city: "New York",
|
|
1835
|
-
state:
|
|
1835
|
+
state: "NY",
|
|
1836
1836
|
zipCode: "10001",
|
|
1837
1837
|
zipPlusFourCode: "1234",
|
|
1838
1838
|
},
|
|
1839
1839
|
firstName: "string",
|
|
1840
1840
|
lastName: "string",
|
|
1841
1841
|
organizationName: "string",
|
|
1842
|
-
}
|
|
1842
|
+
},
|
|
1843
1843
|
);
|
|
1844
1844
|
```
|
|
1845
1845
|
|
|
@@ -1905,15 +1905,15 @@ await client.encounterProviders.v2.updateInitialReferringProvider(
|
|
|
1905
1905
|
address1: "123 Main St",
|
|
1906
1906
|
address2: "Apt 1",
|
|
1907
1907
|
city: "New York",
|
|
1908
|
-
state:
|
|
1908
|
+
state: "NY",
|
|
1909
1909
|
zipCode: "10001",
|
|
1910
1910
|
zipPlusFourCode: "1234",
|
|
1911
1911
|
},
|
|
1912
|
-
qualifier:
|
|
1912
|
+
qualifier: "DQ",
|
|
1913
1913
|
firstName: "string",
|
|
1914
1914
|
lastName: "string",
|
|
1915
1915
|
organizationName: "string",
|
|
1916
|
-
}
|
|
1916
|
+
},
|
|
1917
1917
|
);
|
|
1918
1918
|
```
|
|
1919
1919
|
|
|
@@ -1979,14 +1979,14 @@ await client.encounterProviders.v2.updateSupervisingProvider(
|
|
|
1979
1979
|
address1: "123 Main St",
|
|
1980
1980
|
address2: "Apt 1",
|
|
1981
1981
|
city: "New York",
|
|
1982
|
-
state:
|
|
1982
|
+
state: "NY",
|
|
1983
1983
|
zipCode: "10001",
|
|
1984
1984
|
zipPlusFourCode: "1234",
|
|
1985
1985
|
},
|
|
1986
1986
|
firstName: "string",
|
|
1987
1987
|
lastName: "string",
|
|
1988
1988
|
organizationName: "string",
|
|
1989
|
-
}
|
|
1989
|
+
},
|
|
1990
1990
|
);
|
|
1991
1991
|
```
|
|
1992
1992
|
|
|
@@ -2052,14 +2052,14 @@ await client.encounterProviders.v2.updateOrderingProvider(
|
|
|
2052
2052
|
address1: "123 Main St",
|
|
2053
2053
|
address2: "Apt 1",
|
|
2054
2054
|
city: "New York",
|
|
2055
|
-
state:
|
|
2055
|
+
state: "NY",
|
|
2056
2056
|
zipCode: "10001",
|
|
2057
2057
|
zipPlusFourCode: "1234",
|
|
2058
2058
|
},
|
|
2059
2059
|
firstName: "string",
|
|
2060
2060
|
lastName: "string",
|
|
2061
2061
|
organizationName: "string",
|
|
2062
|
-
}
|
|
2062
|
+
},
|
|
2063
2063
|
);
|
|
2064
2064
|
```
|
|
2065
2065
|
|
|
@@ -2125,14 +2125,14 @@ await client.encounterProviders.v2.createReferringProvider(
|
|
|
2125
2125
|
address1: "123 Main St",
|
|
2126
2126
|
address2: "Apt 1",
|
|
2127
2127
|
city: "New York",
|
|
2128
|
-
state:
|
|
2128
|
+
state: "NY",
|
|
2129
2129
|
zipCode: "10001",
|
|
2130
2130
|
zipPlusFourCode: "1234",
|
|
2131
2131
|
},
|
|
2132
2132
|
firstName: "string",
|
|
2133
2133
|
lastName: "string",
|
|
2134
2134
|
organizationName: "string",
|
|
2135
|
-
}
|
|
2135
|
+
},
|
|
2136
2136
|
);
|
|
2137
2137
|
```
|
|
2138
2138
|
|
|
@@ -2198,15 +2198,15 @@ await client.encounterProviders.v2.createInitialReferringProvider(
|
|
|
2198
2198
|
address1: "123 Main St",
|
|
2199
2199
|
address2: "Apt 1",
|
|
2200
2200
|
city: "New York",
|
|
2201
|
-
state:
|
|
2201
|
+
state: "NY",
|
|
2202
2202
|
zipCode: "10001",
|
|
2203
2203
|
zipPlusFourCode: "1234",
|
|
2204
2204
|
},
|
|
2205
|
-
qualifier:
|
|
2205
|
+
qualifier: "DQ",
|
|
2206
2206
|
firstName: "string",
|
|
2207
2207
|
lastName: "string",
|
|
2208
2208
|
organizationName: "string",
|
|
2209
|
-
}
|
|
2209
|
+
},
|
|
2210
2210
|
);
|
|
2211
2211
|
```
|
|
2212
2212
|
|
|
@@ -2272,14 +2272,14 @@ await client.encounterProviders.v2.createSupervisingProvider(
|
|
|
2272
2272
|
address1: "123 Main St",
|
|
2273
2273
|
address2: "Apt 1",
|
|
2274
2274
|
city: "New York",
|
|
2275
|
-
state:
|
|
2275
|
+
state: "NY",
|
|
2276
2276
|
zipCode: "10001",
|
|
2277
2277
|
zipPlusFourCode: "1234",
|
|
2278
2278
|
},
|
|
2279
2279
|
firstName: "string",
|
|
2280
2280
|
lastName: "string",
|
|
2281
2281
|
organizationName: "string",
|
|
2282
|
-
}
|
|
2282
|
+
},
|
|
2283
2283
|
);
|
|
2284
2284
|
```
|
|
2285
2285
|
|
|
@@ -2345,14 +2345,14 @@ await client.encounterProviders.v2.createOrderingProvider(
|
|
|
2345
2345
|
address1: "123 Main St",
|
|
2346
2346
|
address2: "Apt 1",
|
|
2347
2347
|
city: "New York",
|
|
2348
|
-
state:
|
|
2348
|
+
state: "NY",
|
|
2349
2349
|
zipCode: "10001",
|
|
2350
2350
|
zipPlusFourCode: "1234",
|
|
2351
2351
|
},
|
|
2352
2352
|
firstName: "string",
|
|
2353
2353
|
lastName: "string",
|
|
2354
2354
|
organizationName: "string",
|
|
2355
|
-
}
|
|
2355
|
+
},
|
|
2356
2356
|
);
|
|
2357
2357
|
```
|
|
2358
2358
|
|
|
@@ -2410,7 +2410,7 @@ await client.encounterProviders.v2.createOrderingProvider(
|
|
|
2410
2410
|
|
|
2411
2411
|
```typescript
|
|
2412
2412
|
await client.encounterProviders.v2.deleteReferringProvider(
|
|
2413
|
-
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
2413
|
+
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2414
2414
|
);
|
|
2415
2415
|
```
|
|
2416
2416
|
|
|
@@ -2460,7 +2460,7 @@ await client.encounterProviders.v2.deleteReferringProvider(
|
|
|
2460
2460
|
|
|
2461
2461
|
```typescript
|
|
2462
2462
|
await client.encounterProviders.v2.deleteInitialReferringProvider(
|
|
2463
|
-
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
2463
|
+
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2464
2464
|
);
|
|
2465
2465
|
```
|
|
2466
2466
|
|
|
@@ -2510,7 +2510,7 @@ await client.encounterProviders.v2.deleteInitialReferringProvider(
|
|
|
2510
2510
|
|
|
2511
2511
|
```typescript
|
|
2512
2512
|
await client.encounterProviders.v2.deleteSupervisingProvider(
|
|
2513
|
-
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
2513
|
+
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2514
2514
|
);
|
|
2515
2515
|
```
|
|
2516
2516
|
|
|
@@ -2560,7 +2560,7 @@ await client.encounterProviders.v2.deleteSupervisingProvider(
|
|
|
2560
2560
|
|
|
2561
2561
|
```typescript
|
|
2562
2562
|
await client.encounterProviders.v2.deleteOrderingProvider(
|
|
2563
|
-
CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
2563
|
+
CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2564
2564
|
);
|
|
2565
2565
|
```
|
|
2566
2566
|
|
|
@@ -2613,15 +2613,15 @@ await client.encounterProviders.v2.deleteOrderingProvider(
|
|
|
2613
2613
|
```typescript
|
|
2614
2614
|
await client.encounters.v4.getAll({
|
|
2615
2615
|
limit: 100,
|
|
2616
|
-
claimStatus:
|
|
2617
|
-
sort:
|
|
2616
|
+
claimStatus: "biller_received",
|
|
2617
|
+
sort: "created_at:asc",
|
|
2618
2618
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
2619
2619
|
dateOfServiceMin: "2019-08-24",
|
|
2620
2620
|
dateOfServiceMax: "2019-08-25",
|
|
2621
2621
|
primaryPayerNames: "Medicare,Medicaid",
|
|
2622
2622
|
searchTerm: "doe",
|
|
2623
2623
|
externalId: CandidApi.EncounterExternalId("123456"),
|
|
2624
|
-
diagnosesUpdatedSince:
|
|
2624
|
+
diagnosesUpdatedSince: "2019-08-24T14:15:22Z",
|
|
2625
2625
|
});
|
|
2626
2626
|
```
|
|
2627
2627
|
|
|
@@ -2723,7 +2723,7 @@ await client.encounters.v4.create({
|
|
|
2723
2723
|
phoneNumbers: [
|
|
2724
2724
|
{
|
|
2725
2725
|
number: "1234567890",
|
|
2726
|
-
type:
|
|
2726
|
+
type: "Home",
|
|
2727
2727
|
},
|
|
2728
2728
|
],
|
|
2729
2729
|
phoneConsent: true,
|
|
@@ -2742,27 +2742,27 @@ await client.encounters.v4.create({
|
|
|
2742
2742
|
address1: "123 Main St",
|
|
2743
2743
|
address2: "Apt 1",
|
|
2744
2744
|
city: "New York",
|
|
2745
|
-
state:
|
|
2745
|
+
state: "NY",
|
|
2746
2746
|
zipCode: "10001",
|
|
2747
2747
|
zipPlusFourCode: "1234",
|
|
2748
2748
|
},
|
|
2749
2749
|
firstName: "string",
|
|
2750
2750
|
lastName: "string",
|
|
2751
|
-
gender:
|
|
2751
|
+
gender: "male",
|
|
2752
2752
|
},
|
|
2753
2753
|
billingProvider: {
|
|
2754
2754
|
address: {
|
|
2755
2755
|
address1: "123 Main St",
|
|
2756
2756
|
address2: "Apt 1",
|
|
2757
2757
|
city: "New York",
|
|
2758
|
-
state:
|
|
2758
|
+
state: "NY",
|
|
2759
2759
|
zipCode: "10001",
|
|
2760
2760
|
zipPlusFourCode: "1234",
|
|
2761
2761
|
},
|
|
2762
2762
|
taxId: "string",
|
|
2763
2763
|
npi: "string",
|
|
2764
2764
|
taxonomyCode: "string",
|
|
2765
|
-
providerCommercialLicenseType:
|
|
2765
|
+
providerCommercialLicenseType: "0",
|
|
2766
2766
|
firstName: "string",
|
|
2767
2767
|
lastName: "string",
|
|
2768
2768
|
organizationName: "string",
|
|
@@ -2774,7 +2774,7 @@ await client.encounters.v4.create({
|
|
|
2774
2774
|
address1: "123 Main St",
|
|
2775
2775
|
address2: "Apt 1",
|
|
2776
2776
|
city: "New York",
|
|
2777
|
-
state:
|
|
2777
|
+
state: "NY",
|
|
2778
2778
|
zipCode: "10001",
|
|
2779
2779
|
zipPlusFourCode: "1234",
|
|
2780
2780
|
},
|
|
@@ -2789,7 +2789,7 @@ await client.encounters.v4.create({
|
|
|
2789
2789
|
address1: "123 Main St",
|
|
2790
2790
|
address2: "Apt 1",
|
|
2791
2791
|
city: "New York",
|
|
2792
|
-
state:
|
|
2792
|
+
state: "NY",
|
|
2793
2793
|
zipCode: "10001",
|
|
2794
2794
|
zipPlusFourCode: "1234",
|
|
2795
2795
|
},
|
|
@@ -2804,11 +2804,11 @@ await client.encounters.v4.create({
|
|
|
2804
2804
|
address1: "123 Main St",
|
|
2805
2805
|
address2: "Apt 1",
|
|
2806
2806
|
city: "New York",
|
|
2807
|
-
state:
|
|
2807
|
+
state: "NY",
|
|
2808
2808
|
zipCode: "10001",
|
|
2809
2809
|
zipPlusFourCode: "1234",
|
|
2810
2810
|
},
|
|
2811
|
-
qualifier:
|
|
2811
|
+
qualifier: "DQ",
|
|
2812
2812
|
firstName: "string",
|
|
2813
2813
|
lastName: "string",
|
|
2814
2814
|
organizationName: "string",
|
|
@@ -2820,7 +2820,7 @@ await client.encounters.v4.create({
|
|
|
2820
2820
|
address1: "123 Main St",
|
|
2821
2821
|
address2: "Apt 1",
|
|
2822
2822
|
city: "New York",
|
|
2823
|
-
state:
|
|
2823
|
+
state: "NY",
|
|
2824
2824
|
zipCode: "10001",
|
|
2825
2825
|
zipPlusFourCode: "1234",
|
|
2826
2826
|
},
|
|
@@ -2835,7 +2835,7 @@ await client.encounters.v4.create({
|
|
|
2835
2835
|
address1: "123 Main St",
|
|
2836
2836
|
address2: "Apt 1",
|
|
2837
2837
|
city: "New York",
|
|
2838
|
-
state:
|
|
2838
|
+
state: "NY",
|
|
2839
2839
|
zipCode: "10001",
|
|
2840
2840
|
zipPlusFourCode: "1234",
|
|
2841
2841
|
},
|
|
@@ -2850,25 +2850,26 @@ await client.encounters.v4.create({
|
|
|
2850
2850
|
rxPcn: "string",
|
|
2851
2851
|
imageUrlFront: "string",
|
|
2852
2852
|
imageUrlBack: "string",
|
|
2853
|
-
emrPayerCrosswalk:
|
|
2853
|
+
emrPayerCrosswalk: "HEALTHIE",
|
|
2854
2854
|
groupNumber: "string",
|
|
2855
2855
|
planName: "string",
|
|
2856
|
-
planType:
|
|
2857
|
-
insuranceType:
|
|
2856
|
+
planType: "09",
|
|
2857
|
+
insuranceType: "01",
|
|
2858
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2858
2859
|
},
|
|
2859
|
-
patientRelationshipToSubscriberCode:
|
|
2860
|
+
patientRelationshipToSubscriberCode: "01",
|
|
2860
2861
|
dateOfBirth: "2023-01-15",
|
|
2861
2862
|
address: {
|
|
2862
2863
|
address1: "123 Main St",
|
|
2863
2864
|
address2: "Apt 1",
|
|
2864
2865
|
city: "New York",
|
|
2865
|
-
state:
|
|
2866
|
+
state: "NY",
|
|
2866
2867
|
zipCode: "10001",
|
|
2867
2868
|
zipPlusFourCode: "1234",
|
|
2868
2869
|
},
|
|
2869
2870
|
firstName: "string",
|
|
2870
2871
|
lastName: "string",
|
|
2871
|
-
gender:
|
|
2872
|
+
gender: "male",
|
|
2872
2873
|
},
|
|
2873
2874
|
subscriberSecondary: {
|
|
2874
2875
|
insuranceCard: {
|
|
@@ -2879,38 +2880,39 @@ await client.encounters.v4.create({
|
|
|
2879
2880
|
rxPcn: "string",
|
|
2880
2881
|
imageUrlFront: "string",
|
|
2881
2882
|
imageUrlBack: "string",
|
|
2882
|
-
emrPayerCrosswalk:
|
|
2883
|
+
emrPayerCrosswalk: "HEALTHIE",
|
|
2883
2884
|
groupNumber: "string",
|
|
2884
2885
|
planName: "string",
|
|
2885
|
-
planType:
|
|
2886
|
-
insuranceType:
|
|
2886
|
+
planType: "09",
|
|
2887
|
+
insuranceType: "01",
|
|
2888
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2887
2889
|
},
|
|
2888
|
-
patientRelationshipToSubscriberCode:
|
|
2890
|
+
patientRelationshipToSubscriberCode: "01",
|
|
2889
2891
|
dateOfBirth: "2023-01-15",
|
|
2890
2892
|
address: {
|
|
2891
2893
|
address1: "123 Main St",
|
|
2892
2894
|
address2: "Apt 1",
|
|
2893
2895
|
city: "New York",
|
|
2894
|
-
state:
|
|
2896
|
+
state: "NY",
|
|
2895
2897
|
zipCode: "10001",
|
|
2896
2898
|
zipPlusFourCode: "1234",
|
|
2897
2899
|
},
|
|
2898
2900
|
firstName: "string",
|
|
2899
2901
|
lastName: "string",
|
|
2900
|
-
gender:
|
|
2902
|
+
gender: "male",
|
|
2901
2903
|
},
|
|
2902
2904
|
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
2903
|
-
responsibleParty:
|
|
2905
|
+
responsibleParty: "INSURANCE_PAY",
|
|
2904
2906
|
diagnoses: [
|
|
2905
2907
|
{
|
|
2906
2908
|
name: "string",
|
|
2907
|
-
codeType:
|
|
2909
|
+
codeType: "ABF",
|
|
2908
2910
|
code: "string",
|
|
2909
2911
|
},
|
|
2910
2912
|
],
|
|
2911
2913
|
clinicalNotes: [
|
|
2912
2914
|
{
|
|
2913
|
-
category:
|
|
2915
|
+
category: "clinical",
|
|
2914
2916
|
notes: [],
|
|
2915
2917
|
},
|
|
2916
2918
|
],
|
|
@@ -2919,10 +2921,10 @@ await client.encounters.v4.create({
|
|
|
2919
2921
|
text: "string",
|
|
2920
2922
|
},
|
|
2921
2923
|
],
|
|
2922
|
-
placeOfServiceCode:
|
|
2924
|
+
placeOfServiceCode: "01",
|
|
2923
2925
|
patientHistories: [
|
|
2924
2926
|
{
|
|
2925
|
-
category:
|
|
2927
|
+
category: "present_illness",
|
|
2926
2928
|
questions: [
|
|
2927
2929
|
{
|
|
2928
2930
|
id: CandidApi.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
@@ -2947,7 +2949,7 @@ await client.encounters.v4.create({
|
|
|
2947
2949
|
{
|
|
2948
2950
|
procedureCode: "string",
|
|
2949
2951
|
quantity: CandidApi.Decimal("string"),
|
|
2950
|
-
units:
|
|
2952
|
+
units: "MJ",
|
|
2951
2953
|
diagnosisPointers: [],
|
|
2952
2954
|
},
|
|
2953
2955
|
],
|
|
@@ -2955,7 +2957,7 @@ await client.encounters.v4.create({
|
|
|
2955
2957
|
phoneNumbers: [
|
|
2956
2958
|
{
|
|
2957
2959
|
number: "1234567890",
|
|
2958
|
-
type:
|
|
2960
|
+
type: "Home",
|
|
2959
2961
|
},
|
|
2960
2962
|
],
|
|
2961
2963
|
phoneConsent: true,
|
|
@@ -2969,26 +2971,26 @@ await client.encounters.v4.create({
|
|
|
2969
2971
|
address1: "123 Main St",
|
|
2970
2972
|
address2: "Apt 1",
|
|
2971
2973
|
city: "New York",
|
|
2972
|
-
state:
|
|
2974
|
+
state: "NY",
|
|
2973
2975
|
zipCode: "10001",
|
|
2974
2976
|
zipPlusFourCode: "1234",
|
|
2975
2977
|
},
|
|
2976
2978
|
},
|
|
2977
2979
|
externalClaimSubmission: {
|
|
2978
|
-
claimCreatedAt:
|
|
2980
|
+
claimCreatedAt: "2023-01-01T12:00:00.000000Z",
|
|
2979
2981
|
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
2980
2982
|
submissionRecords: [
|
|
2981
2983
|
{
|
|
2982
|
-
submittedAt:
|
|
2983
|
-
claimFrequencyCode:
|
|
2984
|
-
payerResponsibility:
|
|
2985
|
-
intendedSubmissionMedium:
|
|
2984
|
+
submittedAt: "2023-01-01T13:00:00.000000Z",
|
|
2985
|
+
claimFrequencyCode: "1",
|
|
2986
|
+
payerResponsibility: "primary",
|
|
2987
|
+
intendedSubmissionMedium: "electronic",
|
|
2986
2988
|
},
|
|
2987
2989
|
{
|
|
2988
|
-
submittedAt:
|
|
2989
|
-
claimFrequencyCode:
|
|
2990
|
-
payerResponsibility:
|
|
2991
|
-
intendedSubmissionMedium:
|
|
2990
|
+
submittedAt: "2023-01-04T12:00:00.000000Z",
|
|
2991
|
+
claimFrequencyCode: "7",
|
|
2992
|
+
payerResponsibility: "primary",
|
|
2993
|
+
intendedSubmissionMedium: "paper",
|
|
2992
2994
|
},
|
|
2993
2995
|
],
|
|
2994
2996
|
},
|
|
@@ -3006,9 +3008,9 @@ await client.encounters.v4.create({
|
|
|
3006
3008
|
],
|
|
3007
3009
|
referralNumber: "string",
|
|
3008
3010
|
epsdtReferral: {
|
|
3009
|
-
conditionIndicator1:
|
|
3010
|
-
conditionIndicator2:
|
|
3011
|
-
conditionIndicator3:
|
|
3011
|
+
conditionIndicator1: "AV",
|
|
3012
|
+
conditionIndicator2: "AV",
|
|
3013
|
+
conditionIndicator3: "AV",
|
|
3012
3014
|
},
|
|
3013
3015
|
externalId: CandidApi.EncounterExternalId("string"),
|
|
3014
3016
|
dateOfService: "2023-01-15",
|
|
@@ -3039,7 +3041,7 @@ await client.encounters.v4.create({
|
|
|
3039
3041
|
interventions: [
|
|
3040
3042
|
{
|
|
3041
3043
|
name: "Physical Therapy Session",
|
|
3042
|
-
category:
|
|
3044
|
+
category: "lifestyle",
|
|
3043
3045
|
description:
|
|
3044
3046
|
"A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
3045
3047
|
medication: {
|
|
@@ -3054,7 +3056,7 @@ await client.encounters.v4.create({
|
|
|
3054
3056
|
{
|
|
3055
3057
|
name: "Genetic Health Labs",
|
|
3056
3058
|
code: "GH12345",
|
|
3057
|
-
codeType:
|
|
3059
|
+
codeType: "quest",
|
|
3058
3060
|
},
|
|
3059
3061
|
],
|
|
3060
3062
|
},
|
|
@@ -3063,19 +3065,19 @@ await client.encounters.v4.create({
|
|
|
3063
3065
|
address1: "123 Main St",
|
|
3064
3066
|
address2: "Apt 1",
|
|
3065
3067
|
city: "New York",
|
|
3066
|
-
state:
|
|
3068
|
+
state: "NY",
|
|
3067
3069
|
zipCode: "10001",
|
|
3068
3070
|
zipPlusFourCode: "1234",
|
|
3069
3071
|
},
|
|
3070
|
-
synchronicity:
|
|
3071
|
-
billableStatus:
|
|
3072
|
+
synchronicity: "Synchronous",
|
|
3073
|
+
billableStatus: "BILLABLE",
|
|
3072
3074
|
additionalInformation: "string",
|
|
3073
|
-
serviceAuthorizationExceptionCode:
|
|
3075
|
+
serviceAuthorizationExceptionCode: "1",
|
|
3074
3076
|
admissionDate: "2023-01-15",
|
|
3075
3077
|
dischargeDate: "2023-01-15",
|
|
3076
3078
|
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
3077
3079
|
lastMenstrualPeriodDate: "2023-01-15",
|
|
3078
|
-
delayReasonCode:
|
|
3080
|
+
delayReasonCode: "1",
|
|
3079
3081
|
});
|
|
3080
3082
|
```
|
|
3081
3083
|
|
|
@@ -3130,13 +3132,13 @@ of the pre-encounter service should use the standard create endpoint.
|
|
|
3130
3132
|
The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
|
|
3131
3133
|
where applicable. In particular, the following fields are populated from the patient and appointment objects:
|
|
3132
3134
|
|
|
3133
|
-
-
|
|
3134
|
-
-
|
|
3135
|
-
-
|
|
3136
|
-
-
|
|
3137
|
-
-
|
|
3138
|
-
-
|
|
3139
|
-
-
|
|
3135
|
+
- Patient
|
|
3136
|
+
- Referring Provider
|
|
3137
|
+
- Subscriber Primary
|
|
3138
|
+
- Subscriber Secondary
|
|
3139
|
+
- Referral Number
|
|
3140
|
+
- Responsible Party
|
|
3141
|
+
- Guarantor
|
|
3140
3142
|
|
|
3141
3143
|
Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
|
|
3142
3144
|
encounter has not already been submitted or adjudicated.
|
|
@@ -3163,318 +3165,14 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3163
3165
|
address1: "123 Main St",
|
|
3164
3166
|
address2: "Apt 1",
|
|
3165
3167
|
city: "New York",
|
|
3166
|
-
state:
|
|
3167
|
-
zipCode: "10001",
|
|
3168
|
-
zipPlusFourCode: "1234",
|
|
3169
|
-
},
|
|
3170
|
-
taxId: "string",
|
|
3171
|
-
npi: "string",
|
|
3172
|
-
taxonomyCode: "string",
|
|
3173
|
-
providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
3174
|
-
firstName: "string",
|
|
3175
|
-
lastName: "string",
|
|
3176
|
-
organizationName: "string",
|
|
3177
|
-
},
|
|
3178
|
-
renderingProvider: {
|
|
3179
|
-
npi: "string",
|
|
3180
|
-
taxonomyCode: "string",
|
|
3181
|
-
address: {
|
|
3182
|
-
address1: "123 Main St",
|
|
3183
|
-
address2: "Apt 1",
|
|
3184
|
-
city: "New York",
|
|
3185
|
-
state: CandidApi.State.Ny,
|
|
3186
|
-
zipCode: "10001",
|
|
3187
|
-
zipPlusFourCode: "1234",
|
|
3188
|
-
},
|
|
3189
|
-
firstName: "string",
|
|
3190
|
-
lastName: "string",
|
|
3191
|
-
organizationName: "string",
|
|
3192
|
-
},
|
|
3193
|
-
initialReferringProvider: {
|
|
3194
|
-
npi: "string",
|
|
3195
|
-
taxonomyCode: "string",
|
|
3196
|
-
address: {
|
|
3197
|
-
address1: "123 Main St",
|
|
3198
|
-
address2: "Apt 1",
|
|
3199
|
-
city: "New York",
|
|
3200
|
-
state: CandidApi.State.Ny,
|
|
3201
|
-
zipCode: "10001",
|
|
3202
|
-
zipPlusFourCode: "1234",
|
|
3203
|
-
},
|
|
3204
|
-
qualifier: CandidApi.QualifierCode.Dq,
|
|
3205
|
-
firstName: "string",
|
|
3206
|
-
lastName: "string",
|
|
3207
|
-
organizationName: "string",
|
|
3208
|
-
},
|
|
3209
|
-
supervisingProvider: {
|
|
3210
|
-
npi: "string",
|
|
3211
|
-
taxonomyCode: "string",
|
|
3212
|
-
address: {
|
|
3213
|
-
address1: "123 Main St",
|
|
3214
|
-
address2: "Apt 1",
|
|
3215
|
-
city: "New York",
|
|
3216
|
-
state: CandidApi.State.Ny,
|
|
3217
|
-
zipCode: "10001",
|
|
3218
|
-
zipPlusFourCode: "1234",
|
|
3219
|
-
},
|
|
3220
|
-
firstName: "string",
|
|
3221
|
-
lastName: "string",
|
|
3222
|
-
organizationName: "string",
|
|
3223
|
-
},
|
|
3224
|
-
serviceFacility: {
|
|
3225
|
-
organizationName: "string",
|
|
3226
|
-
npi: "string",
|
|
3227
|
-
address: {
|
|
3228
|
-
address1: "123 Main St",
|
|
3229
|
-
address2: "Apt 1",
|
|
3230
|
-
city: "New York",
|
|
3231
|
-
state: CandidApi.State.Ny,
|
|
3232
|
-
zipCode: "10001",
|
|
3233
|
-
zipPlusFourCode: "1234",
|
|
3234
|
-
},
|
|
3235
|
-
secondaryIdentification: "string",
|
|
3236
|
-
},
|
|
3237
|
-
diagnoses: [
|
|
3238
|
-
{
|
|
3239
|
-
name: "string",
|
|
3240
|
-
codeType: CandidApi.DiagnosisTypeCode.Abf,
|
|
3241
|
-
code: "string",
|
|
3242
|
-
},
|
|
3243
|
-
],
|
|
3244
|
-
clinicalNotes: [
|
|
3245
|
-
{
|
|
3246
|
-
category: CandidApi.NoteCategory.Clinical,
|
|
3247
|
-
notes: [],
|
|
3248
|
-
},
|
|
3249
|
-
],
|
|
3250
|
-
billingNotes: [
|
|
3251
|
-
{
|
|
3252
|
-
text: "string",
|
|
3253
|
-
},
|
|
3254
|
-
],
|
|
3255
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3256
|
-
patientHistories: [
|
|
3257
|
-
{
|
|
3258
|
-
category: CandidApi.PatientHistoryCategoryEnum.PresentIllness,
|
|
3259
|
-
questions: [
|
|
3260
|
-
{
|
|
3261
|
-
id: CandidApi.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
3262
|
-
text: "Do you have any allergies?",
|
|
3263
|
-
responses: [
|
|
3264
|
-
{
|
|
3265
|
-
response: "No allergies",
|
|
3266
|
-
followUps: [
|
|
3267
|
-
{
|
|
3268
|
-
id: CandidApi.IntakeFollowUpId("4F3D57F9-AC94-49D6-87E4-E804B709917A"),
|
|
3269
|
-
text: "Do you have any allergies?",
|
|
3270
|
-
response: "No allergies",
|
|
3271
|
-
},
|
|
3272
|
-
],
|
|
3273
|
-
},
|
|
3274
|
-
],
|
|
3275
|
-
},
|
|
3276
|
-
],
|
|
3277
|
-
},
|
|
3278
|
-
],
|
|
3279
|
-
serviceLines: [
|
|
3280
|
-
{
|
|
3281
|
-
procedureCode: "string",
|
|
3282
|
-
quantity: CandidApi.Decimal("string"),
|
|
3283
|
-
units: CandidApi.ServiceLineUnits.Mj,
|
|
3284
|
-
diagnosisPointers: [],
|
|
3285
|
-
},
|
|
3286
|
-
],
|
|
3287
|
-
externalClaimSubmission: {
|
|
3288
|
-
claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
3289
|
-
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
3290
|
-
submissionRecords: [
|
|
3291
|
-
{
|
|
3292
|
-
submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
3293
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
|
|
3294
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
3295
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
3299
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
|
|
3300
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
3301
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
|
|
3302
|
-
},
|
|
3303
|
-
],
|
|
3304
|
-
},
|
|
3305
|
-
tagIds: [CandidApi.TagId("string")],
|
|
3306
|
-
schemaInstances: [
|
|
3307
|
-
{
|
|
3308
|
-
schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
3309
|
-
content: {
|
|
3310
|
-
provider_category: "internist",
|
|
3311
|
-
is_urgent_care: true,
|
|
3312
|
-
bmi: 24.2,
|
|
3313
|
-
age: 38,
|
|
3314
|
-
},
|
|
3315
|
-
},
|
|
3316
|
-
],
|
|
3317
|
-
externalId: CandidApi.EncounterExternalId("string"),
|
|
3318
|
-
dateOfService: "2023-01-15",
|
|
3319
|
-
endDateOfService: "2023-01-15",
|
|
3320
|
-
patientAuthorizedRelease: true,
|
|
3321
|
-
benefitsAssignedToProvider: true,
|
|
3322
|
-
providerAcceptsAssignment: true,
|
|
3323
|
-
appointmentType: "string",
|
|
3324
|
-
existingMedications: [
|
|
3325
|
-
{
|
|
3326
|
-
name: "Lisinopril",
|
|
3327
|
-
rxCui: CandidApi.RxCui("860975"),
|
|
3328
|
-
dosage: "10mg",
|
|
3329
|
-
dosageForm: "Tablet",
|
|
3330
|
-
frequency: "Once Daily",
|
|
3331
|
-
asNeeded: true,
|
|
3332
|
-
},
|
|
3333
|
-
],
|
|
3334
|
-
vitals: {
|
|
3335
|
-
heightIn: 70,
|
|
3336
|
-
weightLbs: 165,
|
|
3337
|
-
bloodPressureSystolicMmhg: 115,
|
|
3338
|
-
bloodPressureDiastolicMmhg: 85,
|
|
3339
|
-
bodyTemperatureF: 98,
|
|
3340
|
-
hemoglobinGdl: 15.1,
|
|
3341
|
-
hematocritPct: 51.2,
|
|
3342
|
-
},
|
|
3343
|
-
interventions: [
|
|
3344
|
-
{
|
|
3345
|
-
name: "Physical Therapy Session",
|
|
3346
|
-
category: CandidApi.InterventionCategory.Lifestyle,
|
|
3347
|
-
description:
|
|
3348
|
-
"A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
3349
|
-
medication: {
|
|
3350
|
-
name: "Lisinopril",
|
|
3351
|
-
rxCui: CandidApi.RxCui("860975"),
|
|
3352
|
-
dosage: "10mg",
|
|
3353
|
-
dosageForm: "Tablet",
|
|
3354
|
-
frequency: "Once Daily",
|
|
3355
|
-
asNeeded: true,
|
|
3356
|
-
},
|
|
3357
|
-
labs: [
|
|
3358
|
-
{
|
|
3359
|
-
name: "Genetic Health Labs",
|
|
3360
|
-
code: "GH12345",
|
|
3361
|
-
codeType: CandidApi.LabCodeType.Quest,
|
|
3362
|
-
},
|
|
3363
|
-
],
|
|
3364
|
-
},
|
|
3365
|
-
],
|
|
3366
|
-
payToAddress: {
|
|
3367
|
-
address1: "123 Main St",
|
|
3368
|
-
address2: "Apt 1",
|
|
3369
|
-
city: "New York",
|
|
3370
|
-
state: CandidApi.State.Ny,
|
|
3371
|
-
zipCode: "10001",
|
|
3372
|
-
zipPlusFourCode: "1234",
|
|
3373
|
-
},
|
|
3374
|
-
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
3375
|
-
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
3376
|
-
additionalInformation: "string",
|
|
3377
|
-
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
3378
|
-
admissionDate: "2023-01-15",
|
|
3379
|
-
dischargeDate: "2023-01-15",
|
|
3380
|
-
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
3381
|
-
lastMenstrualPeriodDate: "2023-01-15",
|
|
3382
|
-
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
3383
|
-
});
|
|
3384
|
-
```
|
|
3385
|
-
|
|
3386
|
-
</dd>
|
|
3387
|
-
</dl>
|
|
3388
|
-
</dd>
|
|
3389
|
-
</dl>
|
|
3390
|
-
|
|
3391
|
-
#### ⚙️ Parameters
|
|
3392
|
-
|
|
3393
|
-
<dl>
|
|
3394
|
-
<dd>
|
|
3395
|
-
|
|
3396
|
-
<dl>
|
|
3397
|
-
<dd>
|
|
3398
|
-
|
|
3399
|
-
**request:** `CandidApi.EncounterCreateFromPreEncounter`
|
|
3400
|
-
|
|
3401
|
-
</dd>
|
|
3402
|
-
</dl>
|
|
3403
|
-
|
|
3404
|
-
<dl>
|
|
3405
|
-
<dd>
|
|
3406
|
-
|
|
3407
|
-
**requestOptions:** `V4.RequestOptions`
|
|
3408
|
-
|
|
3409
|
-
</dd>
|
|
3410
|
-
</dl>
|
|
3411
|
-
</dd>
|
|
3412
|
-
</dl>
|
|
3413
|
-
|
|
3414
|
-
</dd>
|
|
3415
|
-
</dl>
|
|
3416
|
-
</details>
|
|
3417
|
-
|
|
3418
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatientInternal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatientInternal.Error></code></summary>
|
|
3419
|
-
<dl>
|
|
3420
|
-
<dd>
|
|
3421
|
-
|
|
3422
|
-
#### 📝 Description
|
|
3423
|
-
|
|
3424
|
-
<dl>
|
|
3425
|
-
<dd>
|
|
3426
|
-
|
|
3427
|
-
<dl>
|
|
3428
|
-
<dd>
|
|
3429
|
-
|
|
3430
|
-
Create an encounter from a pre-encounter patient and appointment. This endpoint is intended to be used by consumers who are managing
|
|
3431
|
-
patients and appointments in the pre-encounter service and is currently under development. Consumers who are not taking advantage
|
|
3432
|
-
of the pre-encounter service should use the standard create endpoint.
|
|
3433
|
-
|
|
3434
|
-
The endpoint will create an encounter from the provided fields, pulling information from the provided patient and appointment objects
|
|
3435
|
-
where applicable. In particular, the following fields are populated from the patient and appointment objects:
|
|
3436
|
-
|
|
3437
|
-
- Patient
|
|
3438
|
-
- Referring Provider
|
|
3439
|
-
- Subscriber Primary
|
|
3440
|
-
- Subscriber Secondary
|
|
3441
|
-
- Referral Number
|
|
3442
|
-
- Responsible Party
|
|
3443
|
-
- Guarantor
|
|
3444
|
-
|
|
3445
|
-
Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
|
|
3446
|
-
encounter has not already been submitted or adjudicated.
|
|
3447
|
-
|
|
3448
|
-
</dd>
|
|
3449
|
-
</dl>
|
|
3450
|
-
</dd>
|
|
3451
|
-
</dl>
|
|
3452
|
-
|
|
3453
|
-
#### 🔌 Usage
|
|
3454
|
-
|
|
3455
|
-
<dl>
|
|
3456
|
-
<dd>
|
|
3457
|
-
|
|
3458
|
-
<dl>
|
|
3459
|
-
<dd>
|
|
3460
|
-
|
|
3461
|
-
```typescript
|
|
3462
|
-
await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
3463
|
-
preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3464
|
-
preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
3465
|
-
billingProvider: {
|
|
3466
|
-
address: {
|
|
3467
|
-
address1: "123 Main St",
|
|
3468
|
-
address2: "Apt 1",
|
|
3469
|
-
city: "New York",
|
|
3470
|
-
state: CandidApi.State.Ny,
|
|
3168
|
+
state: "NY",
|
|
3471
3169
|
zipCode: "10001",
|
|
3472
3170
|
zipPlusFourCode: "1234",
|
|
3473
3171
|
},
|
|
3474
3172
|
taxId: "string",
|
|
3475
3173
|
npi: "string",
|
|
3476
3174
|
taxonomyCode: "string",
|
|
3477
|
-
providerCommercialLicenseType:
|
|
3175
|
+
providerCommercialLicenseType: "0",
|
|
3478
3176
|
firstName: "string",
|
|
3479
3177
|
lastName: "string",
|
|
3480
3178
|
organizationName: "string",
|
|
@@ -3486,7 +3184,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3486
3184
|
address1: "123 Main St",
|
|
3487
3185
|
address2: "Apt 1",
|
|
3488
3186
|
city: "New York",
|
|
3489
|
-
state:
|
|
3187
|
+
state: "NY",
|
|
3490
3188
|
zipCode: "10001",
|
|
3491
3189
|
zipPlusFourCode: "1234",
|
|
3492
3190
|
},
|
|
@@ -3501,11 +3199,11 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3501
3199
|
address1: "123 Main St",
|
|
3502
3200
|
address2: "Apt 1",
|
|
3503
3201
|
city: "New York",
|
|
3504
|
-
state:
|
|
3202
|
+
state: "NY",
|
|
3505
3203
|
zipCode: "10001",
|
|
3506
3204
|
zipPlusFourCode: "1234",
|
|
3507
3205
|
},
|
|
3508
|
-
qualifier:
|
|
3206
|
+
qualifier: "DQ",
|
|
3509
3207
|
firstName: "string",
|
|
3510
3208
|
lastName: "string",
|
|
3511
3209
|
organizationName: "string",
|
|
@@ -3517,7 +3215,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3517
3215
|
address1: "123 Main St",
|
|
3518
3216
|
address2: "Apt 1",
|
|
3519
3217
|
city: "New York",
|
|
3520
|
-
state:
|
|
3218
|
+
state: "NY",
|
|
3521
3219
|
zipCode: "10001",
|
|
3522
3220
|
zipPlusFourCode: "1234",
|
|
3523
3221
|
},
|
|
@@ -3532,7 +3230,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3532
3230
|
address1: "123 Main St",
|
|
3533
3231
|
address2: "Apt 1",
|
|
3534
3232
|
city: "New York",
|
|
3535
|
-
state:
|
|
3233
|
+
state: "NY",
|
|
3536
3234
|
zipCode: "10001",
|
|
3537
3235
|
zipPlusFourCode: "1234",
|
|
3538
3236
|
},
|
|
@@ -3541,13 +3239,13 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3541
3239
|
diagnoses: [
|
|
3542
3240
|
{
|
|
3543
3241
|
name: "string",
|
|
3544
|
-
codeType:
|
|
3242
|
+
codeType: "ABF",
|
|
3545
3243
|
code: "string",
|
|
3546
3244
|
},
|
|
3547
3245
|
],
|
|
3548
3246
|
clinicalNotes: [
|
|
3549
3247
|
{
|
|
3550
|
-
category:
|
|
3248
|
+
category: "clinical",
|
|
3551
3249
|
notes: [],
|
|
3552
3250
|
},
|
|
3553
3251
|
],
|
|
@@ -3556,10 +3254,10 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3556
3254
|
text: "string",
|
|
3557
3255
|
},
|
|
3558
3256
|
],
|
|
3559
|
-
placeOfServiceCode:
|
|
3257
|
+
placeOfServiceCode: "01",
|
|
3560
3258
|
patientHistories: [
|
|
3561
3259
|
{
|
|
3562
|
-
category:
|
|
3260
|
+
category: "present_illness",
|
|
3563
3261
|
questions: [
|
|
3564
3262
|
{
|
|
3565
3263
|
id: CandidApi.IntakeQuestionId("6E7FBCE4-A8EA-46D0-A8D8-FF83CA3BB176"),
|
|
@@ -3584,25 +3282,25 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3584
3282
|
{
|
|
3585
3283
|
procedureCode: "string",
|
|
3586
3284
|
quantity: CandidApi.Decimal("string"),
|
|
3587
|
-
units:
|
|
3285
|
+
units: "MJ",
|
|
3588
3286
|
diagnosisPointers: [],
|
|
3589
3287
|
},
|
|
3590
3288
|
],
|
|
3591
3289
|
externalClaimSubmission: {
|
|
3592
|
-
claimCreatedAt:
|
|
3290
|
+
claimCreatedAt: "2023-01-01T12:00:00.000000Z",
|
|
3593
3291
|
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
3594
3292
|
submissionRecords: [
|
|
3595
3293
|
{
|
|
3596
|
-
submittedAt:
|
|
3597
|
-
claimFrequencyCode:
|
|
3598
|
-
payerResponsibility:
|
|
3599
|
-
intendedSubmissionMedium:
|
|
3294
|
+
submittedAt: "2023-01-01T13:00:00.000000Z",
|
|
3295
|
+
claimFrequencyCode: "1",
|
|
3296
|
+
payerResponsibility: "primary",
|
|
3297
|
+
intendedSubmissionMedium: "electronic",
|
|
3600
3298
|
},
|
|
3601
3299
|
{
|
|
3602
|
-
submittedAt:
|
|
3603
|
-
claimFrequencyCode:
|
|
3604
|
-
payerResponsibility:
|
|
3605
|
-
intendedSubmissionMedium:
|
|
3300
|
+
submittedAt: "2023-01-04T12:00:00.000000Z",
|
|
3301
|
+
claimFrequencyCode: "7",
|
|
3302
|
+
payerResponsibility: "primary",
|
|
3303
|
+
intendedSubmissionMedium: "paper",
|
|
3606
3304
|
},
|
|
3607
3305
|
],
|
|
3608
3306
|
},
|
|
@@ -3647,7 +3345,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3647
3345
|
interventions: [
|
|
3648
3346
|
{
|
|
3649
3347
|
name: "Physical Therapy Session",
|
|
3650
|
-
category:
|
|
3348
|
+
category: "lifestyle",
|
|
3651
3349
|
description:
|
|
3652
3350
|
"A session focused on improving muscular strength, flexibility, and range of motion post-injury.",
|
|
3653
3351
|
medication: {
|
|
@@ -3662,7 +3360,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3662
3360
|
{
|
|
3663
3361
|
name: "Genetic Health Labs",
|
|
3664
3362
|
code: "GH12345",
|
|
3665
|
-
codeType:
|
|
3363
|
+
codeType: "quest",
|
|
3666
3364
|
},
|
|
3667
3365
|
],
|
|
3668
3366
|
},
|
|
@@ -3671,19 +3369,19 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3671
3369
|
address1: "123 Main St",
|
|
3672
3370
|
address2: "Apt 1",
|
|
3673
3371
|
city: "New York",
|
|
3674
|
-
state:
|
|
3372
|
+
state: "NY",
|
|
3675
3373
|
zipCode: "10001",
|
|
3676
3374
|
zipPlusFourCode: "1234",
|
|
3677
3375
|
},
|
|
3678
|
-
synchronicity:
|
|
3679
|
-
billableStatus:
|
|
3376
|
+
synchronicity: "Synchronous",
|
|
3377
|
+
billableStatus: "BILLABLE",
|
|
3680
3378
|
additionalInformation: "string",
|
|
3681
|
-
serviceAuthorizationExceptionCode:
|
|
3379
|
+
serviceAuthorizationExceptionCode: "1",
|
|
3682
3380
|
admissionDate: "2023-01-15",
|
|
3683
3381
|
dischargeDate: "2023-01-15",
|
|
3684
3382
|
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
3685
3383
|
lastMenstrualPeriodDate: "2023-01-15",
|
|
3686
|
-
delayReasonCode:
|
|
3384
|
+
delayReasonCode: "1",
|
|
3687
3385
|
});
|
|
3688
3386
|
```
|
|
3689
3387
|
|
|
@@ -3734,7 +3432,7 @@ await client.encounters.v4.createFromPreEncounterPatientInternal({
|
|
|
3734
3432
|
```typescript
|
|
3735
3433
|
await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
3736
3434
|
diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
3737
|
-
placeOfServiceCodeAsSubmitted:
|
|
3435
|
+
placeOfServiceCodeAsSubmitted: "01",
|
|
3738
3436
|
});
|
|
3739
3437
|
```
|
|
3740
3438
|
|
|
@@ -3812,12 +3510,12 @@ await client.expectedNetworkStatus.v1.compute({
|
|
|
3812
3510
|
externalPatientId: "string",
|
|
3813
3511
|
subscriberPayerId: "string",
|
|
3814
3512
|
subscriberPayerName: "string",
|
|
3815
|
-
subscriberInsuranceType:
|
|
3513
|
+
subscriberInsuranceType: "01",
|
|
3816
3514
|
subscriberPlanName: "string",
|
|
3817
3515
|
billingProviderNpi: "string",
|
|
3818
3516
|
billingProviderTin: "string",
|
|
3819
3517
|
renderingProviderNpi: "string",
|
|
3820
|
-
contractedState:
|
|
3518
|
+
contractedState: "AA",
|
|
3821
3519
|
dateOfService: CandidApi.Date_("string"),
|
|
3822
3520
|
});
|
|
3823
3521
|
```
|
|
@@ -3889,16 +3587,16 @@ to discuss enabling this endpoint if it is not available for your organization.
|
|
|
3889
3587
|
await client.expectedNetworkStatus.v2.computeForRenderingProvider(
|
|
3890
3588
|
CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3891
3589
|
{
|
|
3892
|
-
serviceType:
|
|
3893
|
-
placeOfServiceCode:
|
|
3590
|
+
serviceType: "new_patient_video_appt",
|
|
3591
|
+
placeOfServiceCode: "01",
|
|
3894
3592
|
subscriberInformation: {
|
|
3895
3593
|
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3896
3594
|
memberId: "string",
|
|
3897
3595
|
insuranceType: {
|
|
3898
|
-
lineOfBusiness:
|
|
3596
|
+
lineOfBusiness: "medicare",
|
|
3899
3597
|
insuranceTypeCodes: {
|
|
3900
3598
|
type: "insurance_type_code",
|
|
3901
|
-
value:
|
|
3599
|
+
value: "01",
|
|
3902
3600
|
},
|
|
3903
3601
|
},
|
|
3904
3602
|
},
|
|
@@ -3906,14 +3604,14 @@ await client.expectedNetworkStatus.v2.computeForRenderingProvider(
|
|
|
3906
3604
|
address1: "123 Main St",
|
|
3907
3605
|
address2: "Apt 1",
|
|
3908
3606
|
city: "New York",
|
|
3909
|
-
state:
|
|
3607
|
+
state: "NY",
|
|
3910
3608
|
zipCode: "10001",
|
|
3911
3609
|
zipPlusFourCode: "1234",
|
|
3912
3610
|
},
|
|
3913
3611
|
billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3914
3612
|
organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
|
|
3915
3613
|
dateOfService: "2023-01-15",
|
|
3916
|
-
}
|
|
3614
|
+
},
|
|
3917
3615
|
);
|
|
3918
3616
|
```
|
|
3919
3617
|
|
|
@@ -3988,16 +3686,16 @@ to discuss enabling this endpoint if it is not available for your organization.
|
|
|
3988
3686
|
|
|
3989
3687
|
```typescript
|
|
3990
3688
|
await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
|
|
3991
|
-
serviceType:
|
|
3992
|
-
placeOfServiceCode:
|
|
3689
|
+
serviceType: "new_patient_video_appt",
|
|
3690
|
+
placeOfServiceCode: "01",
|
|
3993
3691
|
subscriberInformation: {
|
|
3994
3692
|
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3995
3693
|
memberId: "string",
|
|
3996
3694
|
insuranceType: {
|
|
3997
|
-
lineOfBusiness:
|
|
3695
|
+
lineOfBusiness: "medicare",
|
|
3998
3696
|
insuranceTypeCodes: {
|
|
3999
3697
|
type: "insurance_type_code",
|
|
4000
|
-
value:
|
|
3698
|
+
value: "01",
|
|
4001
3699
|
},
|
|
4002
3700
|
},
|
|
4003
3701
|
},
|
|
@@ -4005,7 +3703,7 @@ await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
|
|
|
4005
3703
|
address1: "123 Main St",
|
|
4006
3704
|
address2: "Apt 1",
|
|
4007
3705
|
city: "New York",
|
|
4008
|
-
state:
|
|
3706
|
+
state: "NY",
|
|
4009
3707
|
zipCode: "10001",
|
|
4010
3708
|
zipPlusFourCode: "1234",
|
|
4011
3709
|
},
|
|
@@ -4275,7 +3973,7 @@ Tests a service line against a rate to see if it matches.
|
|
|
4275
3973
|
```typescript
|
|
4276
3974
|
await client.feeSchedules.v3.testMatch(
|
|
4277
3975
|
CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4278
|
-
CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
3976
|
+
CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4279
3977
|
);
|
|
4280
3978
|
```
|
|
4281
3979
|
|
|
@@ -4353,13 +4051,13 @@ await client.feeSchedules.v3.getMulti({
|
|
|
4353
4051
|
activeDate: "2023-01-15",
|
|
4354
4052
|
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4355
4053
|
organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4356
|
-
states:
|
|
4054
|
+
states: "AA",
|
|
4357
4055
|
zipCodes: "string",
|
|
4358
|
-
licenseTypes:
|
|
4359
|
-
facilityTypeCodes:
|
|
4360
|
-
networkTypes:
|
|
4056
|
+
licenseTypes: "MD",
|
|
4057
|
+
facilityTypeCodes: "01",
|
|
4058
|
+
networkTypes: "12",
|
|
4361
4059
|
cptCode: "string",
|
|
4362
|
-
modifiers:
|
|
4060
|
+
modifiers: "22",
|
|
4363
4061
|
});
|
|
4364
4062
|
```
|
|
4365
4063
|
|
|
@@ -4426,16 +4124,16 @@ Gets unique values for a dimension based on other selection criteria. The respon
|
|
|
4426
4124
|
await client.feeSchedules.v3.getUniqueValuesForDimension({
|
|
4427
4125
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
4428
4126
|
limit: 1,
|
|
4429
|
-
pivotDimension:
|
|
4127
|
+
pivotDimension: "payer_uuid",
|
|
4430
4128
|
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4431
4129
|
organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4432
|
-
states:
|
|
4130
|
+
states: "AA",
|
|
4433
4131
|
zipCodes: "string",
|
|
4434
|
-
licenseTypes:
|
|
4435
|
-
facilityTypeCodes:
|
|
4436
|
-
networkTypes:
|
|
4132
|
+
licenseTypes: "MD",
|
|
4133
|
+
facilityTypeCodes: "01",
|
|
4134
|
+
networkTypes: "12",
|
|
4437
4135
|
cptCode: "string",
|
|
4438
|
-
modifiers:
|
|
4136
|
+
modifiers: "22",
|
|
4439
4137
|
});
|
|
4440
4138
|
```
|
|
4441
4139
|
|
|
@@ -4570,13 +4268,13 @@ await client.feeSchedules.v3.uploadFeeSchedule({
|
|
|
4570
4268
|
dimensions: {
|
|
4571
4269
|
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4572
4270
|
organizationBillingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4573
|
-
states: new Set([
|
|
4271
|
+
states: new Set(["AA"]),
|
|
4574
4272
|
zipCodes: new Set(["string"]),
|
|
4575
|
-
licenseTypes: new Set([
|
|
4576
|
-
facilityTypeCodes: new Set([
|
|
4577
|
-
networkTypes: new Set([
|
|
4273
|
+
licenseTypes: new Set(["MD"]),
|
|
4274
|
+
facilityTypeCodes: new Set(["01"]),
|
|
4275
|
+
networkTypes: new Set(["12"]),
|
|
4578
4276
|
cptCode: "string",
|
|
4579
|
-
modifiers: new Set([
|
|
4277
|
+
modifiers: new Set(["22"]),
|
|
4580
4278
|
},
|
|
4581
4279
|
entries: [
|
|
4582
4280
|
{
|
|
@@ -4922,7 +4620,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
4922
4620
|
phoneNumbers: [
|
|
4923
4621
|
{
|
|
4924
4622
|
number: "1234567890",
|
|
4925
|
-
type:
|
|
4623
|
+
type: "Home",
|
|
4926
4624
|
},
|
|
4927
4625
|
],
|
|
4928
4626
|
phoneConsent: true,
|
|
@@ -4936,7 +4634,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
4936
4634
|
address1: "123 Main St",
|
|
4937
4635
|
address2: "Apt 1",
|
|
4938
4636
|
city: "New York",
|
|
4939
|
-
state:
|
|
4637
|
+
state: "NY",
|
|
4940
4638
|
zipCode: "10001",
|
|
4941
4639
|
zipPlusFourCode: "1234",
|
|
4942
4640
|
},
|
|
@@ -5083,14 +4781,14 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
5083
4781
|
address1: "123 Main St",
|
|
5084
4782
|
address2: "Apt 1",
|
|
5085
4783
|
city: "New York",
|
|
5086
|
-
state:
|
|
4784
|
+
state: "NY",
|
|
5087
4785
|
zipCode: "10001",
|
|
5088
4786
|
zipPlusFourCode: "1234",
|
|
5089
4787
|
},
|
|
5090
4788
|
phoneNumbers: [
|
|
5091
4789
|
{
|
|
5092
4790
|
number: "1234567890",
|
|
5093
|
-
type:
|
|
4791
|
+
type: "Home",
|
|
5094
4792
|
},
|
|
5095
4793
|
],
|
|
5096
4794
|
phoneConsent: true,
|
|
@@ -5184,7 +4882,7 @@ await client.importInvoice.v1.importInvoice({
|
|
|
5184
4882
|
amountCents: 1,
|
|
5185
4883
|
},
|
|
5186
4884
|
],
|
|
5187
|
-
status:
|
|
4885
|
+
status: "DRAFT",
|
|
5188
4886
|
externalIdentifier: "string",
|
|
5189
4887
|
customerInvoiceUrl: "string",
|
|
5190
4888
|
});
|
|
@@ -5256,10 +4954,10 @@ await client.importInvoice.v1.getMulti({
|
|
|
5256
4954
|
note: "string",
|
|
5257
4955
|
dueDateBefore: "2023-01-15",
|
|
5258
4956
|
dueDateAfter: "2023-01-15",
|
|
5259
|
-
status:
|
|
4957
|
+
status: "DRAFT",
|
|
5260
4958
|
limit: 1,
|
|
5261
|
-
sort:
|
|
5262
|
-
sortDirection:
|
|
4959
|
+
sort: "CREATED_AT",
|
|
4960
|
+
sortDirection: "asc",
|
|
5263
4961
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
5264
4962
|
});
|
|
5265
4963
|
```
|
|
@@ -5389,11 +5087,11 @@ Update the information on the imported invoice
|
|
|
5389
5087
|
```typescript
|
|
5390
5088
|
await client.importInvoice.v1.update(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
5391
5089
|
customerInvoiceUrl: "string",
|
|
5392
|
-
status:
|
|
5090
|
+
status: "DRAFT",
|
|
5393
5091
|
note: "string",
|
|
5394
5092
|
dueDate: "2023-01-15",
|
|
5395
5093
|
items: {
|
|
5396
|
-
updateType:
|
|
5094
|
+
updateType: "APPEND",
|
|
5397
5095
|
items: [
|
|
5398
5096
|
{
|
|
5399
5097
|
attribution: {
|
|
@@ -5558,7 +5256,7 @@ await client.insuranceAdjudications.v1.create({
|
|
|
5558
5256
|
claims: {
|
|
5559
5257
|
"d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32": [
|
|
5560
5258
|
{
|
|
5561
|
-
claimStatusCode:
|
|
5259
|
+
claimStatusCode: "1",
|
|
5562
5260
|
serviceLines: {},
|
|
5563
5261
|
carcs: [],
|
|
5564
5262
|
},
|
|
@@ -5629,7 +5327,7 @@ Deletes the insurance adjudication record matching the provided insurance_adjudi
|
|
|
5629
5327
|
|
|
5630
5328
|
```typescript
|
|
5631
5329
|
await client.insuranceAdjudications.v1.delete(
|
|
5632
|
-
CandidApi.InsuranceAdjudicationId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
5330
|
+
CandidApi.InsuranceAdjudicationId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5633
5331
|
);
|
|
5634
5332
|
```
|
|
5635
5333
|
|
|
@@ -5701,8 +5399,8 @@ await client.insurancePayments.v1.getMulti({
|
|
|
5701
5399
|
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5702
5400
|
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5703
5401
|
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
5704
|
-
sort:
|
|
5705
|
-
sortDirection:
|
|
5402
|
+
sort: "amount_cents",
|
|
5403
|
+
sortDirection: "asc",
|
|
5706
5404
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
5707
5405
|
});
|
|
5708
5406
|
```
|
|
@@ -5838,7 +5536,7 @@ await client.insurancePayments.v1.create({
|
|
|
5838
5536
|
type: "payer_info",
|
|
5839
5537
|
},
|
|
5840
5538
|
amountCents: 1,
|
|
5841
|
-
paymentTimestamp:
|
|
5539
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
5842
5540
|
paymentNote: "string",
|
|
5843
5541
|
allocations: [
|
|
5844
5542
|
{
|
|
@@ -5914,7 +5612,7 @@ then the allocations must be appropriately updated as well.
|
|
|
5914
5612
|
|
|
5915
5613
|
```typescript
|
|
5916
5614
|
await client.insurancePayments.v1.update(CandidApi.InsurancePaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
5917
|
-
paymentTimestamp:
|
|
5615
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
5918
5616
|
paymentNote: {
|
|
5919
5617
|
type: "set",
|
|
5920
5618
|
value: "string",
|
|
@@ -6064,8 +5762,8 @@ await client.insuranceRefunds.v1.getMulti({
|
|
|
6064
5762
|
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6065
5763
|
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6066
5764
|
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6067
|
-
sort:
|
|
6068
|
-
sortDirection:
|
|
5765
|
+
sort: "amount_cents",
|
|
5766
|
+
sortDirection: "asc",
|
|
6069
5767
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
6070
5768
|
});
|
|
6071
5769
|
```
|
|
@@ -6201,7 +5899,7 @@ await client.insuranceRefunds.v1.create({
|
|
|
6201
5899
|
type: "payer_info",
|
|
6202
5900
|
},
|
|
6203
5901
|
amountCents: 1,
|
|
6204
|
-
refundTimestamp:
|
|
5902
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
6205
5903
|
refundNote: "string",
|
|
6206
5904
|
allocations: [
|
|
6207
5905
|
{
|
|
@@ -6212,7 +5910,7 @@ await client.insuranceRefunds.v1.create({
|
|
|
6212
5910
|
},
|
|
6213
5911
|
},
|
|
6214
5912
|
],
|
|
6215
|
-
refundReason:
|
|
5913
|
+
refundReason: "OVERCHARGED",
|
|
6216
5914
|
});
|
|
6217
5915
|
```
|
|
6218
5916
|
|
|
@@ -6278,14 +5976,14 @@ then the allocations must be appropriately updated as well.
|
|
|
6278
5976
|
|
|
6279
5977
|
```typescript
|
|
6280
5978
|
await client.insuranceRefunds.v1.update(CandidApi.InsuranceRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
6281
|
-
refundTimestamp:
|
|
5979
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
6282
5980
|
refundNote: {
|
|
6283
5981
|
type: "set",
|
|
6284
5982
|
value: "string",
|
|
6285
5983
|
},
|
|
6286
5984
|
refundReason: {
|
|
6287
5985
|
type: "set",
|
|
6288
|
-
value:
|
|
5986
|
+
value: "OVERCHARGED",
|
|
6289
5987
|
},
|
|
6290
5988
|
});
|
|
6291
5989
|
```
|
|
@@ -6415,20 +6113,20 @@ await client.medicationDispense.v1.create({
|
|
|
6415
6113
|
patientExternalId: "string",
|
|
6416
6114
|
procedureCode: "string",
|
|
6417
6115
|
quantity: CandidApi.Decimal("string"),
|
|
6418
|
-
units:
|
|
6116
|
+
units: "MJ",
|
|
6419
6117
|
dateOfService: "2023-01-15",
|
|
6420
6118
|
drugIdentification: {
|
|
6421
|
-
serviceIdQualifier:
|
|
6119
|
+
serviceIdQualifier: "EN",
|
|
6422
6120
|
nationalDrugCode: "string",
|
|
6423
6121
|
nationalDrugUnitCount: "string",
|
|
6424
|
-
measurementUnitCode:
|
|
6122
|
+
measurementUnitCode: "ML",
|
|
6425
6123
|
linkSequenceNumber: "string",
|
|
6426
6124
|
pharmacyPrescriptionNumber: "string",
|
|
6427
6125
|
conversionFormula: "string",
|
|
6428
6126
|
drugDescription: "string",
|
|
6429
6127
|
},
|
|
6430
6128
|
description: "string",
|
|
6431
|
-
modifiers: [
|
|
6129
|
+
modifiers: ["22"],
|
|
6432
6130
|
});
|
|
6433
6131
|
```
|
|
6434
6132
|
|
|
@@ -6499,8 +6197,8 @@ await client.nonInsurancePayerPayments.v1.getMulti({
|
|
|
6499
6197
|
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6500
6198
|
checkNumber: "string",
|
|
6501
6199
|
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6502
|
-
sort:
|
|
6503
|
-
sortDirection:
|
|
6200
|
+
sort: "amount_cents",
|
|
6201
|
+
sortDirection: "asc",
|
|
6504
6202
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
6505
6203
|
});
|
|
6506
6204
|
```
|
|
@@ -6566,7 +6264,7 @@ Retrieves a previously created non-insurance payer payment by its `non_insurance
|
|
|
6566
6264
|
|
|
6567
6265
|
```typescript
|
|
6568
6266
|
await client.nonInsurancePayerPayments.v1.get(
|
|
6569
|
-
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
6267
|
+
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6570
6268
|
);
|
|
6571
6269
|
```
|
|
6572
6270
|
|
|
@@ -6618,7 +6316,7 @@ await client.nonInsurancePayerPayments.v1.get(
|
|
|
6618
6316
|
await client.nonInsurancePayerPayments.v1.create({
|
|
6619
6317
|
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6620
6318
|
amountCents: 1,
|
|
6621
|
-
paymentTimestamp:
|
|
6319
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
6622
6320
|
paymentNote: "string",
|
|
6623
6321
|
checkNumber: "string",
|
|
6624
6322
|
allocations: [
|
|
@@ -6682,7 +6380,7 @@ await client.nonInsurancePayerPayments.v1.create({
|
|
|
6682
6380
|
await client.nonInsurancePayerPayments.v1.update(
|
|
6683
6381
|
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6684
6382
|
{
|
|
6685
|
-
paymentTimestamp:
|
|
6383
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
6686
6384
|
paymentNote: {
|
|
6687
6385
|
type: "set",
|
|
6688
6386
|
value: "string",
|
|
@@ -6691,7 +6389,7 @@ await client.nonInsurancePayerPayments.v1.update(
|
|
|
6691
6389
|
type: "set",
|
|
6692
6390
|
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6693
6391
|
},
|
|
6694
|
-
}
|
|
6392
|
+
},
|
|
6695
6393
|
);
|
|
6696
6394
|
```
|
|
6697
6395
|
|
|
@@ -6764,7 +6462,7 @@ Deletes the non-insurance payer payment record matching the provided `non_insura
|
|
|
6764
6462
|
|
|
6765
6463
|
```typescript
|
|
6766
6464
|
await client.nonInsurancePayerPayments.v1.delete(
|
|
6767
|
-
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
6465
|
+
CandidApi.NonInsurancePayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6768
6466
|
);
|
|
6769
6467
|
```
|
|
6770
6468
|
|
|
@@ -6835,8 +6533,8 @@ await client.nonInsurancePayerRefunds.v1.getMulti({
|
|
|
6835
6533
|
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6836
6534
|
checkNumber: "string",
|
|
6837
6535
|
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6838
|
-
sort:
|
|
6839
|
-
sortDirection:
|
|
6536
|
+
sort: "amount_cents",
|
|
6537
|
+
sortDirection: "asc",
|
|
6840
6538
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
6841
6539
|
});
|
|
6842
6540
|
```
|
|
@@ -6902,7 +6600,7 @@ Retrieves a previously created non-insurance payer refund by its `non_insurance_
|
|
|
6902
6600
|
|
|
6903
6601
|
```typescript
|
|
6904
6602
|
await client.nonInsurancePayerRefunds.v1.get(
|
|
6905
|
-
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
6603
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6906
6604
|
);
|
|
6907
6605
|
```
|
|
6908
6606
|
|
|
@@ -6972,7 +6670,7 @@ await client.nonInsurancePayerRefunds.v1.create({
|
|
|
6972
6670
|
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6973
6671
|
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
6974
6672
|
amountCents: 1,
|
|
6975
|
-
refundTimestamp:
|
|
6673
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
6976
6674
|
refundNote: "string",
|
|
6977
6675
|
checkNumber: "string",
|
|
6978
6676
|
allocations: [
|
|
@@ -6984,7 +6682,7 @@ await client.nonInsurancePayerRefunds.v1.create({
|
|
|
6984
6682
|
},
|
|
6985
6683
|
},
|
|
6986
6684
|
],
|
|
6987
|
-
refundReason:
|
|
6685
|
+
refundReason: "OVERCHARGED",
|
|
6988
6686
|
});
|
|
6989
6687
|
```
|
|
6990
6688
|
|
|
@@ -7052,20 +6750,20 @@ then the allocations must be appropriately updated as well.
|
|
|
7052
6750
|
await client.nonInsurancePayerRefunds.v1.update(
|
|
7053
6751
|
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7054
6752
|
{
|
|
7055
|
-
refundTimestamp:
|
|
6753
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
7056
6754
|
refundNote: {
|
|
7057
6755
|
type: "set",
|
|
7058
6756
|
value: "string",
|
|
7059
6757
|
},
|
|
7060
6758
|
refundReason: {
|
|
7061
6759
|
type: "set",
|
|
7062
|
-
value:
|
|
6760
|
+
value: "OVERCHARGED",
|
|
7063
6761
|
},
|
|
7064
6762
|
invoiceId: {
|
|
7065
6763
|
type: "set",
|
|
7066
6764
|
value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7067
6765
|
},
|
|
7068
|
-
}
|
|
6766
|
+
},
|
|
7069
6767
|
);
|
|
7070
6768
|
```
|
|
7071
6769
|
|
|
@@ -7138,7 +6836,7 @@ Deletes the non-insurance payer refund record matching the provided `non_insuran
|
|
|
7138
6836
|
|
|
7139
6837
|
```typescript
|
|
7140
6838
|
await client.nonInsurancePayerRefunds.v1.delete(
|
|
7141
|
-
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
6839
|
+
CandidApi.NonInsurancePayerRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7142
6840
|
);
|
|
7143
6841
|
```
|
|
7144
6842
|
|
|
@@ -7197,7 +6895,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
7197
6895
|
address1: "123 Main St",
|
|
7198
6896
|
address2: "Apt 1",
|
|
7199
6897
|
city: "New York",
|
|
7200
|
-
state:
|
|
6898
|
+
state: "NY",
|
|
7201
6899
|
zipCode: "10001",
|
|
7202
6900
|
zipPlusFourCode: "1234",
|
|
7203
6901
|
},
|
|
@@ -7253,7 +6951,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(
|
|
|
7253
6951
|
CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
7254
6952
|
{
|
|
7255
6953
|
enabled: true,
|
|
7256
|
-
}
|
|
6954
|
+
},
|
|
7257
6955
|
);
|
|
7258
6956
|
```
|
|
7259
6957
|
|
|
@@ -7314,8 +7012,8 @@ await client.nonInsurancePayers.v1.getMulti({
|
|
|
7314
7012
|
name: "string",
|
|
7315
7013
|
category: "string",
|
|
7316
7014
|
enabled: true,
|
|
7317
|
-
sort:
|
|
7318
|
-
sortDirection:
|
|
7015
|
+
sort: "NAME",
|
|
7016
|
+
sortDirection: "asc",
|
|
7319
7017
|
limit: 1,
|
|
7320
7018
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
7321
7019
|
});
|
|
@@ -7532,7 +7230,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
7532
7230
|
|
|
7533
7231
|
```typescript
|
|
7534
7232
|
await client.organizationServiceFacilities.v2.get(
|
|
7535
|
-
CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569")
|
|
7233
|
+
CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
|
|
7536
7234
|
);
|
|
7537
7235
|
```
|
|
7538
7236
|
|
|
@@ -7637,17 +7335,17 @@ await client.organizationServiceFacilities.v2.create({
|
|
|
7637
7335
|
name: "Test Service Facility",
|
|
7638
7336
|
aliases: ["Test Service Facility Alias"],
|
|
7639
7337
|
description: "Test Service Facility Description",
|
|
7640
|
-
status:
|
|
7641
|
-
operationalStatus:
|
|
7642
|
-
mode:
|
|
7643
|
-
type:
|
|
7644
|
-
physicalType:
|
|
7338
|
+
status: "active",
|
|
7339
|
+
operationalStatus: "C",
|
|
7340
|
+
mode: "instance",
|
|
7341
|
+
type: "DX",
|
|
7342
|
+
physicalType: "si",
|
|
7645
7343
|
telecoms: ["555-555-5555"],
|
|
7646
7344
|
address: {
|
|
7647
7345
|
address1: "123 Main St",
|
|
7648
7346
|
address2: "Apt 1",
|
|
7649
7347
|
city: "New York",
|
|
7650
|
-
state:
|
|
7348
|
+
state: "NY",
|
|
7651
7349
|
zipCode: "10001",
|
|
7652
7350
|
zipPlusFourCode: "1234",
|
|
7653
7351
|
},
|
|
@@ -7705,21 +7403,21 @@ await client.organizationServiceFacilities.v2.update(
|
|
|
7705
7403
|
name: "Test Service Facility",
|
|
7706
7404
|
aliases: ["Test Service Facility Alias"],
|
|
7707
7405
|
description: "Test Service Facility Description",
|
|
7708
|
-
status:
|
|
7709
|
-
operationalStatus:
|
|
7710
|
-
mode:
|
|
7711
|
-
type:
|
|
7712
|
-
physicalType:
|
|
7406
|
+
status: "active",
|
|
7407
|
+
operationalStatus: "C",
|
|
7408
|
+
mode: "instance",
|
|
7409
|
+
type: "DX",
|
|
7410
|
+
physicalType: "si",
|
|
7713
7411
|
telecoms: ["555-555-5555"],
|
|
7714
7412
|
address: {
|
|
7715
7413
|
address1: "123 Main St",
|
|
7716
7414
|
address2: "Apt 1",
|
|
7717
7415
|
city: "New York",
|
|
7718
|
-
state:
|
|
7416
|
+
state: "NY",
|
|
7719
7417
|
zipCode: "10001",
|
|
7720
7418
|
zipPlusFourCode: "1234",
|
|
7721
7419
|
},
|
|
7722
|
-
}
|
|
7420
|
+
},
|
|
7723
7421
|
);
|
|
7724
7422
|
```
|
|
7725
7423
|
|
|
@@ -7777,7 +7475,7 @@ await client.organizationServiceFacilities.v2.update(
|
|
|
7777
7475
|
|
|
7778
7476
|
```typescript
|
|
7779
7477
|
await client.organizationServiceFacilities.v2.delete(
|
|
7780
|
-
CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569")
|
|
7478
|
+
CandidApi.OrganizationServiceFacilityId("30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569"),
|
|
7781
7479
|
);
|
|
7782
7480
|
```
|
|
7783
7481
|
|
|
@@ -7883,7 +7581,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7883
7581
|
isRendering: true,
|
|
7884
7582
|
isBilling: true,
|
|
7885
7583
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
7886
|
-
sort:
|
|
7584
|
+
sort: "provider_name:asc",
|
|
7887
7585
|
});
|
|
7888
7586
|
```
|
|
7889
7587
|
|
|
@@ -7939,21 +7637,21 @@ await client.organizationProviders.v3.create({
|
|
|
7939
7637
|
firstName: "string",
|
|
7940
7638
|
lastName: "string",
|
|
7941
7639
|
organizationName: "string",
|
|
7942
|
-
providerType:
|
|
7640
|
+
providerType: "INDIVIDUAL",
|
|
7943
7641
|
taxId: "string",
|
|
7944
7642
|
taxonomyCode: "string",
|
|
7945
|
-
licenseType:
|
|
7643
|
+
licenseType: "MD",
|
|
7946
7644
|
addresses: [
|
|
7947
7645
|
{
|
|
7948
7646
|
address: {
|
|
7949
7647
|
address1: "123 Main St",
|
|
7950
7648
|
address2: "Apt 1",
|
|
7951
7649
|
city: "New York",
|
|
7952
|
-
state:
|
|
7650
|
+
state: "NY",
|
|
7953
7651
|
zipCode: "10001",
|
|
7954
7652
|
zipPlusFourCode: "1234",
|
|
7955
7653
|
},
|
|
7956
|
-
addressType:
|
|
7654
|
+
addressType: "DEFAULT",
|
|
7957
7655
|
},
|
|
7958
7656
|
],
|
|
7959
7657
|
employmentStartDate: "2023-01-15",
|
|
@@ -7963,7 +7661,7 @@ await client.organizationProviders.v3.create({
|
|
|
7963
7661
|
period: {
|
|
7964
7662
|
startDate: CandidApi.Date_("string"),
|
|
7965
7663
|
},
|
|
7966
|
-
identifierCode:
|
|
7664
|
+
identifierCode: "MCR",
|
|
7967
7665
|
identifierValue: {
|
|
7968
7666
|
type: "medicare_provider_identifier",
|
|
7969
7667
|
},
|
|
@@ -8024,21 +7722,21 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
|
|
|
8024
7722
|
firstName: "string",
|
|
8025
7723
|
lastName: "string",
|
|
8026
7724
|
organizationName: "string",
|
|
8027
|
-
providerType:
|
|
7725
|
+
providerType: "INDIVIDUAL",
|
|
8028
7726
|
taxId: "string",
|
|
8029
7727
|
taxonomyCode: "string",
|
|
8030
|
-
licenseType:
|
|
7728
|
+
licenseType: "MD",
|
|
8031
7729
|
addresses: [
|
|
8032
7730
|
{
|
|
8033
7731
|
address: {
|
|
8034
7732
|
address1: "123 Main St",
|
|
8035
7733
|
address2: "Apt 1",
|
|
8036
7734
|
city: "New York",
|
|
8037
|
-
state:
|
|
7735
|
+
state: "NY",
|
|
8038
7736
|
zipCode: "10001",
|
|
8039
7737
|
zipPlusFourCode: "1234",
|
|
8040
7738
|
},
|
|
8041
|
-
addressType:
|
|
7739
|
+
addressType: "DEFAULT",
|
|
8042
7740
|
},
|
|
8043
7741
|
],
|
|
8044
7742
|
employmentStartDate: CandidApi.Date_("string"),
|
|
@@ -8049,7 +7747,7 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
|
|
|
8049
7747
|
period: {
|
|
8050
7748
|
startDate: CandidApi.Date_("string"),
|
|
8051
7749
|
},
|
|
8052
|
-
identifierCode:
|
|
7750
|
+
identifierCode: "MCR",
|
|
8053
7751
|
identifierValue: {
|
|
8054
7752
|
type: "medicare_provider_identifier",
|
|
8055
7753
|
},
|
|
@@ -8137,9 +7835,9 @@ await client.patientPayments.v4.getMulti({
|
|
|
8137
7835
|
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8138
7836
|
unattributed: true,
|
|
8139
7837
|
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8140
|
-
sources:
|
|
8141
|
-
sort:
|
|
8142
|
-
sortDirection:
|
|
7838
|
+
sources: "MANUAL_ENTRY",
|
|
7839
|
+
sort: "payment_source",
|
|
7840
|
+
sortDirection: "asc",
|
|
8143
7841
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8144
7842
|
});
|
|
8145
7843
|
```
|
|
@@ -8271,7 +7969,7 @@ claim, or billing provider.
|
|
|
8271
7969
|
```typescript
|
|
8272
7970
|
await client.patientPayments.v4.create({
|
|
8273
7971
|
amountCents: 1,
|
|
8274
|
-
paymentTimestamp:
|
|
7972
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
8275
7973
|
paymentNote: "string",
|
|
8276
7974
|
patientExternalId: CandidApi.PatientExternalId("string"),
|
|
8277
7975
|
allocations: [
|
|
@@ -8348,7 +8046,7 @@ Updates the patient payment record matching the provided patient_payment_id.
|
|
|
8348
8046
|
|
|
8349
8047
|
```typescript
|
|
8350
8048
|
await client.patientPayments.v4.update(CandidApi.PatientPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8351
|
-
paymentTimestamp:
|
|
8049
|
+
paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
8352
8050
|
paymentNote: {
|
|
8353
8051
|
type: "set",
|
|
8354
8052
|
value: "string",
|
|
@@ -8502,9 +8200,9 @@ await client.patientRefunds.v1.getMulti({
|
|
|
8502
8200
|
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8503
8201
|
unattributed: true,
|
|
8504
8202
|
invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8505
|
-
sources:
|
|
8506
|
-
sort:
|
|
8507
|
-
sortDirection:
|
|
8203
|
+
sources: "MANUAL_ENTRY",
|
|
8204
|
+
sort: "refund_source",
|
|
8205
|
+
sortDirection: "asc",
|
|
8508
8206
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8509
8207
|
});
|
|
8510
8208
|
```
|
|
@@ -8636,7 +8334,7 @@ claim, or billing provider.
|
|
|
8636
8334
|
```typescript
|
|
8637
8335
|
await client.patientRefunds.v1.create({
|
|
8638
8336
|
amountCents: 1,
|
|
8639
|
-
refundTimestamp:
|
|
8337
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
8640
8338
|
refundNote: "string",
|
|
8641
8339
|
patientExternalId: CandidApi.PatientExternalId("string"),
|
|
8642
8340
|
allocations: [
|
|
@@ -8649,7 +8347,7 @@ await client.patientRefunds.v1.create({
|
|
|
8649
8347
|
},
|
|
8650
8348
|
],
|
|
8651
8349
|
invoice: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8652
|
-
refundReason:
|
|
8350
|
+
refundReason: "OVERCHARGED",
|
|
8653
8351
|
});
|
|
8654
8352
|
```
|
|
8655
8353
|
|
|
@@ -8714,7 +8412,7 @@ Updates the patient refund record matching the provided patient_refund_id.
|
|
|
8714
8412
|
|
|
8715
8413
|
```typescript
|
|
8716
8414
|
await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8717
|
-
refundTimestamp:
|
|
8415
|
+
refundTimestamp: "2024-01-15T09:30:00Z",
|
|
8718
8416
|
refundNote: {
|
|
8719
8417
|
type: "set",
|
|
8720
8418
|
value: "string",
|
|
@@ -8725,7 +8423,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
8725
8423
|
},
|
|
8726
8424
|
refundReason: {
|
|
8727
8425
|
type: "set",
|
|
8728
|
-
value:
|
|
8426
|
+
value: "OVERCHARGED",
|
|
8729
8427
|
},
|
|
8730
8428
|
});
|
|
8731
8429
|
```
|
|
@@ -8951,28 +8649,28 @@ await client.payers.v3.getAll({
|
|
|
8951
8649
|
|
|
8952
8650
|
```typescript
|
|
8953
8651
|
await client.serviceLines.v2.create({
|
|
8954
|
-
modifiers: [
|
|
8652
|
+
modifiers: ["22"],
|
|
8955
8653
|
chargeAmountCents: 1,
|
|
8956
8654
|
diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8957
8655
|
diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8958
8656
|
diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8959
8657
|
diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8960
8658
|
denialReason: {
|
|
8961
|
-
reason:
|
|
8659
|
+
reason: "Authorization Required",
|
|
8962
8660
|
},
|
|
8963
|
-
placeOfServiceCode:
|
|
8661
|
+
placeOfServiceCode: "01",
|
|
8964
8662
|
procedureCode: "string",
|
|
8965
8663
|
quantity: CandidApi.Decimal("string"),
|
|
8966
|
-
units:
|
|
8664
|
+
units: "MJ",
|
|
8967
8665
|
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8968
8666
|
description: "string",
|
|
8969
8667
|
dateOfService: "2023-01-15",
|
|
8970
8668
|
endDateOfService: "2023-01-15",
|
|
8971
8669
|
drugIdentification: {
|
|
8972
|
-
serviceIdQualifier:
|
|
8670
|
+
serviceIdQualifier: "EN",
|
|
8973
8671
|
nationalDrugCode: "string",
|
|
8974
8672
|
nationalDrugUnitCount: "string",
|
|
8975
|
-
measurementUnitCode:
|
|
8673
|
+
measurementUnitCode: "ML",
|
|
8976
8674
|
linkSequenceNumber: "string",
|
|
8977
8675
|
pharmacyPrescriptionNumber: "string",
|
|
8978
8676
|
conversionFormula: "string",
|
|
@@ -8985,7 +8683,7 @@ await client.serviceLines.v2.create({
|
|
|
8985
8683
|
address1: "123 Main St",
|
|
8986
8684
|
address2: "Apt 1",
|
|
8987
8685
|
city: "New York",
|
|
8988
|
-
state:
|
|
8686
|
+
state: "NY",
|
|
8989
8687
|
zipCode: "10001",
|
|
8990
8688
|
zipPlusFourCode: "1234",
|
|
8991
8689
|
},
|
|
@@ -8996,7 +8694,7 @@ await client.serviceLines.v2.create({
|
|
|
8996
8694
|
testResults: [
|
|
8997
8695
|
{
|
|
8998
8696
|
value: 1.1,
|
|
8999
|
-
resultType:
|
|
8697
|
+
resultType: "HEMATOCRIT",
|
|
9000
8698
|
},
|
|
9001
8699
|
],
|
|
9002
8700
|
hasEpsdtIndicator: true,
|
|
@@ -9051,27 +8749,27 @@ await client.serviceLines.v2.create({
|
|
|
9051
8749
|
```typescript
|
|
9052
8750
|
await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
9053
8751
|
editReason: "string",
|
|
9054
|
-
modifiers: [
|
|
8752
|
+
modifiers: ["22"],
|
|
9055
8753
|
chargeAmountCents: 1,
|
|
9056
8754
|
diagnosisIdZero: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9057
8755
|
diagnosisIdOne: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9058
8756
|
diagnosisIdTwo: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9059
8757
|
diagnosisIdThree: CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9060
8758
|
drugIdentification: {
|
|
9061
|
-
serviceIdQualifier:
|
|
8759
|
+
serviceIdQualifier: "EN",
|
|
9062
8760
|
nationalDrugCode: "string",
|
|
9063
8761
|
nationalDrugUnitCount: "string",
|
|
9064
|
-
measurementUnitCode:
|
|
8762
|
+
measurementUnitCode: "ML",
|
|
9065
8763
|
linkSequenceNumber: "string",
|
|
9066
8764
|
pharmacyPrescriptionNumber: "string",
|
|
9067
8765
|
conversionFormula: "string",
|
|
9068
8766
|
drugDescription: "string",
|
|
9069
8767
|
},
|
|
9070
8768
|
denialReason: {
|
|
9071
|
-
reason:
|
|
8769
|
+
reason: "Authorization Required",
|
|
9072
8770
|
},
|
|
9073
|
-
placeOfServiceCode:
|
|
9074
|
-
units:
|
|
8771
|
+
placeOfServiceCode: "01",
|
|
8772
|
+
units: "MJ",
|
|
9075
8773
|
procedureCode: "string",
|
|
9076
8774
|
quantity: CandidApi.Decimal("string"),
|
|
9077
8775
|
description: "string",
|
|
@@ -9080,7 +8778,7 @@ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
9080
8778
|
testResults: [
|
|
9081
8779
|
{
|
|
9082
8780
|
value: 1.1,
|
|
9083
|
-
resultType:
|
|
8781
|
+
resultType: "HEMATOCRIT",
|
|
9084
8782
|
},
|
|
9085
8783
|
],
|
|
9086
8784
|
hasEpsdtIndicator: true,
|
|
@@ -9242,17 +8940,17 @@ await client.tasks.v3.getActions(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7
|
|
|
9242
8940
|
await client.tasks.v3.getMulti({
|
|
9243
8941
|
limit: 1,
|
|
9244
8942
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
9245
|
-
status:
|
|
9246
|
-
taskType:
|
|
8943
|
+
status: "finished",
|
|
8944
|
+
taskType: "CUSTOMER_DATA_REQUEST",
|
|
9247
8945
|
categories: "string",
|
|
9248
|
-
updatedSince:
|
|
8946
|
+
updatedSince: "2024-01-15T09:30:00Z",
|
|
9249
8947
|
encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9250
8948
|
searchTerm: "string",
|
|
9251
8949
|
assignedToId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9252
8950
|
dateOfServiceMin: "2023-01-15",
|
|
9253
8951
|
dateOfServiceMax: "2023-01-15",
|
|
9254
8952
|
billingProviderNpi: "string",
|
|
9255
|
-
sort:
|
|
8953
|
+
sort: "updated_at:asc",
|
|
9256
8954
|
});
|
|
9257
8955
|
```
|
|
9258
8956
|
|
|
@@ -9351,11 +9049,11 @@ await client.tasks.v3.get(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32
|
|
|
9351
9049
|
```typescript
|
|
9352
9050
|
await client.tasks.v3.create({
|
|
9353
9051
|
encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9354
|
-
taskType:
|
|
9052
|
+
taskType: "CUSTOMER_DATA_REQUEST",
|
|
9355
9053
|
description: "string",
|
|
9356
9054
|
blocksClaimSubmission: true,
|
|
9357
9055
|
assigneeUserId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9358
|
-
category:
|
|
9056
|
+
category: "other",
|
|
9359
9057
|
workQueueId: CandidApi.WorkQueueId("string"),
|
|
9360
9058
|
});
|
|
9361
9059
|
```
|
|
@@ -9406,7 +9104,7 @@ await client.tasks.v3.create({
|
|
|
9406
9104
|
|
|
9407
9105
|
```typescript
|
|
9408
9106
|
await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
9409
|
-
status:
|
|
9107
|
+
status: "finished",
|
|
9410
9108
|
assigneeUserId: CandidApi.UserId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9411
9109
|
blocksClaimSubmission: true,
|
|
9412
9110
|
});
|
|
@@ -9489,10 +9187,10 @@ await client.writeOffs.v1.getMulti({
|
|
|
9489
9187
|
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9490
9188
|
claimId: CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9491
9189
|
billingProviderId: CandidApi.ProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9492
|
-
sort:
|
|
9493
|
-
sortDirection:
|
|
9190
|
+
sort: "amount_cents",
|
|
9191
|
+
sortDirection: "asc",
|
|
9494
9192
|
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
9495
|
-
accountTypes:
|
|
9193
|
+
accountTypes: "PATIENT",
|
|
9496
9194
|
});
|
|
9497
9195
|
```
|
|
9498
9196
|
|
|
@@ -9624,9 +9322,9 @@ await client.writeOffs.v1.create({
|
|
|
9624
9322
|
writeOffs: [
|
|
9625
9323
|
{
|
|
9626
9324
|
type: "patient",
|
|
9627
|
-
writeOffTimestamp:
|
|
9325
|
+
writeOffTimestamp: "2024-01-15T09:30:00Z",
|
|
9628
9326
|
writeOffNote: "string",
|
|
9629
|
-
writeOffReason:
|
|
9327
|
+
writeOffReason: "SMALL_BALANCE",
|
|
9630
9328
|
serviceLineId: CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
9631
9329
|
amountCents: 1,
|
|
9632
9330
|
},
|
|
@@ -9761,13 +9459,13 @@ Adds an appointment. VersionConflictError is returned when the placer_appointmen
|
|
|
9761
9459
|
```typescript
|
|
9762
9460
|
await client.preEncounter.appointments.v1.create({
|
|
9763
9461
|
patientId: CandidApi.PatientId("string"),
|
|
9764
|
-
startTimestamp:
|
|
9765
|
-
status:
|
|
9462
|
+
startTimestamp: "2024-01-15T09:30:00Z",
|
|
9463
|
+
status: "PENDING",
|
|
9766
9464
|
serviceDuration: 1,
|
|
9767
9465
|
services: [
|
|
9768
9466
|
{
|
|
9769
|
-
universalServiceIdentifier:
|
|
9770
|
-
startTimestamp:
|
|
9467
|
+
universalServiceIdentifier: "MD_Visit",
|
|
9468
|
+
startTimestamp: "2024-01-15T09:30:00Z",
|
|
9771
9469
|
},
|
|
9772
9470
|
],
|
|
9773
9471
|
placerAppointmentId: "string",
|
|
@@ -9775,15 +9473,15 @@ await client.preEncounter.appointments.v1.create({
|
|
|
9775
9473
|
name: {
|
|
9776
9474
|
family: "string",
|
|
9777
9475
|
given: ["string"],
|
|
9778
|
-
use:
|
|
9476
|
+
use: "USUAL",
|
|
9779
9477
|
period: {},
|
|
9780
9478
|
},
|
|
9781
|
-
type:
|
|
9479
|
+
type: "PRIMARY",
|
|
9782
9480
|
npi: "string",
|
|
9783
9481
|
telecoms: [
|
|
9784
9482
|
{
|
|
9785
9483
|
value: "string",
|
|
9786
|
-
use:
|
|
9484
|
+
use: "HOME",
|
|
9787
9485
|
},
|
|
9788
9486
|
],
|
|
9789
9487
|
addresses: [],
|
|
@@ -9793,11 +9491,11 @@ await client.preEncounter.appointments.v1.create({
|
|
|
9793
9491
|
estimatedCopayCents: 1,
|
|
9794
9492
|
estimatedPatientResponsibilityCents: 1,
|
|
9795
9493
|
patientDepositCents: 1,
|
|
9796
|
-
checkedInTimestamp:
|
|
9494
|
+
checkedInTimestamp: "2024-01-15T09:30:00Z",
|
|
9797
9495
|
notes: "string",
|
|
9798
9496
|
locationResourceId: "string",
|
|
9799
9497
|
automatedEligibilityCheckComplete: true,
|
|
9800
|
-
workQueue:
|
|
9498
|
+
workQueue: "EMERGENT_ISSUE",
|
|
9801
9499
|
});
|
|
9802
9500
|
```
|
|
9803
9501
|
|
|
@@ -9989,13 +9687,13 @@ Updates an appointment. The path must contain the most recent version to prevent
|
|
|
9989
9687
|
```typescript
|
|
9990
9688
|
await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string"), "string", {
|
|
9991
9689
|
patientId: CandidApi.PatientId("string"),
|
|
9992
|
-
startTimestamp:
|
|
9993
|
-
status:
|
|
9690
|
+
startTimestamp: "2024-01-15T09:30:00Z",
|
|
9691
|
+
status: "PENDING",
|
|
9994
9692
|
serviceDuration: 1,
|
|
9995
9693
|
services: [
|
|
9996
9694
|
{
|
|
9997
|
-
universalServiceIdentifier:
|
|
9998
|
-
startTimestamp:
|
|
9695
|
+
universalServiceIdentifier: "MD_Visit",
|
|
9696
|
+
startTimestamp: "2024-01-15T09:30:00Z",
|
|
9999
9697
|
},
|
|
10000
9698
|
],
|
|
10001
9699
|
placerAppointmentId: "string",
|
|
@@ -10003,15 +9701,15 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
|
|
|
10003
9701
|
name: {
|
|
10004
9702
|
family: "string",
|
|
10005
9703
|
given: ["string"],
|
|
10006
|
-
use:
|
|
9704
|
+
use: "USUAL",
|
|
10007
9705
|
period: {},
|
|
10008
9706
|
},
|
|
10009
|
-
type:
|
|
9707
|
+
type: "PRIMARY",
|
|
10010
9708
|
npi: "string",
|
|
10011
9709
|
telecoms: [
|
|
10012
9710
|
{
|
|
10013
9711
|
value: "string",
|
|
10014
|
-
use:
|
|
9712
|
+
use: "HOME",
|
|
10015
9713
|
},
|
|
10016
9714
|
],
|
|
10017
9715
|
addresses: [],
|
|
@@ -10021,11 +9719,11 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("string
|
|
|
10021
9719
|
estimatedCopayCents: 1,
|
|
10022
9720
|
estimatedPatientResponsibilityCents: 1,
|
|
10023
9721
|
patientDepositCents: 1,
|
|
10024
|
-
checkedInTimestamp:
|
|
9722
|
+
checkedInTimestamp: "2024-01-15T09:30:00Z",
|
|
10025
9723
|
notes: "string",
|
|
10026
9724
|
locationResourceId: "string",
|
|
10027
9725
|
automatedEligibilityCheckComplete: true,
|
|
10028
|
-
workQueue:
|
|
9726
|
+
workQueue: "EMERGENT_ISSUE",
|
|
10029
9727
|
});
|
|
10030
9728
|
```
|
|
10031
9729
|
|
|
@@ -10106,7 +9804,7 @@ Scans up to 100 appointment updates. The since query parameter is inclusive, and
|
|
|
10106
9804
|
|
|
10107
9805
|
```typescript
|
|
10108
9806
|
await client.preEncounter.appointments.v1.scan({
|
|
10109
|
-
since:
|
|
9807
|
+
since: "2024-01-15T09:30:00Z",
|
|
10110
9808
|
});
|
|
10111
9809
|
```
|
|
10112
9810
|
|
|
@@ -10244,18 +9942,18 @@ Creates a new Coverage. A Coverage provides the high-level identifiers and descr
|
|
|
10244
9942
|
|
|
10245
9943
|
```typescript
|
|
10246
9944
|
await client.preEncounter.coverages.v1.create({
|
|
10247
|
-
status:
|
|
9945
|
+
status: "ACTIVE",
|
|
10248
9946
|
subscriber: {
|
|
10249
9947
|
name: {
|
|
10250
9948
|
family: "string",
|
|
10251
9949
|
given: ["string"],
|
|
10252
|
-
use:
|
|
9950
|
+
use: "USUAL",
|
|
10253
9951
|
period: {},
|
|
10254
9952
|
},
|
|
10255
9953
|
dateOfBirth: "2023-01-15",
|
|
10256
|
-
biologicalSex:
|
|
9954
|
+
biologicalSex: "FEMALE",
|
|
10257
9955
|
address: {
|
|
10258
|
-
use:
|
|
9956
|
+
use: "HOME",
|
|
10259
9957
|
line: ["string"],
|
|
10260
9958
|
city: "string",
|
|
10261
9959
|
state: "string",
|
|
@@ -10264,7 +9962,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10264
9962
|
period: {},
|
|
10265
9963
|
},
|
|
10266
9964
|
},
|
|
10267
|
-
relationship:
|
|
9965
|
+
relationship: "SELF",
|
|
10268
9966
|
patient: CandidApi.PatientId("string"),
|
|
10269
9967
|
insurancePlan: {
|
|
10270
9968
|
memberId: "string",
|
|
@@ -10273,8 +9971,8 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10273
9971
|
additionalPayerInformation: {},
|
|
10274
9972
|
groupNumber: "string",
|
|
10275
9973
|
name: "string",
|
|
10276
|
-
planType:
|
|
10277
|
-
type:
|
|
9974
|
+
planType: "09",
|
|
9975
|
+
type: "01",
|
|
10278
9976
|
period: {},
|
|
10279
9977
|
insuranceCardImageLocator: "string",
|
|
10280
9978
|
},
|
|
@@ -10282,16 +9980,16 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10282
9980
|
eligibilityChecks: [
|
|
10283
9981
|
{
|
|
10284
9982
|
checkId: "string",
|
|
10285
|
-
serviceCode:
|
|
10286
|
-
status:
|
|
9983
|
+
serviceCode: "1",
|
|
9984
|
+
status: "COMPLETED",
|
|
10287
9985
|
initiatedBy: CandidApi.UserId("string"),
|
|
10288
|
-
initiatedAt:
|
|
9986
|
+
initiatedAt: "2024-01-15T09:30:00Z",
|
|
10289
9987
|
},
|
|
10290
9988
|
],
|
|
10291
9989
|
latestEligibilityCheck: {
|
|
10292
9990
|
checkId: "string",
|
|
10293
|
-
status:
|
|
10294
|
-
initiatedAt:
|
|
9991
|
+
status: "ACTIVE",
|
|
9992
|
+
initiatedAt: "2024-01-15T09:30:00Z",
|
|
10295
9993
|
},
|
|
10296
9994
|
benefits: {},
|
|
10297
9995
|
});
|
|
@@ -10358,18 +10056,18 @@ Updates a Coverage. The path must contain the most recent version to prevent rac
|
|
|
10358
10056
|
|
|
10359
10057
|
```typescript
|
|
10360
10058
|
await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), "string", {
|
|
10361
|
-
status:
|
|
10059
|
+
status: "ACTIVE",
|
|
10362
10060
|
subscriber: {
|
|
10363
10061
|
name: {
|
|
10364
10062
|
family: "string",
|
|
10365
10063
|
given: ["string"],
|
|
10366
|
-
use:
|
|
10064
|
+
use: "USUAL",
|
|
10367
10065
|
period: {},
|
|
10368
10066
|
},
|
|
10369
10067
|
dateOfBirth: "2023-01-15",
|
|
10370
|
-
biologicalSex:
|
|
10068
|
+
biologicalSex: "FEMALE",
|
|
10371
10069
|
address: {
|
|
10372
|
-
use:
|
|
10070
|
+
use: "HOME",
|
|
10373
10071
|
line: ["string"],
|
|
10374
10072
|
city: "string",
|
|
10375
10073
|
state: "string",
|
|
@@ -10378,7 +10076,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10378
10076
|
period: {},
|
|
10379
10077
|
},
|
|
10380
10078
|
},
|
|
10381
|
-
relationship:
|
|
10079
|
+
relationship: "SELF",
|
|
10382
10080
|
patient: CandidApi.PatientId("string"),
|
|
10383
10081
|
insurancePlan: {
|
|
10384
10082
|
memberId: "string",
|
|
@@ -10387,8 +10085,8 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10387
10085
|
additionalPayerInformation: {},
|
|
10388
10086
|
groupNumber: "string",
|
|
10389
10087
|
name: "string",
|
|
10390
|
-
planType:
|
|
10391
|
-
type:
|
|
10088
|
+
planType: "09",
|
|
10089
|
+
type: "01",
|
|
10392
10090
|
period: {},
|
|
10393
10091
|
insuranceCardImageLocator: "string",
|
|
10394
10092
|
},
|
|
@@ -10396,16 +10094,16 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10396
10094
|
eligibilityChecks: [
|
|
10397
10095
|
{
|
|
10398
10096
|
checkId: "string",
|
|
10399
|
-
serviceCode:
|
|
10400
|
-
status:
|
|
10097
|
+
serviceCode: "1",
|
|
10098
|
+
status: "COMPLETED",
|
|
10401
10099
|
initiatedBy: CandidApi.UserId("string"),
|
|
10402
|
-
initiatedAt:
|
|
10100
|
+
initiatedAt: "2024-01-15T09:30:00Z",
|
|
10403
10101
|
},
|
|
10404
10102
|
],
|
|
10405
10103
|
latestEligibilityCheck: {
|
|
10406
10104
|
checkId: "string",
|
|
10407
|
-
status:
|
|
10408
|
-
initiatedAt:
|
|
10105
|
+
status: "ACTIVE",
|
|
10106
|
+
initiatedAt: "2024-01-15T09:30:00Z",
|
|
10409
10107
|
},
|
|
10410
10108
|
benefits: {},
|
|
10411
10109
|
});
|
|
@@ -10679,7 +10377,7 @@ Scans up to 100 coverage updates. The since query parameter is inclusive, and th
|
|
|
10679
10377
|
|
|
10680
10378
|
```typescript
|
|
10681
10379
|
await client.preEncounter.coverages.v1.scan({
|
|
10682
|
-
since:
|
|
10380
|
+
since: "2024-01-15T09:30:00Z",
|
|
10683
10381
|
});
|
|
10684
10382
|
```
|
|
10685
10383
|
|
|
@@ -10744,7 +10442,7 @@ Initiates an eligibility check. Returns the metadata of the check if successfull
|
|
|
10744
10442
|
|
|
10745
10443
|
```typescript
|
|
10746
10444
|
await client.preEncounter.coverages.v1.checkEligibility(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
10747
|
-
serviceCode:
|
|
10445
|
+
serviceCode: "1",
|
|
10748
10446
|
dateOfService: "2023-01-15",
|
|
10749
10447
|
npi: "string",
|
|
10750
10448
|
});
|
|
@@ -10820,7 +10518,7 @@ Gets the eligibility of a patient for a specific coverage if successful.
|
|
|
10820
10518
|
```typescript
|
|
10821
10519
|
await client.preEncounter.coverages.v1.getEligibility(
|
|
10822
10520
|
CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
10823
|
-
"string"
|
|
10521
|
+
"string",
|
|
10824
10522
|
);
|
|
10825
10523
|
```
|
|
10826
10524
|
|
|
@@ -10898,7 +10596,7 @@ await client.preEncounter.lists.v1.getPatientList({
|
|
|
10898
10596
|
pageToken: CandidApi.PageToken("string"),
|
|
10899
10597
|
limit: 1,
|
|
10900
10598
|
sortField: CandidApi.SortFieldString("string"),
|
|
10901
|
-
sortDirection:
|
|
10599
|
+
sortDirection: "asc",
|
|
10902
10600
|
filters: CandidApi.FilterQueryString("string"),
|
|
10903
10601
|
});
|
|
10904
10602
|
```
|
|
@@ -10965,7 +10663,7 @@ Searches for appointments that match the query parameters.
|
|
|
10965
10663
|
```typescript
|
|
10966
10664
|
await client.preEncounter.lists.v1.getAppointmentList({
|
|
10967
10665
|
sortField: CandidApi.SortFieldString("string"),
|
|
10968
|
-
sortDirection:
|
|
10666
|
+
sortDirection: "asc",
|
|
10969
10667
|
limit: 1,
|
|
10970
10668
|
pageToken: CandidApi.PageToken("string"),
|
|
10971
10669
|
filters: CandidApi.FilterQueryString("string"),
|
|
@@ -11326,30 +11024,30 @@ await client.preEncounter.patients.v1.create({
|
|
|
11326
11024
|
name: {
|
|
11327
11025
|
family: "string",
|
|
11328
11026
|
given: ["string"],
|
|
11329
|
-
use:
|
|
11027
|
+
use: "USUAL",
|
|
11330
11028
|
period: {},
|
|
11331
11029
|
},
|
|
11332
11030
|
otherNames: [
|
|
11333
11031
|
{
|
|
11334
11032
|
family: "string",
|
|
11335
11033
|
given: ["string"],
|
|
11336
|
-
use:
|
|
11034
|
+
use: "USUAL",
|
|
11337
11035
|
period: {},
|
|
11338
11036
|
},
|
|
11339
11037
|
],
|
|
11340
|
-
gender:
|
|
11038
|
+
gender: "MAN",
|
|
11341
11039
|
birthDate: "2023-01-15",
|
|
11342
11040
|
socialSecurityNumber: "string",
|
|
11343
|
-
biologicalSex:
|
|
11344
|
-
sexualOrientation:
|
|
11345
|
-
race:
|
|
11346
|
-
ethnicity:
|
|
11347
|
-
disabilityStatus:
|
|
11348
|
-
maritalStatus:
|
|
11349
|
-
deceased:
|
|
11041
|
+
biologicalSex: "FEMALE",
|
|
11042
|
+
sexualOrientation: "HETEROSEXUAL",
|
|
11043
|
+
race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
|
|
11044
|
+
ethnicity: "HISPANIC_OR_LATINO",
|
|
11045
|
+
disabilityStatus: "DISABLED",
|
|
11046
|
+
maritalStatus: "ANNULLED",
|
|
11047
|
+
deceased: "2024-01-15T09:30:00Z",
|
|
11350
11048
|
multipleBirth: 1,
|
|
11351
11049
|
primaryAddress: {
|
|
11352
|
-
use:
|
|
11050
|
+
use: "HOME",
|
|
11353
11051
|
line: ["string"],
|
|
11354
11052
|
city: "string",
|
|
11355
11053
|
state: "string",
|
|
@@ -11359,7 +11057,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11359
11057
|
},
|
|
11360
11058
|
otherAddresses: [
|
|
11361
11059
|
{
|
|
11362
|
-
use:
|
|
11060
|
+
use: "HOME",
|
|
11363
11061
|
line: ["string"],
|
|
11364
11062
|
city: "string",
|
|
11365
11063
|
state: "string",
|
|
@@ -11370,12 +11068,12 @@ await client.preEncounter.patients.v1.create({
|
|
|
11370
11068
|
],
|
|
11371
11069
|
primaryTelecom: {
|
|
11372
11070
|
value: "string",
|
|
11373
|
-
use:
|
|
11071
|
+
use: "HOME",
|
|
11374
11072
|
},
|
|
11375
11073
|
otherTelecoms: [
|
|
11376
11074
|
{
|
|
11377
11075
|
value: "string",
|
|
11378
|
-
use:
|
|
11076
|
+
use: "HOME",
|
|
11379
11077
|
},
|
|
11380
11078
|
],
|
|
11381
11079
|
email: "string",
|
|
@@ -11388,22 +11086,22 @@ await client.preEncounter.patients.v1.create({
|
|
|
11388
11086
|
},
|
|
11389
11087
|
contacts: [
|
|
11390
11088
|
{
|
|
11391
|
-
relationship: [
|
|
11089
|
+
relationship: ["SELF"],
|
|
11392
11090
|
name: {
|
|
11393
11091
|
family: "string",
|
|
11394
11092
|
given: ["string"],
|
|
11395
|
-
use:
|
|
11093
|
+
use: "USUAL",
|
|
11396
11094
|
period: {},
|
|
11397
11095
|
},
|
|
11398
11096
|
telecoms: [
|
|
11399
11097
|
{
|
|
11400
11098
|
value: "string",
|
|
11401
|
-
use:
|
|
11099
|
+
use: "HOME",
|
|
11402
11100
|
},
|
|
11403
11101
|
],
|
|
11404
11102
|
addresses: [
|
|
11405
11103
|
{
|
|
11406
|
-
use:
|
|
11104
|
+
use: "HOME",
|
|
11407
11105
|
line: ["string"],
|
|
11408
11106
|
city: "string",
|
|
11409
11107
|
state: "string",
|
|
@@ -11421,15 +11119,15 @@ await client.preEncounter.patients.v1.create({
|
|
|
11421
11119
|
name: {
|
|
11422
11120
|
family: "string",
|
|
11423
11121
|
given: ["string"],
|
|
11424
|
-
use:
|
|
11122
|
+
use: "USUAL",
|
|
11425
11123
|
period: {},
|
|
11426
11124
|
},
|
|
11427
|
-
type:
|
|
11125
|
+
type: "PRIMARY",
|
|
11428
11126
|
npi: "string",
|
|
11429
11127
|
telecoms: [
|
|
11430
11128
|
{
|
|
11431
11129
|
value: "string",
|
|
11432
|
-
use:
|
|
11130
|
+
use: "HOME",
|
|
11433
11131
|
},
|
|
11434
11132
|
],
|
|
11435
11133
|
addresses: [],
|
|
@@ -11450,17 +11148,17 @@ await client.preEncounter.patients.v1.create({
|
|
|
11450
11148
|
name: {
|
|
11451
11149
|
family: "string",
|
|
11452
11150
|
given: ["string"],
|
|
11453
|
-
use:
|
|
11151
|
+
use: "USUAL",
|
|
11454
11152
|
period: {},
|
|
11455
11153
|
},
|
|
11456
11154
|
telecom: {
|
|
11457
11155
|
value: "string",
|
|
11458
|
-
use:
|
|
11156
|
+
use: "HOME",
|
|
11459
11157
|
},
|
|
11460
11158
|
email: "string",
|
|
11461
11159
|
birthDate: "2023-01-15",
|
|
11462
11160
|
address: {
|
|
11463
|
-
use:
|
|
11161
|
+
use: "HOME",
|
|
11464
11162
|
line: ["string"],
|
|
11465
11163
|
city: "string",
|
|
11466
11164
|
state: "string",
|
|
@@ -11477,7 +11175,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11477
11175
|
additionalPayerInformation: {},
|
|
11478
11176
|
authorizationNumber: "string",
|
|
11479
11177
|
cptCode: "string",
|
|
11480
|
-
units:
|
|
11178
|
+
units: "VISIT",
|
|
11481
11179
|
quantity: 1,
|
|
11482
11180
|
period: {},
|
|
11483
11181
|
notes: "string",
|
|
@@ -11489,15 +11187,15 @@ await client.preEncounter.patients.v1.create({
|
|
|
11489
11187
|
name: {
|
|
11490
11188
|
family: "string",
|
|
11491
11189
|
given: ["string"],
|
|
11492
|
-
use:
|
|
11190
|
+
use: "USUAL",
|
|
11493
11191
|
period: {},
|
|
11494
11192
|
},
|
|
11495
|
-
type:
|
|
11193
|
+
type: "PRIMARY",
|
|
11496
11194
|
npi: "string",
|
|
11497
11195
|
telecoms: [
|
|
11498
11196
|
{
|
|
11499
11197
|
value: "string",
|
|
11500
|
-
use:
|
|
11198
|
+
use: "HOME",
|
|
11501
11199
|
},
|
|
11502
11200
|
],
|
|
11503
11201
|
addresses: [],
|
|
@@ -11508,7 +11206,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
11508
11206
|
},
|
|
11509
11207
|
],
|
|
11510
11208
|
primaryServiceFacilityId: "string",
|
|
11511
|
-
doNotInvoiceReason:
|
|
11209
|
+
doNotInvoiceReason: "BANKRUPTCY",
|
|
11512
11210
|
noteIds: [CandidApi.NoteId("string")],
|
|
11513
11211
|
tagIds: [CandidApi.TagId("string")],
|
|
11514
11212
|
},
|
|
@@ -11582,30 +11280,30 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11582
11280
|
name: {
|
|
11583
11281
|
family: "string",
|
|
11584
11282
|
given: ["string"],
|
|
11585
|
-
use:
|
|
11283
|
+
use: "USUAL",
|
|
11586
11284
|
period: {},
|
|
11587
11285
|
},
|
|
11588
11286
|
otherNames: [
|
|
11589
11287
|
{
|
|
11590
11288
|
family: "string",
|
|
11591
11289
|
given: ["string"],
|
|
11592
|
-
use:
|
|
11290
|
+
use: "USUAL",
|
|
11593
11291
|
period: {},
|
|
11594
11292
|
},
|
|
11595
11293
|
],
|
|
11596
|
-
gender:
|
|
11294
|
+
gender: "MAN",
|
|
11597
11295
|
birthDate: "2023-01-15",
|
|
11598
11296
|
socialSecurityNumber: "string",
|
|
11599
|
-
biologicalSex:
|
|
11600
|
-
sexualOrientation:
|
|
11601
|
-
race:
|
|
11602
|
-
ethnicity:
|
|
11603
|
-
disabilityStatus:
|
|
11604
|
-
maritalStatus:
|
|
11605
|
-
deceased:
|
|
11297
|
+
biologicalSex: "FEMALE",
|
|
11298
|
+
sexualOrientation: "HETEROSEXUAL",
|
|
11299
|
+
race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
|
|
11300
|
+
ethnicity: "HISPANIC_OR_LATINO",
|
|
11301
|
+
disabilityStatus: "DISABLED",
|
|
11302
|
+
maritalStatus: "ANNULLED",
|
|
11303
|
+
deceased: "2024-01-15T09:30:00Z",
|
|
11606
11304
|
multipleBirth: 1,
|
|
11607
11305
|
primaryAddress: {
|
|
11608
|
-
use:
|
|
11306
|
+
use: "HOME",
|
|
11609
11307
|
line: ["string"],
|
|
11610
11308
|
city: "string",
|
|
11611
11309
|
state: "string",
|
|
@@ -11615,7 +11313,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11615
11313
|
},
|
|
11616
11314
|
otherAddresses: [
|
|
11617
11315
|
{
|
|
11618
|
-
use:
|
|
11316
|
+
use: "HOME",
|
|
11619
11317
|
line: ["string"],
|
|
11620
11318
|
city: "string",
|
|
11621
11319
|
state: "string",
|
|
@@ -11626,12 +11324,12 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11626
11324
|
],
|
|
11627
11325
|
primaryTelecom: {
|
|
11628
11326
|
value: "string",
|
|
11629
|
-
use:
|
|
11327
|
+
use: "HOME",
|
|
11630
11328
|
},
|
|
11631
11329
|
otherTelecoms: [
|
|
11632
11330
|
{
|
|
11633
11331
|
value: "string",
|
|
11634
|
-
use:
|
|
11332
|
+
use: "HOME",
|
|
11635
11333
|
},
|
|
11636
11334
|
],
|
|
11637
11335
|
email: "string",
|
|
@@ -11644,22 +11342,22 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11644
11342
|
},
|
|
11645
11343
|
contacts: [
|
|
11646
11344
|
{
|
|
11647
|
-
relationship: [
|
|
11345
|
+
relationship: ["SELF"],
|
|
11648
11346
|
name: {
|
|
11649
11347
|
family: "string",
|
|
11650
11348
|
given: ["string"],
|
|
11651
|
-
use:
|
|
11349
|
+
use: "USUAL",
|
|
11652
11350
|
period: {},
|
|
11653
11351
|
},
|
|
11654
11352
|
telecoms: [
|
|
11655
11353
|
{
|
|
11656
11354
|
value: "string",
|
|
11657
|
-
use:
|
|
11355
|
+
use: "HOME",
|
|
11658
11356
|
},
|
|
11659
11357
|
],
|
|
11660
11358
|
addresses: [
|
|
11661
11359
|
{
|
|
11662
|
-
use:
|
|
11360
|
+
use: "HOME",
|
|
11663
11361
|
line: ["string"],
|
|
11664
11362
|
city: "string",
|
|
11665
11363
|
state: "string",
|
|
@@ -11677,15 +11375,15 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11677
11375
|
name: {
|
|
11678
11376
|
family: "string",
|
|
11679
11377
|
given: ["string"],
|
|
11680
|
-
use:
|
|
11378
|
+
use: "USUAL",
|
|
11681
11379
|
period: {},
|
|
11682
11380
|
},
|
|
11683
|
-
type:
|
|
11381
|
+
type: "PRIMARY",
|
|
11684
11382
|
npi: "string",
|
|
11685
11383
|
telecoms: [
|
|
11686
11384
|
{
|
|
11687
11385
|
value: "string",
|
|
11688
|
-
use:
|
|
11386
|
+
use: "HOME",
|
|
11689
11387
|
},
|
|
11690
11388
|
],
|
|
11691
11389
|
addresses: [],
|
|
@@ -11706,17 +11404,17 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11706
11404
|
name: {
|
|
11707
11405
|
family: "string",
|
|
11708
11406
|
given: ["string"],
|
|
11709
|
-
use:
|
|
11407
|
+
use: "USUAL",
|
|
11710
11408
|
period: {},
|
|
11711
11409
|
},
|
|
11712
11410
|
telecom: {
|
|
11713
11411
|
value: "string",
|
|
11714
|
-
use:
|
|
11412
|
+
use: "HOME",
|
|
11715
11413
|
},
|
|
11716
11414
|
email: "string",
|
|
11717
11415
|
birthDate: "2023-01-15",
|
|
11718
11416
|
address: {
|
|
11719
|
-
use:
|
|
11417
|
+
use: "HOME",
|
|
11720
11418
|
line: ["string"],
|
|
11721
11419
|
city: "string",
|
|
11722
11420
|
state: "string",
|
|
@@ -11733,7 +11431,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11733
11431
|
additionalPayerInformation: {},
|
|
11734
11432
|
authorizationNumber: "string",
|
|
11735
11433
|
cptCode: "string",
|
|
11736
|
-
units:
|
|
11434
|
+
units: "VISIT",
|
|
11737
11435
|
quantity: 1,
|
|
11738
11436
|
period: {},
|
|
11739
11437
|
notes: "string",
|
|
@@ -11745,15 +11443,15 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11745
11443
|
name: {
|
|
11746
11444
|
family: "string",
|
|
11747
11445
|
given: ["string"],
|
|
11748
|
-
use:
|
|
11446
|
+
use: "USUAL",
|
|
11749
11447
|
period: {},
|
|
11750
11448
|
},
|
|
11751
|
-
type:
|
|
11449
|
+
type: "PRIMARY",
|
|
11752
11450
|
npi: "string",
|
|
11753
11451
|
telecoms: [
|
|
11754
11452
|
{
|
|
11755
11453
|
value: "string",
|
|
11756
|
-
use:
|
|
11454
|
+
use: "HOME",
|
|
11757
11455
|
},
|
|
11758
11456
|
],
|
|
11759
11457
|
addresses: [],
|
|
@@ -11764,7 +11462,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
11764
11462
|
},
|
|
11765
11463
|
],
|
|
11766
11464
|
primaryServiceFacilityId: "string",
|
|
11767
|
-
doNotInvoiceReason:
|
|
11465
|
+
doNotInvoiceReason: "BANKRUPTCY",
|
|
11768
11466
|
noteIds: [CandidApi.NoteId("string")],
|
|
11769
11467
|
tagIds: [CandidApi.TagId("string")],
|
|
11770
11468
|
},
|
|
@@ -11836,7 +11534,7 @@ await client.preEncounter.patients.v1.getMulti({
|
|
|
11836
11534
|
mrn: "string",
|
|
11837
11535
|
pageToken: CandidApi.PageToken("string"),
|
|
11838
11536
|
sortField: CandidApi.PatientSortField("string"),
|
|
11839
|
-
sortDirection:
|
|
11537
|
+
sortDirection: "asc",
|
|
11840
11538
|
});
|
|
11841
11539
|
```
|
|
11842
11540
|
|
|
@@ -12030,30 +11728,30 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12030
11728
|
name: {
|
|
12031
11729
|
family: "string",
|
|
12032
11730
|
given: ["string"],
|
|
12033
|
-
use:
|
|
11731
|
+
use: "USUAL",
|
|
12034
11732
|
period: {},
|
|
12035
11733
|
},
|
|
12036
11734
|
otherNames: [
|
|
12037
11735
|
{
|
|
12038
11736
|
family: "string",
|
|
12039
11737
|
given: ["string"],
|
|
12040
|
-
use:
|
|
11738
|
+
use: "USUAL",
|
|
12041
11739
|
period: {},
|
|
12042
11740
|
},
|
|
12043
11741
|
],
|
|
12044
|
-
gender:
|
|
11742
|
+
gender: "MAN",
|
|
12045
11743
|
birthDate: "2023-01-15",
|
|
12046
11744
|
socialSecurityNumber: "string",
|
|
12047
|
-
biologicalSex:
|
|
12048
|
-
sexualOrientation:
|
|
12049
|
-
race:
|
|
12050
|
-
ethnicity:
|
|
12051
|
-
disabilityStatus:
|
|
12052
|
-
maritalStatus:
|
|
12053
|
-
deceased:
|
|
11745
|
+
biologicalSex: "FEMALE",
|
|
11746
|
+
sexualOrientation: "HETEROSEXUAL",
|
|
11747
|
+
race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
|
|
11748
|
+
ethnicity: "HISPANIC_OR_LATINO",
|
|
11749
|
+
disabilityStatus: "DISABLED",
|
|
11750
|
+
maritalStatus: "ANNULLED",
|
|
11751
|
+
deceased: "2024-01-15T09:30:00Z",
|
|
12054
11752
|
multipleBirth: 1,
|
|
12055
11753
|
primaryAddress: {
|
|
12056
|
-
use:
|
|
11754
|
+
use: "HOME",
|
|
12057
11755
|
line: ["string"],
|
|
12058
11756
|
city: "string",
|
|
12059
11757
|
state: "string",
|
|
@@ -12063,7 +11761,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12063
11761
|
},
|
|
12064
11762
|
otherAddresses: [
|
|
12065
11763
|
{
|
|
12066
|
-
use:
|
|
11764
|
+
use: "HOME",
|
|
12067
11765
|
line: ["string"],
|
|
12068
11766
|
city: "string",
|
|
12069
11767
|
state: "string",
|
|
@@ -12074,12 +11772,12 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12074
11772
|
],
|
|
12075
11773
|
primaryTelecom: {
|
|
12076
11774
|
value: "string",
|
|
12077
|
-
use:
|
|
11775
|
+
use: "HOME",
|
|
12078
11776
|
},
|
|
12079
11777
|
otherTelecoms: [
|
|
12080
11778
|
{
|
|
12081
11779
|
value: "string",
|
|
12082
|
-
use:
|
|
11780
|
+
use: "HOME",
|
|
12083
11781
|
},
|
|
12084
11782
|
],
|
|
12085
11783
|
email: "string",
|
|
@@ -12092,22 +11790,22 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12092
11790
|
},
|
|
12093
11791
|
contacts: [
|
|
12094
11792
|
{
|
|
12095
|
-
relationship: [
|
|
11793
|
+
relationship: ["SELF"],
|
|
12096
11794
|
name: {
|
|
12097
11795
|
family: "string",
|
|
12098
11796
|
given: ["string"],
|
|
12099
|
-
use:
|
|
11797
|
+
use: "USUAL",
|
|
12100
11798
|
period: {},
|
|
12101
11799
|
},
|
|
12102
11800
|
telecoms: [
|
|
12103
11801
|
{
|
|
12104
11802
|
value: "string",
|
|
12105
|
-
use:
|
|
11803
|
+
use: "HOME",
|
|
12106
11804
|
},
|
|
12107
11805
|
],
|
|
12108
11806
|
addresses: [
|
|
12109
11807
|
{
|
|
12110
|
-
use:
|
|
11808
|
+
use: "HOME",
|
|
12111
11809
|
line: ["string"],
|
|
12112
11810
|
city: "string",
|
|
12113
11811
|
state: "string",
|
|
@@ -12125,15 +11823,15 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12125
11823
|
name: {
|
|
12126
11824
|
family: "string",
|
|
12127
11825
|
given: ["string"],
|
|
12128
|
-
use:
|
|
11826
|
+
use: "USUAL",
|
|
12129
11827
|
period: {},
|
|
12130
11828
|
},
|
|
12131
|
-
type:
|
|
11829
|
+
type: "PRIMARY",
|
|
12132
11830
|
npi: "string",
|
|
12133
11831
|
telecoms: [
|
|
12134
11832
|
{
|
|
12135
11833
|
value: "string",
|
|
12136
|
-
use:
|
|
11834
|
+
use: "HOME",
|
|
12137
11835
|
},
|
|
12138
11836
|
],
|
|
12139
11837
|
addresses: [],
|
|
@@ -12154,17 +11852,17 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12154
11852
|
name: {
|
|
12155
11853
|
family: "string",
|
|
12156
11854
|
given: ["string"],
|
|
12157
|
-
use:
|
|
11855
|
+
use: "USUAL",
|
|
12158
11856
|
period: {},
|
|
12159
11857
|
},
|
|
12160
11858
|
telecom: {
|
|
12161
11859
|
value: "string",
|
|
12162
|
-
use:
|
|
11860
|
+
use: "HOME",
|
|
12163
11861
|
},
|
|
12164
11862
|
email: "string",
|
|
12165
11863
|
birthDate: "2023-01-15",
|
|
12166
11864
|
address: {
|
|
12167
|
-
use:
|
|
11865
|
+
use: "HOME",
|
|
12168
11866
|
line: ["string"],
|
|
12169
11867
|
city: "string",
|
|
12170
11868
|
state: "string",
|
|
@@ -12181,7 +11879,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12181
11879
|
additionalPayerInformation: {},
|
|
12182
11880
|
authorizationNumber: "string",
|
|
12183
11881
|
cptCode: "string",
|
|
12184
|
-
units:
|
|
11882
|
+
units: "VISIT",
|
|
12185
11883
|
quantity: 1,
|
|
12186
11884
|
period: {},
|
|
12187
11885
|
notes: "string",
|
|
@@ -12193,15 +11891,15 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12193
11891
|
name: {
|
|
12194
11892
|
family: "string",
|
|
12195
11893
|
given: ["string"],
|
|
12196
|
-
use:
|
|
11894
|
+
use: "USUAL",
|
|
12197
11895
|
period: {},
|
|
12198
11896
|
},
|
|
12199
|
-
type:
|
|
11897
|
+
type: "PRIMARY",
|
|
12200
11898
|
npi: "string",
|
|
12201
11899
|
telecoms: [
|
|
12202
11900
|
{
|
|
12203
11901
|
value: "string",
|
|
12204
|
-
use:
|
|
11902
|
+
use: "HOME",
|
|
12205
11903
|
},
|
|
12206
11904
|
],
|
|
12207
11905
|
addresses: [],
|
|
@@ -12212,7 +11910,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "str
|
|
|
12212
11910
|
},
|
|
12213
11911
|
],
|
|
12214
11912
|
primaryServiceFacilityId: "string",
|
|
12215
|
-
doNotInvoiceReason:
|
|
11913
|
+
doNotInvoiceReason: "BANKRUPTCY",
|
|
12216
11914
|
noteIds: [CandidApi.NoteId("string")],
|
|
12217
11915
|
tagIds: [CandidApi.TagId("string")],
|
|
12218
11916
|
});
|
|
@@ -12432,7 +12130,7 @@ Scans up to 100 patient updates. The since query parameter is inclusive, and the
|
|
|
12432
12130
|
|
|
12433
12131
|
```typescript
|
|
12434
12132
|
await client.preEncounter.patients.v1.scan({
|
|
12435
|
-
since:
|
|
12133
|
+
since: "2024-01-15T09:30:00Z",
|
|
12436
12134
|
});
|
|
12437
12135
|
```
|
|
12438
12136
|
|
|
@@ -12849,7 +12547,7 @@ Creates a new diagnosis for an encounter
|
|
|
12849
12547
|
await client.diagnoses.create({
|
|
12850
12548
|
encounterId: CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
12851
12549
|
name: "string",
|
|
12852
|
-
codeType:
|
|
12550
|
+
codeType: "ABF",
|
|
12853
12551
|
code: "string",
|
|
12854
12552
|
});
|
|
12855
12553
|
```
|
|
@@ -12916,7 +12614,7 @@ Updates the diagnosis record matching the provided `diagnosis_id`
|
|
|
12916
12614
|
```typescript
|
|
12917
12615
|
await client.diagnoses.update(CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
12918
12616
|
name: "string",
|
|
12919
|
-
codeType:
|
|
12617
|
+
codeType: "ABF",
|
|
12920
12618
|
code: "string",
|
|
12921
12619
|
});
|
|
12922
12620
|
```
|
|
@@ -13045,7 +12743,7 @@ await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4
|
|
|
13045
12743
|
address1: "123 Main St",
|
|
13046
12744
|
address2: "Apt 1",
|
|
13047
12745
|
city: "New York",
|
|
13048
|
-
state:
|
|
12746
|
+
state: "NY",
|
|
13049
12747
|
zipCode: "10001",
|
|
13050
12748
|
zipPlusFourCode: "1234",
|
|
13051
12749
|
},
|