candidhealth 0.43.1 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -18
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +2 -3
- package/api/resources/billingNotes/resources/v2/client/Client.js +5 -6
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +1 -1
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -2
- package/api/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/api/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +5 -46
- package/api/resources/chargeCapture/resources/v1/client/Client.js +11 -52
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -9
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +5 -15
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -35
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +28 -2
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +1 -22
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -25
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -22
- package/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- package/api/resources/contracts/resources/v2/client/Client.d.ts +3 -67
- package/api/resources/contracts/resources/v2/client/Client.js +19 -73
- package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -25
- package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -36
- package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +9 -9
- package/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +12 -0
- package/api/resources/contracts/resources/v2/types/ContractSortField.js +14 -0
- package/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/api/resources/contracts/resources/v2/types/index.js +1 -0
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +4 -26
- package/api/resources/credentialing/resources/v2/client/Client.js +9 -31
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -8
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +4 -14
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +3 -20
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.d.ts +3 -8
- package/api/resources/diagnoses/client/Client.js +6 -11
- package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +2 -10
- package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +5 -6
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +2 -6
- package/api/resources/eligibility/resources/v2/client/Client.js +5 -9
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +0 -3
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -6
- package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +0 -4
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -114
- package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -126
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -2
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +49 -546
- package/api/resources/encounters/resources/v4/client/Client.js +54 -551
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +36 -405
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +26 -7
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +5 -5
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +9 -33
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -9
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -10
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +7 -13
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +12 -16
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -18
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +5 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +5 -8
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +1 -0
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +1 -5
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +2 -6
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +37 -38
- package/api/resources/feeSchedules/resources/v3/client/Client.js +47 -48
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +32 -5
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -15
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -13
- package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -38
- package/api/resources/guarantor/resources/v1/client/Client.js +11 -41
- package/api/resources/importInvoice/resources/v1/client/Client.d.ts +11 -34
- package/api/resources/importInvoice/resources/v1/client/Client.js +15 -38
- package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -12
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/api/resources/individual/types/index.d.ts +1 -0
- package/api/resources/individual/types/index.js +1 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +92 -10
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +95 -13
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +1 -10
- package/api/resources/insurancePayments/resources/v1/client/Client.js +3 -12
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -10
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +12 -26
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +17 -31
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -10
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -11
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +5 -17
- package/api/resources/medicationDispense/resources/v1/client/Client.js +6 -18
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +9 -25
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +14 -30
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -9
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -11
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +9 -30
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +14 -35
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -9
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -15
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -37
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +9 -43
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -9
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +12 -58
- package/api/resources/organizationProviders/resources/v3/client/Client.js +16 -62
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +6 -6
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +3 -3
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +10 -29
- package/api/resources/patientPayments/resources/v4/client/Client.js +15 -34
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -13
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +8 -5
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -11
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +10 -34
- package/api/resources/patientRefunds/resources/v1/client/Client.js +15 -39
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -13
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +8 -6
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -15
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -15
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +8 -20
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -13
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +14 -84
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +21 -91
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -7
- package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +28 -87
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +38 -97
- 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/CoverageGetMultiPaginatedRequest.d.ts +1 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +1 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +4 -18
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +5 -19
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -34
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +20 -39
- package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -14
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -16
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -7
- package/api/resources/preEncounter/resources/lists/resources/v1/types/FilterQueryString.d.ts +1 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -1
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +6 -10
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +10 -14
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +328 -456
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +339 -467
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +104 -144
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +104 -144
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +7 -10
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +12 -15
- package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/api/resources/serviceFacility/client/Client.d.ts +1 -11
- package/api/resources/serviceFacility/client/Client.js +2 -12
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/api/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -82
- package/api/resources/serviceLines/resources/v2/client/Client.js +7 -85
- package/api/resources/superbills/resources/v1/client/Client.d.ts +2 -10
- package/api/resources/superbills/resources/v1/client/Client.js +3 -11
- package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +3 -14
- package/api/resources/tasks/resources/v3/client/Client.d.ts +4 -25
- package/api/resources/tasks/resources/v3/client/Client.js +9 -30
- package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -15
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +7 -13
- package/api/resources/writeOffs/resources/v1/client/Client.js +13 -19
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +6 -1
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -12
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +2 -3
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +5 -6
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -2
- package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/dist/api/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +5 -46
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +11 -52
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -9
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +5 -15
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -35
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +28 -2
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +1 -22
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -25
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -22
- package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +3 -67
- package/dist/api/resources/contracts/resources/v2/client/Client.js +19 -73
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -25
- package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -36
- package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +9 -9
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +12 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractSortField.js +14 -0
- package/dist/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/contracts/resources/v2/types/index.js +1 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +4 -26
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +9 -31
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -8
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +4 -14
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +3 -20
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.d.ts +3 -8
- package/dist/api/resources/diagnoses/client/Client.js +6 -11
- package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +2 -10
- package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +5 -6
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +2 -6
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +5 -9
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +0 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -6
- package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +0 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -114
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -126
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -2
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +49 -546
- package/dist/api/resources/encounters/resources/v4/client/Client.js +54 -551
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +36 -405
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +26 -7
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +5 -5
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +9 -33
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +6 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -10
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +7 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +12 -16
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +5 -8
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +1 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +1 -5
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +2 -6
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +37 -38
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +47 -48
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +32 -5
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -15
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -13
- package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +8 -38
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +11 -41
- package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +11 -34
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +15 -38
- package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -12
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/individual/types/index.d.ts +1 -0
- package/dist/api/resources/individual/types/index.js +1 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +92 -10
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +95 -13
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +1 -10
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +3 -12
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -10
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +12 -26
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +17 -31
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -10
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -11
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +5 -17
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +6 -18
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +9 -25
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +14 -30
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -9
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -11
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +9 -30
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +14 -35
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -9
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -15
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -37
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +9 -43
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -9
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +12 -58
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +16 -62
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +6 -6
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +1 -1
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +3 -3
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +10 -29
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +15 -34
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -13
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +8 -5
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -11
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +10 -34
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +15 -39
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -13
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +8 -6
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -15
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -15
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +8 -20
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -13
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +14 -84
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +21 -91
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -7
- package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +28 -87
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +38 -97
- 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/CoverageGetMultiPaginatedRequest.d.ts +1 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +1 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +4 -18
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +5 -19
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -34
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +20 -39
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +2 -14
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -16
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -7
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -7
- 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/SortFieldString.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +6 -10
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +10 -14
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +328 -456
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +339 -467
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +104 -144
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +104 -144
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +7 -10
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +12 -15
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
- package/dist/api/resources/serviceFacility/client/Client.d.ts +1 -11
- package/dist/api/resources/serviceFacility/client/Client.js +2 -12
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/types/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -82
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -85
- package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +2 -10
- package/dist/api/resources/superbills/resources/v1/client/Client.js +3 -11
- package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +3 -14
- package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +4 -25
- package/dist/api/resources/tasks/resources/v3/client/Client.js +9 -30
- package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -15
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +7 -13
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +13 -19
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +6 -1
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -12
- package/dist/environments.d.ts +5 -1
- package/dist/environments.js +4 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +18 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +18 -2
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -0
- package/dist/serialization/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/commons/types/index.js +2 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +10 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.js +48 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/dist/serialization/resources/{billingNotes/resources/v2/types/BillingNoteOptional.js → encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js} +10 -11
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/{serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.js → dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js} +8 -11
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -16
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +1 -16
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +11 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +41 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +3 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +3 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/dist/serialization/resources/individual/types/index.d.ts +1 -0
- package/dist/serialization/resources/individual/types/index.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/environments.d.ts +5 -1
- package/environments.js +4 -0
- package/package.json +1 -1
- package/reference.md +772 -2232
- package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/serialization/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +18 -2
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +18 -2
- package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -0
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +10 -0
- package/serialization/resources/contracts/resources/v2/types/ContractSortField.js +48 -0
- package/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/contracts/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +51 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -16
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +1 -16
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +11 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +41 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +3 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +3 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +1 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/serialization/resources/individual/types/index.d.ts +1 -0
- package/serialization/resources/individual/types/index.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -15
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -15
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -19
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -19
- /package/api/resources/{billingNotes/resources/v2/types/BillingNoteOptional.js → commons/types/StreetAddressOptionalBase.js} +0 -0
- /package/{dist/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.js → api/resources/commons/types/StreetAddressShortZipOptional.js} +0 -0
|
@@ -5,186 +5,146 @@ import * as CandidApi from "../../../../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
|
-
* skipDuplicateCheck: true,
|
|
9
8
|
* body: {
|
|
10
9
|
* name: {
|
|
11
|
-
* family: "
|
|
12
|
-
* given: ["
|
|
13
|
-
* use: "USUAL"
|
|
14
|
-
* period: {},
|
|
15
|
-
* suffix: "string"
|
|
10
|
+
* family: "family",
|
|
11
|
+
* given: ["given", "given"],
|
|
12
|
+
* use: "USUAL"
|
|
16
13
|
* },
|
|
17
14
|
* otherNames: [{
|
|
18
|
-
* family: "
|
|
19
|
-
* given: ["
|
|
20
|
-
* use: "USUAL"
|
|
21
|
-
*
|
|
22
|
-
*
|
|
15
|
+
* family: "family",
|
|
16
|
+
* given: ["given", "given"],
|
|
17
|
+
* use: "USUAL"
|
|
18
|
+
* }, {
|
|
19
|
+
* family: "family",
|
|
20
|
+
* given: ["given", "given"],
|
|
21
|
+
* use: "USUAL"
|
|
23
22
|
* }],
|
|
24
|
-
* otherIdentifiers: [{
|
|
25
|
-
* value: "string",
|
|
26
|
-
* system: "string"
|
|
27
|
-
* }],
|
|
28
|
-
* gender: "MAN",
|
|
29
23
|
* birthDate: "2023-01-15",
|
|
30
|
-
* socialSecurityNumber: "string",
|
|
31
24
|
* biologicalSex: "FEMALE",
|
|
32
|
-
* sexualOrientation: "HETEROSEXUAL",
|
|
33
|
-
* pronouns: ["string"],
|
|
34
|
-
* race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
|
|
35
|
-
* ethnicity: "HISPANIC_OR_LATINO",
|
|
36
|
-
* disabilityStatus: "DISABLED",
|
|
37
|
-
* maritalStatus: "ANNULLED",
|
|
38
|
-
* deceased: "2024-01-15T09:30:00Z",
|
|
39
|
-
* multipleBirth: 1,
|
|
40
25
|
* primaryAddress: {
|
|
41
26
|
* use: "HOME",
|
|
42
|
-
* line: ["
|
|
43
|
-
* city: "
|
|
44
|
-
* state: "
|
|
45
|
-
* postalCode: "
|
|
46
|
-
* country: "
|
|
47
|
-
* period: {}
|
|
27
|
+
* line: ["line", "line"],
|
|
28
|
+
* city: "city",
|
|
29
|
+
* state: "state",
|
|
30
|
+
* postalCode: "postal_code",
|
|
31
|
+
* country: "country"
|
|
48
32
|
* },
|
|
49
33
|
* otherAddresses: [{
|
|
50
34
|
* use: "HOME",
|
|
51
|
-
* line: ["
|
|
52
|
-
* city: "
|
|
53
|
-
* state: "
|
|
54
|
-
* postalCode: "
|
|
55
|
-
* country: "
|
|
56
|
-
*
|
|
35
|
+
* line: ["line", "line"],
|
|
36
|
+
* city: "city",
|
|
37
|
+
* state: "state",
|
|
38
|
+
* postalCode: "postal_code",
|
|
39
|
+
* country: "country"
|
|
40
|
+
* }, {
|
|
41
|
+
* use: "HOME",
|
|
42
|
+
* line: ["line", "line"],
|
|
43
|
+
* city: "city",
|
|
44
|
+
* state: "state",
|
|
45
|
+
* postalCode: "postal_code",
|
|
46
|
+
* country: "country"
|
|
57
47
|
* }],
|
|
58
48
|
* primaryTelecom: {
|
|
59
|
-
* value: "
|
|
49
|
+
* value: "value",
|
|
60
50
|
* use: "HOME"
|
|
61
51
|
* },
|
|
62
52
|
* otherTelecoms: [{
|
|
63
|
-
* value: "
|
|
53
|
+
* value: "value",
|
|
54
|
+
* use: "HOME"
|
|
55
|
+
* }, {
|
|
56
|
+
* value: "value",
|
|
64
57
|
* use: "HOME"
|
|
65
58
|
* }],
|
|
66
|
-
* email: "string",
|
|
67
|
-
* electronicCommunicationOptIn: true,
|
|
68
|
-
* photo: "string",
|
|
69
|
-
* language: "string",
|
|
70
|
-
* externalProvenance: {
|
|
71
|
-
* externalId: "string",
|
|
72
|
-
* systemName: "string"
|
|
73
|
-
* },
|
|
74
59
|
* contacts: [{
|
|
75
|
-
* relationship: ["SELF"],
|
|
60
|
+
* relationship: ["SELF", "SELF"],
|
|
76
61
|
* name: {
|
|
77
|
-
* family: "
|
|
78
|
-
* given: ["
|
|
79
|
-
* use: "USUAL"
|
|
80
|
-
* period: {},
|
|
81
|
-
* suffix: "string"
|
|
62
|
+
* family: "family",
|
|
63
|
+
* given: ["given", "given"],
|
|
64
|
+
* use: "USUAL"
|
|
82
65
|
* },
|
|
83
66
|
* telecoms: [{
|
|
84
|
-
* value: "
|
|
67
|
+
* value: "value",
|
|
68
|
+
* use: "HOME"
|
|
69
|
+
* }, {
|
|
70
|
+
* value: "value",
|
|
85
71
|
* use: "HOME"
|
|
86
72
|
* }],
|
|
87
73
|
* addresses: [{
|
|
88
74
|
* use: "HOME",
|
|
89
|
-
* line: ["
|
|
90
|
-
* city: "
|
|
91
|
-
* state: "
|
|
92
|
-
* postalCode: "
|
|
93
|
-
* country: "
|
|
94
|
-
*
|
|
75
|
+
* line: ["line", "line"],
|
|
76
|
+
* city: "city",
|
|
77
|
+
* state: "state",
|
|
78
|
+
* postalCode: "postal_code",
|
|
79
|
+
* country: "country"
|
|
80
|
+
* }, {
|
|
81
|
+
* use: "HOME",
|
|
82
|
+
* line: ["line", "line"],
|
|
83
|
+
* city: "city",
|
|
84
|
+
* state: "state",
|
|
85
|
+
* postalCode: "postal_code",
|
|
86
|
+
* country: "country"
|
|
87
|
+
* }]
|
|
88
|
+
* }, {
|
|
89
|
+
* relationship: ["SELF", "SELF"],
|
|
90
|
+
* name: {
|
|
91
|
+
* family: "family",
|
|
92
|
+
* given: ["given", "given"],
|
|
93
|
+
* use: "USUAL"
|
|
94
|
+
* },
|
|
95
|
+
* telecoms: [{
|
|
96
|
+
* value: "value",
|
|
97
|
+
* use: "HOME"
|
|
98
|
+
* }, {
|
|
99
|
+
* value: "value",
|
|
100
|
+
* use: "HOME"
|
|
95
101
|
* }],
|
|
96
|
-
*
|
|
97
|
-
*
|
|
102
|
+
* addresses: [{
|
|
103
|
+
* use: "HOME",
|
|
104
|
+
* line: ["line", "line"],
|
|
105
|
+
* city: "city",
|
|
106
|
+
* state: "state",
|
|
107
|
+
* postalCode: "postal_code",
|
|
108
|
+
* country: "country"
|
|
109
|
+
* }, {
|
|
110
|
+
* use: "HOME",
|
|
111
|
+
* line: ["line", "line"],
|
|
112
|
+
* city: "city",
|
|
113
|
+
* state: "state",
|
|
114
|
+
* postalCode: "postal_code",
|
|
115
|
+
* country: "country"
|
|
116
|
+
* }]
|
|
98
117
|
* }],
|
|
99
118
|
* generalPractitioners: [{
|
|
100
119
|
* name: {
|
|
101
|
-
* family: "
|
|
102
|
-
* given: ["
|
|
103
|
-
* use: "USUAL"
|
|
104
|
-
* period: {},
|
|
105
|
-
* suffix: "string"
|
|
120
|
+
* family: "family",
|
|
121
|
+
* given: ["given", "given"],
|
|
122
|
+
* use: "USUAL"
|
|
106
123
|
* },
|
|
107
|
-
* type: "PRIMARY",
|
|
108
|
-
* npi: "string",
|
|
109
124
|
* telecoms: [{
|
|
110
|
-
* value: "
|
|
125
|
+
* value: "value",
|
|
111
126
|
* use: "HOME"
|
|
112
|
-
* }
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
* nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
|
|
122
|
-
* nonInsurancePayerAssociations: [{
|
|
123
|
-
* id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")
|
|
124
|
-
* }],
|
|
125
|
-
* guarantor: {
|
|
126
|
-
* name: {
|
|
127
|
-
* family: "string",
|
|
128
|
-
* given: ["string"],
|
|
129
|
-
* use: "USUAL",
|
|
130
|
-
* period: {},
|
|
131
|
-
* suffix: "string"
|
|
132
|
-
* },
|
|
133
|
-
* telecom: {
|
|
134
|
-
* value: "string",
|
|
135
|
-
* use: "HOME"
|
|
136
|
-
* },
|
|
137
|
-
* email: "string",
|
|
138
|
-
* birthDate: "2023-01-15",
|
|
139
|
-
* address: {
|
|
140
|
-
* use: "HOME",
|
|
141
|
-
* line: ["string"],
|
|
142
|
-
* city: "string",
|
|
143
|
-
* state: "string",
|
|
144
|
-
* postalCode: "string",
|
|
145
|
-
* country: "string",
|
|
146
|
-
* period: {}
|
|
147
|
-
* }
|
|
148
|
-
* },
|
|
149
|
-
* selfPay: true,
|
|
150
|
-
* authorizations: [{
|
|
151
|
-
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
152
|
-
* payerName: "string",
|
|
153
|
-
* additionalPayerInformation: {},
|
|
154
|
-
* authorizationNumber: "string",
|
|
155
|
-
* cptCode: "string",
|
|
156
|
-
* applyForAllCptCodes: true,
|
|
157
|
-
* units: "VISIT",
|
|
158
|
-
* quantity: 1,
|
|
159
|
-
* period: {},
|
|
160
|
-
* notes: "string"
|
|
161
|
-
* }],
|
|
162
|
-
* referrals: [{
|
|
163
|
-
* provider: {
|
|
164
|
-
* name: {
|
|
165
|
-
* family: "string",
|
|
166
|
-
* given: ["string"],
|
|
167
|
-
* use: "USUAL",
|
|
168
|
-
* period: {},
|
|
169
|
-
* suffix: "string"
|
|
170
|
-
* },
|
|
171
|
-
* type: "PRIMARY",
|
|
172
|
-
* npi: "string",
|
|
173
|
-
* telecoms: [{
|
|
174
|
-
* value: "string",
|
|
175
|
-
* use: "HOME"
|
|
176
|
-
* }],
|
|
177
|
-
* addresses: [],
|
|
178
|
-
* period: {},
|
|
179
|
-
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
|
|
180
|
-
* fax: "string"
|
|
127
|
+
* }, {
|
|
128
|
+
* value: "value",
|
|
129
|
+
* use: "HOME"
|
|
130
|
+
* }]
|
|
131
|
+
* }, {
|
|
132
|
+
* name: {
|
|
133
|
+
* family: "family",
|
|
134
|
+
* given: ["given", "given"],
|
|
135
|
+
* use: "USUAL"
|
|
181
136
|
* },
|
|
182
|
-
*
|
|
137
|
+
* telecoms: [{
|
|
138
|
+
* value: "value",
|
|
139
|
+
* use: "HOME"
|
|
140
|
+
* }, {
|
|
141
|
+
* value: "value",
|
|
142
|
+
* use: "HOME"
|
|
143
|
+
* }]
|
|
183
144
|
* }],
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
* tagIds: [CandidApi.preEncounter.TagId("string")]
|
|
145
|
+
* filingOrder: {
|
|
146
|
+
* coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
147
|
+
* }
|
|
188
148
|
* }
|
|
189
149
|
* }
|
|
190
150
|
*/
|
|
@@ -5,187 +5,147 @@ import * as CandidApi from "../../../../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
|
-
* skipDuplicateCheck: true,
|
|
9
8
|
* body: {
|
|
10
|
-
* mrn: "string",
|
|
11
9
|
* name: {
|
|
12
|
-
* family: "
|
|
13
|
-
* given: ["
|
|
14
|
-
* use: "USUAL"
|
|
15
|
-
* period: {},
|
|
16
|
-
* suffix: "string"
|
|
10
|
+
* family: "family",
|
|
11
|
+
* given: ["given", "given"],
|
|
12
|
+
* use: "USUAL"
|
|
17
13
|
* },
|
|
18
14
|
* otherNames: [{
|
|
19
|
-
* family: "
|
|
20
|
-
* given: ["
|
|
21
|
-
* use: "USUAL"
|
|
22
|
-
*
|
|
23
|
-
*
|
|
15
|
+
* family: "family",
|
|
16
|
+
* given: ["given", "given"],
|
|
17
|
+
* use: "USUAL"
|
|
18
|
+
* }, {
|
|
19
|
+
* family: "family",
|
|
20
|
+
* given: ["given", "given"],
|
|
21
|
+
* use: "USUAL"
|
|
24
22
|
* }],
|
|
25
|
-
* otherIdentifiers: [{
|
|
26
|
-
* value: "string",
|
|
27
|
-
* system: "string"
|
|
28
|
-
* }],
|
|
29
|
-
* gender: "MAN",
|
|
30
23
|
* birthDate: "2023-01-15",
|
|
31
|
-
* socialSecurityNumber: "string",
|
|
32
24
|
* biologicalSex: "FEMALE",
|
|
33
|
-
* sexualOrientation: "HETEROSEXUAL",
|
|
34
|
-
* pronouns: ["string"],
|
|
35
|
-
* race: "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
|
|
36
|
-
* ethnicity: "HISPANIC_OR_LATINO",
|
|
37
|
-
* disabilityStatus: "DISABLED",
|
|
38
|
-
* maritalStatus: "ANNULLED",
|
|
39
|
-
* deceased: "2024-01-15T09:30:00Z",
|
|
40
|
-
* multipleBirth: 1,
|
|
41
25
|
* primaryAddress: {
|
|
42
26
|
* use: "HOME",
|
|
43
|
-
* line: ["
|
|
44
|
-
* city: "
|
|
45
|
-
* state: "
|
|
46
|
-
* postalCode: "
|
|
47
|
-
* country: "
|
|
48
|
-
* period: {}
|
|
27
|
+
* line: ["line", "line"],
|
|
28
|
+
* city: "city",
|
|
29
|
+
* state: "state",
|
|
30
|
+
* postalCode: "postal_code",
|
|
31
|
+
* country: "country"
|
|
49
32
|
* },
|
|
50
33
|
* otherAddresses: [{
|
|
51
34
|
* use: "HOME",
|
|
52
|
-
* line: ["
|
|
53
|
-
* city: "
|
|
54
|
-
* state: "
|
|
55
|
-
* postalCode: "
|
|
56
|
-
* country: "
|
|
57
|
-
*
|
|
35
|
+
* line: ["line", "line"],
|
|
36
|
+
* city: "city",
|
|
37
|
+
* state: "state",
|
|
38
|
+
* postalCode: "postal_code",
|
|
39
|
+
* country: "country"
|
|
40
|
+
* }, {
|
|
41
|
+
* use: "HOME",
|
|
42
|
+
* line: ["line", "line"],
|
|
43
|
+
* city: "city",
|
|
44
|
+
* state: "state",
|
|
45
|
+
* postalCode: "postal_code",
|
|
46
|
+
* country: "country"
|
|
58
47
|
* }],
|
|
59
48
|
* primaryTelecom: {
|
|
60
|
-
* value: "
|
|
49
|
+
* value: "value",
|
|
61
50
|
* use: "HOME"
|
|
62
51
|
* },
|
|
63
52
|
* otherTelecoms: [{
|
|
64
|
-
* value: "
|
|
53
|
+
* value: "value",
|
|
54
|
+
* use: "HOME"
|
|
55
|
+
* }, {
|
|
56
|
+
* value: "value",
|
|
65
57
|
* use: "HOME"
|
|
66
58
|
* }],
|
|
67
|
-
* email: "string",
|
|
68
|
-
* electronicCommunicationOptIn: true,
|
|
69
|
-
* photo: "string",
|
|
70
|
-
* language: "string",
|
|
71
|
-
* externalProvenance: {
|
|
72
|
-
* externalId: "string",
|
|
73
|
-
* systemName: "string"
|
|
74
|
-
* },
|
|
75
59
|
* contacts: [{
|
|
76
|
-
* relationship: ["SELF"],
|
|
60
|
+
* relationship: ["SELF", "SELF"],
|
|
77
61
|
* name: {
|
|
78
|
-
* family: "
|
|
79
|
-
* given: ["
|
|
80
|
-
* use: "USUAL"
|
|
81
|
-
* period: {},
|
|
82
|
-
* suffix: "string"
|
|
62
|
+
* family: "family",
|
|
63
|
+
* given: ["given", "given"],
|
|
64
|
+
* use: "USUAL"
|
|
83
65
|
* },
|
|
84
66
|
* telecoms: [{
|
|
85
|
-
* value: "
|
|
67
|
+
* value: "value",
|
|
68
|
+
* use: "HOME"
|
|
69
|
+
* }, {
|
|
70
|
+
* value: "value",
|
|
86
71
|
* use: "HOME"
|
|
87
72
|
* }],
|
|
88
73
|
* addresses: [{
|
|
89
74
|
* use: "HOME",
|
|
90
|
-
* line: ["
|
|
91
|
-
* city: "
|
|
92
|
-
* state: "
|
|
93
|
-
* postalCode: "
|
|
94
|
-
* country: "
|
|
95
|
-
*
|
|
75
|
+
* line: ["line", "line"],
|
|
76
|
+
* city: "city",
|
|
77
|
+
* state: "state",
|
|
78
|
+
* postalCode: "postal_code",
|
|
79
|
+
* country: "country"
|
|
80
|
+
* }, {
|
|
81
|
+
* use: "HOME",
|
|
82
|
+
* line: ["line", "line"],
|
|
83
|
+
* city: "city",
|
|
84
|
+
* state: "state",
|
|
85
|
+
* postalCode: "postal_code",
|
|
86
|
+
* country: "country"
|
|
87
|
+
* }]
|
|
88
|
+
* }, {
|
|
89
|
+
* relationship: ["SELF", "SELF"],
|
|
90
|
+
* name: {
|
|
91
|
+
* family: "family",
|
|
92
|
+
* given: ["given", "given"],
|
|
93
|
+
* use: "USUAL"
|
|
94
|
+
* },
|
|
95
|
+
* telecoms: [{
|
|
96
|
+
* value: "value",
|
|
97
|
+
* use: "HOME"
|
|
98
|
+
* }, {
|
|
99
|
+
* value: "value",
|
|
100
|
+
* use: "HOME"
|
|
96
101
|
* }],
|
|
97
|
-
*
|
|
98
|
-
*
|
|
102
|
+
* addresses: [{
|
|
103
|
+
* use: "HOME",
|
|
104
|
+
* line: ["line", "line"],
|
|
105
|
+
* city: "city",
|
|
106
|
+
* state: "state",
|
|
107
|
+
* postalCode: "postal_code",
|
|
108
|
+
* country: "country"
|
|
109
|
+
* }, {
|
|
110
|
+
* use: "HOME",
|
|
111
|
+
* line: ["line", "line"],
|
|
112
|
+
* city: "city",
|
|
113
|
+
* state: "state",
|
|
114
|
+
* postalCode: "postal_code",
|
|
115
|
+
* country: "country"
|
|
116
|
+
* }]
|
|
99
117
|
* }],
|
|
100
118
|
* generalPractitioners: [{
|
|
101
119
|
* name: {
|
|
102
|
-
* family: "
|
|
103
|
-
* given: ["
|
|
104
|
-
* use: "USUAL"
|
|
105
|
-
* period: {},
|
|
106
|
-
* suffix: "string"
|
|
120
|
+
* family: "family",
|
|
121
|
+
* given: ["given", "given"],
|
|
122
|
+
* use: "USUAL"
|
|
107
123
|
* },
|
|
108
|
-
* type: "PRIMARY",
|
|
109
|
-
* npi: "string",
|
|
110
124
|
* telecoms: [{
|
|
111
|
-
* value: "
|
|
125
|
+
* value: "value",
|
|
112
126
|
* use: "HOME"
|
|
113
|
-
* }
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
127
|
+
* }, {
|
|
128
|
+
* value: "value",
|
|
129
|
+
* use: "HOME"
|
|
130
|
+
* }]
|
|
131
|
+
* }, {
|
|
132
|
+
* name: {
|
|
133
|
+
* family: "family",
|
|
134
|
+
* given: ["given", "given"],
|
|
135
|
+
* use: "USUAL"
|
|
136
|
+
* },
|
|
137
|
+
* telecoms: [{
|
|
138
|
+
* value: "value",
|
|
139
|
+
* use: "HOME"
|
|
140
|
+
* }, {
|
|
141
|
+
* value: "value",
|
|
142
|
+
* use: "HOME"
|
|
143
|
+
* }]
|
|
118
144
|
* }],
|
|
119
145
|
* filingOrder: {
|
|
120
|
-
* coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
146
|
+
* coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
121
147
|
* },
|
|
122
|
-
*
|
|
123
|
-
* nonInsurancePayerAssociations: [{
|
|
124
|
-
* id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")
|
|
125
|
-
* }],
|
|
126
|
-
* guarantor: {
|
|
127
|
-
* name: {
|
|
128
|
-
* family: "string",
|
|
129
|
-
* given: ["string"],
|
|
130
|
-
* use: "USUAL",
|
|
131
|
-
* period: {},
|
|
132
|
-
* suffix: "string"
|
|
133
|
-
* },
|
|
134
|
-
* telecom: {
|
|
135
|
-
* value: "string",
|
|
136
|
-
* use: "HOME"
|
|
137
|
-
* },
|
|
138
|
-
* email: "string",
|
|
139
|
-
* birthDate: "2023-01-15",
|
|
140
|
-
* address: {
|
|
141
|
-
* use: "HOME",
|
|
142
|
-
* line: ["string"],
|
|
143
|
-
* city: "string",
|
|
144
|
-
* state: "string",
|
|
145
|
-
* postalCode: "string",
|
|
146
|
-
* country: "string",
|
|
147
|
-
* period: {}
|
|
148
|
-
* }
|
|
149
|
-
* },
|
|
150
|
-
* selfPay: true,
|
|
151
|
-
* authorizations: [{
|
|
152
|
-
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
153
|
-
* payerName: "string",
|
|
154
|
-
* additionalPayerInformation: {},
|
|
155
|
-
* authorizationNumber: "string",
|
|
156
|
-
* cptCode: "string",
|
|
157
|
-
* applyForAllCptCodes: true,
|
|
158
|
-
* units: "VISIT",
|
|
159
|
-
* quantity: 1,
|
|
160
|
-
* period: {},
|
|
161
|
-
* notes: "string"
|
|
162
|
-
* }],
|
|
163
|
-
* referrals: [{
|
|
164
|
-
* provider: {
|
|
165
|
-
* name: {
|
|
166
|
-
* family: "string",
|
|
167
|
-
* given: ["string"],
|
|
168
|
-
* use: "USUAL",
|
|
169
|
-
* period: {},
|
|
170
|
-
* suffix: "string"
|
|
171
|
-
* },
|
|
172
|
-
* type: "PRIMARY",
|
|
173
|
-
* npi: "string",
|
|
174
|
-
* telecoms: [{
|
|
175
|
-
* value: "string",
|
|
176
|
-
* use: "HOME"
|
|
177
|
-
* }],
|
|
178
|
-
* addresses: [],
|
|
179
|
-
* period: {},
|
|
180
|
-
* canonicalId: CandidApi.preEncounter.CanonicalProviderId("string"),
|
|
181
|
-
* fax: "string"
|
|
182
|
-
* },
|
|
183
|
-
* referralNumber: "string"
|
|
184
|
-
* }],
|
|
185
|
-
* primaryServiceFacilityId: "string",
|
|
186
|
-
* doNotInvoiceReason: "BANKRUPTCY",
|
|
187
|
-
* noteIds: [CandidApi.preEncounter.NoteId("string")],
|
|
188
|
-
* tagIds: [CandidApi.preEncounter.TagId("string")]
|
|
148
|
+
* mrn: "mrn"
|
|
189
149
|
* }
|
|
190
150
|
* }
|
|
191
151
|
*/
|
|
@@ -4,13 +4,7 @@
|
|
|
4
4
|
import * as CandidApi from "../../../../../../../../index";
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
|
-
* {
|
|
8
|
-
* limit: 1,
|
|
9
|
-
* mrn: "string",
|
|
10
|
-
* pageToken: CandidApi.preEncounter.PageToken("string"),
|
|
11
|
-
* sortField: CandidApi.preEncounter.patients.v1.PatientSortField("string"),
|
|
12
|
-
* sortDirection: "asc"
|
|
13
|
-
* }
|
|
7
|
+
* {}
|
|
14
8
|
*/
|
|
15
9
|
export interface PatientsSearchRequestPaginated {
|
|
16
10
|
limit?: number;
|
package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts
CHANGED
|
@@ -24,9 +24,9 @@ export interface MutablePatient {
|
|
|
24
24
|
ethnicity?: CandidApi.preEncounter.Ethnicity;
|
|
25
25
|
disabilityStatus?: CandidApi.preEncounter.DisabilityStatus;
|
|
26
26
|
maritalStatus?: CandidApi.preEncounter.patients.v1.MaritalStatus;
|
|
27
|
-
/** Time of death for the patient.
|
|
27
|
+
/** Time of death for the patient. Leave unset if the patient is not deceased. */
|
|
28
28
|
deceased?: Date;
|
|
29
|
-
/** The number of siblings the patient was born with.
|
|
29
|
+
/** The number of siblings the patient was born with. Leave unset if the patient was not part of a multiple birth. */
|
|
30
30
|
multipleBirth?: number;
|
|
31
31
|
/** The primary address for the patient. */
|
|
32
32
|
primaryAddress: CandidApi.preEncounter.Address;
|
|
@@ -40,7 +40,7 @@ export interface MutablePatient {
|
|
|
40
40
|
electronicCommunicationOptIn?: boolean;
|
|
41
41
|
photo?: string;
|
|
42
42
|
language?: string;
|
|
43
|
-
/** Information about the upstream system that owns this patient data.
|
|
43
|
+
/** Information about the upstream system that owns this patient data. Leave unset if Candid owns patient data. */
|
|
44
44
|
externalProvenance?: CandidApi.preEncounter.patients.v1.ExternalProvenance;
|
|
45
45
|
/** Contacts for the patient. */
|
|
46
46
|
contacts: CandidApi.preEncounter.patients.v1.Contact[];
|
|
@@ -6,8 +6,8 @@ import * as CandidApi from "../../../../../../../index";
|
|
|
6
6
|
* A patient object with immutable server-owned properties.
|
|
7
7
|
*/
|
|
8
8
|
export interface Patient extends CandidApi.preEncounter.BaseModel, CandidApi.preEncounter.patients.v1.MutablePatient {
|
|
9
|
-
/** The unique UUID identifier for a Patient.
|
|
9
|
+
/** The unique UUID identifier for a Patient. Patient ID is used in machine contexts. */
|
|
10
10
|
id: CandidApi.preEncounter.PatientId;
|
|
11
|
-
/** The medical record number for the patient.
|
|
11
|
+
/** The medical record number for the patient. Human-friendly Candid generated MRNs are of the form "YYMMDDXXXX", where "YYYYMMDD" is the date of patient creation and "XXXX" is a zero-padded incrementing integer. */
|
|
12
12
|
mrn: string;
|
|
13
13
|
}
|