candidhealth 0.38.2 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +67 -62
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
- package/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
- package/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
- package/api/resources/commons/types/NetworkType.d.ts +9 -1
- package/api/resources/commons/types/NetworkType.js +2 -0
- package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/NotImplementedErrorMessage.js +5 -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.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
- package/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
- package/api/resources/encounters/resources/v4/client/Client.js +88 -100
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +67 -62
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +2 -206
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
- package/dist/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
- package/dist/api/resources/commons/types/NetworkType.d.ts +9 -1
- package/dist/api/resources/commons/types/NetworkType.js +2 -0
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.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.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
- package/dist/api/resources/encounters/resources/v4/client/Client.js +88 -100
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +3 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
- package/dist/serialization/resources/commons/types/NetworkType.d.ts +1 -1
- package/dist/serialization/resources/commons/types/NetworkType.js +2 -0
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -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/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/package.json +1 -1
- package/reference.md +314 -299
- package/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
- package/serialization/resources/commons/types/NetworkType.d.ts +1 -1
- package/serialization/resources/commons/types/NetworkType.js +2 -0
- package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
package/reference.md
CHANGED
|
@@ -242,6 +242,160 @@ await client.billingNotes.v2.update(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-
|
|
|
242
242
|
</dl>
|
|
243
243
|
</details>
|
|
244
244
|
|
|
245
|
+
## ChargeCaptureBundles V1
|
|
246
|
+
|
|
247
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">get</a>(chargeCaptureBundleId) -> core.APIResponse<CandidApi.ChargeCaptureBundle, CandidApi.chargeCaptureBundles.v1.get.Error></code></summary>
|
|
248
|
+
<dl>
|
|
249
|
+
<dd>
|
|
250
|
+
|
|
251
|
+
#### 🔌 Usage
|
|
252
|
+
|
|
253
|
+
<dl>
|
|
254
|
+
<dd>
|
|
255
|
+
|
|
256
|
+
<dl>
|
|
257
|
+
<dd>
|
|
258
|
+
|
|
259
|
+
```typescript
|
|
260
|
+
await client.chargeCaptureBundles.v1.get(CandidApi.ChargeCaptureBundleId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
</dd>
|
|
264
|
+
</dl>
|
|
265
|
+
</dd>
|
|
266
|
+
</dl>
|
|
267
|
+
|
|
268
|
+
#### ⚙️ Parameters
|
|
269
|
+
|
|
270
|
+
<dl>
|
|
271
|
+
<dd>
|
|
272
|
+
|
|
273
|
+
<dl>
|
|
274
|
+
<dd>
|
|
275
|
+
|
|
276
|
+
**chargeCaptureBundleId:** `CandidApi.ChargeCaptureBundleId`
|
|
277
|
+
|
|
278
|
+
</dd>
|
|
279
|
+
</dl>
|
|
280
|
+
|
|
281
|
+
<dl>
|
|
282
|
+
<dd>
|
|
283
|
+
|
|
284
|
+
**requestOptions:** `V1.RequestOptions`
|
|
285
|
+
|
|
286
|
+
</dd>
|
|
287
|
+
</dl>
|
|
288
|
+
</dd>
|
|
289
|
+
</dl>
|
|
290
|
+
|
|
291
|
+
</dd>
|
|
292
|
+
</dl>
|
|
293
|
+
</details>
|
|
294
|
+
|
|
295
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">resubmit</a>(chargeCaptureBundleId) -> core.APIResponse<CandidApi.ChargeCaptureBundle, CandidApi.chargeCaptureBundles.v1.resubmit.Error></code></summary>
|
|
296
|
+
<dl>
|
|
297
|
+
<dd>
|
|
298
|
+
|
|
299
|
+
#### 🔌 Usage
|
|
300
|
+
|
|
301
|
+
<dl>
|
|
302
|
+
<dd>
|
|
303
|
+
|
|
304
|
+
<dl>
|
|
305
|
+
<dd>
|
|
306
|
+
|
|
307
|
+
```typescript
|
|
308
|
+
await client.chargeCaptureBundles.v1.resubmit(CandidApi.ChargeCaptureBundleId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
</dd>
|
|
312
|
+
</dl>
|
|
313
|
+
</dd>
|
|
314
|
+
</dl>
|
|
315
|
+
|
|
316
|
+
#### ⚙️ Parameters
|
|
317
|
+
|
|
318
|
+
<dl>
|
|
319
|
+
<dd>
|
|
320
|
+
|
|
321
|
+
<dl>
|
|
322
|
+
<dd>
|
|
323
|
+
|
|
324
|
+
**chargeCaptureBundleId:** `CandidApi.ChargeCaptureBundleId`
|
|
325
|
+
|
|
326
|
+
</dd>
|
|
327
|
+
</dl>
|
|
328
|
+
|
|
329
|
+
<dl>
|
|
330
|
+
<dd>
|
|
331
|
+
|
|
332
|
+
**requestOptions:** `V1.RequestOptions`
|
|
333
|
+
|
|
334
|
+
</dd>
|
|
335
|
+
</dl>
|
|
336
|
+
</dd>
|
|
337
|
+
</dl>
|
|
338
|
+
|
|
339
|
+
</dd>
|
|
340
|
+
</dl>
|
|
341
|
+
</details>
|
|
342
|
+
|
|
343
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCaptureBundlePage, CandidApi.chargeCaptureBundles.v1.getAll.Error></code></summary>
|
|
344
|
+
<dl>
|
|
345
|
+
<dd>
|
|
346
|
+
|
|
347
|
+
#### 🔌 Usage
|
|
348
|
+
|
|
349
|
+
<dl>
|
|
350
|
+
<dd>
|
|
351
|
+
|
|
352
|
+
<dl>
|
|
353
|
+
<dd>
|
|
354
|
+
|
|
355
|
+
```typescript
|
|
356
|
+
await client.chargeCaptureBundles.v1.getAll({
|
|
357
|
+
limit: 1,
|
|
358
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
359
|
+
patientExternalId: "string",
|
|
360
|
+
bundleStatus: CandidApi.ChargeCaptureBundleStatus.InProgress,
|
|
361
|
+
chargeStatus: CandidApi.ChargeCaptureStatus.Planned,
|
|
362
|
+
chargeExternalId: "string",
|
|
363
|
+
dateOfService: "2023-01-15",
|
|
364
|
+
});
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
</dd>
|
|
368
|
+
</dl>
|
|
369
|
+
</dd>
|
|
370
|
+
</dl>
|
|
371
|
+
|
|
372
|
+
#### ⚙️ Parameters
|
|
373
|
+
|
|
374
|
+
<dl>
|
|
375
|
+
<dd>
|
|
376
|
+
|
|
377
|
+
<dl>
|
|
378
|
+
<dd>
|
|
379
|
+
|
|
380
|
+
**request:** `CandidApi.chargeCaptureBundles.v1.GetAllChargeCaptureBundlesRequest`
|
|
381
|
+
|
|
382
|
+
</dd>
|
|
383
|
+
</dl>
|
|
384
|
+
|
|
385
|
+
<dl>
|
|
386
|
+
<dd>
|
|
387
|
+
|
|
388
|
+
**requestOptions:** `V1.RequestOptions`
|
|
389
|
+
|
|
390
|
+
</dd>
|
|
391
|
+
</dl>
|
|
392
|
+
</dd>
|
|
393
|
+
</dl>
|
|
394
|
+
|
|
395
|
+
</dd>
|
|
396
|
+
</dl>
|
|
397
|
+
</details>
|
|
398
|
+
|
|
245
399
|
## ChargeCapture V1
|
|
246
400
|
|
|
247
401
|
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.create.Error></code></summary>
|
|
@@ -258,112 +412,7 @@ await client.billingNotes.v2.update(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-
|
|
|
258
412
|
|
|
259
413
|
```typescript
|
|
260
414
|
await client.chargeCapture.v1.create({
|
|
261
|
-
data: {
|
|
262
|
-
diagnoses: [],
|
|
263
|
-
interventions: [],
|
|
264
|
-
externalClaimSubmission: {
|
|
265
|
-
claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
266
|
-
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
267
|
-
submissionRecords: [
|
|
268
|
-
{
|
|
269
|
-
submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
270
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
|
|
271
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
272
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
276
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
|
|
277
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
278
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
|
|
279
|
-
},
|
|
280
|
-
],
|
|
281
|
-
},
|
|
282
|
-
serviceLines: [],
|
|
283
|
-
patientHistories: [],
|
|
284
|
-
billingNotes: [],
|
|
285
|
-
benefitsAssignedToProvider: true,
|
|
286
|
-
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
287
|
-
externalId: CandidApi.EncounterExternalId("string"),
|
|
288
|
-
dateOfService: "2023-01-15",
|
|
289
|
-
tagIds: [],
|
|
290
|
-
clinicalNotes: [],
|
|
291
|
-
payToAddress: {
|
|
292
|
-
address1: "123 Main St",
|
|
293
|
-
address2: "Apt 1",
|
|
294
|
-
city: "New York",
|
|
295
|
-
state: CandidApi.State.Ny,
|
|
296
|
-
zipCode: "10001",
|
|
297
|
-
zipPlusFourCode: "1234",
|
|
298
|
-
},
|
|
299
|
-
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
300
|
-
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
301
|
-
providerAcceptsAssignment: true,
|
|
302
|
-
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
303
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
304
|
-
appointmentType: "string",
|
|
305
|
-
endDateOfService: "2023-01-15",
|
|
306
|
-
subscriberPrimary: {
|
|
307
|
-
insuranceCard: {
|
|
308
|
-
memberId: "string",
|
|
309
|
-
payerName: "string",
|
|
310
|
-
payerId: "string",
|
|
311
|
-
},
|
|
312
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
313
|
-
firstName: "string",
|
|
314
|
-
lastName: "string",
|
|
315
|
-
gender: CandidApi.Gender.Male,
|
|
316
|
-
},
|
|
317
|
-
subscriberSecondary: {
|
|
318
|
-
insuranceCard: {
|
|
319
|
-
memberId: "string",
|
|
320
|
-
payerName: "string",
|
|
321
|
-
payerId: "string",
|
|
322
|
-
},
|
|
323
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
324
|
-
firstName: "string",
|
|
325
|
-
lastName: "string",
|
|
326
|
-
gender: CandidApi.Gender.Male,
|
|
327
|
-
},
|
|
328
|
-
additionalInformation: "string",
|
|
329
|
-
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
330
|
-
admissionDate: "2023-01-15",
|
|
331
|
-
dischargeDate: "2023-01-15",
|
|
332
|
-
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
333
|
-
lastMenstrualPeriodDate: "2023-01-15",
|
|
334
|
-
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
335
|
-
patient: {},
|
|
336
|
-
patientAuthorizedRelease: true,
|
|
337
|
-
schemaInstances: [],
|
|
338
|
-
vitals: {
|
|
339
|
-
heightIn: 70,
|
|
340
|
-
weightLbs: 165,
|
|
341
|
-
bloodPressureSystolicMmhg: 115,
|
|
342
|
-
bloodPressureDiastolicMmhg: 85,
|
|
343
|
-
bodyTemperatureF: 98,
|
|
344
|
-
hemoglobinGdl: 15.1,
|
|
345
|
-
hematocritPct: 51.2,
|
|
346
|
-
},
|
|
347
|
-
existingMedications: [],
|
|
348
|
-
renderingProvider: {},
|
|
349
|
-
serviceFacility: {
|
|
350
|
-
organizationName: "Test Organization",
|
|
351
|
-
address: {
|
|
352
|
-
address1: "123 Main St",
|
|
353
|
-
address2: "Apt 1",
|
|
354
|
-
city: "New York",
|
|
355
|
-
state: CandidApi.State.Ny,
|
|
356
|
-
zipCode: "10001",
|
|
357
|
-
zipPlusFourCode: "1234",
|
|
358
|
-
},
|
|
359
|
-
},
|
|
360
|
-
guarantor: {},
|
|
361
|
-
billingProvider: {},
|
|
362
|
-
supervisingProvider: {},
|
|
363
|
-
referringProvider: {},
|
|
364
|
-
initialReferringProvider: {},
|
|
365
|
-
referralNumber: "string",
|
|
366
|
-
},
|
|
415
|
+
data: {},
|
|
367
416
|
chargeExternalId: "string",
|
|
368
417
|
ehrSourceUrl: "string",
|
|
369
418
|
dateOfService: "2023-01-15",
|
|
@@ -466,112 +515,7 @@ await client.chargeCapture.v1.delete(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4b
|
|
|
466
515
|
|
|
467
516
|
```typescript
|
|
468
517
|
await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
469
|
-
data: {
|
|
470
|
-
diagnoses: [],
|
|
471
|
-
interventions: [],
|
|
472
|
-
externalClaimSubmission: {
|
|
473
|
-
claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
474
|
-
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
475
|
-
submissionRecords: [
|
|
476
|
-
{
|
|
477
|
-
submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
478
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
|
|
479
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
480
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
484
|
-
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
|
|
485
|
-
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
486
|
-
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
|
|
487
|
-
},
|
|
488
|
-
],
|
|
489
|
-
},
|
|
490
|
-
serviceLines: [],
|
|
491
|
-
patientHistories: [],
|
|
492
|
-
billingNotes: [],
|
|
493
|
-
benefitsAssignedToProvider: true,
|
|
494
|
-
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
495
|
-
externalId: CandidApi.EncounterExternalId("string"),
|
|
496
|
-
dateOfService: "2023-01-15",
|
|
497
|
-
tagIds: [],
|
|
498
|
-
clinicalNotes: [],
|
|
499
|
-
payToAddress: {
|
|
500
|
-
address1: "123 Main St",
|
|
501
|
-
address2: "Apt 1",
|
|
502
|
-
city: "New York",
|
|
503
|
-
state: CandidApi.State.Ny,
|
|
504
|
-
zipCode: "10001",
|
|
505
|
-
zipPlusFourCode: "1234",
|
|
506
|
-
},
|
|
507
|
-
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
508
|
-
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
509
|
-
providerAcceptsAssignment: true,
|
|
510
|
-
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
511
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
512
|
-
appointmentType: "string",
|
|
513
|
-
endDateOfService: "2023-01-15",
|
|
514
|
-
subscriberPrimary: {
|
|
515
|
-
insuranceCard: {
|
|
516
|
-
memberId: "string",
|
|
517
|
-
payerName: "string",
|
|
518
|
-
payerId: "string",
|
|
519
|
-
},
|
|
520
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
521
|
-
firstName: "string",
|
|
522
|
-
lastName: "string",
|
|
523
|
-
gender: CandidApi.Gender.Male,
|
|
524
|
-
},
|
|
525
|
-
subscriberSecondary: {
|
|
526
|
-
insuranceCard: {
|
|
527
|
-
memberId: "string",
|
|
528
|
-
payerName: "string",
|
|
529
|
-
payerId: "string",
|
|
530
|
-
},
|
|
531
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
532
|
-
firstName: "string",
|
|
533
|
-
lastName: "string",
|
|
534
|
-
gender: CandidApi.Gender.Male,
|
|
535
|
-
},
|
|
536
|
-
additionalInformation: "string",
|
|
537
|
-
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
538
|
-
admissionDate: "2023-01-15",
|
|
539
|
-
dischargeDate: "2023-01-15",
|
|
540
|
-
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
541
|
-
lastMenstrualPeriodDate: "2023-01-15",
|
|
542
|
-
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
543
|
-
patient: {},
|
|
544
|
-
patientAuthorizedRelease: true,
|
|
545
|
-
schemaInstances: [],
|
|
546
|
-
vitals: {
|
|
547
|
-
heightIn: 70,
|
|
548
|
-
weightLbs: 165,
|
|
549
|
-
bloodPressureSystolicMmhg: 115,
|
|
550
|
-
bloodPressureDiastolicMmhg: 85,
|
|
551
|
-
bodyTemperatureF: 98,
|
|
552
|
-
hemoglobinGdl: 15.1,
|
|
553
|
-
hematocritPct: 51.2,
|
|
554
|
-
},
|
|
555
|
-
existingMedications: [],
|
|
556
|
-
renderingProvider: {},
|
|
557
|
-
serviceFacility: {
|
|
558
|
-
organizationName: "Test Organization",
|
|
559
|
-
address: {
|
|
560
|
-
address1: "123 Main St",
|
|
561
|
-
address2: "Apt 1",
|
|
562
|
-
city: "New York",
|
|
563
|
-
state: CandidApi.State.Ny,
|
|
564
|
-
zipCode: "10001",
|
|
565
|
-
zipPlusFourCode: "1234",
|
|
566
|
-
},
|
|
567
|
-
},
|
|
568
|
-
guarantor: {},
|
|
569
|
-
billingProvider: {},
|
|
570
|
-
supervisingProvider: {},
|
|
571
|
-
referringProvider: {},
|
|
572
|
-
initialReferringProvider: {},
|
|
573
|
-
referralNumber: "string",
|
|
574
|
-
},
|
|
518
|
+
data: {},
|
|
575
519
|
chargeExternalId: "string",
|
|
576
520
|
ehrSourceUrl: "string",
|
|
577
521
|
patientExternalId: "string",
|
|
@@ -1881,7 +1825,21 @@ await client.eligibility.v2.submitEligibilityCheckAvailityPost({
|
|
|
1881
1825
|
```typescript
|
|
1882
1826
|
await client.encounterProviders.v2.updateReferringProvider(
|
|
1883
1827
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1884
|
-
{
|
|
1828
|
+
{
|
|
1829
|
+
npi: "string",
|
|
1830
|
+
taxonomyCode: "string",
|
|
1831
|
+
address: {
|
|
1832
|
+
address1: "123 Main St",
|
|
1833
|
+
address2: "Apt 1",
|
|
1834
|
+
city: "New York",
|
|
1835
|
+
state: CandidApi.State.Ny,
|
|
1836
|
+
zipCode: "10001",
|
|
1837
|
+
zipPlusFourCode: "1234",
|
|
1838
|
+
},
|
|
1839
|
+
firstName: "string",
|
|
1840
|
+
lastName: "string",
|
|
1841
|
+
organizationName: "string",
|
|
1842
|
+
}
|
|
1885
1843
|
);
|
|
1886
1844
|
```
|
|
1887
1845
|
|
|
@@ -1940,7 +1898,22 @@ await client.encounterProviders.v2.updateReferringProvider(
|
|
|
1940
1898
|
```typescript
|
|
1941
1899
|
await client.encounterProviders.v2.updateInitialReferringProvider(
|
|
1942
1900
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1943
|
-
{
|
|
1901
|
+
{
|
|
1902
|
+
npi: "string",
|
|
1903
|
+
taxonomyCode: "string",
|
|
1904
|
+
address: {
|
|
1905
|
+
address1: "123 Main St",
|
|
1906
|
+
address2: "Apt 1",
|
|
1907
|
+
city: "New York",
|
|
1908
|
+
state: CandidApi.State.Ny,
|
|
1909
|
+
zipCode: "10001",
|
|
1910
|
+
zipPlusFourCode: "1234",
|
|
1911
|
+
},
|
|
1912
|
+
qualifier: CandidApi.QualifierCode.Dq,
|
|
1913
|
+
firstName: "string",
|
|
1914
|
+
lastName: "string",
|
|
1915
|
+
organizationName: "string",
|
|
1916
|
+
}
|
|
1944
1917
|
);
|
|
1945
1918
|
```
|
|
1946
1919
|
|
|
@@ -1999,7 +1972,21 @@ await client.encounterProviders.v2.updateInitialReferringProvider(
|
|
|
1999
1972
|
```typescript
|
|
2000
1973
|
await client.encounterProviders.v2.updateSupervisingProvider(
|
|
2001
1974
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
2002
|
-
{
|
|
1975
|
+
{
|
|
1976
|
+
npi: "string",
|
|
1977
|
+
taxonomyCode: "string",
|
|
1978
|
+
address: {
|
|
1979
|
+
address1: "123 Main St",
|
|
1980
|
+
address2: "Apt 1",
|
|
1981
|
+
city: "New York",
|
|
1982
|
+
state: CandidApi.State.Ny,
|
|
1983
|
+
zipCode: "10001",
|
|
1984
|
+
zipPlusFourCode: "1234",
|
|
1985
|
+
},
|
|
1986
|
+
firstName: "string",
|
|
1987
|
+
lastName: "string",
|
|
1988
|
+
organizationName: "string",
|
|
1989
|
+
}
|
|
2003
1990
|
);
|
|
2004
1991
|
```
|
|
2005
1992
|
|
|
@@ -2069,6 +2056,9 @@ await client.encounterProviders.v2.updateOrderingProvider(
|
|
|
2069
2056
|
zipCode: "10001",
|
|
2070
2057
|
zipPlusFourCode: "1234",
|
|
2071
2058
|
},
|
|
2059
|
+
firstName: "string",
|
|
2060
|
+
lastName: "string",
|
|
2061
|
+
organizationName: "string",
|
|
2072
2062
|
}
|
|
2073
2063
|
);
|
|
2074
2064
|
```
|
|
@@ -2139,6 +2129,9 @@ await client.encounterProviders.v2.createReferringProvider(
|
|
|
2139
2129
|
zipCode: "10001",
|
|
2140
2130
|
zipPlusFourCode: "1234",
|
|
2141
2131
|
},
|
|
2132
|
+
firstName: "string",
|
|
2133
|
+
lastName: "string",
|
|
2134
|
+
organizationName: "string",
|
|
2142
2135
|
}
|
|
2143
2136
|
);
|
|
2144
2137
|
```
|
|
@@ -2210,6 +2203,9 @@ await client.encounterProviders.v2.createInitialReferringProvider(
|
|
|
2210
2203
|
zipPlusFourCode: "1234",
|
|
2211
2204
|
},
|
|
2212
2205
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
2206
|
+
firstName: "string",
|
|
2207
|
+
lastName: "string",
|
|
2208
|
+
organizationName: "string",
|
|
2213
2209
|
}
|
|
2214
2210
|
);
|
|
2215
2211
|
```
|
|
@@ -2280,6 +2276,9 @@ await client.encounterProviders.v2.createSupervisingProvider(
|
|
|
2280
2276
|
zipCode: "10001",
|
|
2281
2277
|
zipPlusFourCode: "1234",
|
|
2282
2278
|
},
|
|
2279
|
+
firstName: "string",
|
|
2280
|
+
lastName: "string",
|
|
2281
|
+
organizationName: "string",
|
|
2283
2282
|
}
|
|
2284
2283
|
);
|
|
2285
2284
|
```
|
|
@@ -2350,6 +2349,9 @@ await client.encounterProviders.v2.createOrderingProvider(
|
|
|
2350
2349
|
zipCode: "10001",
|
|
2351
2350
|
zipPlusFourCode: "1234",
|
|
2352
2351
|
},
|
|
2352
|
+
firstName: "string",
|
|
2353
|
+
lastName: "string",
|
|
2354
|
+
organizationName: "string",
|
|
2353
2355
|
}
|
|
2354
2356
|
);
|
|
2355
2357
|
```
|
|
@@ -2761,6 +2763,9 @@ await client.encounters.v4.create({
|
|
|
2761
2763
|
npi: "string",
|
|
2762
2764
|
taxonomyCode: "string",
|
|
2763
2765
|
providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
2766
|
+
firstName: "string",
|
|
2767
|
+
lastName: "string",
|
|
2768
|
+
organizationName: "string",
|
|
2764
2769
|
},
|
|
2765
2770
|
renderingProvider: {
|
|
2766
2771
|
npi: "string",
|
|
@@ -2773,6 +2778,9 @@ await client.encounters.v4.create({
|
|
|
2773
2778
|
zipCode: "10001",
|
|
2774
2779
|
zipPlusFourCode: "1234",
|
|
2775
2780
|
},
|
|
2781
|
+
firstName: "string",
|
|
2782
|
+
lastName: "string",
|
|
2783
|
+
organizationName: "string",
|
|
2776
2784
|
},
|
|
2777
2785
|
referringProvider: {
|
|
2778
2786
|
npi: "string",
|
|
@@ -2785,6 +2793,9 @@ await client.encounters.v4.create({
|
|
|
2785
2793
|
zipCode: "10001",
|
|
2786
2794
|
zipPlusFourCode: "1234",
|
|
2787
2795
|
},
|
|
2796
|
+
firstName: "string",
|
|
2797
|
+
lastName: "string",
|
|
2798
|
+
organizationName: "string",
|
|
2788
2799
|
},
|
|
2789
2800
|
initialReferringProvider: {
|
|
2790
2801
|
npi: "string",
|
|
@@ -2798,6 +2809,9 @@ await client.encounters.v4.create({
|
|
|
2798
2809
|
zipPlusFourCode: "1234",
|
|
2799
2810
|
},
|
|
2800
2811
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
2812
|
+
firstName: "string",
|
|
2813
|
+
lastName: "string",
|
|
2814
|
+
organizationName: "string",
|
|
2801
2815
|
},
|
|
2802
2816
|
supervisingProvider: {
|
|
2803
2817
|
npi: "string",
|
|
@@ -2810,6 +2824,9 @@ await client.encounters.v4.create({
|
|
|
2810
2824
|
zipCode: "10001",
|
|
2811
2825
|
zipPlusFourCode: "1234",
|
|
2812
2826
|
},
|
|
2827
|
+
firstName: "string",
|
|
2828
|
+
lastName: "string",
|
|
2829
|
+
organizationName: "string",
|
|
2813
2830
|
},
|
|
2814
2831
|
serviceFacility: {
|
|
2815
2832
|
organizationName: "string",
|
|
@@ -2829,8 +2846,26 @@ await client.encounters.v4.create({
|
|
|
2829
2846
|
memberId: "string",
|
|
2830
2847
|
payerName: "string",
|
|
2831
2848
|
payerId: "string",
|
|
2849
|
+
rxBin: "string",
|
|
2850
|
+
rxPcn: "string",
|
|
2851
|
+
imageUrlFront: "string",
|
|
2852
|
+
imageUrlBack: "string",
|
|
2853
|
+
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
2854
|
+
groupNumber: "string",
|
|
2855
|
+
planName: "string",
|
|
2856
|
+
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
2857
|
+
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
2832
2858
|
},
|
|
2833
2859
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
2860
|
+
dateOfBirth: "2023-01-15",
|
|
2861
|
+
address: {
|
|
2862
|
+
address1: "123 Main St",
|
|
2863
|
+
address2: "Apt 1",
|
|
2864
|
+
city: "New York",
|
|
2865
|
+
state: CandidApi.State.Ny,
|
|
2866
|
+
zipCode: "10001",
|
|
2867
|
+
zipPlusFourCode: "1234",
|
|
2868
|
+
},
|
|
2834
2869
|
firstName: "string",
|
|
2835
2870
|
lastName: "string",
|
|
2836
2871
|
gender: CandidApi.Gender.Male,
|
|
@@ -2840,8 +2875,26 @@ await client.encounters.v4.create({
|
|
|
2840
2875
|
memberId: "string",
|
|
2841
2876
|
payerName: "string",
|
|
2842
2877
|
payerId: "string",
|
|
2878
|
+
rxBin: "string",
|
|
2879
|
+
rxPcn: "string",
|
|
2880
|
+
imageUrlFront: "string",
|
|
2881
|
+
imageUrlBack: "string",
|
|
2882
|
+
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
2883
|
+
groupNumber: "string",
|
|
2884
|
+
planName: "string",
|
|
2885
|
+
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
2886
|
+
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
2843
2887
|
},
|
|
2844
2888
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
2889
|
+
dateOfBirth: "2023-01-15",
|
|
2890
|
+
address: {
|
|
2891
|
+
address1: "123 Main St",
|
|
2892
|
+
address2: "Apt 1",
|
|
2893
|
+
city: "New York",
|
|
2894
|
+
state: CandidApi.State.Ny,
|
|
2895
|
+
zipCode: "10001",
|
|
2896
|
+
zipPlusFourCode: "1234",
|
|
2897
|
+
},
|
|
2845
2898
|
firstName: "string",
|
|
2846
2899
|
lastName: "string",
|
|
2847
2900
|
gender: CandidApi.Gender.Male,
|
|
@@ -2930,6 +2983,9 @@ await client.encounters.v4.create({
|
|
|
2930
2983
|
zipCode: "10001",
|
|
2931
2984
|
zipPlusFourCode: "1234",
|
|
2932
2985
|
},
|
|
2986
|
+
firstName: "string",
|
|
2987
|
+
lastName: "string",
|
|
2988
|
+
organizationName: "string",
|
|
2933
2989
|
},
|
|
2934
2990
|
testResults: [
|
|
2935
2991
|
{
|
|
@@ -3154,6 +3210,9 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3154
3210
|
npi: "string",
|
|
3155
3211
|
taxonomyCode: "string",
|
|
3156
3212
|
providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
3213
|
+
firstName: "string",
|
|
3214
|
+
lastName: "string",
|
|
3215
|
+
organizationName: "string",
|
|
3157
3216
|
},
|
|
3158
3217
|
renderingProvider: {
|
|
3159
3218
|
npi: "string",
|
|
@@ -3166,6 +3225,9 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3166
3225
|
zipCode: "10001",
|
|
3167
3226
|
zipPlusFourCode: "1234",
|
|
3168
3227
|
},
|
|
3228
|
+
firstName: "string",
|
|
3229
|
+
lastName: "string",
|
|
3230
|
+
organizationName: "string",
|
|
3169
3231
|
},
|
|
3170
3232
|
initialReferringProvider: {
|
|
3171
3233
|
npi: "string",
|
|
@@ -3179,6 +3241,9 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3179
3241
|
zipPlusFourCode: "1234",
|
|
3180
3242
|
},
|
|
3181
3243
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
3244
|
+
firstName: "string",
|
|
3245
|
+
lastName: "string",
|
|
3246
|
+
organizationName: "string",
|
|
3182
3247
|
},
|
|
3183
3248
|
supervisingProvider: {
|
|
3184
3249
|
npi: "string",
|
|
@@ -3191,6 +3256,9 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3191
3256
|
zipCode: "10001",
|
|
3192
3257
|
zipPlusFourCode: "1234",
|
|
3193
3258
|
},
|
|
3259
|
+
firstName: "string",
|
|
3260
|
+
lastName: "string",
|
|
3261
|
+
organizationName: "string",
|
|
3194
3262
|
},
|
|
3195
3263
|
serviceFacility: {
|
|
3196
3264
|
organizationName: "string",
|
|
@@ -3287,6 +3355,9 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3287
3355
|
zipCode: "10001",
|
|
3288
3356
|
zipPlusFourCode: "1234",
|
|
3289
3357
|
},
|
|
3358
|
+
firstName: "string",
|
|
3359
|
+
lastName: "string",
|
|
3360
|
+
organizationName: "string",
|
|
3290
3361
|
},
|
|
3291
3362
|
testResults: [
|
|
3292
3363
|
{
|
|
@@ -3443,87 +3514,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3443
3514
|
await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
3444
3515
|
diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
3445
3516
|
placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3446
|
-
benefitsAssignedToProvider: true,
|
|
3447
|
-
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
3448
|
-
externalId: CandidApi.EncounterExternalId("string"),
|
|
3449
|
-
dateOfService: "2023-01-15",
|
|
3450
|
-
tagIds: [],
|
|
3451
|
-
clinicalNotes: [],
|
|
3452
|
-
payToAddress: {
|
|
3453
|
-
address1: "123 Main St",
|
|
3454
|
-
address2: "Apt 1",
|
|
3455
|
-
city: "New York",
|
|
3456
|
-
state: CandidApi.State.Ny,
|
|
3457
|
-
zipCode: "10001",
|
|
3458
|
-
zipPlusFourCode: "1234",
|
|
3459
|
-
},
|
|
3460
|
-
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
3461
|
-
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
3462
|
-
providerAcceptsAssignment: true,
|
|
3463
|
-
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
3464
|
-
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3465
|
-
appointmentType: "string",
|
|
3466
|
-
endDateOfService: "2023-01-15",
|
|
3467
|
-
subscriberPrimary: {
|
|
3468
|
-
insuranceCard: {
|
|
3469
|
-
memberId: "string",
|
|
3470
|
-
payerName: "string",
|
|
3471
|
-
payerId: "string",
|
|
3472
|
-
},
|
|
3473
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
3474
|
-
firstName: "string",
|
|
3475
|
-
lastName: "string",
|
|
3476
|
-
gender: CandidApi.Gender.Male,
|
|
3477
|
-
},
|
|
3478
|
-
subscriberSecondary: {
|
|
3479
|
-
insuranceCard: {
|
|
3480
|
-
memberId: "string",
|
|
3481
|
-
payerName: "string",
|
|
3482
|
-
payerId: "string",
|
|
3483
|
-
},
|
|
3484
|
-
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
3485
|
-
firstName: "string",
|
|
3486
|
-
lastName: "string",
|
|
3487
|
-
gender: CandidApi.Gender.Male,
|
|
3488
|
-
},
|
|
3489
|
-
additionalInformation: "string",
|
|
3490
|
-
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
3491
|
-
admissionDate: "2023-01-15",
|
|
3492
|
-
dischargeDate: "2023-01-15",
|
|
3493
|
-
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
3494
|
-
lastMenstrualPeriodDate: "2023-01-15",
|
|
3495
|
-
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
3496
|
-
patient: {},
|
|
3497
|
-
patientAuthorizedRelease: true,
|
|
3498
|
-
schemaInstances: [],
|
|
3499
|
-
vitals: {
|
|
3500
|
-
heightIn: 70,
|
|
3501
|
-
weightLbs: 165,
|
|
3502
|
-
bloodPressureSystolicMmhg: 115,
|
|
3503
|
-
bloodPressureDiastolicMmhg: 85,
|
|
3504
|
-
bodyTemperatureF: 98,
|
|
3505
|
-
hemoglobinGdl: 15.1,
|
|
3506
|
-
hematocritPct: 51.2,
|
|
3507
|
-
},
|
|
3508
|
-
existingMedications: [],
|
|
3509
|
-
renderingProvider: {},
|
|
3510
|
-
serviceFacility: {
|
|
3511
|
-
organizationName: "Test Organization",
|
|
3512
|
-
address: {
|
|
3513
|
-
address1: "123 Main St",
|
|
3514
|
-
address2: "Apt 1",
|
|
3515
|
-
city: "New York",
|
|
3516
|
-
state: CandidApi.State.Ny,
|
|
3517
|
-
zipCode: "10001",
|
|
3518
|
-
zipPlusFourCode: "1234",
|
|
3519
|
-
},
|
|
3520
|
-
},
|
|
3521
|
-
guarantor: {},
|
|
3522
|
-
billingProvider: {},
|
|
3523
|
-
supervisingProvider: {},
|
|
3524
|
-
referringProvider: {},
|
|
3525
|
-
initialReferringProvider: {},
|
|
3526
|
-
referralNumber: "string",
|
|
3527
3517
|
});
|
|
3528
3518
|
```
|
|
3529
3519
|
|
|
@@ -4863,7 +4853,29 @@ Updates a guarantor by its `guarantor_id`.
|
|
|
4863
4853
|
<dd>
|
|
4864
4854
|
|
|
4865
4855
|
```typescript
|
|
4866
|
-
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
4856
|
+
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
4857
|
+
firstName: "string",
|
|
4858
|
+
lastName: "string",
|
|
4859
|
+
externalId: "string",
|
|
4860
|
+
dateOfBirth: "2023-01-15",
|
|
4861
|
+
address: {
|
|
4862
|
+
address1: "123 Main St",
|
|
4863
|
+
address2: "Apt 1",
|
|
4864
|
+
city: "New York",
|
|
4865
|
+
state: CandidApi.State.Ny,
|
|
4866
|
+
zipCode: "10001",
|
|
4867
|
+
zipPlusFourCode: "1234",
|
|
4868
|
+
},
|
|
4869
|
+
phoneNumbers: [
|
|
4870
|
+
{
|
|
4871
|
+
number: "1234567890",
|
|
4872
|
+
type: CandidApi.PhoneNumberType.Home,
|
|
4873
|
+
},
|
|
4874
|
+
],
|
|
4875
|
+
phoneConsent: true,
|
|
4876
|
+
email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
4877
|
+
emailConsent: true,
|
|
4878
|
+
});
|
|
4867
4879
|
```
|
|
4868
4880
|
|
|
4869
4881
|
</dd>
|
|
@@ -8756,6 +8768,9 @@ await client.serviceLines.v2.create({
|
|
|
8756
8768
|
zipCode: "10001",
|
|
8757
8769
|
zipPlusFourCode: "1234",
|
|
8758
8770
|
},
|
|
8771
|
+
firstName: "string",
|
|
8772
|
+
lastName: "string",
|
|
8773
|
+
organizationName: "string",
|
|
8759
8774
|
},
|
|
8760
8775
|
testResults: [
|
|
8761
8776
|
{
|
|
@@ -10048,7 +10063,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10048
10063
|
{
|
|
10049
10064
|
checkId: "string",
|
|
10050
10065
|
serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
|
|
10051
|
-
status: CandidApi.EligibilityCheckStatus.
|
|
10066
|
+
status: CandidApi.EligibilityCheckStatus.Completed,
|
|
10052
10067
|
initiatedBy: CandidApi.UserId("string"),
|
|
10053
10068
|
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
10054
10069
|
},
|
|
@@ -10167,7 +10182,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10167
10182
|
{
|
|
10168
10183
|
checkId: "string",
|
|
10169
10184
|
serviceCode: CandidApi.ServiceTypeCode.MedicalCare,
|
|
10170
|
-
status: CandidApi.EligibilityCheckStatus.
|
|
10185
|
+
status: CandidApi.EligibilityCheckStatus.Completed,
|
|
10171
10186
|
initiatedBy: CandidApi.UserId("string"),
|
|
10172
10187
|
initiatedAt: new Date("2024-01-15T09:30:00.000Z"),
|
|
10173
10188
|
},
|