candidhealth 0.38.2 → 0.39.1
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 +90 -100
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- 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 +90 -100
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- 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/encounters/resources/v4/client/create.d.ts +5 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -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/encounters/resources/v4/client/create.d.ts +5 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -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/Client.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as environments from "./environments";
|
|
|
5
5
|
import * as core from "./core";
|
|
6
6
|
import { Auth } from "./api/resources/auth/client/Client";
|
|
7
7
|
import { BillingNotes } from "./api/resources/billingNotes/client/Client";
|
|
8
|
+
import { ChargeCaptureBundles } from "./api/resources/chargeCaptureBundles/client/Client";
|
|
8
9
|
import { ChargeCapture } from "./api/resources/chargeCapture/client/Client";
|
|
9
10
|
import { Contracts } from "./api/resources/contracts/client/Client";
|
|
10
11
|
import { Credentialing } from "./api/resources/credentialing/client/Client";
|
|
@@ -59,6 +60,8 @@ export declare class CandidApiClient {
|
|
|
59
60
|
get auth(): Auth;
|
|
60
61
|
protected _billingNotes: BillingNotes | undefined;
|
|
61
62
|
get billingNotes(): BillingNotes;
|
|
63
|
+
protected _chargeCaptureBundles: ChargeCaptureBundles | undefined;
|
|
64
|
+
get chargeCaptureBundles(): ChargeCaptureBundles;
|
|
62
65
|
protected _chargeCapture: ChargeCapture | undefined;
|
|
63
66
|
get chargeCapture(): ChargeCapture;
|
|
64
67
|
protected _contracts: Contracts | undefined;
|
package/Client.js
CHANGED
|
@@ -40,37 +40,38 @@ const core = __importStar(require("./core"));
|
|
|
40
40
|
const Client_1 = require("./api/resources/auth/resources/v2/client/Client");
|
|
41
41
|
const Client_2 = require("./api/resources/auth/client/Client");
|
|
42
42
|
const Client_3 = require("./api/resources/billingNotes/client/Client");
|
|
43
|
-
const Client_4 = require("./api/resources/
|
|
44
|
-
const Client_5 = require("./api/resources/
|
|
45
|
-
const Client_6 = require("./api/resources/
|
|
46
|
-
const Client_7 = require("./api/resources/
|
|
47
|
-
const Client_8 = require("./api/resources/
|
|
48
|
-
const Client_9 = require("./api/resources/
|
|
49
|
-
const Client_10 = require("./api/resources/
|
|
50
|
-
const Client_11 = require("./api/resources/
|
|
51
|
-
const Client_12 = require("./api/resources/
|
|
52
|
-
const Client_13 = require("./api/resources/
|
|
53
|
-
const Client_14 = require("./api/resources/
|
|
54
|
-
const Client_15 = require("./api/resources/
|
|
55
|
-
const Client_16 = require("./api/resources/
|
|
56
|
-
const Client_17 = require("./api/resources/
|
|
57
|
-
const Client_18 = require("./api/resources/
|
|
58
|
-
const Client_19 = require("./api/resources/
|
|
59
|
-
const Client_20 = require("./api/resources/
|
|
60
|
-
const Client_21 = require("./api/resources/
|
|
61
|
-
const Client_22 = require("./api/resources/
|
|
62
|
-
const Client_23 = require("./api/resources/
|
|
63
|
-
const Client_24 = require("./api/resources/
|
|
64
|
-
const Client_25 = require("./api/resources/
|
|
65
|
-
const Client_26 = require("./api/resources/
|
|
66
|
-
const Client_27 = require("./api/resources/
|
|
67
|
-
const Client_28 = require("./api/resources/
|
|
68
|
-
const Client_29 = require("./api/resources/
|
|
69
|
-
const Client_30 = require("./api/resources/
|
|
70
|
-
const Client_31 = require("./api/resources/
|
|
71
|
-
const Client_32 = require("./api/resources/
|
|
72
|
-
const Client_33 = require("./api/resources/
|
|
73
|
-
const Client_34 = require("./api/resources/
|
|
43
|
+
const Client_4 = require("./api/resources/chargeCaptureBundles/client/Client");
|
|
44
|
+
const Client_5 = require("./api/resources/chargeCapture/client/Client");
|
|
45
|
+
const Client_6 = require("./api/resources/contracts/client/Client");
|
|
46
|
+
const Client_7 = require("./api/resources/credentialing/client/Client");
|
|
47
|
+
const Client_8 = require("./api/resources/customSchemas/client/Client");
|
|
48
|
+
const Client_9 = require("./api/resources/eligibility/client/Client");
|
|
49
|
+
const Client_10 = require("./api/resources/encounterProviders/client/Client");
|
|
50
|
+
const Client_11 = require("./api/resources/encounters/client/Client");
|
|
51
|
+
const Client_12 = require("./api/resources/expectedNetworkStatus/client/Client");
|
|
52
|
+
const Client_13 = require("./api/resources/exports/client/Client");
|
|
53
|
+
const Client_14 = require("./api/resources/externalPaymentAccountConfig/client/Client");
|
|
54
|
+
const Client_15 = require("./api/resources/feeSchedules/client/Client");
|
|
55
|
+
const Client_16 = require("./api/resources/guarantor/client/Client");
|
|
56
|
+
const Client_17 = require("./api/resources/importInvoice/client/Client");
|
|
57
|
+
const Client_18 = require("./api/resources/insuranceAdjudications/client/Client");
|
|
58
|
+
const Client_19 = require("./api/resources/insurancePayments/client/Client");
|
|
59
|
+
const Client_20 = require("./api/resources/insuranceRefunds/client/Client");
|
|
60
|
+
const Client_21 = require("./api/resources/medicationDispense/client/Client");
|
|
61
|
+
const Client_22 = require("./api/resources/nonInsurancePayerPayments/client/Client");
|
|
62
|
+
const Client_23 = require("./api/resources/nonInsurancePayerRefunds/client/Client");
|
|
63
|
+
const Client_24 = require("./api/resources/nonInsurancePayers/client/Client");
|
|
64
|
+
const Client_25 = require("./api/resources/organizationServiceFacilities/client/Client");
|
|
65
|
+
const Client_26 = require("./api/resources/organizationProviders/client/Client");
|
|
66
|
+
const Client_27 = require("./api/resources/patientPayments/client/Client");
|
|
67
|
+
const Client_28 = require("./api/resources/patientRefunds/client/Client");
|
|
68
|
+
const Client_29 = require("./api/resources/payers/client/Client");
|
|
69
|
+
const Client_30 = require("./api/resources/serviceLines/client/Client");
|
|
70
|
+
const Client_31 = require("./api/resources/tasks/client/Client");
|
|
71
|
+
const Client_32 = require("./api/resources/writeOffs/client/Client");
|
|
72
|
+
const Client_33 = require("./api/resources/preEncounter/client/Client");
|
|
73
|
+
const Client_34 = require("./api/resources/diagnoses/client/Client");
|
|
74
|
+
const Client_35 = require("./api/resources/serviceFacility/client/Client");
|
|
74
75
|
class CandidApiClient {
|
|
75
76
|
constructor(_options) {
|
|
76
77
|
this._options = _options;
|
|
@@ -90,129 +91,133 @@ class CandidApiClient {
|
|
|
90
91
|
var _a;
|
|
91
92
|
return ((_a = this._billingNotes) !== null && _a !== void 0 ? _a : (this._billingNotes = new Client_3.BillingNotes(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
92
93
|
}
|
|
94
|
+
get chargeCaptureBundles() {
|
|
95
|
+
var _a;
|
|
96
|
+
return ((_a = this._chargeCaptureBundles) !== null && _a !== void 0 ? _a : (this._chargeCaptureBundles = new Client_4.ChargeCaptureBundles(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
97
|
+
}
|
|
93
98
|
get chargeCapture() {
|
|
94
99
|
var _a;
|
|
95
|
-
return ((_a = this._chargeCapture) !== null && _a !== void 0 ? _a : (this._chargeCapture = new
|
|
100
|
+
return ((_a = this._chargeCapture) !== null && _a !== void 0 ? _a : (this._chargeCapture = new Client_5.ChargeCapture(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
96
101
|
}
|
|
97
102
|
get contracts() {
|
|
98
103
|
var _a;
|
|
99
|
-
return ((_a = this._contracts) !== null && _a !== void 0 ? _a : (this._contracts = new
|
|
104
|
+
return ((_a = this._contracts) !== null && _a !== void 0 ? _a : (this._contracts = new Client_6.Contracts(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
100
105
|
}
|
|
101
106
|
get credentialing() {
|
|
102
107
|
var _a;
|
|
103
|
-
return ((_a = this._credentialing) !== null && _a !== void 0 ? _a : (this._credentialing = new
|
|
108
|
+
return ((_a = this._credentialing) !== null && _a !== void 0 ? _a : (this._credentialing = new Client_7.Credentialing(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
104
109
|
}
|
|
105
110
|
get customSchemas() {
|
|
106
111
|
var _a;
|
|
107
|
-
return ((_a = this._customSchemas) !== null && _a !== void 0 ? _a : (this._customSchemas = new
|
|
112
|
+
return ((_a = this._customSchemas) !== null && _a !== void 0 ? _a : (this._customSchemas = new Client_8.CustomSchemas(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
108
113
|
}
|
|
109
114
|
get eligibility() {
|
|
110
115
|
var _a;
|
|
111
|
-
return ((_a = this._eligibility) !== null && _a !== void 0 ? _a : (this._eligibility = new
|
|
116
|
+
return ((_a = this._eligibility) !== null && _a !== void 0 ? _a : (this._eligibility = new Client_9.Eligibility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
112
117
|
}
|
|
113
118
|
get encounterProviders() {
|
|
114
119
|
var _a;
|
|
115
|
-
return ((_a = this._encounterProviders) !== null && _a !== void 0 ? _a : (this._encounterProviders = new
|
|
120
|
+
return ((_a = this._encounterProviders) !== null && _a !== void 0 ? _a : (this._encounterProviders = new Client_10.EncounterProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
116
121
|
}
|
|
117
122
|
get encounters() {
|
|
118
123
|
var _a;
|
|
119
|
-
return ((_a = this._encounters) !== null && _a !== void 0 ? _a : (this._encounters = new
|
|
124
|
+
return ((_a = this._encounters) !== null && _a !== void 0 ? _a : (this._encounters = new Client_11.Encounters(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
120
125
|
}
|
|
121
126
|
get expectedNetworkStatus() {
|
|
122
127
|
var _a;
|
|
123
|
-
return ((_a = this._expectedNetworkStatus) !== null && _a !== void 0 ? _a : (this._expectedNetworkStatus = new
|
|
128
|
+
return ((_a = this._expectedNetworkStatus) !== null && _a !== void 0 ? _a : (this._expectedNetworkStatus = new Client_12.ExpectedNetworkStatus(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
124
129
|
}
|
|
125
130
|
get exports() {
|
|
126
131
|
var _a;
|
|
127
|
-
return ((_a = this._exports) !== null && _a !== void 0 ? _a : (this._exports = new
|
|
132
|
+
return ((_a = this._exports) !== null && _a !== void 0 ? _a : (this._exports = new Client_13.Exports(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
128
133
|
}
|
|
129
134
|
get externalPaymentAccountConfig() {
|
|
130
135
|
var _a;
|
|
131
|
-
return ((_a = this._externalPaymentAccountConfig) !== null && _a !== void 0 ? _a : (this._externalPaymentAccountConfig = new
|
|
136
|
+
return ((_a = this._externalPaymentAccountConfig) !== null && _a !== void 0 ? _a : (this._externalPaymentAccountConfig = new Client_14.ExternalPaymentAccountConfig(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
132
137
|
}
|
|
133
138
|
get feeSchedules() {
|
|
134
139
|
var _a;
|
|
135
|
-
return ((_a = this._feeSchedules) !== null && _a !== void 0 ? _a : (this._feeSchedules = new
|
|
140
|
+
return ((_a = this._feeSchedules) !== null && _a !== void 0 ? _a : (this._feeSchedules = new Client_15.FeeSchedules(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
136
141
|
}
|
|
137
142
|
get guarantor() {
|
|
138
143
|
var _a;
|
|
139
|
-
return ((_a = this._guarantor) !== null && _a !== void 0 ? _a : (this._guarantor = new
|
|
144
|
+
return ((_a = this._guarantor) !== null && _a !== void 0 ? _a : (this._guarantor = new Client_16.Guarantor(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
140
145
|
}
|
|
141
146
|
get importInvoice() {
|
|
142
147
|
var _a;
|
|
143
|
-
return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new
|
|
148
|
+
return ((_a = this._importInvoice) !== null && _a !== void 0 ? _a : (this._importInvoice = new Client_17.ImportInvoice(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
144
149
|
}
|
|
145
150
|
get insuranceAdjudications() {
|
|
146
151
|
var _a;
|
|
147
|
-
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new
|
|
152
|
+
return ((_a = this._insuranceAdjudications) !== null && _a !== void 0 ? _a : (this._insuranceAdjudications = new Client_18.InsuranceAdjudications(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
148
153
|
}
|
|
149
154
|
get insurancePayments() {
|
|
150
155
|
var _a;
|
|
151
|
-
return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new
|
|
156
|
+
return ((_a = this._insurancePayments) !== null && _a !== void 0 ? _a : (this._insurancePayments = new Client_19.InsurancePayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
152
157
|
}
|
|
153
158
|
get insuranceRefunds() {
|
|
154
159
|
var _a;
|
|
155
|
-
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new
|
|
160
|
+
return ((_a = this._insuranceRefunds) !== null && _a !== void 0 ? _a : (this._insuranceRefunds = new Client_20.InsuranceRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
156
161
|
}
|
|
157
162
|
get medicationDispense() {
|
|
158
163
|
var _a;
|
|
159
|
-
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new
|
|
164
|
+
return ((_a = this._medicationDispense) !== null && _a !== void 0 ? _a : (this._medicationDispense = new Client_21.MedicationDispense(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
160
165
|
}
|
|
161
166
|
get nonInsurancePayerPayments() {
|
|
162
167
|
var _a;
|
|
163
|
-
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new
|
|
168
|
+
return ((_a = this._nonInsurancePayerPayments) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerPayments = new Client_22.NonInsurancePayerPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
164
169
|
}
|
|
165
170
|
get nonInsurancePayerRefunds() {
|
|
166
171
|
var _a;
|
|
167
|
-
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new
|
|
172
|
+
return ((_a = this._nonInsurancePayerRefunds) !== null && _a !== void 0 ? _a : (this._nonInsurancePayerRefunds = new Client_23.NonInsurancePayerRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
168
173
|
}
|
|
169
174
|
get nonInsurancePayers() {
|
|
170
175
|
var _a;
|
|
171
|
-
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new
|
|
176
|
+
return ((_a = this._nonInsurancePayers) !== null && _a !== void 0 ? _a : (this._nonInsurancePayers = new Client_24.NonInsurancePayers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
172
177
|
}
|
|
173
178
|
get organizationServiceFacilities() {
|
|
174
179
|
var _a;
|
|
175
|
-
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new
|
|
180
|
+
return ((_a = this._organizationServiceFacilities) !== null && _a !== void 0 ? _a : (this._organizationServiceFacilities = new Client_25.OrganizationServiceFacilities(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
176
181
|
}
|
|
177
182
|
get organizationProviders() {
|
|
178
183
|
var _a;
|
|
179
|
-
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new
|
|
184
|
+
return ((_a = this._organizationProviders) !== null && _a !== void 0 ? _a : (this._organizationProviders = new Client_26.OrganizationProviders(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
180
185
|
}
|
|
181
186
|
get patientPayments() {
|
|
182
187
|
var _a;
|
|
183
|
-
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new
|
|
188
|
+
return ((_a = this._patientPayments) !== null && _a !== void 0 ? _a : (this._patientPayments = new Client_27.PatientPayments(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
184
189
|
}
|
|
185
190
|
get patientRefunds() {
|
|
186
191
|
var _a;
|
|
187
|
-
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new
|
|
192
|
+
return ((_a = this._patientRefunds) !== null && _a !== void 0 ? _a : (this._patientRefunds = new Client_28.PatientRefunds(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
188
193
|
}
|
|
189
194
|
get payers() {
|
|
190
195
|
var _a;
|
|
191
|
-
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new
|
|
196
|
+
return ((_a = this._payers) !== null && _a !== void 0 ? _a : (this._payers = new Client_29.Payers(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
192
197
|
}
|
|
193
198
|
get serviceLines() {
|
|
194
199
|
var _a;
|
|
195
|
-
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new
|
|
200
|
+
return ((_a = this._serviceLines) !== null && _a !== void 0 ? _a : (this._serviceLines = new Client_30.ServiceLines(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
196
201
|
}
|
|
197
202
|
get tasks() {
|
|
198
203
|
var _a;
|
|
199
|
-
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new
|
|
204
|
+
return ((_a = this._tasks) !== null && _a !== void 0 ? _a : (this._tasks = new Client_31.Tasks(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
200
205
|
}
|
|
201
206
|
get writeOffs() {
|
|
202
207
|
var _a;
|
|
203
|
-
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new
|
|
208
|
+
return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_32.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
204
209
|
}
|
|
205
210
|
get preEncounter() {
|
|
206
211
|
var _a;
|
|
207
|
-
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new
|
|
212
|
+
return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_33.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
208
213
|
}
|
|
209
214
|
get diagnoses() {
|
|
210
215
|
var _a;
|
|
211
|
-
return ((_a = this._diagnoses) !== null && _a !== void 0 ? _a : (this._diagnoses = new
|
|
216
|
+
return ((_a = this._diagnoses) !== null && _a !== void 0 ? _a : (this._diagnoses = new Client_34.Diagnoses(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
212
217
|
}
|
|
213
218
|
get serviceFacility() {
|
|
214
219
|
var _a;
|
|
215
|
-
return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new
|
|
220
|
+
return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_35.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
|
|
216
221
|
}
|
|
217
222
|
}
|
|
218
223
|
exports.CandidApiClient = CandidApiClient;
|
|
@@ -87,7 +87,7 @@ class V2 {
|
|
|
87
87
|
Authorization: yield this._getAuthorizationHeader(),
|
|
88
88
|
"X-Fern-Language": "JavaScript",
|
|
89
89
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.
|
|
90
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
91
91
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
92
92
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
93
93
|
},
|
|
@@ -69,7 +69,7 @@ class V2 {
|
|
|
69
69
|
Authorization: yield this._getAuthorizationHeader(),
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "candidhealth",
|
|
72
|
-
"X-Fern-SDK-Version": "0.
|
|
72
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
73
73
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
74
74
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
75
75
|
},
|
|
@@ -117,7 +117,7 @@ class V2 {
|
|
|
117
117
|
Authorization: yield this._getAuthorizationHeader(),
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "candidhealth",
|
|
120
|
-
"X-Fern-SDK-Version": "0.
|
|
120
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
121
121
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
122
122
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
123
123
|
},
|
|
@@ -176,7 +176,7 @@ class V2 {
|
|
|
176
176
|
Authorization: yield this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.
|
|
179
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|
|
@@ -27,109 +27,7 @@ export declare class V1 {
|
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* await client.chargeCapture.v1.create({
|
|
30
|
-
* data: {
|
|
31
|
-
* diagnoses: [],
|
|
32
|
-
* interventions: [],
|
|
33
|
-
* externalClaimSubmission: {
|
|
34
|
-
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
35
|
-
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
36
|
-
* submissionRecords: [{
|
|
37
|
-
* submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
38
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
|
|
39
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
40
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic
|
|
41
|
-
* }, {
|
|
42
|
-
* submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
43
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Replacement,
|
|
44
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
45
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper
|
|
46
|
-
* }]
|
|
47
|
-
* },
|
|
48
|
-
* serviceLines: [],
|
|
49
|
-
* patientHistories: [],
|
|
50
|
-
* billingNotes: [],
|
|
51
|
-
* benefitsAssignedToProvider: true,
|
|
52
|
-
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
53
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
54
|
-
* dateOfService: "2023-01-15",
|
|
55
|
-
* tagIds: [],
|
|
56
|
-
* clinicalNotes: [],
|
|
57
|
-
* payToAddress: {
|
|
58
|
-
* address1: "123 Main St",
|
|
59
|
-
* address2: "Apt 1",
|
|
60
|
-
* city: "New York",
|
|
61
|
-
* state: CandidApi.State.Ny,
|
|
62
|
-
* zipCode: "10001",
|
|
63
|
-
* zipPlusFourCode: "1234"
|
|
64
|
-
* },
|
|
65
|
-
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
66
|
-
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
67
|
-
* providerAcceptsAssignment: true,
|
|
68
|
-
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
69
|
-
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
70
|
-
* appointmentType: "string",
|
|
71
|
-
* endDateOfService: "2023-01-15",
|
|
72
|
-
* subscriberPrimary: {
|
|
73
|
-
* insuranceCard: {
|
|
74
|
-
* memberId: "string",
|
|
75
|
-
* payerName: "string",
|
|
76
|
-
* payerId: "string"
|
|
77
|
-
* },
|
|
78
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
79
|
-
* firstName: "string",
|
|
80
|
-
* lastName: "string",
|
|
81
|
-
* gender: CandidApi.Gender.Male
|
|
82
|
-
* },
|
|
83
|
-
* subscriberSecondary: {
|
|
84
|
-
* insuranceCard: {
|
|
85
|
-
* memberId: "string",
|
|
86
|
-
* payerName: "string",
|
|
87
|
-
* payerId: "string"
|
|
88
|
-
* },
|
|
89
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
90
|
-
* firstName: "string",
|
|
91
|
-
* lastName: "string",
|
|
92
|
-
* gender: CandidApi.Gender.Male
|
|
93
|
-
* },
|
|
94
|
-
* additionalInformation: "string",
|
|
95
|
-
* serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
|
|
96
|
-
* admissionDate: "2023-01-15",
|
|
97
|
-
* dischargeDate: "2023-01-15",
|
|
98
|
-
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
99
|
-
* lastMenstrualPeriodDate: "2023-01-15",
|
|
100
|
-
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
101
|
-
* patient: {},
|
|
102
|
-
* patientAuthorizedRelease: true,
|
|
103
|
-
* schemaInstances: [],
|
|
104
|
-
* vitals: {
|
|
105
|
-
* heightIn: 70,
|
|
106
|
-
* weightLbs: 165,
|
|
107
|
-
* bloodPressureSystolicMmhg: 115,
|
|
108
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
109
|
-
* bodyTemperatureF: 98,
|
|
110
|
-
* hemoglobinGdl: 15.1,
|
|
111
|
-
* hematocritPct: 51.2
|
|
112
|
-
* },
|
|
113
|
-
* existingMedications: [],
|
|
114
|
-
* renderingProvider: {},
|
|
115
|
-
* serviceFacility: {
|
|
116
|
-
* organizationName: "Test Organization",
|
|
117
|
-
* address: {
|
|
118
|
-
* address1: "123 Main St",
|
|
119
|
-
* address2: "Apt 1",
|
|
120
|
-
* city: "New York",
|
|
121
|
-
* state: CandidApi.State.Ny,
|
|
122
|
-
* zipCode: "10001",
|
|
123
|
-
* zipPlusFourCode: "1234"
|
|
124
|
-
* }
|
|
125
|
-
* },
|
|
126
|
-
* guarantor: {},
|
|
127
|
-
* billingProvider: {},
|
|
128
|
-
* supervisingProvider: {},
|
|
129
|
-
* referringProvider: {},
|
|
130
|
-
* initialReferringProvider: {},
|
|
131
|
-
* referralNumber: "string"
|
|
132
|
-
* },
|
|
30
|
+
* data: {},
|
|
133
31
|
* chargeExternalId: "string",
|
|
134
32
|
* ehrSourceUrl: "string",
|
|
135
33
|
* dateOfService: "2023-01-15",
|
|
@@ -153,109 +51,7 @@ export declare class V1 {
|
|
|
153
51
|
*
|
|
154
52
|
* @example
|
|
155
53
|
* await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
156
|
-
* data: {
|
|
157
|
-
* diagnoses: [],
|
|
158
|
-
* interventions: [],
|
|
159
|
-
* externalClaimSubmission: {
|
|
160
|
-
* claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
161
|
-
* patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
162
|
-
* submissionRecords: [{
|
|
163
|
-
* submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
164
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Original,
|
|
165
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
166
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic
|
|
167
|
-
* }, {
|
|
168
|
-
* submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
169
|
-
* claimFrequencyCode: CandidApi.claimSubmission.v1.ClaimFrequencyTypeCode.Replacement,
|
|
170
|
-
* payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
171
|
-
* intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper
|
|
172
|
-
* }]
|
|
173
|
-
* },
|
|
174
|
-
* serviceLines: [],
|
|
175
|
-
* patientHistories: [],
|
|
176
|
-
* billingNotes: [],
|
|
177
|
-
* benefitsAssignedToProvider: true,
|
|
178
|
-
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
179
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
180
|
-
* dateOfService: "2023-01-15",
|
|
181
|
-
* tagIds: [],
|
|
182
|
-
* clinicalNotes: [],
|
|
183
|
-
* payToAddress: {
|
|
184
|
-
* address1: "123 Main St",
|
|
185
|
-
* address2: "Apt 1",
|
|
186
|
-
* city: "New York",
|
|
187
|
-
* state: CandidApi.State.Ny,
|
|
188
|
-
* zipCode: "10001",
|
|
189
|
-
* zipPlusFourCode: "1234"
|
|
190
|
-
* },
|
|
191
|
-
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
192
|
-
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
193
|
-
* providerAcceptsAssignment: true,
|
|
194
|
-
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
195
|
-
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
196
|
-
* appointmentType: "string",
|
|
197
|
-
* endDateOfService: "2023-01-15",
|
|
198
|
-
* subscriberPrimary: {
|
|
199
|
-
* insuranceCard: {
|
|
200
|
-
* memberId: "string",
|
|
201
|
-
* payerName: "string",
|
|
202
|
-
* payerId: "string"
|
|
203
|
-
* },
|
|
204
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
205
|
-
* firstName: "string",
|
|
206
|
-
* lastName: "string",
|
|
207
|
-
* gender: CandidApi.Gender.Male
|
|
208
|
-
* },
|
|
209
|
-
* subscriberSecondary: {
|
|
210
|
-
* insuranceCard: {
|
|
211
|
-
* memberId: "string",
|
|
212
|
-
* payerName: "string",
|
|
213
|
-
* payerId: "string"
|
|
214
|
-
* },
|
|
215
|
-
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
216
|
-
* firstName: "string",
|
|
217
|
-
* lastName: "string",
|
|
218
|
-
* gender: CandidApi.Gender.Male
|
|
219
|
-
* },
|
|
220
|
-
* additionalInformation: "string",
|
|
221
|
-
* serviceAuthorizationExceptionCode: CandidApi.encounters.v4.ServiceAuthorizationExceptionCode.C1,
|
|
222
|
-
* admissionDate: "2023-01-15",
|
|
223
|
-
* dischargeDate: "2023-01-15",
|
|
224
|
-
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
225
|
-
* lastMenstrualPeriodDate: "2023-01-15",
|
|
226
|
-
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
227
|
-
* patient: {},
|
|
228
|
-
* patientAuthorizedRelease: true,
|
|
229
|
-
* schemaInstances: [],
|
|
230
|
-
* vitals: {
|
|
231
|
-
* heightIn: 70,
|
|
232
|
-
* weightLbs: 165,
|
|
233
|
-
* bloodPressureSystolicMmhg: 115,
|
|
234
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
235
|
-
* bodyTemperatureF: 98,
|
|
236
|
-
* hemoglobinGdl: 15.1,
|
|
237
|
-
* hematocritPct: 51.2
|
|
238
|
-
* },
|
|
239
|
-
* existingMedications: [],
|
|
240
|
-
* renderingProvider: {},
|
|
241
|
-
* serviceFacility: {
|
|
242
|
-
* organizationName: "Test Organization",
|
|
243
|
-
* address: {
|
|
244
|
-
* address1: "123 Main St",
|
|
245
|
-
* address2: "Apt 1",
|
|
246
|
-
* city: "New York",
|
|
247
|
-
* state: CandidApi.State.Ny,
|
|
248
|
-
* zipCode: "10001",
|
|
249
|
-
* zipPlusFourCode: "1234"
|
|
250
|
-
* }
|
|
251
|
-
* },
|
|
252
|
-
* guarantor: {},
|
|
253
|
-
* billingProvider: {},
|
|
254
|
-
* supervisingProvider: {},
|
|
255
|
-
* referringProvider: {},
|
|
256
|
-
* initialReferringProvider: {},
|
|
257
|
-
* referralNumber: "string"
|
|
258
|
-
* },
|
|
54
|
+
* data: {},
|
|
259
55
|
* chargeExternalId: "string",
|
|
260
56
|
* ehrSourceUrl: "string",
|
|
261
57
|
* patientExternalId: "string",
|