candidhealth 0.35.3 → 0.37.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 +65 -60
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
- package/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
- package/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
- package/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/api/resources/billingNotes/resources/v2/client/index.js +3 -1
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
- package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
- package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
- package/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
- package/api/resources/billingNotes/resources/v2/client/update.js +91 -0
- package/api/resources/chargeCapture/client/Client.d.ts +26 -0
- package/api/resources/chargeCapture/client/Client.js +17 -0
- package/api/resources/chargeCapture/client/index.d.ts +1 -0
- package/api/resources/chargeCapture/client/index.js +2 -0
- package/api/resources/chargeCapture/index.d.ts +2 -0
- package/api/resources/chargeCapture/index.js +18 -0
- package/api/resources/chargeCapture/resources/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/index.js +27 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.js +594 -0
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
- package/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
- package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +40 -0
- package/api/resources/chargeCapture/resources/v1/client/delete.js +80 -0
- package/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
- package/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +28 -0
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +58 -0
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
- package/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
- package/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
- package/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
- package/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/api/resources/chargeCapture/resources/v1/index.js +18 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
- package/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
- package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
- package/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCaptureId.js +10 -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/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/commons/types/index.d.ts +3 -0
- package/api/resources/commons/types/index.js +3 -0
- package/api/resources/contracts/resources/v2/client/Client.js +6 -5
- package/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
- package/api/resources/contracts/resources/v2/client/update.js +11 -0
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
- package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
- package/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/api/resources/contracts/resources/v2/types/index.js +1 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +6 -6
- 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 +8 -66
- package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
- package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
- package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +29 -273
- package/api/resources/encounters/resources/v4/client/Client.js +34 -278
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -62
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -20
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
- package/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/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 +1 -21
- package/api/resources/guarantor/resources/v1/client/Client.js +4 -24
- 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.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
- 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.js +8 -8
- 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 +1 -4
- package/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +65 -60
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +19 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +125 -1
- package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +40 -0
- package/dist/api/resources/billingNotes/resources/v2/client/delete.js +80 -0
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +3 -1
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +13 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +5 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
- package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +46 -0
- package/dist/api/resources/billingNotes/resources/v2/client/update.js +91 -0
- package/dist/api/resources/chargeCapture/client/Client.d.ts +26 -0
- package/dist/api/resources/chargeCapture/client/Client.js +17 -0
- package/dist/api/resources/chargeCapture/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/client/index.js +2 -0
- package/dist/api/resources/chargeCapture/index.d.ts +2 -0
- package/dist/api/resources/chargeCapture/index.js +18 -0
- package/dist/api/resources/chargeCapture/resources/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/index.js +27 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +288 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +594 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +52 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +102 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +40 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +80 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/get.js +47 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +28 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +58 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +35 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +136 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +137 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +35 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +52 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/update.js +102 -0
- package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/chargeCapture/resources/v1/index.js +18 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +12 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +31 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +7 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +13 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +15 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +20 -0
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +16 -0
- package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +18 -0
- package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCaptureId.js +10 -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/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/commons/types/index.d.ts +3 -0
- package/dist/api/resources/commons/types/index.js +3 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +6 -5
- package/dist/api/resources/contracts/resources/v2/client/update.d.ts +7 -1
- package/dist/api/resources/contracts/resources/v2/client/update.js +11 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +6 -0
- package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +5 -0
- package/dist/api/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/contracts/resources/v2/types/index.js +1 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +6 -6
- 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 +8 -66
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +29 -273
- package/dist/api/resources/encounters/resources/v4/client/Client.js +34 -278
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -62
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -20
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +18 -391
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +146 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/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 +1 -21
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -24
- 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.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +6 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
- 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.js +8 -8
- 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 +1 -4
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -0
- 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/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
- package/dist/serialization/resources/chargeCapture/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/index.js +17 -0
- package/dist/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/index.js +27 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureId.js +35 -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/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/index.d.ts +3 -0
- package/dist/serialization/resources/commons/types/index.js +3 -0
- package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
- package/dist/serialization/resources/contracts/resources/v2/client/update.js +6 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
- package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/contracts/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
- package/package.json +1 -1
- package/reference.md +606 -362
- package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +25 -0
- package/serialization/resources/billingNotes/resources/v2/client/delete.js +73 -0
- package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/serialization/resources/billingNotes/resources/v2/client/index.js +15 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +12 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +33 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -1
- package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +30 -0
- package/serialization/resources/billingNotes/resources/v2/client/update.js +79 -0
- package/serialization/resources/chargeCapture/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/index.js +17 -0
- package/serialization/resources/chargeCapture/resources/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/index.js +27 -0
- package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +35 -0
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +85 -0
- package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +25 -0
- package/serialization/resources/chargeCapture/resources/v1/client/delete.js +73 -0
- package/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +15 -0
- package/serialization/resources/chargeCapture/resources/v1/client/getAll.js +61 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +34 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +19 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +40 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +19 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +40 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +2 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -0
- package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +35 -0
- package/serialization/resources/chargeCapture/resources/v1/client/update.js +85 -0
- package/serialization/resources/chargeCapture/resources/v1/index.d.ts +2 -0
- package/serialization/resources/chargeCapture/resources/v1/index.js +18 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +22 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +43 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +24 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +47 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +14 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +37 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +10 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +39 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +20 -0
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +10 -0
- package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +31 -0
- package/serialization/resources/commons/types/ChargeCaptureId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCaptureId.js +35 -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/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/index.d.ts +3 -0
- package/serialization/resources/commons/types/index.js +3 -0
- package/serialization/resources/contracts/resources/v2/client/update.d.ts +6 -1
- package/serialization/resources/contracts/resources/v2/client/update.js +6 -0
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +12 -0
- package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +33 -0
- package/serialization/resources/contracts/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/contracts/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +2 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -59
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +5 -60
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +70 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +91 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -0
package/reference.md
CHANGED
|
@@ -136,6 +136,590 @@ await client.billingNotes.v2.create({
|
|
|
136
136
|
</dl>
|
|
137
137
|
</details>
|
|
138
138
|
|
|
139
|
+
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">delete</a>(billingNoteId) -> core.APIResponse<void, CandidApi.billingNotes.v2.delete.Error></code></summary>
|
|
140
|
+
<dl>
|
|
141
|
+
<dd>
|
|
142
|
+
|
|
143
|
+
#### 🔌 Usage
|
|
144
|
+
|
|
145
|
+
<dl>
|
|
146
|
+
<dd>
|
|
147
|
+
|
|
148
|
+
<dl>
|
|
149
|
+
<dd>
|
|
150
|
+
|
|
151
|
+
```typescript
|
|
152
|
+
await client.billingNotes.v2.delete(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
</dd>
|
|
156
|
+
</dl>
|
|
157
|
+
</dd>
|
|
158
|
+
</dl>
|
|
159
|
+
|
|
160
|
+
#### ⚙️ Parameters
|
|
161
|
+
|
|
162
|
+
<dl>
|
|
163
|
+
<dd>
|
|
164
|
+
|
|
165
|
+
<dl>
|
|
166
|
+
<dd>
|
|
167
|
+
|
|
168
|
+
**billingNoteId:** `CandidApi.BillingNoteId`
|
|
169
|
+
|
|
170
|
+
</dd>
|
|
171
|
+
</dl>
|
|
172
|
+
|
|
173
|
+
<dl>
|
|
174
|
+
<dd>
|
|
175
|
+
|
|
176
|
+
**requestOptions:** `V2.RequestOptions`
|
|
177
|
+
|
|
178
|
+
</dd>
|
|
179
|
+
</dl>
|
|
180
|
+
</dd>
|
|
181
|
+
</dl>
|
|
182
|
+
|
|
183
|
+
</dd>
|
|
184
|
+
</dl>
|
|
185
|
+
</details>
|
|
186
|
+
|
|
187
|
+
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">update</a>(billingNoteId, { ...params }) -> core.APIResponse<CandidApi.BillingNote, CandidApi.billingNotes.v2.update.Error></code></summary>
|
|
188
|
+
<dl>
|
|
189
|
+
<dd>
|
|
190
|
+
|
|
191
|
+
#### 🔌 Usage
|
|
192
|
+
|
|
193
|
+
<dl>
|
|
194
|
+
<dd>
|
|
195
|
+
|
|
196
|
+
<dl>
|
|
197
|
+
<dd>
|
|
198
|
+
|
|
199
|
+
```typescript
|
|
200
|
+
await client.billingNotes.v2.update(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
201
|
+
text: "string",
|
|
202
|
+
});
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
</dd>
|
|
206
|
+
</dl>
|
|
207
|
+
</dd>
|
|
208
|
+
</dl>
|
|
209
|
+
|
|
210
|
+
#### ⚙️ Parameters
|
|
211
|
+
|
|
212
|
+
<dl>
|
|
213
|
+
<dd>
|
|
214
|
+
|
|
215
|
+
<dl>
|
|
216
|
+
<dd>
|
|
217
|
+
|
|
218
|
+
**billingNoteId:** `CandidApi.BillingNoteId`
|
|
219
|
+
|
|
220
|
+
</dd>
|
|
221
|
+
</dl>
|
|
222
|
+
|
|
223
|
+
<dl>
|
|
224
|
+
<dd>
|
|
225
|
+
|
|
226
|
+
**request:** `CandidApi.billingNotes.v2.BillingNoteUpdate`
|
|
227
|
+
|
|
228
|
+
</dd>
|
|
229
|
+
</dl>
|
|
230
|
+
|
|
231
|
+
<dl>
|
|
232
|
+
<dd>
|
|
233
|
+
|
|
234
|
+
**requestOptions:** `V2.RequestOptions`
|
|
235
|
+
|
|
236
|
+
</dd>
|
|
237
|
+
</dl>
|
|
238
|
+
</dd>
|
|
239
|
+
</dl>
|
|
240
|
+
|
|
241
|
+
</dd>
|
|
242
|
+
</dl>
|
|
243
|
+
</details>
|
|
244
|
+
|
|
245
|
+
## ChargeCapture V1
|
|
246
|
+
|
|
247
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.create.Error></code></summary>
|
|
248
|
+
<dl>
|
|
249
|
+
<dd>
|
|
250
|
+
|
|
251
|
+
#### 🔌 Usage
|
|
252
|
+
|
|
253
|
+
<dl>
|
|
254
|
+
<dd>
|
|
255
|
+
|
|
256
|
+
<dl>
|
|
257
|
+
<dd>
|
|
258
|
+
|
|
259
|
+
```typescript
|
|
260
|
+
await client.chargeCapture.v1.create({
|
|
261
|
+
data: {
|
|
262
|
+
diagnoses: [],
|
|
263
|
+
interventions: [],
|
|
264
|
+
externalClaimSubmission: {
|
|
265
|
+
claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
266
|
+
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
267
|
+
submissionRecords: [
|
|
268
|
+
{
|
|
269
|
+
submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
270
|
+
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
|
|
271
|
+
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
272
|
+
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
276
|
+
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
|
|
277
|
+
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
278
|
+
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
|
|
279
|
+
},
|
|
280
|
+
],
|
|
281
|
+
},
|
|
282
|
+
serviceLines: [],
|
|
283
|
+
patientHistories: [],
|
|
284
|
+
billingNotes: [],
|
|
285
|
+
benefitsAssignedToProvider: true,
|
|
286
|
+
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
287
|
+
externalId: CandidApi.EncounterExternalId("string"),
|
|
288
|
+
dateOfService: "2023-01-15",
|
|
289
|
+
tagIds: [],
|
|
290
|
+
clinicalNotes: [],
|
|
291
|
+
payToAddress: {
|
|
292
|
+
address1: "123 Main St",
|
|
293
|
+
address2: "Apt 1",
|
|
294
|
+
city: "New York",
|
|
295
|
+
state: CandidApi.State.Ny,
|
|
296
|
+
zipCode: "10001",
|
|
297
|
+
zipPlusFourCode: "1234",
|
|
298
|
+
},
|
|
299
|
+
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
300
|
+
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
301
|
+
providerAcceptsAssignment: true,
|
|
302
|
+
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
303
|
+
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
304
|
+
appointmentType: "string",
|
|
305
|
+
endDateOfService: "2023-01-15",
|
|
306
|
+
subscriberPrimary: {
|
|
307
|
+
insuranceCard: {
|
|
308
|
+
memberId: "string",
|
|
309
|
+
payerName: "string",
|
|
310
|
+
payerId: "string",
|
|
311
|
+
},
|
|
312
|
+
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
313
|
+
firstName: "string",
|
|
314
|
+
lastName: "string",
|
|
315
|
+
gender: CandidApi.Gender.Male,
|
|
316
|
+
},
|
|
317
|
+
subscriberSecondary: {
|
|
318
|
+
insuranceCard: {
|
|
319
|
+
memberId: "string",
|
|
320
|
+
payerName: "string",
|
|
321
|
+
payerId: "string",
|
|
322
|
+
},
|
|
323
|
+
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
324
|
+
firstName: "string",
|
|
325
|
+
lastName: "string",
|
|
326
|
+
gender: CandidApi.Gender.Male,
|
|
327
|
+
},
|
|
328
|
+
additionalInformation: "string",
|
|
329
|
+
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
330
|
+
admissionDate: "2023-01-15",
|
|
331
|
+
dischargeDate: "2023-01-15",
|
|
332
|
+
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
333
|
+
lastMenstrualPeriodDate: "2023-01-15",
|
|
334
|
+
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
335
|
+
patient: {},
|
|
336
|
+
patientAuthorizedRelease: true,
|
|
337
|
+
schemaInstances: [],
|
|
338
|
+
vitals: {
|
|
339
|
+
heightIn: 70,
|
|
340
|
+
weightLbs: 165,
|
|
341
|
+
bloodPressureSystolicMmhg: 115,
|
|
342
|
+
bloodPressureDiastolicMmhg: 85,
|
|
343
|
+
bodyTemperatureF: 98,
|
|
344
|
+
hemoglobinGdl: 15.1,
|
|
345
|
+
hematocritPct: 51.2,
|
|
346
|
+
},
|
|
347
|
+
existingMedications: [],
|
|
348
|
+
renderingProvider: {},
|
|
349
|
+
serviceFacility: {
|
|
350
|
+
organizationName: "Test Organization",
|
|
351
|
+
address: {
|
|
352
|
+
address1: "123 Main St",
|
|
353
|
+
address2: "Apt 1",
|
|
354
|
+
city: "New York",
|
|
355
|
+
state: CandidApi.State.Ny,
|
|
356
|
+
zipCode: "10001",
|
|
357
|
+
zipPlusFourCode: "1234",
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
guarantor: {},
|
|
361
|
+
billingProvider: {},
|
|
362
|
+
supervisingProvider: {},
|
|
363
|
+
referringProvider: {},
|
|
364
|
+
initialReferringProvider: {},
|
|
365
|
+
referralNumber: "string",
|
|
366
|
+
},
|
|
367
|
+
encounterExternalId: CandidApi.EncounterExternalId("string"),
|
|
368
|
+
ehrSourceUrl: "string",
|
|
369
|
+
patientExternalId: "string",
|
|
370
|
+
status: CandidApi.ChargeCaptureStatus.Planned,
|
|
371
|
+
});
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
</dd>
|
|
375
|
+
</dl>
|
|
376
|
+
</dd>
|
|
377
|
+
</dl>
|
|
378
|
+
|
|
379
|
+
#### ⚙️ Parameters
|
|
380
|
+
|
|
381
|
+
<dl>
|
|
382
|
+
<dd>
|
|
383
|
+
|
|
384
|
+
<dl>
|
|
385
|
+
<dd>
|
|
386
|
+
|
|
387
|
+
**request:** `CandidApi.chargeCapture.v1.CreateChargeCaptureRequest`
|
|
388
|
+
|
|
389
|
+
</dd>
|
|
390
|
+
</dl>
|
|
391
|
+
|
|
392
|
+
<dl>
|
|
393
|
+
<dd>
|
|
394
|
+
|
|
395
|
+
**requestOptions:** `V1.RequestOptions`
|
|
396
|
+
|
|
397
|
+
</dd>
|
|
398
|
+
</dl>
|
|
399
|
+
</dd>
|
|
400
|
+
</dl>
|
|
401
|
+
|
|
402
|
+
</dd>
|
|
403
|
+
</dl>
|
|
404
|
+
</details>
|
|
405
|
+
|
|
406
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">delete</a>(chargeCaptureId) -> core.APIResponse<void, CandidApi.chargeCapture.v1.delete.Error></code></summary>
|
|
407
|
+
<dl>
|
|
408
|
+
<dd>
|
|
409
|
+
|
|
410
|
+
#### 🔌 Usage
|
|
411
|
+
|
|
412
|
+
<dl>
|
|
413
|
+
<dd>
|
|
414
|
+
|
|
415
|
+
<dl>
|
|
416
|
+
<dd>
|
|
417
|
+
|
|
418
|
+
```typescript
|
|
419
|
+
await client.chargeCapture.v1.delete(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
</dd>
|
|
423
|
+
</dl>
|
|
424
|
+
</dd>
|
|
425
|
+
</dl>
|
|
426
|
+
|
|
427
|
+
#### ⚙️ Parameters
|
|
428
|
+
|
|
429
|
+
<dl>
|
|
430
|
+
<dd>
|
|
431
|
+
|
|
432
|
+
<dl>
|
|
433
|
+
<dd>
|
|
434
|
+
|
|
435
|
+
**chargeCaptureId:** `CandidApi.ChargeCaptureId`
|
|
436
|
+
|
|
437
|
+
</dd>
|
|
438
|
+
</dl>
|
|
439
|
+
|
|
440
|
+
<dl>
|
|
441
|
+
<dd>
|
|
442
|
+
|
|
443
|
+
**requestOptions:** `V1.RequestOptions`
|
|
444
|
+
|
|
445
|
+
</dd>
|
|
446
|
+
</dl>
|
|
447
|
+
</dd>
|
|
448
|
+
</dl>
|
|
449
|
+
|
|
450
|
+
</dd>
|
|
451
|
+
</dl>
|
|
452
|
+
</details>
|
|
453
|
+
|
|
454
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">update</a>(chargeCaptureId, { ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.update.Error></code></summary>
|
|
455
|
+
<dl>
|
|
456
|
+
<dd>
|
|
457
|
+
|
|
458
|
+
#### 🔌 Usage
|
|
459
|
+
|
|
460
|
+
<dl>
|
|
461
|
+
<dd>
|
|
462
|
+
|
|
463
|
+
<dl>
|
|
464
|
+
<dd>
|
|
465
|
+
|
|
466
|
+
```typescript
|
|
467
|
+
await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
468
|
+
data: {
|
|
469
|
+
diagnoses: [],
|
|
470
|
+
interventions: [],
|
|
471
|
+
externalClaimSubmission: {
|
|
472
|
+
claimCreatedAt: new Date("2023-01-01T12:00:00.000Z"),
|
|
473
|
+
patientControlNumber: "PATIENT_CONTROL_NUMBER",
|
|
474
|
+
submissionRecords: [
|
|
475
|
+
{
|
|
476
|
+
submittedAt: new Date("2023-01-01T13:00:00.000Z"),
|
|
477
|
+
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Original,
|
|
478
|
+
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
479
|
+
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Electronic,
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
submittedAt: new Date("2023-01-04T12:00:00.000Z"),
|
|
483
|
+
claimFrequencyCode: CandidApi.ClaimFrequencyTypeCode.Replacement,
|
|
484
|
+
payerResponsibility: CandidApi.ClaimSubmissionPayerResponsibilityType.Primary,
|
|
485
|
+
intendedSubmissionMedium: CandidApi.IntendedSubmissionMedium.Paper,
|
|
486
|
+
},
|
|
487
|
+
],
|
|
488
|
+
},
|
|
489
|
+
serviceLines: [],
|
|
490
|
+
patientHistories: [],
|
|
491
|
+
billingNotes: [],
|
|
492
|
+
benefitsAssignedToProvider: true,
|
|
493
|
+
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
494
|
+
externalId: CandidApi.EncounterExternalId("string"),
|
|
495
|
+
dateOfService: "2023-01-15",
|
|
496
|
+
tagIds: [],
|
|
497
|
+
clinicalNotes: [],
|
|
498
|
+
payToAddress: {
|
|
499
|
+
address1: "123 Main St",
|
|
500
|
+
address2: "Apt 1",
|
|
501
|
+
city: "New York",
|
|
502
|
+
state: CandidApi.State.Ny,
|
|
503
|
+
zipCode: "10001",
|
|
504
|
+
zipPlusFourCode: "1234",
|
|
505
|
+
},
|
|
506
|
+
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
507
|
+
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
508
|
+
providerAcceptsAssignment: true,
|
|
509
|
+
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
510
|
+
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
511
|
+
appointmentType: "string",
|
|
512
|
+
endDateOfService: "2023-01-15",
|
|
513
|
+
subscriberPrimary: {
|
|
514
|
+
insuranceCard: {
|
|
515
|
+
memberId: "string",
|
|
516
|
+
payerName: "string",
|
|
517
|
+
payerId: "string",
|
|
518
|
+
},
|
|
519
|
+
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
520
|
+
firstName: "string",
|
|
521
|
+
lastName: "string",
|
|
522
|
+
gender: CandidApi.Gender.Male,
|
|
523
|
+
},
|
|
524
|
+
subscriberSecondary: {
|
|
525
|
+
insuranceCard: {
|
|
526
|
+
memberId: "string",
|
|
527
|
+
payerName: "string",
|
|
528
|
+
payerId: "string",
|
|
529
|
+
},
|
|
530
|
+
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
531
|
+
firstName: "string",
|
|
532
|
+
lastName: "string",
|
|
533
|
+
gender: CandidApi.Gender.Male,
|
|
534
|
+
},
|
|
535
|
+
additionalInformation: "string",
|
|
536
|
+
serviceAuthorizationExceptionCode: CandidApi.ServiceAuthorizationExceptionCode.C1,
|
|
537
|
+
admissionDate: "2023-01-15",
|
|
538
|
+
dischargeDate: "2023-01-15",
|
|
539
|
+
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
540
|
+
lastMenstrualPeriodDate: "2023-01-15",
|
|
541
|
+
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
542
|
+
patient: {},
|
|
543
|
+
patientAuthorizedRelease: true,
|
|
544
|
+
schemaInstances: [],
|
|
545
|
+
vitals: {
|
|
546
|
+
heightIn: 70,
|
|
547
|
+
weightLbs: 165,
|
|
548
|
+
bloodPressureSystolicMmhg: 115,
|
|
549
|
+
bloodPressureDiastolicMmhg: 85,
|
|
550
|
+
bodyTemperatureF: 98,
|
|
551
|
+
hemoglobinGdl: 15.1,
|
|
552
|
+
hematocritPct: 51.2,
|
|
553
|
+
},
|
|
554
|
+
existingMedications: [],
|
|
555
|
+
renderingProvider: {},
|
|
556
|
+
serviceFacility: {
|
|
557
|
+
organizationName: "Test Organization",
|
|
558
|
+
address: {
|
|
559
|
+
address1: "123 Main St",
|
|
560
|
+
address2: "Apt 1",
|
|
561
|
+
city: "New York",
|
|
562
|
+
state: CandidApi.State.Ny,
|
|
563
|
+
zipCode: "10001",
|
|
564
|
+
zipPlusFourCode: "1234",
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
guarantor: {},
|
|
568
|
+
billingProvider: {},
|
|
569
|
+
supervisingProvider: {},
|
|
570
|
+
referringProvider: {},
|
|
571
|
+
initialReferringProvider: {},
|
|
572
|
+
referralNumber: "string",
|
|
573
|
+
},
|
|
574
|
+
encounterExternalId: CandidApi.EncounterExternalId("string"),
|
|
575
|
+
ehrSourceUrl: "string",
|
|
576
|
+
patientExternalId: "string",
|
|
577
|
+
status: CandidApi.ChargeCaptureStatus.Planned,
|
|
578
|
+
});
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
</dd>
|
|
582
|
+
</dl>
|
|
583
|
+
</dd>
|
|
584
|
+
</dl>
|
|
585
|
+
|
|
586
|
+
#### ⚙️ Parameters
|
|
587
|
+
|
|
588
|
+
<dl>
|
|
589
|
+
<dd>
|
|
590
|
+
|
|
591
|
+
<dl>
|
|
592
|
+
<dd>
|
|
593
|
+
|
|
594
|
+
**chargeCaptureId:** `CandidApi.ChargeCaptureId`
|
|
595
|
+
|
|
596
|
+
</dd>
|
|
597
|
+
</dl>
|
|
598
|
+
|
|
599
|
+
<dl>
|
|
600
|
+
<dd>
|
|
601
|
+
|
|
602
|
+
**request:** `CandidApi.chargeCapture.v1.ChargeCaptureUpdate`
|
|
603
|
+
|
|
604
|
+
</dd>
|
|
605
|
+
</dl>
|
|
606
|
+
|
|
607
|
+
<dl>
|
|
608
|
+
<dd>
|
|
609
|
+
|
|
610
|
+
**requestOptions:** `V1.RequestOptions`
|
|
611
|
+
|
|
612
|
+
</dd>
|
|
613
|
+
</dl>
|
|
614
|
+
</dd>
|
|
615
|
+
</dl>
|
|
616
|
+
|
|
617
|
+
</dd>
|
|
618
|
+
</dl>
|
|
619
|
+
</details>
|
|
620
|
+
|
|
621
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">get</a>(chargeCaptureId) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.get.Error></code></summary>
|
|
622
|
+
<dl>
|
|
623
|
+
<dd>
|
|
624
|
+
|
|
625
|
+
#### 🔌 Usage
|
|
626
|
+
|
|
627
|
+
<dl>
|
|
628
|
+
<dd>
|
|
629
|
+
|
|
630
|
+
<dl>
|
|
631
|
+
<dd>
|
|
632
|
+
|
|
633
|
+
```typescript
|
|
634
|
+
await client.chargeCapture.v1.get(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
635
|
+
```
|
|
636
|
+
|
|
637
|
+
</dd>
|
|
638
|
+
</dl>
|
|
639
|
+
</dd>
|
|
640
|
+
</dl>
|
|
641
|
+
|
|
642
|
+
#### ⚙️ Parameters
|
|
643
|
+
|
|
644
|
+
<dl>
|
|
645
|
+
<dd>
|
|
646
|
+
|
|
647
|
+
<dl>
|
|
648
|
+
<dd>
|
|
649
|
+
|
|
650
|
+
**chargeCaptureId:** `CandidApi.ChargeCaptureId`
|
|
651
|
+
|
|
652
|
+
</dd>
|
|
653
|
+
</dl>
|
|
654
|
+
|
|
655
|
+
<dl>
|
|
656
|
+
<dd>
|
|
657
|
+
|
|
658
|
+
**requestOptions:** `V1.RequestOptions`
|
|
659
|
+
|
|
660
|
+
</dd>
|
|
661
|
+
</dl>
|
|
662
|
+
</dd>
|
|
663
|
+
</dl>
|
|
664
|
+
|
|
665
|
+
</dd>
|
|
666
|
+
</dl>
|
|
667
|
+
</details>
|
|
668
|
+
|
|
669
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapturePage, CandidApi.chargeCapture.v1.getAll.Error></code></summary>
|
|
670
|
+
<dl>
|
|
671
|
+
<dd>
|
|
672
|
+
|
|
673
|
+
#### 🔌 Usage
|
|
674
|
+
|
|
675
|
+
<dl>
|
|
676
|
+
<dd>
|
|
677
|
+
|
|
678
|
+
<dl>
|
|
679
|
+
<dd>
|
|
680
|
+
|
|
681
|
+
```typescript
|
|
682
|
+
await client.chargeCapture.v1.getAll({
|
|
683
|
+
limit: 1,
|
|
684
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
685
|
+
patientExternalId: "string",
|
|
686
|
+
status: CandidApi.ChargeCaptureStatus.Planned,
|
|
687
|
+
externalId: CandidApi.EncounterExternalId("string"),
|
|
688
|
+
});
|
|
689
|
+
```
|
|
690
|
+
|
|
691
|
+
</dd>
|
|
692
|
+
</dl>
|
|
693
|
+
</dd>
|
|
694
|
+
</dl>
|
|
695
|
+
|
|
696
|
+
#### ⚙️ Parameters
|
|
697
|
+
|
|
698
|
+
<dl>
|
|
699
|
+
<dd>
|
|
700
|
+
|
|
701
|
+
<dl>
|
|
702
|
+
<dd>
|
|
703
|
+
|
|
704
|
+
**request:** `CandidApi.chargeCapture.v1.GetAllChargeCapturesRequest`
|
|
705
|
+
|
|
706
|
+
</dd>
|
|
707
|
+
</dl>
|
|
708
|
+
|
|
709
|
+
<dl>
|
|
710
|
+
<dd>
|
|
711
|
+
|
|
712
|
+
**requestOptions:** `V1.RequestOptions`
|
|
713
|
+
|
|
714
|
+
</dd>
|
|
715
|
+
</dl>
|
|
716
|
+
</dd>
|
|
717
|
+
</dl>
|
|
718
|
+
|
|
719
|
+
</dd>
|
|
720
|
+
</dl>
|
|
721
|
+
</details>
|
|
722
|
+
|
|
139
723
|
## Contracts V2
|
|
140
724
|
|
|
141
725
|
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">get</a>(contractId) -> core.APIResponse<CandidApi.ContractWithProviders, CandidApi.contracts.v2.get.Error></code></summary>
|
|
@@ -1294,21 +1878,7 @@ await client.eligibility.v2.submitEligibilityCheckAvailityPost({
|
|
|
1294
1878
|
```typescript
|
|
1295
1879
|
await client.encounterProviders.v2.updateReferringProvider(
|
|
1296
1880
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1297
|
-
{
|
|
1298
|
-
npi: "string",
|
|
1299
|
-
taxonomyCode: "string",
|
|
1300
|
-
address: {
|
|
1301
|
-
address1: "123 Main St",
|
|
1302
|
-
address2: "Apt 1",
|
|
1303
|
-
city: "New York",
|
|
1304
|
-
state: CandidApi.State.Ny,
|
|
1305
|
-
zipCode: "10001",
|
|
1306
|
-
zipPlusFourCode: "1234",
|
|
1307
|
-
},
|
|
1308
|
-
firstName: "string",
|
|
1309
|
-
lastName: "string",
|
|
1310
|
-
organizationName: "string",
|
|
1311
|
-
}
|
|
1881
|
+
{}
|
|
1312
1882
|
);
|
|
1313
1883
|
```
|
|
1314
1884
|
|
|
@@ -1367,22 +1937,7 @@ await client.encounterProviders.v2.updateReferringProvider(
|
|
|
1367
1937
|
```typescript
|
|
1368
1938
|
await client.encounterProviders.v2.updateInitialReferringProvider(
|
|
1369
1939
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1370
|
-
{
|
|
1371
|
-
npi: "string",
|
|
1372
|
-
taxonomyCode: "string",
|
|
1373
|
-
address: {
|
|
1374
|
-
address1: "123 Main St",
|
|
1375
|
-
address2: "Apt 1",
|
|
1376
|
-
city: "New York",
|
|
1377
|
-
state: CandidApi.State.Ny,
|
|
1378
|
-
zipCode: "10001",
|
|
1379
|
-
zipPlusFourCode: "1234",
|
|
1380
|
-
},
|
|
1381
|
-
qualifier: CandidApi.QualifierCode.Dq,
|
|
1382
|
-
firstName: "string",
|
|
1383
|
-
lastName: "string",
|
|
1384
|
-
organizationName: "string",
|
|
1385
|
-
}
|
|
1940
|
+
{}
|
|
1386
1941
|
);
|
|
1387
1942
|
```
|
|
1388
1943
|
|
|
@@ -1441,21 +1996,7 @@ await client.encounterProviders.v2.updateInitialReferringProvider(
|
|
|
1441
1996
|
```typescript
|
|
1442
1997
|
await client.encounterProviders.v2.updateSupervisingProvider(
|
|
1443
1998
|
CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1444
|
-
{
|
|
1445
|
-
npi: "string",
|
|
1446
|
-
taxonomyCode: "string",
|
|
1447
|
-
address: {
|
|
1448
|
-
address1: "123 Main St",
|
|
1449
|
-
address2: "Apt 1",
|
|
1450
|
-
city: "New York",
|
|
1451
|
-
state: CandidApi.State.Ny,
|
|
1452
|
-
zipCode: "10001",
|
|
1453
|
-
zipPlusFourCode: "1234",
|
|
1454
|
-
},
|
|
1455
|
-
firstName: "string",
|
|
1456
|
-
lastName: "string",
|
|
1457
|
-
organizationName: "string",
|
|
1458
|
-
}
|
|
1999
|
+
{}
|
|
1459
2000
|
);
|
|
1460
2001
|
```
|
|
1461
2002
|
|
|
@@ -1525,9 +2066,6 @@ await client.encounterProviders.v2.updateOrderingProvider(
|
|
|
1525
2066
|
zipCode: "10001",
|
|
1526
2067
|
zipPlusFourCode: "1234",
|
|
1527
2068
|
},
|
|
1528
|
-
firstName: "string",
|
|
1529
|
-
lastName: "string",
|
|
1530
|
-
organizationName: "string",
|
|
1531
2069
|
}
|
|
1532
2070
|
);
|
|
1533
2071
|
```
|
|
@@ -1598,9 +2136,6 @@ await client.encounterProviders.v2.createReferringProvider(
|
|
|
1598
2136
|
zipCode: "10001",
|
|
1599
2137
|
zipPlusFourCode: "1234",
|
|
1600
2138
|
},
|
|
1601
|
-
firstName: "string",
|
|
1602
|
-
lastName: "string",
|
|
1603
|
-
organizationName: "string",
|
|
1604
2139
|
}
|
|
1605
2140
|
);
|
|
1606
2141
|
```
|
|
@@ -1672,9 +2207,6 @@ await client.encounterProviders.v2.createInitialReferringProvider(
|
|
|
1672
2207
|
zipPlusFourCode: "1234",
|
|
1673
2208
|
},
|
|
1674
2209
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
1675
|
-
firstName: "string",
|
|
1676
|
-
lastName: "string",
|
|
1677
|
-
organizationName: "string",
|
|
1678
2210
|
}
|
|
1679
2211
|
);
|
|
1680
2212
|
```
|
|
@@ -1745,9 +2277,6 @@ await client.encounterProviders.v2.createSupervisingProvider(
|
|
|
1745
2277
|
zipCode: "10001",
|
|
1746
2278
|
zipPlusFourCode: "1234",
|
|
1747
2279
|
},
|
|
1748
|
-
firstName: "string",
|
|
1749
|
-
lastName: "string",
|
|
1750
|
-
organizationName: "string",
|
|
1751
2280
|
}
|
|
1752
2281
|
);
|
|
1753
2282
|
```
|
|
@@ -1818,9 +2347,6 @@ await client.encounterProviders.v2.createOrderingProvider(
|
|
|
1818
2347
|
zipCode: "10001",
|
|
1819
2348
|
zipPlusFourCode: "1234",
|
|
1820
2349
|
},
|
|
1821
|
-
firstName: "string",
|
|
1822
|
-
lastName: "string",
|
|
1823
|
-
organizationName: "string",
|
|
1824
2350
|
}
|
|
1825
2351
|
);
|
|
1826
2352
|
```
|
|
@@ -2231,9 +2757,7 @@ await client.encounters.v4.create({
|
|
|
2231
2757
|
taxId: "string",
|
|
2232
2758
|
npi: "string",
|
|
2233
2759
|
taxonomyCode: "string",
|
|
2234
|
-
|
|
2235
|
-
lastName: "string",
|
|
2236
|
-
organizationName: "string",
|
|
2760
|
+
providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
2237
2761
|
},
|
|
2238
2762
|
renderingProvider: {
|
|
2239
2763
|
npi: "string",
|
|
@@ -2245,10 +2769,7 @@ await client.encounters.v4.create({
|
|
|
2245
2769
|
state: CandidApi.State.Ny,
|
|
2246
2770
|
zipCode: "10001",
|
|
2247
2771
|
zipPlusFourCode: "1234",
|
|
2248
|
-
},
|
|
2249
|
-
firstName: "string",
|
|
2250
|
-
lastName: "string",
|
|
2251
|
-
organizationName: "string",
|
|
2772
|
+
},
|
|
2252
2773
|
},
|
|
2253
2774
|
referringProvider: {
|
|
2254
2775
|
npi: "string",
|
|
@@ -2261,9 +2782,6 @@ await client.encounters.v4.create({
|
|
|
2261
2782
|
zipCode: "10001",
|
|
2262
2783
|
zipPlusFourCode: "1234",
|
|
2263
2784
|
},
|
|
2264
|
-
firstName: "string",
|
|
2265
|
-
lastName: "string",
|
|
2266
|
-
organizationName: "string",
|
|
2267
2785
|
},
|
|
2268
2786
|
initialReferringProvider: {
|
|
2269
2787
|
npi: "string",
|
|
@@ -2277,9 +2795,6 @@ await client.encounters.v4.create({
|
|
|
2277
2795
|
zipPlusFourCode: "1234",
|
|
2278
2796
|
},
|
|
2279
2797
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
2280
|
-
firstName: "string",
|
|
2281
|
-
lastName: "string",
|
|
2282
|
-
organizationName: "string",
|
|
2283
2798
|
},
|
|
2284
2799
|
supervisingProvider: {
|
|
2285
2800
|
npi: "string",
|
|
@@ -2292,9 +2807,6 @@ await client.encounters.v4.create({
|
|
|
2292
2807
|
zipCode: "10001",
|
|
2293
2808
|
zipPlusFourCode: "1234",
|
|
2294
2809
|
},
|
|
2295
|
-
firstName: "string",
|
|
2296
|
-
lastName: "string",
|
|
2297
|
-
organizationName: "string",
|
|
2298
2810
|
},
|
|
2299
2811
|
serviceFacility: {
|
|
2300
2812
|
organizationName: "string",
|
|
@@ -2313,26 +2825,8 @@ await client.encounters.v4.create({
|
|
|
2313
2825
|
memberId: "string",
|
|
2314
2826
|
payerName: "string",
|
|
2315
2827
|
payerId: "string",
|
|
2316
|
-
rxBin: "string",
|
|
2317
|
-
rxPcn: "string",
|
|
2318
|
-
imageUrlFront: "string",
|
|
2319
|
-
imageUrlBack: "string",
|
|
2320
|
-
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
2321
|
-
groupNumber: "string",
|
|
2322
|
-
planName: "string",
|
|
2323
|
-
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
2324
|
-
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
2325
2828
|
},
|
|
2326
2829
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
2327
|
-
dateOfBirth: "2023-01-15",
|
|
2328
|
-
address: {
|
|
2329
|
-
address1: "123 Main St",
|
|
2330
|
-
address2: "Apt 1",
|
|
2331
|
-
city: "New York",
|
|
2332
|
-
state: CandidApi.State.Ny,
|
|
2333
|
-
zipCode: "10001",
|
|
2334
|
-
zipPlusFourCode: "1234",
|
|
2335
|
-
},
|
|
2336
2830
|
firstName: "string",
|
|
2337
2831
|
lastName: "string",
|
|
2338
2832
|
gender: CandidApi.Gender.Male,
|
|
@@ -2342,26 +2836,8 @@ await client.encounters.v4.create({
|
|
|
2342
2836
|
memberId: "string",
|
|
2343
2837
|
payerName: "string",
|
|
2344
2838
|
payerId: "string",
|
|
2345
|
-
rxBin: "string",
|
|
2346
|
-
rxPcn: "string",
|
|
2347
|
-
imageUrlFront: "string",
|
|
2348
|
-
imageUrlBack: "string",
|
|
2349
|
-
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
2350
|
-
groupNumber: "string",
|
|
2351
|
-
planName: "string",
|
|
2352
|
-
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
2353
|
-
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
2354
2839
|
},
|
|
2355
2840
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
2356
|
-
dateOfBirth: "2023-01-15",
|
|
2357
|
-
address: {
|
|
2358
|
-
address1: "123 Main St",
|
|
2359
|
-
address2: "Apt 1",
|
|
2360
|
-
city: "New York",
|
|
2361
|
-
state: CandidApi.State.Ny,
|
|
2362
|
-
zipCode: "10001",
|
|
2363
|
-
zipPlusFourCode: "1234",
|
|
2364
|
-
},
|
|
2365
2841
|
firstName: "string",
|
|
2366
2842
|
lastName: "string",
|
|
2367
2843
|
gender: CandidApi.Gender.Male,
|
|
@@ -2450,9 +2926,6 @@ await client.encounters.v4.create({
|
|
|
2450
2926
|
zipCode: "10001",
|
|
2451
2927
|
zipPlusFourCode: "1234",
|
|
2452
2928
|
},
|
|
2453
|
-
firstName: "string",
|
|
2454
|
-
lastName: "string",
|
|
2455
|
-
organizationName: "string",
|
|
2456
2929
|
},
|
|
2457
2930
|
testResults: [
|
|
2458
2931
|
{
|
|
@@ -2676,9 +3149,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2676
3149
|
taxId: "string",
|
|
2677
3150
|
npi: "string",
|
|
2678
3151
|
taxonomyCode: "string",
|
|
2679
|
-
|
|
2680
|
-
lastName: "string",
|
|
2681
|
-
organizationName: "string",
|
|
3152
|
+
providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker,
|
|
2682
3153
|
},
|
|
2683
3154
|
renderingProvider: {
|
|
2684
3155
|
npi: "string",
|
|
@@ -2691,9 +3162,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2691
3162
|
zipCode: "10001",
|
|
2692
3163
|
zipPlusFourCode: "1234",
|
|
2693
3164
|
},
|
|
2694
|
-
firstName: "string",
|
|
2695
|
-
lastName: "string",
|
|
2696
|
-
organizationName: "string",
|
|
2697
3165
|
},
|
|
2698
3166
|
initialReferringProvider: {
|
|
2699
3167
|
npi: "string",
|
|
@@ -2707,9 +3175,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2707
3175
|
zipPlusFourCode: "1234",
|
|
2708
3176
|
},
|
|
2709
3177
|
qualifier: CandidApi.QualifierCode.Dq,
|
|
2710
|
-
firstName: "string",
|
|
2711
|
-
lastName: "string",
|
|
2712
|
-
organizationName: "string",
|
|
2713
3178
|
},
|
|
2714
3179
|
supervisingProvider: {
|
|
2715
3180
|
npi: "string",
|
|
@@ -2722,9 +3187,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2722
3187
|
zipCode: "10001",
|
|
2723
3188
|
zipPlusFourCode: "1234",
|
|
2724
3189
|
},
|
|
2725
|
-
firstName: "string",
|
|
2726
|
-
lastName: "string",
|
|
2727
|
-
organizationName: "string",
|
|
2728
3190
|
},
|
|
2729
3191
|
serviceFacility: {
|
|
2730
3192
|
organizationName: "string",
|
|
@@ -2820,9 +3282,6 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2820
3282
|
zipCode: "10001",
|
|
2821
3283
|
zipPlusFourCode: "1234",
|
|
2822
3284
|
},
|
|
2823
|
-
firstName: "string",
|
|
2824
|
-
lastName: "string",
|
|
2825
|
-
organizationName: "string",
|
|
2826
3285
|
},
|
|
2827
3286
|
testResults: [
|
|
2828
3287
|
{
|
|
@@ -2977,24 +3436,14 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
2977
3436
|
|
|
2978
3437
|
```typescript
|
|
2979
3438
|
await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
3439
|
+
diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
3440
|
+
placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3441
|
+
benefitsAssignedToProvider: true,
|
|
2980
3442
|
priorAuthorizationNumber: CandidApi.PriorAuthorizationNumber("string"),
|
|
2981
3443
|
externalId: CandidApi.EncounterExternalId("string"),
|
|
2982
3444
|
dateOfService: "2023-01-15",
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
clinicalNotes: [
|
|
2986
|
-
{
|
|
2987
|
-
category: CandidApi.NoteCategory.Clinical,
|
|
2988
|
-
notes: [
|
|
2989
|
-
{
|
|
2990
|
-
text: "string",
|
|
2991
|
-
authorName: "string",
|
|
2992
|
-
authorNpi: CandidApi.Npi("string"),
|
|
2993
|
-
timestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
2994
|
-
},
|
|
2995
|
-
],
|
|
2996
|
-
},
|
|
2997
|
-
],
|
|
3445
|
+
tagIds: [],
|
|
3446
|
+
clinicalNotes: [],
|
|
2998
3447
|
payToAddress: {
|
|
2999
3448
|
address1: "123 Main St",
|
|
3000
3449
|
address2: "Apt 1",
|
|
@@ -3006,10 +3455,8 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3006
3455
|
billableStatus: CandidApi.BillableStatusType.Billable,
|
|
3007
3456
|
responsibleParty: CandidApi.ResponsiblePartyType.InsurancePay,
|
|
3008
3457
|
providerAcceptsAssignment: true,
|
|
3009
|
-
benefitsAssignedToProvider: true,
|
|
3010
3458
|
synchronicity: CandidApi.SynchronicityType.Synchronous,
|
|
3011
3459
|
placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3012
|
-
placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
3013
3460
|
appointmentType: "string",
|
|
3014
3461
|
endDateOfService: "2023-01-15",
|
|
3015
3462
|
subscriberPrimary: {
|
|
@@ -3017,26 +3464,8 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3017
3464
|
memberId: "string",
|
|
3018
3465
|
payerName: "string",
|
|
3019
3466
|
payerId: "string",
|
|
3020
|
-
rxBin: "string",
|
|
3021
|
-
rxPcn: "string",
|
|
3022
|
-
imageUrlFront: "string",
|
|
3023
|
-
imageUrlBack: "string",
|
|
3024
|
-
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
3025
|
-
groupNumber: "string",
|
|
3026
|
-
planName: "string",
|
|
3027
|
-
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
3028
|
-
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
3029
3467
|
},
|
|
3030
3468
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
3031
|
-
dateOfBirth: "2023-01-15",
|
|
3032
|
-
address: {
|
|
3033
|
-
address1: "123 Main St",
|
|
3034
|
-
address2: "Apt 1",
|
|
3035
|
-
city: "New York",
|
|
3036
|
-
state: CandidApi.State.Ny,
|
|
3037
|
-
zipCode: "10001",
|
|
3038
|
-
zipPlusFourCode: "1234",
|
|
3039
|
-
},
|
|
3040
3469
|
firstName: "string",
|
|
3041
3470
|
lastName: "string",
|
|
3042
3471
|
gender: CandidApi.Gender.Male,
|
|
@@ -3046,26 +3475,8 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3046
3475
|
memberId: "string",
|
|
3047
3476
|
payerName: "string",
|
|
3048
3477
|
payerId: "string",
|
|
3049
|
-
rxBin: "string",
|
|
3050
|
-
rxPcn: "string",
|
|
3051
|
-
imageUrlFront: "string",
|
|
3052
|
-
imageUrlBack: "string",
|
|
3053
|
-
emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
3054
|
-
groupNumber: "string",
|
|
3055
|
-
planName: "string",
|
|
3056
|
-
planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
3057
|
-
insuranceType: CandidApi.InsuranceTypeCode.C01,
|
|
3058
3478
|
},
|
|
3059
3479
|
patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
3060
|
-
dateOfBirth: "2023-01-15",
|
|
3061
|
-
address: {
|
|
3062
|
-
address1: "123 Main St",
|
|
3063
|
-
address2: "Apt 1",
|
|
3064
|
-
city: "New York",
|
|
3065
|
-
state: CandidApi.State.Ny,
|
|
3066
|
-
zipCode: "10001",
|
|
3067
|
-
zipPlusFourCode: "1234",
|
|
3068
|
-
},
|
|
3069
3480
|
firstName: "string",
|
|
3070
3481
|
lastName: "string",
|
|
3071
3482
|
gender: CandidApi.Gender.Male,
|
|
@@ -3077,49 +3488,9 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3077
3488
|
onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
3078
3489
|
lastMenstrualPeriodDate: "2023-01-15",
|
|
3079
3490
|
delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
3080
|
-
patient: {
|
|
3081
|
-
firstName: "string",
|
|
3082
|
-
lastName: "string",
|
|
3083
|
-
gender: CandidApi.Gender.Male,
|
|
3084
|
-
externalId: "string",
|
|
3085
|
-
dateOfBirth: "2023-01-15",
|
|
3086
|
-
address: {
|
|
3087
|
-
address1: "123 Main St",
|
|
3088
|
-
address2: "Apt 1",
|
|
3089
|
-
city: "New York",
|
|
3090
|
-
state: CandidApi.State.Ny,
|
|
3091
|
-
zipCode: "10001",
|
|
3092
|
-
zipPlusFourCode: "1234",
|
|
3093
|
-
},
|
|
3094
|
-
phoneNumbers: [
|
|
3095
|
-
{
|
|
3096
|
-
number: "1234567890",
|
|
3097
|
-
type: CandidApi.PhoneNumberType.Home,
|
|
3098
|
-
},
|
|
3099
|
-
],
|
|
3100
|
-
phoneConsent: true,
|
|
3101
|
-
email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
3102
|
-
emailConsent: true,
|
|
3103
|
-
nonInsurancePayers: [CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
3104
|
-
nonInsurancePayersInfo: [
|
|
3105
|
-
{
|
|
3106
|
-
nonInsurancePayerId: CandidApi.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
3107
|
-
memberId: "string",
|
|
3108
|
-
},
|
|
3109
|
-
],
|
|
3110
|
-
},
|
|
3491
|
+
patient: {},
|
|
3111
3492
|
patientAuthorizedRelease: true,
|
|
3112
|
-
schemaInstances: [
|
|
3113
|
-
{
|
|
3114
|
-
schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
3115
|
-
content: {
|
|
3116
|
-
provider_category: "internist",
|
|
3117
|
-
is_urgent_care: true,
|
|
3118
|
-
bmi: 24.2,
|
|
3119
|
-
age: 38,
|
|
3120
|
-
},
|
|
3121
|
-
},
|
|
3122
|
-
],
|
|
3493
|
+
schemaInstances: [],
|
|
3123
3494
|
vitals: {
|
|
3124
3495
|
heightIn: 70,
|
|
3125
3496
|
weightLbs: 165,
|
|
@@ -3129,31 +3500,8 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3129
3500
|
hemoglobinGdl: 15.1,
|
|
3130
3501
|
hematocritPct: 51.2,
|
|
3131
3502
|
},
|
|
3132
|
-
existingMedications: [
|
|
3133
|
-
|
|
3134
|
-
name: "Lisinopril",
|
|
3135
|
-
rxCui: CandidApi.RxCui("860975"),
|
|
3136
|
-
dosage: "10mg",
|
|
3137
|
-
dosageForm: "Tablet",
|
|
3138
|
-
frequency: "Once Daily",
|
|
3139
|
-
asNeeded: true,
|
|
3140
|
-
},
|
|
3141
|
-
],
|
|
3142
|
-
renderingProvider: {
|
|
3143
|
-
npi: "string",
|
|
3144
|
-
taxonomyCode: "string",
|
|
3145
|
-
address: {
|
|
3146
|
-
address1: "123 Main St",
|
|
3147
|
-
address2: "Apt 1",
|
|
3148
|
-
city: "New York",
|
|
3149
|
-
state: CandidApi.State.Ny,
|
|
3150
|
-
zipCode: "10001",
|
|
3151
|
-
zipPlusFourCode: "1234",
|
|
3152
|
-
},
|
|
3153
|
-
firstName: "string",
|
|
3154
|
-
lastName: "string",
|
|
3155
|
-
organizationName: "string",
|
|
3156
|
-
},
|
|
3503
|
+
existingMedications: [],
|
|
3504
|
+
renderingProvider: {},
|
|
3157
3505
|
serviceFacility: {
|
|
3158
3506
|
organizationName: "Test Organization",
|
|
3159
3507
|
address: {
|
|
@@ -3165,91 +3513,11 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
3165
3513
|
zipPlusFourCode: "1234",
|
|
3166
3514
|
},
|
|
3167
3515
|
},
|
|
3168
|
-
guarantor: {
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
address: {
|
|
3174
|
-
address1: "123 Main St",
|
|
3175
|
-
address2: "Apt 1",
|
|
3176
|
-
city: "New York",
|
|
3177
|
-
state: CandidApi.State.Ny,
|
|
3178
|
-
zipCode: "10001",
|
|
3179
|
-
zipPlusFourCode: "1234",
|
|
3180
|
-
},
|
|
3181
|
-
phoneNumbers: [
|
|
3182
|
-
{
|
|
3183
|
-
number: "1234567890",
|
|
3184
|
-
type: CandidApi.PhoneNumberType.Home,
|
|
3185
|
-
},
|
|
3186
|
-
],
|
|
3187
|
-
phoneConsent: true,
|
|
3188
|
-
email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
3189
|
-
emailConsent: true,
|
|
3190
|
-
},
|
|
3191
|
-
billingProvider: {
|
|
3192
|
-
address: {
|
|
3193
|
-
address1: "123 Main St",
|
|
3194
|
-
address2: "Apt 1",
|
|
3195
|
-
city: "New York",
|
|
3196
|
-
state: CandidApi.State.Ny,
|
|
3197
|
-
zipCode: "10001",
|
|
3198
|
-
zipPlusFourCode: "1234",
|
|
3199
|
-
},
|
|
3200
|
-
taxId: "string",
|
|
3201
|
-
npi: "string",
|
|
3202
|
-
taxonomyCode: "string",
|
|
3203
|
-
firstName: "string",
|
|
3204
|
-
lastName: "string",
|
|
3205
|
-
organizationName: "string",
|
|
3206
|
-
},
|
|
3207
|
-
supervisingProvider: {
|
|
3208
|
-
npi: "string",
|
|
3209
|
-
taxonomyCode: "string",
|
|
3210
|
-
address: {
|
|
3211
|
-
address1: "123 Main St",
|
|
3212
|
-
address2: "Apt 1",
|
|
3213
|
-
city: "New York",
|
|
3214
|
-
state: CandidApi.State.Ny,
|
|
3215
|
-
zipCode: "10001",
|
|
3216
|
-
zipPlusFourCode: "1234",
|
|
3217
|
-
},
|
|
3218
|
-
firstName: "string",
|
|
3219
|
-
lastName: "string",
|
|
3220
|
-
organizationName: "string",
|
|
3221
|
-
},
|
|
3222
|
-
referringProvider: {
|
|
3223
|
-
npi: "string",
|
|
3224
|
-
taxonomyCode: "string",
|
|
3225
|
-
address: {
|
|
3226
|
-
address1: "123 Main St",
|
|
3227
|
-
address2: "Apt 1",
|
|
3228
|
-
city: "New York",
|
|
3229
|
-
state: CandidApi.State.Ny,
|
|
3230
|
-
zipCode: "10001",
|
|
3231
|
-
zipPlusFourCode: "1234",
|
|
3232
|
-
},
|
|
3233
|
-
firstName: "string",
|
|
3234
|
-
lastName: "string",
|
|
3235
|
-
organizationName: "string",
|
|
3236
|
-
},
|
|
3237
|
-
initialReferringProvider: {
|
|
3238
|
-
npi: "string",
|
|
3239
|
-
taxonomyCode: "string",
|
|
3240
|
-
address: {
|
|
3241
|
-
address1: "123 Main St",
|
|
3242
|
-
address2: "Apt 1",
|
|
3243
|
-
city: "New York",
|
|
3244
|
-
state: CandidApi.State.Ny,
|
|
3245
|
-
zipCode: "10001",
|
|
3246
|
-
zipPlusFourCode: "1234",
|
|
3247
|
-
},
|
|
3248
|
-
qualifier: CandidApi.QualifierCode.Dq,
|
|
3249
|
-
firstName: "string",
|
|
3250
|
-
lastName: "string",
|
|
3251
|
-
organizationName: "string",
|
|
3252
|
-
},
|
|
3516
|
+
guarantor: {},
|
|
3517
|
+
billingProvider: {},
|
|
3518
|
+
supervisingProvider: {},
|
|
3519
|
+
referringProvider: {},
|
|
3520
|
+
initialReferringProvider: {},
|
|
3253
3521
|
referralNumber: "string",
|
|
3254
3522
|
});
|
|
3255
3523
|
```
|
|
@@ -4590,29 +4858,7 @@ Updates a guarantor by its `guarantor_id`.
|
|
|
4590
4858
|
<dd>
|
|
4591
4859
|
|
|
4592
4860
|
```typescript
|
|
4593
|
-
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
4594
|
-
firstName: "string",
|
|
4595
|
-
lastName: "string",
|
|
4596
|
-
externalId: "string",
|
|
4597
|
-
dateOfBirth: "2023-01-15",
|
|
4598
|
-
address: {
|
|
4599
|
-
address1: "123 Main St",
|
|
4600
|
-
address2: "Apt 1",
|
|
4601
|
-
city: "New York",
|
|
4602
|
-
state: CandidApi.State.Ny,
|
|
4603
|
-
zipCode: "10001",
|
|
4604
|
-
zipPlusFourCode: "1234",
|
|
4605
|
-
},
|
|
4606
|
-
phoneNumbers: [
|
|
4607
|
-
{
|
|
4608
|
-
number: "1234567890",
|
|
4609
|
-
type: CandidApi.PhoneNumberType.Home,
|
|
4610
|
-
},
|
|
4611
|
-
],
|
|
4612
|
-
phoneConsent: true,
|
|
4613
|
-
email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
4614
|
-
emailConsent: true,
|
|
4615
|
-
});
|
|
4861
|
+
await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {});
|
|
4616
4862
|
```
|
|
4617
4863
|
|
|
4618
4864
|
</dd>
|
|
@@ -6490,6 +6736,7 @@ await client.nonInsurancePayerRefunds.v1.create({
|
|
|
6490
6736
|
amountCents: 1,
|
|
6491
6737
|
refundTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
6492
6738
|
refundNote: "string",
|
|
6739
|
+
checkNumber: "string",
|
|
6493
6740
|
allocations: [
|
|
6494
6741
|
{
|
|
6495
6742
|
amountCents: 1,
|
|
@@ -8504,9 +8751,6 @@ await client.serviceLines.v2.create({
|
|
|
8504
8751
|
zipCode: "10001",
|
|
8505
8752
|
zipPlusFourCode: "1234",
|
|
8506
8753
|
},
|
|
8507
|
-
firstName: "string",
|
|
8508
|
-
lastName: "string",
|
|
8509
|
-
organizationName: "string",
|
|
8510
8754
|
},
|
|
8511
8755
|
testResults: [
|
|
8512
8756
|
{
|