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
|
@@ -18,4 +18,9 @@ export interface BillingProvider extends CandidApi.encounterProviders.v2.Encount
|
|
|
18
18
|
taxId: string;
|
|
19
19
|
npi: string;
|
|
20
20
|
taxonomyCode?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 837i Loop2010BB G2
|
|
23
|
+
* Provider Commercial Number
|
|
24
|
+
*/
|
|
25
|
+
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
21
26
|
}
|
|
@@ -18,4 +18,9 @@ export interface BillingProviderUpdate extends CandidApi.encounterProviders.v2.E
|
|
|
18
18
|
taxId?: string;
|
|
19
19
|
npi?: string;
|
|
20
20
|
taxonomyCode?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 837i Loop2010BB G2
|
|
23
|
+
* Provider Commercial Number
|
|
24
|
+
*/
|
|
25
|
+
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
21
26
|
}
|
|
@@ -29,4 +29,9 @@ export interface EncounterProvider extends CandidApi.encounterProviders.v2.Encou
|
|
|
29
29
|
npi: string;
|
|
30
30
|
taxonomyCode?: string;
|
|
31
31
|
qualifier?: CandidApi.QualifierCode;
|
|
32
|
+
/**
|
|
33
|
+
* 837i Loop2010BB G2
|
|
34
|
+
* Provider Commercial Number
|
|
35
|
+
*/
|
|
36
|
+
providerCommercialLicenseType?: CandidApi.BillingProviderCommercialLicenseType;
|
|
32
37
|
}
|
|
@@ -93,9 +93,7 @@ export declare class V4 {
|
|
|
93
93
|
* taxId: "string",
|
|
94
94
|
* npi: "string",
|
|
95
95
|
* taxonomyCode: "string",
|
|
96
|
-
*
|
|
97
|
-
* lastName: "string",
|
|
98
|
-
* organizationName: "string"
|
|
96
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
99
97
|
* },
|
|
100
98
|
* renderingProvider: {
|
|
101
99
|
* npi: "string",
|
|
@@ -107,10 +105,7 @@ export declare class V4 {
|
|
|
107
105
|
* state: CandidApi.State.Ny,
|
|
108
106
|
* zipCode: "10001",
|
|
109
107
|
* zipPlusFourCode: "1234"
|
|
110
|
-
* }
|
|
111
|
-
* firstName: "string",
|
|
112
|
-
* lastName: "string",
|
|
113
|
-
* organizationName: "string"
|
|
108
|
+
* }
|
|
114
109
|
* },
|
|
115
110
|
* referringProvider: {
|
|
116
111
|
* npi: "string",
|
|
@@ -122,10 +117,7 @@ export declare class V4 {
|
|
|
122
117
|
* state: CandidApi.State.Ny,
|
|
123
118
|
* zipCode: "10001",
|
|
124
119
|
* zipPlusFourCode: "1234"
|
|
125
|
-
* }
|
|
126
|
-
* firstName: "string",
|
|
127
|
-
* lastName: "string",
|
|
128
|
-
* organizationName: "string"
|
|
120
|
+
* }
|
|
129
121
|
* },
|
|
130
122
|
* initialReferringProvider: {
|
|
131
123
|
* npi: "string",
|
|
@@ -138,10 +130,7 @@ export declare class V4 {
|
|
|
138
130
|
* zipCode: "10001",
|
|
139
131
|
* zipPlusFourCode: "1234"
|
|
140
132
|
* },
|
|
141
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
142
|
-
* firstName: "string",
|
|
143
|
-
* lastName: "string",
|
|
144
|
-
* organizationName: "string"
|
|
133
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
145
134
|
* },
|
|
146
135
|
* supervisingProvider: {
|
|
147
136
|
* npi: "string",
|
|
@@ -153,10 +142,7 @@ export declare class V4 {
|
|
|
153
142
|
* state: CandidApi.State.Ny,
|
|
154
143
|
* zipCode: "10001",
|
|
155
144
|
* zipPlusFourCode: "1234"
|
|
156
|
-
* }
|
|
157
|
-
* firstName: "string",
|
|
158
|
-
* lastName: "string",
|
|
159
|
-
* organizationName: "string"
|
|
145
|
+
* }
|
|
160
146
|
* },
|
|
161
147
|
* serviceFacility: {
|
|
162
148
|
* organizationName: "string",
|
|
@@ -174,27 +160,9 @@ export declare class V4 {
|
|
|
174
160
|
* insuranceCard: {
|
|
175
161
|
* memberId: "string",
|
|
176
162
|
* payerName: "string",
|
|
177
|
-
* payerId: "string"
|
|
178
|
-
* rxBin: "string",
|
|
179
|
-
* rxPcn: "string",
|
|
180
|
-
* imageUrlFront: "string",
|
|
181
|
-
* imageUrlBack: "string",
|
|
182
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
183
|
-
* groupNumber: "string",
|
|
184
|
-
* planName: "string",
|
|
185
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
186
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
163
|
+
* payerId: "string"
|
|
187
164
|
* },
|
|
188
165
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
189
|
-
* dateOfBirth: "2023-01-15",
|
|
190
|
-
* address: {
|
|
191
|
-
* address1: "123 Main St",
|
|
192
|
-
* address2: "Apt 1",
|
|
193
|
-
* city: "New York",
|
|
194
|
-
* state: CandidApi.State.Ny,
|
|
195
|
-
* zipCode: "10001",
|
|
196
|
-
* zipPlusFourCode: "1234"
|
|
197
|
-
* },
|
|
198
166
|
* firstName: "string",
|
|
199
167
|
* lastName: "string",
|
|
200
168
|
* gender: CandidApi.Gender.Male
|
|
@@ -203,27 +171,9 @@ export declare class V4 {
|
|
|
203
171
|
* insuranceCard: {
|
|
204
172
|
* memberId: "string",
|
|
205
173
|
* payerName: "string",
|
|
206
|
-
* payerId: "string"
|
|
207
|
-
* rxBin: "string",
|
|
208
|
-
* rxPcn: "string",
|
|
209
|
-
* imageUrlFront: "string",
|
|
210
|
-
* imageUrlBack: "string",
|
|
211
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
212
|
-
* groupNumber: "string",
|
|
213
|
-
* planName: "string",
|
|
214
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
215
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
174
|
+
* payerId: "string"
|
|
216
175
|
* },
|
|
217
176
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
218
|
-
* dateOfBirth: "2023-01-15",
|
|
219
|
-
* address: {
|
|
220
|
-
* address1: "123 Main St",
|
|
221
|
-
* address2: "Apt 1",
|
|
222
|
-
* city: "New York",
|
|
223
|
-
* state: CandidApi.State.Ny,
|
|
224
|
-
* zipCode: "10001",
|
|
225
|
-
* zipPlusFourCode: "1234"
|
|
226
|
-
* },
|
|
227
177
|
* firstName: "string",
|
|
228
178
|
* lastName: "string",
|
|
229
179
|
* gender: CandidApi.Gender.Male
|
|
@@ -294,10 +244,7 @@ export declare class V4 {
|
|
|
294
244
|
* state: CandidApi.State.Ny,
|
|
295
245
|
* zipCode: "10001",
|
|
296
246
|
* zipPlusFourCode: "1234"
|
|
297
|
-
* }
|
|
298
|
-
* firstName: "string",
|
|
299
|
-
* lastName: "string",
|
|
300
|
-
* organizationName: "string"
|
|
247
|
+
* }
|
|
301
248
|
* },
|
|
302
249
|
* testResults: [{
|
|
303
250
|
* value: 1.1,
|
|
@@ -451,9 +398,7 @@ export declare class V4 {
|
|
|
451
398
|
* taxId: "string",
|
|
452
399
|
* npi: "string",
|
|
453
400
|
* taxonomyCode: "string",
|
|
454
|
-
*
|
|
455
|
-
* lastName: "string",
|
|
456
|
-
* organizationName: "string"
|
|
401
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
457
402
|
* },
|
|
458
403
|
* renderingProvider: {
|
|
459
404
|
* npi: "string",
|
|
@@ -465,10 +410,7 @@ export declare class V4 {
|
|
|
465
410
|
* state: CandidApi.State.Ny,
|
|
466
411
|
* zipCode: "10001",
|
|
467
412
|
* zipPlusFourCode: "1234"
|
|
468
|
-
* }
|
|
469
|
-
* firstName: "string",
|
|
470
|
-
* lastName: "string",
|
|
471
|
-
* organizationName: "string"
|
|
413
|
+
* }
|
|
472
414
|
* },
|
|
473
415
|
* initialReferringProvider: {
|
|
474
416
|
* npi: "string",
|
|
@@ -481,10 +423,7 @@ export declare class V4 {
|
|
|
481
423
|
* zipCode: "10001",
|
|
482
424
|
* zipPlusFourCode: "1234"
|
|
483
425
|
* },
|
|
484
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
485
|
-
* firstName: "string",
|
|
486
|
-
* lastName: "string",
|
|
487
|
-
* organizationName: "string"
|
|
426
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
488
427
|
* },
|
|
489
428
|
* supervisingProvider: {
|
|
490
429
|
* npi: "string",
|
|
@@ -496,10 +435,7 @@ export declare class V4 {
|
|
|
496
435
|
* state: CandidApi.State.Ny,
|
|
497
436
|
* zipCode: "10001",
|
|
498
437
|
* zipPlusFourCode: "1234"
|
|
499
|
-
* }
|
|
500
|
-
* firstName: "string",
|
|
501
|
-
* lastName: "string",
|
|
502
|
-
* organizationName: "string"
|
|
438
|
+
* }
|
|
503
439
|
* },
|
|
504
440
|
* serviceFacility: {
|
|
505
441
|
* organizationName: "string",
|
|
@@ -577,10 +513,7 @@ export declare class V4 {
|
|
|
577
513
|
* state: CandidApi.State.Ny,
|
|
578
514
|
* zipCode: "10001",
|
|
579
515
|
* zipPlusFourCode: "1234"
|
|
580
|
-
* }
|
|
581
|
-
* firstName: "string",
|
|
582
|
-
* lastName: "string",
|
|
583
|
-
* organizationName: "string"
|
|
516
|
+
* }
|
|
584
517
|
* },
|
|
585
518
|
* testResults: [{
|
|
586
519
|
* value: 1.1,
|
|
@@ -681,20 +614,14 @@ export declare class V4 {
|
|
|
681
614
|
*
|
|
682
615
|
* @example
|
|
683
616
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
617
|
+
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
618
|
+
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
619
|
+
* benefitsAssignedToProvider: true,
|
|
684
620
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
685
621
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
686
622
|
* dateOfService: "2023-01-15",
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
* clinicalNotes: [{
|
|
690
|
-
* category: CandidApi.encounters.v4.NoteCategory.Clinical,
|
|
691
|
-
* notes: [{
|
|
692
|
-
* text: "string",
|
|
693
|
-
* authorName: "string",
|
|
694
|
-
* authorNpi: CandidApi.Npi("string"),
|
|
695
|
-
* timestamp: new Date("2024-01-15T09:30:00.000Z")
|
|
696
|
-
* }]
|
|
697
|
-
* }],
|
|
623
|
+
* tagIds: [],
|
|
624
|
+
* clinicalNotes: [],
|
|
698
625
|
* payToAddress: {
|
|
699
626
|
* address1: "123 Main St",
|
|
700
627
|
* address2: "Apt 1",
|
|
@@ -706,37 +633,17 @@ export declare class V4 {
|
|
|
706
633
|
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
707
634
|
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
708
635
|
* providerAcceptsAssignment: true,
|
|
709
|
-
* benefitsAssignedToProvider: true,
|
|
710
636
|
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
711
637
|
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
712
|
-
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
713
638
|
* appointmentType: "string",
|
|
714
639
|
* endDateOfService: "2023-01-15",
|
|
715
640
|
* subscriberPrimary: {
|
|
716
641
|
* insuranceCard: {
|
|
717
642
|
* memberId: "string",
|
|
718
643
|
* payerName: "string",
|
|
719
|
-
* payerId: "string"
|
|
720
|
-
* rxBin: "string",
|
|
721
|
-
* rxPcn: "string",
|
|
722
|
-
* imageUrlFront: "string",
|
|
723
|
-
* imageUrlBack: "string",
|
|
724
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
725
|
-
* groupNumber: "string",
|
|
726
|
-
* planName: "string",
|
|
727
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
728
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
644
|
+
* payerId: "string"
|
|
729
645
|
* },
|
|
730
646
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
731
|
-
* dateOfBirth: "2023-01-15",
|
|
732
|
-
* address: {
|
|
733
|
-
* address1: "123 Main St",
|
|
734
|
-
* address2: "Apt 1",
|
|
735
|
-
* city: "New York",
|
|
736
|
-
* state: CandidApi.State.Ny,
|
|
737
|
-
* zipCode: "10001",
|
|
738
|
-
* zipPlusFourCode: "1234"
|
|
739
|
-
* },
|
|
740
647
|
* firstName: "string",
|
|
741
648
|
* lastName: "string",
|
|
742
649
|
* gender: CandidApi.Gender.Male
|
|
@@ -745,27 +652,9 @@ export declare class V4 {
|
|
|
745
652
|
* insuranceCard: {
|
|
746
653
|
* memberId: "string",
|
|
747
654
|
* payerName: "string",
|
|
748
|
-
* payerId: "string"
|
|
749
|
-
* rxBin: "string",
|
|
750
|
-
* rxPcn: "string",
|
|
751
|
-
* imageUrlFront: "string",
|
|
752
|
-
* imageUrlBack: "string",
|
|
753
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
754
|
-
* groupNumber: "string",
|
|
755
|
-
* planName: "string",
|
|
756
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
757
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
655
|
+
* payerId: "string"
|
|
758
656
|
* },
|
|
759
657
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
760
|
-
* dateOfBirth: "2023-01-15",
|
|
761
|
-
* address: {
|
|
762
|
-
* address1: "123 Main St",
|
|
763
|
-
* address2: "Apt 1",
|
|
764
|
-
* city: "New York",
|
|
765
|
-
* state: CandidApi.State.Ny,
|
|
766
|
-
* zipCode: "10001",
|
|
767
|
-
* zipPlusFourCode: "1234"
|
|
768
|
-
* },
|
|
769
658
|
* firstName: "string",
|
|
770
659
|
* lastName: "string",
|
|
771
660
|
* gender: CandidApi.Gender.Male
|
|
@@ -777,43 +666,9 @@ export declare class V4 {
|
|
|
777
666
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
778
667
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
779
668
|
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
780
|
-
* patient: {
|
|
781
|
-
* firstName: "string",
|
|
782
|
-
* lastName: "string",
|
|
783
|
-
* gender: CandidApi.Gender.Male,
|
|
784
|
-
* externalId: "string",
|
|
785
|
-
* dateOfBirth: "2023-01-15",
|
|
786
|
-
* address: {
|
|
787
|
-
* address1: "123 Main St",
|
|
788
|
-
* address2: "Apt 1",
|
|
789
|
-
* city: "New York",
|
|
790
|
-
* state: CandidApi.State.Ny,
|
|
791
|
-
* zipCode: "10001",
|
|
792
|
-
* zipPlusFourCode: "1234"
|
|
793
|
-
* },
|
|
794
|
-
* phoneNumbers: [{
|
|
795
|
-
* number: "1234567890",
|
|
796
|
-
* type: CandidApi.PhoneNumberType.Home
|
|
797
|
-
* }],
|
|
798
|
-
* phoneConsent: true,
|
|
799
|
-
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
800
|
-
* emailConsent: true,
|
|
801
|
-
* nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
802
|
-
* nonInsurancePayersInfo: [{
|
|
803
|
-
* nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
804
|
-
* memberId: "string"
|
|
805
|
-
* }]
|
|
806
|
-
* },
|
|
669
|
+
* patient: {},
|
|
807
670
|
* patientAuthorizedRelease: true,
|
|
808
|
-
* schemaInstances: [
|
|
809
|
-
* schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
810
|
-
* content: {
|
|
811
|
-
* "provider_category": "internist",
|
|
812
|
-
* "is_urgent_care": true,
|
|
813
|
-
* "bmi": 24.2,
|
|
814
|
-
* "age": 38
|
|
815
|
-
* }
|
|
816
|
-
* }],
|
|
671
|
+
* schemaInstances: [],
|
|
817
672
|
* vitals: {
|
|
818
673
|
* heightIn: 70,
|
|
819
674
|
* weightLbs: 165,
|
|
@@ -823,29 +678,8 @@ export declare class V4 {
|
|
|
823
678
|
* hemoglobinGdl: 15.1,
|
|
824
679
|
* hematocritPct: 51.2
|
|
825
680
|
* },
|
|
826
|
-
* existingMedications: [
|
|
827
|
-
*
|
|
828
|
-
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
829
|
-
* dosage: "10mg",
|
|
830
|
-
* dosageForm: "Tablet",
|
|
831
|
-
* frequency: "Once Daily",
|
|
832
|
-
* asNeeded: true
|
|
833
|
-
* }],
|
|
834
|
-
* renderingProvider: {
|
|
835
|
-
* npi: "string",
|
|
836
|
-
* taxonomyCode: "string",
|
|
837
|
-
* address: {
|
|
838
|
-
* address1: "123 Main St",
|
|
839
|
-
* address2: "Apt 1",
|
|
840
|
-
* city: "New York",
|
|
841
|
-
* state: CandidApi.State.Ny,
|
|
842
|
-
* zipCode: "10001",
|
|
843
|
-
* zipPlusFourCode: "1234"
|
|
844
|
-
* },
|
|
845
|
-
* firstName: "string",
|
|
846
|
-
* lastName: "string",
|
|
847
|
-
* organizationName: "string"
|
|
848
|
-
* },
|
|
681
|
+
* existingMedications: [],
|
|
682
|
+
* renderingProvider: {},
|
|
849
683
|
* serviceFacility: {
|
|
850
684
|
* organizationName: "Test Organization",
|
|
851
685
|
* address: {
|
|
@@ -857,89 +691,11 @@ export declare class V4 {
|
|
|
857
691
|
* zipPlusFourCode: "1234"
|
|
858
692
|
* }
|
|
859
693
|
* },
|
|
860
|
-
* guarantor: {
|
|
861
|
-
*
|
|
862
|
-
*
|
|
863
|
-
*
|
|
864
|
-
*
|
|
865
|
-
* address: {
|
|
866
|
-
* address1: "123 Main St",
|
|
867
|
-
* address2: "Apt 1",
|
|
868
|
-
* city: "New York",
|
|
869
|
-
* state: CandidApi.State.Ny,
|
|
870
|
-
* zipCode: "10001",
|
|
871
|
-
* zipPlusFourCode: "1234"
|
|
872
|
-
* },
|
|
873
|
-
* phoneNumbers: [{
|
|
874
|
-
* number: "1234567890",
|
|
875
|
-
* type: CandidApi.PhoneNumberType.Home
|
|
876
|
-
* }],
|
|
877
|
-
* phoneConsent: true,
|
|
878
|
-
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
879
|
-
* emailConsent: true
|
|
880
|
-
* },
|
|
881
|
-
* billingProvider: {
|
|
882
|
-
* address: {
|
|
883
|
-
* address1: "123 Main St",
|
|
884
|
-
* address2: "Apt 1",
|
|
885
|
-
* city: "New York",
|
|
886
|
-
* state: CandidApi.State.Ny,
|
|
887
|
-
* zipCode: "10001",
|
|
888
|
-
* zipPlusFourCode: "1234"
|
|
889
|
-
* },
|
|
890
|
-
* taxId: "string",
|
|
891
|
-
* npi: "string",
|
|
892
|
-
* taxonomyCode: "string",
|
|
893
|
-
* firstName: "string",
|
|
894
|
-
* lastName: "string",
|
|
895
|
-
* organizationName: "string"
|
|
896
|
-
* },
|
|
897
|
-
* supervisingProvider: {
|
|
898
|
-
* npi: "string",
|
|
899
|
-
* taxonomyCode: "string",
|
|
900
|
-
* address: {
|
|
901
|
-
* address1: "123 Main St",
|
|
902
|
-
* address2: "Apt 1",
|
|
903
|
-
* city: "New York",
|
|
904
|
-
* state: CandidApi.State.Ny,
|
|
905
|
-
* zipCode: "10001",
|
|
906
|
-
* zipPlusFourCode: "1234"
|
|
907
|
-
* },
|
|
908
|
-
* firstName: "string",
|
|
909
|
-
* lastName: "string",
|
|
910
|
-
* organizationName: "string"
|
|
911
|
-
* },
|
|
912
|
-
* referringProvider: {
|
|
913
|
-
* npi: "string",
|
|
914
|
-
* taxonomyCode: "string",
|
|
915
|
-
* address: {
|
|
916
|
-
* address1: "123 Main St",
|
|
917
|
-
* address2: "Apt 1",
|
|
918
|
-
* city: "New York",
|
|
919
|
-
* state: CandidApi.State.Ny,
|
|
920
|
-
* zipCode: "10001",
|
|
921
|
-
* zipPlusFourCode: "1234"
|
|
922
|
-
* },
|
|
923
|
-
* firstName: "string",
|
|
924
|
-
* lastName: "string",
|
|
925
|
-
* organizationName: "string"
|
|
926
|
-
* },
|
|
927
|
-
* initialReferringProvider: {
|
|
928
|
-
* npi: "string",
|
|
929
|
-
* taxonomyCode: "string",
|
|
930
|
-
* address: {
|
|
931
|
-
* address1: "123 Main St",
|
|
932
|
-
* address2: "Apt 1",
|
|
933
|
-
* city: "New York",
|
|
934
|
-
* state: CandidApi.State.Ny,
|
|
935
|
-
* zipCode: "10001",
|
|
936
|
-
* zipPlusFourCode: "1234"
|
|
937
|
-
* },
|
|
938
|
-
* qualifier: CandidApi.QualifierCode.Dq,
|
|
939
|
-
* firstName: "string",
|
|
940
|
-
* lastName: "string",
|
|
941
|
-
* organizationName: "string"
|
|
942
|
-
* },
|
|
694
|
+
* guarantor: {},
|
|
695
|
+
* billingProvider: {},
|
|
696
|
+
* supervisingProvider: {},
|
|
697
|
+
* referringProvider: {},
|
|
698
|
+
* initialReferringProvider: {},
|
|
943
699
|
* referralNumber: "string"
|
|
944
700
|
* })
|
|
945
701
|
*/
|