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
|
@@ -93,7 +93,10 @@ export declare class V4 {
|
|
|
93
93
|
* taxId: "string",
|
|
94
94
|
* npi: "string",
|
|
95
95
|
* taxonomyCode: "string",
|
|
96
|
-
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
96
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
97
|
+
* firstName: "string",
|
|
98
|
+
* lastName: "string",
|
|
99
|
+
* organizationName: "string"
|
|
97
100
|
* },
|
|
98
101
|
* renderingProvider: {
|
|
99
102
|
* npi: "string",
|
|
@@ -105,7 +108,10 @@ export declare class V4 {
|
|
|
105
108
|
* state: CandidApi.State.Ny,
|
|
106
109
|
* zipCode: "10001",
|
|
107
110
|
* zipPlusFourCode: "1234"
|
|
108
|
-
* }
|
|
111
|
+
* },
|
|
112
|
+
* firstName: "string",
|
|
113
|
+
* lastName: "string",
|
|
114
|
+
* organizationName: "string"
|
|
109
115
|
* },
|
|
110
116
|
* referringProvider: {
|
|
111
117
|
* npi: "string",
|
|
@@ -117,7 +123,10 @@ export declare class V4 {
|
|
|
117
123
|
* state: CandidApi.State.Ny,
|
|
118
124
|
* zipCode: "10001",
|
|
119
125
|
* zipPlusFourCode: "1234"
|
|
120
|
-
* }
|
|
126
|
+
* },
|
|
127
|
+
* firstName: "string",
|
|
128
|
+
* lastName: "string",
|
|
129
|
+
* organizationName: "string"
|
|
121
130
|
* },
|
|
122
131
|
* initialReferringProvider: {
|
|
123
132
|
* npi: "string",
|
|
@@ -130,7 +139,10 @@ export declare class V4 {
|
|
|
130
139
|
* zipCode: "10001",
|
|
131
140
|
* zipPlusFourCode: "1234"
|
|
132
141
|
* },
|
|
133
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
142
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
143
|
+
* firstName: "string",
|
|
144
|
+
* lastName: "string",
|
|
145
|
+
* organizationName: "string"
|
|
134
146
|
* },
|
|
135
147
|
* supervisingProvider: {
|
|
136
148
|
* npi: "string",
|
|
@@ -142,7 +154,10 @@ export declare class V4 {
|
|
|
142
154
|
* state: CandidApi.State.Ny,
|
|
143
155
|
* zipCode: "10001",
|
|
144
156
|
* zipPlusFourCode: "1234"
|
|
145
|
-
* }
|
|
157
|
+
* },
|
|
158
|
+
* firstName: "string",
|
|
159
|
+
* lastName: "string",
|
|
160
|
+
* organizationName: "string"
|
|
146
161
|
* },
|
|
147
162
|
* serviceFacility: {
|
|
148
163
|
* organizationName: "string",
|
|
@@ -161,9 +176,27 @@ export declare class V4 {
|
|
|
161
176
|
* insuranceCard: {
|
|
162
177
|
* memberId: "string",
|
|
163
178
|
* payerName: "string",
|
|
164
|
-
* payerId: "string"
|
|
179
|
+
* payerId: "string",
|
|
180
|
+
* rxBin: "string",
|
|
181
|
+
* rxPcn: "string",
|
|
182
|
+
* imageUrlFront: "string",
|
|
183
|
+
* imageUrlBack: "string",
|
|
184
|
+
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
185
|
+
* groupNumber: "string",
|
|
186
|
+
* planName: "string",
|
|
187
|
+
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
188
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
165
189
|
* },
|
|
166
190
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
191
|
+
* dateOfBirth: "2023-01-15",
|
|
192
|
+
* address: {
|
|
193
|
+
* address1: "123 Main St",
|
|
194
|
+
* address2: "Apt 1",
|
|
195
|
+
* city: "New York",
|
|
196
|
+
* state: CandidApi.State.Ny,
|
|
197
|
+
* zipCode: "10001",
|
|
198
|
+
* zipPlusFourCode: "1234"
|
|
199
|
+
* },
|
|
167
200
|
* firstName: "string",
|
|
168
201
|
* lastName: "string",
|
|
169
202
|
* gender: CandidApi.Gender.Male
|
|
@@ -172,9 +205,27 @@ export declare class V4 {
|
|
|
172
205
|
* insuranceCard: {
|
|
173
206
|
* memberId: "string",
|
|
174
207
|
* payerName: "string",
|
|
175
|
-
* payerId: "string"
|
|
208
|
+
* payerId: "string",
|
|
209
|
+
* rxBin: "string",
|
|
210
|
+
* rxPcn: "string",
|
|
211
|
+
* imageUrlFront: "string",
|
|
212
|
+
* imageUrlBack: "string",
|
|
213
|
+
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
214
|
+
* groupNumber: "string",
|
|
215
|
+
* planName: "string",
|
|
216
|
+
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
217
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
176
218
|
* },
|
|
177
219
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
220
|
+
* dateOfBirth: "2023-01-15",
|
|
221
|
+
* address: {
|
|
222
|
+
* address1: "123 Main St",
|
|
223
|
+
* address2: "Apt 1",
|
|
224
|
+
* city: "New York",
|
|
225
|
+
* state: CandidApi.State.Ny,
|
|
226
|
+
* zipCode: "10001",
|
|
227
|
+
* zipPlusFourCode: "1234"
|
|
228
|
+
* },
|
|
178
229
|
* firstName: "string",
|
|
179
230
|
* lastName: "string",
|
|
180
231
|
* gender: CandidApi.Gender.Male
|
|
@@ -245,7 +296,10 @@ export declare class V4 {
|
|
|
245
296
|
* state: CandidApi.State.Ny,
|
|
246
297
|
* zipCode: "10001",
|
|
247
298
|
* zipPlusFourCode: "1234"
|
|
248
|
-
* }
|
|
299
|
+
* },
|
|
300
|
+
* firstName: "string",
|
|
301
|
+
* lastName: "string",
|
|
302
|
+
* organizationName: "string"
|
|
249
303
|
* },
|
|
250
304
|
* testResults: [{
|
|
251
305
|
* value: 1.1,
|
|
@@ -399,7 +453,10 @@ export declare class V4 {
|
|
|
399
453
|
* taxId: "string",
|
|
400
454
|
* npi: "string",
|
|
401
455
|
* taxonomyCode: "string",
|
|
402
|
-
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
456
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
457
|
+
* firstName: "string",
|
|
458
|
+
* lastName: "string",
|
|
459
|
+
* organizationName: "string"
|
|
403
460
|
* },
|
|
404
461
|
* renderingProvider: {
|
|
405
462
|
* npi: "string",
|
|
@@ -411,7 +468,10 @@ export declare class V4 {
|
|
|
411
468
|
* state: CandidApi.State.Ny,
|
|
412
469
|
* zipCode: "10001",
|
|
413
470
|
* zipPlusFourCode: "1234"
|
|
414
|
-
* }
|
|
471
|
+
* },
|
|
472
|
+
* firstName: "string",
|
|
473
|
+
* lastName: "string",
|
|
474
|
+
* organizationName: "string"
|
|
415
475
|
* },
|
|
416
476
|
* initialReferringProvider: {
|
|
417
477
|
* npi: "string",
|
|
@@ -424,7 +484,10 @@ export declare class V4 {
|
|
|
424
484
|
* zipCode: "10001",
|
|
425
485
|
* zipPlusFourCode: "1234"
|
|
426
486
|
* },
|
|
427
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
487
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
488
|
+
* firstName: "string",
|
|
489
|
+
* lastName: "string",
|
|
490
|
+
* organizationName: "string"
|
|
428
491
|
* },
|
|
429
492
|
* supervisingProvider: {
|
|
430
493
|
* npi: "string",
|
|
@@ -436,7 +499,10 @@ export declare class V4 {
|
|
|
436
499
|
* state: CandidApi.State.Ny,
|
|
437
500
|
* zipCode: "10001",
|
|
438
501
|
* zipPlusFourCode: "1234"
|
|
439
|
-
* }
|
|
502
|
+
* },
|
|
503
|
+
* firstName: "string",
|
|
504
|
+
* lastName: "string",
|
|
505
|
+
* organizationName: "string"
|
|
440
506
|
* },
|
|
441
507
|
* serviceFacility: {
|
|
442
508
|
* organizationName: "string",
|
|
@@ -515,7 +581,10 @@ export declare class V4 {
|
|
|
515
581
|
* state: CandidApi.State.Ny,
|
|
516
582
|
* zipCode: "10001",
|
|
517
583
|
* zipPlusFourCode: "1234"
|
|
518
|
-
* }
|
|
584
|
+
* },
|
|
585
|
+
* firstName: "string",
|
|
586
|
+
* lastName: "string",
|
|
587
|
+
* organizationName: "string"
|
|
519
588
|
* },
|
|
520
589
|
* testResults: [{
|
|
521
590
|
* value: 1.1,
|
|
@@ -617,88 +686,7 @@ export declare class V4 {
|
|
|
617
686
|
* @example
|
|
618
687
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
619
688
|
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
620
|
-
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
|
|
621
|
-
* benefitsAssignedToProvider: true,
|
|
622
|
-
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
623
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
624
|
-
* dateOfService: "2023-01-15",
|
|
625
|
-
* tagIds: [],
|
|
626
|
-
* clinicalNotes: [],
|
|
627
|
-
* payToAddress: {
|
|
628
|
-
* address1: "123 Main St",
|
|
629
|
-
* address2: "Apt 1",
|
|
630
|
-
* city: "New York",
|
|
631
|
-
* state: CandidApi.State.Ny,
|
|
632
|
-
* zipCode: "10001",
|
|
633
|
-
* zipPlusFourCode: "1234"
|
|
634
|
-
* },
|
|
635
|
-
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
636
|
-
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
637
|
-
* providerAcceptsAssignment: true,
|
|
638
|
-
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
639
|
-
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
640
|
-
* appointmentType: "string",
|
|
641
|
-
* endDateOfService: "2023-01-15",
|
|
642
|
-
* subscriberPrimary: {
|
|
643
|
-
* insuranceCard: {
|
|
644
|
-
* memberId: "string",
|
|
645
|
-
* payerName: "string",
|
|
646
|
-
* payerId: "string"
|
|
647
|
-
* },
|
|
648
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
649
|
-
* firstName: "string",
|
|
650
|
-
* lastName: "string",
|
|
651
|
-
* gender: CandidApi.Gender.Male
|
|
652
|
-
* },
|
|
653
|
-
* subscriberSecondary: {
|
|
654
|
-
* insuranceCard: {
|
|
655
|
-
* memberId: "string",
|
|
656
|
-
* payerName: "string",
|
|
657
|
-
* payerId: "string"
|
|
658
|
-
* },
|
|
659
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
660
|
-
* firstName: "string",
|
|
661
|
-
* lastName: "string",
|
|
662
|
-
* gender: CandidApi.Gender.Male
|
|
663
|
-
* },
|
|
664
|
-
* additionalInformation: "string",
|
|
665
|
-
* serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
|
|
666
|
-
* admissionDate: "2023-01-15",
|
|
667
|
-
* dischargeDate: "2023-01-15",
|
|
668
|
-
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
669
|
-
* lastMenstrualPeriodDate: "2023-01-15",
|
|
670
|
-
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
671
|
-
* patient: {},
|
|
672
|
-
* patientAuthorizedRelease: true,
|
|
673
|
-
* schemaInstances: [],
|
|
674
|
-
* vitals: {
|
|
675
|
-
* heightIn: 70,
|
|
676
|
-
* weightLbs: 165,
|
|
677
|
-
* bloodPressureSystolicMmhg: 115,
|
|
678
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
679
|
-
* bodyTemperatureF: 98,
|
|
680
|
-
* hemoglobinGdl: 15.1,
|
|
681
|
-
* hematocritPct: 51.2
|
|
682
|
-
* },
|
|
683
|
-
* existingMedications: [],
|
|
684
|
-
* renderingProvider: {},
|
|
685
|
-
* serviceFacility: {
|
|
686
|
-
* organizationName: "Test Organization",
|
|
687
|
-
* address: {
|
|
688
|
-
* address1: "123 Main St",
|
|
689
|
-
* address2: "Apt 1",
|
|
690
|
-
* city: "New York",
|
|
691
|
-
* state: CandidApi.State.Ny,
|
|
692
|
-
* zipCode: "10001",
|
|
693
|
-
* zipPlusFourCode: "1234"
|
|
694
|
-
* }
|
|
695
|
-
* },
|
|
696
|
-
* guarantor: {},
|
|
697
|
-
* billingProvider: {},
|
|
698
|
-
* supervisingProvider: {},
|
|
699
|
-
* referringProvider: {},
|
|
700
|
-
* initialReferringProvider: {},
|
|
701
|
-
* referralNumber: "string"
|
|
689
|
+
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
|
|
702
690
|
* })
|
|
703
691
|
*/
|
|
704
692
|
update(encounterId: CandidApi.EncounterId, request?: CandidApi.encounters.v4.EncounterUpdate, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.update.Error>>;
|
|
@@ -132,7 +132,7 @@ class V4 {
|
|
|
132
132
|
Authorization: yield this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.
|
|
135
|
+
"X-Fern-SDK-Version": "0.39.0",
|
|
136
136
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
137
137
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
138
138
|
},
|
|
@@ -178,7 +178,7 @@ class V4 {
|
|
|
178
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
179
179
|
"X-Fern-Language": "JavaScript",
|
|
180
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
181
|
-
"X-Fern-SDK-Version": "0.
|
|
181
|
+
"X-Fern-SDK-Version": "0.39.0",
|
|
182
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
183
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
184
184
|
},
|
|
@@ -250,7 +250,10 @@ class V4 {
|
|
|
250
250
|
* taxId: "string",
|
|
251
251
|
* npi: "string",
|
|
252
252
|
* taxonomyCode: "string",
|
|
253
|
-
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
253
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
254
|
+
* firstName: "string",
|
|
255
|
+
* lastName: "string",
|
|
256
|
+
* organizationName: "string"
|
|
254
257
|
* },
|
|
255
258
|
* renderingProvider: {
|
|
256
259
|
* npi: "string",
|
|
@@ -262,7 +265,10 @@ class V4 {
|
|
|
262
265
|
* state: CandidApi.State.Ny,
|
|
263
266
|
* zipCode: "10001",
|
|
264
267
|
* zipPlusFourCode: "1234"
|
|
265
|
-
* }
|
|
268
|
+
* },
|
|
269
|
+
* firstName: "string",
|
|
270
|
+
* lastName: "string",
|
|
271
|
+
* organizationName: "string"
|
|
266
272
|
* },
|
|
267
273
|
* referringProvider: {
|
|
268
274
|
* npi: "string",
|
|
@@ -274,7 +280,10 @@ class V4 {
|
|
|
274
280
|
* state: CandidApi.State.Ny,
|
|
275
281
|
* zipCode: "10001",
|
|
276
282
|
* zipPlusFourCode: "1234"
|
|
277
|
-
* }
|
|
283
|
+
* },
|
|
284
|
+
* firstName: "string",
|
|
285
|
+
* lastName: "string",
|
|
286
|
+
* organizationName: "string"
|
|
278
287
|
* },
|
|
279
288
|
* initialReferringProvider: {
|
|
280
289
|
* npi: "string",
|
|
@@ -287,7 +296,10 @@ class V4 {
|
|
|
287
296
|
* zipCode: "10001",
|
|
288
297
|
* zipPlusFourCode: "1234"
|
|
289
298
|
* },
|
|
290
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
299
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
300
|
+
* firstName: "string",
|
|
301
|
+
* lastName: "string",
|
|
302
|
+
* organizationName: "string"
|
|
291
303
|
* },
|
|
292
304
|
* supervisingProvider: {
|
|
293
305
|
* npi: "string",
|
|
@@ -299,7 +311,10 @@ class V4 {
|
|
|
299
311
|
* state: CandidApi.State.Ny,
|
|
300
312
|
* zipCode: "10001",
|
|
301
313
|
* zipPlusFourCode: "1234"
|
|
302
|
-
* }
|
|
314
|
+
* },
|
|
315
|
+
* firstName: "string",
|
|
316
|
+
* lastName: "string",
|
|
317
|
+
* organizationName: "string"
|
|
303
318
|
* },
|
|
304
319
|
* serviceFacility: {
|
|
305
320
|
* organizationName: "string",
|
|
@@ -318,9 +333,27 @@ class V4 {
|
|
|
318
333
|
* insuranceCard: {
|
|
319
334
|
* memberId: "string",
|
|
320
335
|
* payerName: "string",
|
|
321
|
-
* payerId: "string"
|
|
336
|
+
* payerId: "string",
|
|
337
|
+
* rxBin: "string",
|
|
338
|
+
* rxPcn: "string",
|
|
339
|
+
* imageUrlFront: "string",
|
|
340
|
+
* imageUrlBack: "string",
|
|
341
|
+
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
342
|
+
* groupNumber: "string",
|
|
343
|
+
* planName: "string",
|
|
344
|
+
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
345
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
322
346
|
* },
|
|
323
347
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
348
|
+
* dateOfBirth: "2023-01-15",
|
|
349
|
+
* address: {
|
|
350
|
+
* address1: "123 Main St",
|
|
351
|
+
* address2: "Apt 1",
|
|
352
|
+
* city: "New York",
|
|
353
|
+
* state: CandidApi.State.Ny,
|
|
354
|
+
* zipCode: "10001",
|
|
355
|
+
* zipPlusFourCode: "1234"
|
|
356
|
+
* },
|
|
324
357
|
* firstName: "string",
|
|
325
358
|
* lastName: "string",
|
|
326
359
|
* gender: CandidApi.Gender.Male
|
|
@@ -329,9 +362,27 @@ class V4 {
|
|
|
329
362
|
* insuranceCard: {
|
|
330
363
|
* memberId: "string",
|
|
331
364
|
* payerName: "string",
|
|
332
|
-
* payerId: "string"
|
|
365
|
+
* payerId: "string",
|
|
366
|
+
* rxBin: "string",
|
|
367
|
+
* rxPcn: "string",
|
|
368
|
+
* imageUrlFront: "string",
|
|
369
|
+
* imageUrlBack: "string",
|
|
370
|
+
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
371
|
+
* groupNumber: "string",
|
|
372
|
+
* planName: "string",
|
|
373
|
+
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
374
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
333
375
|
* },
|
|
334
376
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
377
|
+
* dateOfBirth: "2023-01-15",
|
|
378
|
+
* address: {
|
|
379
|
+
* address1: "123 Main St",
|
|
380
|
+
* address2: "Apt 1",
|
|
381
|
+
* city: "New York",
|
|
382
|
+
* state: CandidApi.State.Ny,
|
|
383
|
+
* zipCode: "10001",
|
|
384
|
+
* zipPlusFourCode: "1234"
|
|
385
|
+
* },
|
|
335
386
|
* firstName: "string",
|
|
336
387
|
* lastName: "string",
|
|
337
388
|
* gender: CandidApi.Gender.Male
|
|
@@ -402,7 +453,10 @@ class V4 {
|
|
|
402
453
|
* state: CandidApi.State.Ny,
|
|
403
454
|
* zipCode: "10001",
|
|
404
455
|
* zipPlusFourCode: "1234"
|
|
405
|
-
* }
|
|
456
|
+
* },
|
|
457
|
+
* firstName: "string",
|
|
458
|
+
* lastName: "string",
|
|
459
|
+
* organizationName: "string"
|
|
406
460
|
* },
|
|
407
461
|
* testResults: [{
|
|
408
462
|
* value: 1.1,
|
|
@@ -528,7 +582,7 @@ class V4 {
|
|
|
528
582
|
Authorization: yield this._getAuthorizationHeader(),
|
|
529
583
|
"X-Fern-Language": "JavaScript",
|
|
530
584
|
"X-Fern-SDK-Name": "candidhealth",
|
|
531
|
-
"X-Fern-SDK-Version": "0.
|
|
585
|
+
"X-Fern-SDK-Version": "0.39.0",
|
|
532
586
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
533
587
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
534
588
|
},
|
|
@@ -615,7 +669,10 @@ class V4 {
|
|
|
615
669
|
* taxId: "string",
|
|
616
670
|
* npi: "string",
|
|
617
671
|
* taxonomyCode: "string",
|
|
618
|
-
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
672
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
673
|
+
* firstName: "string",
|
|
674
|
+
* lastName: "string",
|
|
675
|
+
* organizationName: "string"
|
|
619
676
|
* },
|
|
620
677
|
* renderingProvider: {
|
|
621
678
|
* npi: "string",
|
|
@@ -627,7 +684,10 @@ class V4 {
|
|
|
627
684
|
* state: CandidApi.State.Ny,
|
|
628
685
|
* zipCode: "10001",
|
|
629
686
|
* zipPlusFourCode: "1234"
|
|
630
|
-
* }
|
|
687
|
+
* },
|
|
688
|
+
* firstName: "string",
|
|
689
|
+
* lastName: "string",
|
|
690
|
+
* organizationName: "string"
|
|
631
691
|
* },
|
|
632
692
|
* initialReferringProvider: {
|
|
633
693
|
* npi: "string",
|
|
@@ -640,7 +700,10 @@ class V4 {
|
|
|
640
700
|
* zipCode: "10001",
|
|
641
701
|
* zipPlusFourCode: "1234"
|
|
642
702
|
* },
|
|
643
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
703
|
+
* qualifier: CandidApi.QualifierCode.Dq,
|
|
704
|
+
* firstName: "string",
|
|
705
|
+
* lastName: "string",
|
|
706
|
+
* organizationName: "string"
|
|
644
707
|
* },
|
|
645
708
|
* supervisingProvider: {
|
|
646
709
|
* npi: "string",
|
|
@@ -652,7 +715,10 @@ class V4 {
|
|
|
652
715
|
* state: CandidApi.State.Ny,
|
|
653
716
|
* zipCode: "10001",
|
|
654
717
|
* zipPlusFourCode: "1234"
|
|
655
|
-
* }
|
|
718
|
+
* },
|
|
719
|
+
* firstName: "string",
|
|
720
|
+
* lastName: "string",
|
|
721
|
+
* organizationName: "string"
|
|
656
722
|
* },
|
|
657
723
|
* serviceFacility: {
|
|
658
724
|
* organizationName: "string",
|
|
@@ -731,7 +797,10 @@ class V4 {
|
|
|
731
797
|
* state: CandidApi.State.Ny,
|
|
732
798
|
* zipCode: "10001",
|
|
733
799
|
* zipPlusFourCode: "1234"
|
|
734
|
-
* }
|
|
800
|
+
* },
|
|
801
|
+
* firstName: "string",
|
|
802
|
+
* lastName: "string",
|
|
803
|
+
* organizationName: "string"
|
|
735
804
|
* },
|
|
736
805
|
* testResults: [{
|
|
737
806
|
* value: 1.1,
|
|
@@ -835,7 +904,7 @@ class V4 {
|
|
|
835
904
|
Authorization: yield this._getAuthorizationHeader(),
|
|
836
905
|
"X-Fern-Language": "JavaScript",
|
|
837
906
|
"X-Fern-SDK-Name": "candidhealth",
|
|
838
|
-
"X-Fern-SDK-Version": "0.
|
|
907
|
+
"X-Fern-SDK-Version": "0.39.0",
|
|
839
908
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
840
909
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
841
910
|
},
|
|
@@ -891,88 +960,7 @@ class V4 {
|
|
|
891
960
|
* @example
|
|
892
961
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
893
962
|
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
894
|
-
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
|
|
895
|
-
* benefitsAssignedToProvider: true,
|
|
896
|
-
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
897
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
898
|
-
* dateOfService: "2023-01-15",
|
|
899
|
-
* tagIds: [],
|
|
900
|
-
* clinicalNotes: [],
|
|
901
|
-
* payToAddress: {
|
|
902
|
-
* address1: "123 Main St",
|
|
903
|
-
* address2: "Apt 1",
|
|
904
|
-
* city: "New York",
|
|
905
|
-
* state: CandidApi.State.Ny,
|
|
906
|
-
* zipCode: "10001",
|
|
907
|
-
* zipPlusFourCode: "1234"
|
|
908
|
-
* },
|
|
909
|
-
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
910
|
-
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
911
|
-
* providerAcceptsAssignment: true,
|
|
912
|
-
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
913
|
-
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
914
|
-
* appointmentType: "string",
|
|
915
|
-
* endDateOfService: "2023-01-15",
|
|
916
|
-
* subscriberPrimary: {
|
|
917
|
-
* insuranceCard: {
|
|
918
|
-
* memberId: "string",
|
|
919
|
-
* payerName: "string",
|
|
920
|
-
* payerId: "string"
|
|
921
|
-
* },
|
|
922
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
923
|
-
* firstName: "string",
|
|
924
|
-
* lastName: "string",
|
|
925
|
-
* gender: CandidApi.Gender.Male
|
|
926
|
-
* },
|
|
927
|
-
* subscriberSecondary: {
|
|
928
|
-
* insuranceCard: {
|
|
929
|
-
* memberId: "string",
|
|
930
|
-
* payerName: "string",
|
|
931
|
-
* payerId: "string"
|
|
932
|
-
* },
|
|
933
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
934
|
-
* firstName: "string",
|
|
935
|
-
* lastName: "string",
|
|
936
|
-
* gender: CandidApi.Gender.Male
|
|
937
|
-
* },
|
|
938
|
-
* additionalInformation: "string",
|
|
939
|
-
* serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
|
|
940
|
-
* admissionDate: "2023-01-15",
|
|
941
|
-
* dischargeDate: "2023-01-15",
|
|
942
|
-
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
943
|
-
* lastMenstrualPeriodDate: "2023-01-15",
|
|
944
|
-
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
945
|
-
* patient: {},
|
|
946
|
-
* patientAuthorizedRelease: true,
|
|
947
|
-
* schemaInstances: [],
|
|
948
|
-
* vitals: {
|
|
949
|
-
* heightIn: 70,
|
|
950
|
-
* weightLbs: 165,
|
|
951
|
-
* bloodPressureSystolicMmhg: 115,
|
|
952
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
953
|
-
* bodyTemperatureF: 98,
|
|
954
|
-
* hemoglobinGdl: 15.1,
|
|
955
|
-
* hematocritPct: 51.2
|
|
956
|
-
* },
|
|
957
|
-
* existingMedications: [],
|
|
958
|
-
* renderingProvider: {},
|
|
959
|
-
* serviceFacility: {
|
|
960
|
-
* organizationName: "Test Organization",
|
|
961
|
-
* address: {
|
|
962
|
-
* address1: "123 Main St",
|
|
963
|
-
* address2: "Apt 1",
|
|
964
|
-
* city: "New York",
|
|
965
|
-
* state: CandidApi.State.Ny,
|
|
966
|
-
* zipCode: "10001",
|
|
967
|
-
* zipPlusFourCode: "1234"
|
|
968
|
-
* }
|
|
969
|
-
* },
|
|
970
|
-
* guarantor: {},
|
|
971
|
-
* billingProvider: {},
|
|
972
|
-
* supervisingProvider: {},
|
|
973
|
-
* referringProvider: {},
|
|
974
|
-
* initialReferringProvider: {},
|
|
975
|
-
* referralNumber: "string"
|
|
963
|
+
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy
|
|
976
964
|
* })
|
|
977
965
|
*/
|
|
978
966
|
update(encounterId, request = {}, requestOptions) {
|
|
@@ -986,7 +974,7 @@ class V4 {
|
|
|
986
974
|
Authorization: yield this._getAuthorizationHeader(),
|
|
987
975
|
"X-Fern-Language": "JavaScript",
|
|
988
976
|
"X-Fern-SDK-Name": "candidhealth",
|
|
989
|
-
"X-Fern-SDK-Version": "0.
|
|
977
|
+
"X-Fern-SDK-Version": "0.39.0",
|
|
990
978
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
991
979
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
992
980
|
},
|