candidhealth 0.35.3 → 0.38.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 +579 -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 +34 -0
- package/api/resources/chargeCapture/resources/v1/client/delete.js +69 -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 +22 -0
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +47 -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/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- package/api/resources/contracts/resources/v2/client/Client.js +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 +33 -275
- package/api/resources/encounters/resources/v4/client/Client.js +38 -280
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +11 -63
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +8 -21
- 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/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
- 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 +579 -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 +34 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +69 -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 +22 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +47 -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/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +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 +33 -275
- package/dist/api/resources/encounters/resources/v4/client/Client.js +38 -280
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +11 -63
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +8 -21
- 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/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
- 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 +20 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +33 -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/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/commons/types/index.js +2 -0
- package/dist/serialization/resources/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/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
- package/package.json +1 -1
- package/reference.md +608 -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 +20 -0
- package/serialization/resources/chargeCapture/resources/v1/client/delete.js +67 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +4 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +33 -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/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -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/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
|
@@ -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",
|
|
@@ -168,33 +154,16 @@ export declare class V4 {
|
|
|
168
154
|
* state: CandidApi.State.Ny,
|
|
169
155
|
* zipCode: "10001",
|
|
170
156
|
* zipPlusFourCode: "1234"
|
|
171
|
-
* }
|
|
157
|
+
* },
|
|
158
|
+
* secondaryIdentification: "string"
|
|
172
159
|
* },
|
|
173
160
|
* subscriberPrimary: {
|
|
174
161
|
* insuranceCard: {
|
|
175
162
|
* memberId: "string",
|
|
176
163
|
* 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
|
|
164
|
+
* payerId: "string"
|
|
187
165
|
* },
|
|
188
166
|
* 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
167
|
* firstName: "string",
|
|
199
168
|
* lastName: "string",
|
|
200
169
|
* gender: CandidApi.Gender.Male
|
|
@@ -203,27 +172,9 @@ export declare class V4 {
|
|
|
203
172
|
* insuranceCard: {
|
|
204
173
|
* memberId: "string",
|
|
205
174
|
* 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
|
|
175
|
+
* payerId: "string"
|
|
216
176
|
* },
|
|
217
177
|
* 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
178
|
* firstName: "string",
|
|
228
179
|
* lastName: "string",
|
|
229
180
|
* gender: CandidApi.Gender.Male
|
|
@@ -294,10 +245,7 @@ export declare class V4 {
|
|
|
294
245
|
* state: CandidApi.State.Ny,
|
|
295
246
|
* zipCode: "10001",
|
|
296
247
|
* zipPlusFourCode: "1234"
|
|
297
|
-
* }
|
|
298
|
-
* firstName: "string",
|
|
299
|
-
* lastName: "string",
|
|
300
|
-
* organizationName: "string"
|
|
248
|
+
* }
|
|
301
249
|
* },
|
|
302
250
|
* testResults: [{
|
|
303
251
|
* value: 1.1,
|
|
@@ -451,9 +399,7 @@ export declare class V4 {
|
|
|
451
399
|
* taxId: "string",
|
|
452
400
|
* npi: "string",
|
|
453
401
|
* taxonomyCode: "string",
|
|
454
|
-
*
|
|
455
|
-
* lastName: "string",
|
|
456
|
-
* organizationName: "string"
|
|
402
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
457
403
|
* },
|
|
458
404
|
* renderingProvider: {
|
|
459
405
|
* npi: "string",
|
|
@@ -465,10 +411,7 @@ export declare class V4 {
|
|
|
465
411
|
* state: CandidApi.State.Ny,
|
|
466
412
|
* zipCode: "10001",
|
|
467
413
|
* zipPlusFourCode: "1234"
|
|
468
|
-
* }
|
|
469
|
-
* firstName: "string",
|
|
470
|
-
* lastName: "string",
|
|
471
|
-
* organizationName: "string"
|
|
414
|
+
* }
|
|
472
415
|
* },
|
|
473
416
|
* initialReferringProvider: {
|
|
474
417
|
* npi: "string",
|
|
@@ -481,10 +424,7 @@ export declare class V4 {
|
|
|
481
424
|
* zipCode: "10001",
|
|
482
425
|
* zipPlusFourCode: "1234"
|
|
483
426
|
* },
|
|
484
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
485
|
-
* firstName: "string",
|
|
486
|
-
* lastName: "string",
|
|
487
|
-
* organizationName: "string"
|
|
427
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
488
428
|
* },
|
|
489
429
|
* supervisingProvider: {
|
|
490
430
|
* npi: "string",
|
|
@@ -496,10 +436,7 @@ export declare class V4 {
|
|
|
496
436
|
* state: CandidApi.State.Ny,
|
|
497
437
|
* zipCode: "10001",
|
|
498
438
|
* zipPlusFourCode: "1234"
|
|
499
|
-
* }
|
|
500
|
-
* firstName: "string",
|
|
501
|
-
* lastName: "string",
|
|
502
|
-
* organizationName: "string"
|
|
439
|
+
* }
|
|
503
440
|
* },
|
|
504
441
|
* serviceFacility: {
|
|
505
442
|
* organizationName: "string",
|
|
@@ -511,7 +448,8 @@ export declare class V4 {
|
|
|
511
448
|
* state: CandidApi.State.Ny,
|
|
512
449
|
* zipCode: "10001",
|
|
513
450
|
* zipPlusFourCode: "1234"
|
|
514
|
-
* }
|
|
451
|
+
* },
|
|
452
|
+
* secondaryIdentification: "string"
|
|
515
453
|
* },
|
|
516
454
|
* diagnoses: [{
|
|
517
455
|
* name: "string",
|
|
@@ -577,10 +515,7 @@ export declare class V4 {
|
|
|
577
515
|
* state: CandidApi.State.Ny,
|
|
578
516
|
* zipCode: "10001",
|
|
579
517
|
* zipPlusFourCode: "1234"
|
|
580
|
-
* }
|
|
581
|
-
* firstName: "string",
|
|
582
|
-
* lastName: "string",
|
|
583
|
-
* organizationName: "string"
|
|
518
|
+
* }
|
|
584
519
|
* },
|
|
585
520
|
* testResults: [{
|
|
586
521
|
* value: 1.1,
|
|
@@ -681,20 +616,14 @@ export declare class V4 {
|
|
|
681
616
|
*
|
|
682
617
|
* @example
|
|
683
618
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
619
|
+
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
620
|
+
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
621
|
+
* benefitsAssignedToProvider: true,
|
|
684
622
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
685
623
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
686
624
|
* 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
|
-
* }],
|
|
625
|
+
* tagIds: [],
|
|
626
|
+
* clinicalNotes: [],
|
|
698
627
|
* payToAddress: {
|
|
699
628
|
* address1: "123 Main St",
|
|
700
629
|
* address2: "Apt 1",
|
|
@@ -706,37 +635,17 @@ export declare class V4 {
|
|
|
706
635
|
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
707
636
|
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
708
637
|
* providerAcceptsAssignment: true,
|
|
709
|
-
* benefitsAssignedToProvider: true,
|
|
710
638
|
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
711
639
|
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
712
|
-
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
713
640
|
* appointmentType: "string",
|
|
714
641
|
* endDateOfService: "2023-01-15",
|
|
715
642
|
* subscriberPrimary: {
|
|
716
643
|
* insuranceCard: {
|
|
717
644
|
* memberId: "string",
|
|
718
645
|
* 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
|
|
646
|
+
* payerId: "string"
|
|
729
647
|
* },
|
|
730
648
|
* 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
649
|
* firstName: "string",
|
|
741
650
|
* lastName: "string",
|
|
742
651
|
* gender: CandidApi.Gender.Male
|
|
@@ -745,27 +654,9 @@ export declare class V4 {
|
|
|
745
654
|
* insuranceCard: {
|
|
746
655
|
* memberId: "string",
|
|
747
656
|
* 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
|
|
657
|
+
* payerId: "string"
|
|
758
658
|
* },
|
|
759
659
|
* 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
660
|
* firstName: "string",
|
|
770
661
|
* lastName: "string",
|
|
771
662
|
* gender: CandidApi.Gender.Male
|
|
@@ -777,43 +668,9 @@ export declare class V4 {
|
|
|
777
668
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
778
669
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
779
670
|
* 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
|
-
* },
|
|
671
|
+
* patient: {},
|
|
807
672
|
* 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
|
-
* }],
|
|
673
|
+
* schemaInstances: [],
|
|
817
674
|
* vitals: {
|
|
818
675
|
* heightIn: 70,
|
|
819
676
|
* weightLbs: 165,
|
|
@@ -823,29 +680,8 @@ export declare class V4 {
|
|
|
823
680
|
* hemoglobinGdl: 15.1,
|
|
824
681
|
* hematocritPct: 51.2
|
|
825
682
|
* },
|
|
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
|
-
* },
|
|
683
|
+
* existingMedications: [],
|
|
684
|
+
* renderingProvider: {},
|
|
849
685
|
* serviceFacility: {
|
|
850
686
|
* organizationName: "Test Organization",
|
|
851
687
|
* address: {
|
|
@@ -857,89 +693,11 @@ export declare class V4 {
|
|
|
857
693
|
* zipPlusFourCode: "1234"
|
|
858
694
|
* }
|
|
859
695
|
* },
|
|
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
|
-
* },
|
|
696
|
+
* guarantor: {},
|
|
697
|
+
* billingProvider: {},
|
|
698
|
+
* supervisingProvider: {},
|
|
699
|
+
* referringProvider: {},
|
|
700
|
+
* initialReferringProvider: {},
|
|
943
701
|
* referralNumber: "string"
|
|
944
702
|
* })
|
|
945
703
|
*/
|