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
|
@@ -132,7 +132,7 @@ class V4 {
|
|
|
132
132
|
Authorization: yield this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.
|
|
135
|
+
"X-Fern-SDK-Version": "0.37.0",
|
|
136
136
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
137
137
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
138
138
|
},
|
|
@@ -178,7 +178,7 @@ class V4 {
|
|
|
178
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
179
179
|
"X-Fern-Language": "JavaScript",
|
|
180
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
181
|
-
"X-Fern-SDK-Version": "0.
|
|
181
|
+
"X-Fern-SDK-Version": "0.37.0",
|
|
182
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
183
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
184
184
|
},
|
|
@@ -250,9 +250,7 @@ class V4 {
|
|
|
250
250
|
* taxId: "string",
|
|
251
251
|
* npi: "string",
|
|
252
252
|
* taxonomyCode: "string",
|
|
253
|
-
*
|
|
254
|
-
* lastName: "string",
|
|
255
|
-
* organizationName: "string"
|
|
253
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
256
254
|
* },
|
|
257
255
|
* renderingProvider: {
|
|
258
256
|
* npi: "string",
|
|
@@ -264,10 +262,7 @@ class V4 {
|
|
|
264
262
|
* state: CandidApi.State.Ny,
|
|
265
263
|
* zipCode: "10001",
|
|
266
264
|
* zipPlusFourCode: "1234"
|
|
267
|
-
* }
|
|
268
|
-
* firstName: "string",
|
|
269
|
-
* lastName: "string",
|
|
270
|
-
* organizationName: "string"
|
|
265
|
+
* }
|
|
271
266
|
* },
|
|
272
267
|
* referringProvider: {
|
|
273
268
|
* npi: "string",
|
|
@@ -279,10 +274,7 @@ class V4 {
|
|
|
279
274
|
* state: CandidApi.State.Ny,
|
|
280
275
|
* zipCode: "10001",
|
|
281
276
|
* zipPlusFourCode: "1234"
|
|
282
|
-
* }
|
|
283
|
-
* firstName: "string",
|
|
284
|
-
* lastName: "string",
|
|
285
|
-
* organizationName: "string"
|
|
277
|
+
* }
|
|
286
278
|
* },
|
|
287
279
|
* initialReferringProvider: {
|
|
288
280
|
* npi: "string",
|
|
@@ -295,10 +287,7 @@ class V4 {
|
|
|
295
287
|
* zipCode: "10001",
|
|
296
288
|
* zipPlusFourCode: "1234"
|
|
297
289
|
* },
|
|
298
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
299
|
-
* firstName: "string",
|
|
300
|
-
* lastName: "string",
|
|
301
|
-
* organizationName: "string"
|
|
290
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
302
291
|
* },
|
|
303
292
|
* supervisingProvider: {
|
|
304
293
|
* npi: "string",
|
|
@@ -310,10 +299,7 @@ class V4 {
|
|
|
310
299
|
* state: CandidApi.State.Ny,
|
|
311
300
|
* zipCode: "10001",
|
|
312
301
|
* zipPlusFourCode: "1234"
|
|
313
|
-
* }
|
|
314
|
-
* firstName: "string",
|
|
315
|
-
* lastName: "string",
|
|
316
|
-
* organizationName: "string"
|
|
302
|
+
* }
|
|
317
303
|
* },
|
|
318
304
|
* serviceFacility: {
|
|
319
305
|
* organizationName: "string",
|
|
@@ -331,27 +317,9 @@ class V4 {
|
|
|
331
317
|
* insuranceCard: {
|
|
332
318
|
* memberId: "string",
|
|
333
319
|
* payerName: "string",
|
|
334
|
-
* payerId: "string"
|
|
335
|
-
* rxBin: "string",
|
|
336
|
-
* rxPcn: "string",
|
|
337
|
-
* imageUrlFront: "string",
|
|
338
|
-
* imageUrlBack: "string",
|
|
339
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
340
|
-
* groupNumber: "string",
|
|
341
|
-
* planName: "string",
|
|
342
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
343
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
320
|
+
* payerId: "string"
|
|
344
321
|
* },
|
|
345
322
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
346
|
-
* dateOfBirth: "2023-01-15",
|
|
347
|
-
* address: {
|
|
348
|
-
* address1: "123 Main St",
|
|
349
|
-
* address2: "Apt 1",
|
|
350
|
-
* city: "New York",
|
|
351
|
-
* state: CandidApi.State.Ny,
|
|
352
|
-
* zipCode: "10001",
|
|
353
|
-
* zipPlusFourCode: "1234"
|
|
354
|
-
* },
|
|
355
323
|
* firstName: "string",
|
|
356
324
|
* lastName: "string",
|
|
357
325
|
* gender: CandidApi.Gender.Male
|
|
@@ -360,27 +328,9 @@ class V4 {
|
|
|
360
328
|
* insuranceCard: {
|
|
361
329
|
* memberId: "string",
|
|
362
330
|
* payerName: "string",
|
|
363
|
-
* payerId: "string"
|
|
364
|
-
* rxBin: "string",
|
|
365
|
-
* rxPcn: "string",
|
|
366
|
-
* imageUrlFront: "string",
|
|
367
|
-
* imageUrlBack: "string",
|
|
368
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
369
|
-
* groupNumber: "string",
|
|
370
|
-
* planName: "string",
|
|
371
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
372
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
331
|
+
* payerId: "string"
|
|
373
332
|
* },
|
|
374
333
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
375
|
-
* dateOfBirth: "2023-01-15",
|
|
376
|
-
* address: {
|
|
377
|
-
* address1: "123 Main St",
|
|
378
|
-
* address2: "Apt 1",
|
|
379
|
-
* city: "New York",
|
|
380
|
-
* state: CandidApi.State.Ny,
|
|
381
|
-
* zipCode: "10001",
|
|
382
|
-
* zipPlusFourCode: "1234"
|
|
383
|
-
* },
|
|
384
334
|
* firstName: "string",
|
|
385
335
|
* lastName: "string",
|
|
386
336
|
* gender: CandidApi.Gender.Male
|
|
@@ -451,10 +401,7 @@ class V4 {
|
|
|
451
401
|
* state: CandidApi.State.Ny,
|
|
452
402
|
* zipCode: "10001",
|
|
453
403
|
* zipPlusFourCode: "1234"
|
|
454
|
-
* }
|
|
455
|
-
* firstName: "string",
|
|
456
|
-
* lastName: "string",
|
|
457
|
-
* organizationName: "string"
|
|
404
|
+
* }
|
|
458
405
|
* },
|
|
459
406
|
* testResults: [{
|
|
460
407
|
* value: 1.1,
|
|
@@ -580,7 +527,7 @@ class V4 {
|
|
|
580
527
|
Authorization: yield this._getAuthorizationHeader(),
|
|
581
528
|
"X-Fern-Language": "JavaScript",
|
|
582
529
|
"X-Fern-SDK-Name": "candidhealth",
|
|
583
|
-
"X-Fern-SDK-Version": "0.
|
|
530
|
+
"X-Fern-SDK-Version": "0.37.0",
|
|
584
531
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
585
532
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
586
533
|
},
|
|
@@ -666,9 +613,7 @@ class V4 {
|
|
|
666
613
|
* taxId: "string",
|
|
667
614
|
* npi: "string",
|
|
668
615
|
* taxonomyCode: "string",
|
|
669
|
-
*
|
|
670
|
-
* lastName: "string",
|
|
671
|
-
* organizationName: "string"
|
|
616
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
672
617
|
* },
|
|
673
618
|
* renderingProvider: {
|
|
674
619
|
* npi: "string",
|
|
@@ -680,10 +625,7 @@ class V4 {
|
|
|
680
625
|
* state: CandidApi.State.Ny,
|
|
681
626
|
* zipCode: "10001",
|
|
682
627
|
* zipPlusFourCode: "1234"
|
|
683
|
-
* }
|
|
684
|
-
* firstName: "string",
|
|
685
|
-
* lastName: "string",
|
|
686
|
-
* organizationName: "string"
|
|
628
|
+
* }
|
|
687
629
|
* },
|
|
688
630
|
* initialReferringProvider: {
|
|
689
631
|
* npi: "string",
|
|
@@ -696,10 +638,7 @@ class V4 {
|
|
|
696
638
|
* zipCode: "10001",
|
|
697
639
|
* zipPlusFourCode: "1234"
|
|
698
640
|
* },
|
|
699
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
700
|
-
* firstName: "string",
|
|
701
|
-
* lastName: "string",
|
|
702
|
-
* organizationName: "string"
|
|
641
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
703
642
|
* },
|
|
704
643
|
* supervisingProvider: {
|
|
705
644
|
* npi: "string",
|
|
@@ -711,10 +650,7 @@ class V4 {
|
|
|
711
650
|
* state: CandidApi.State.Ny,
|
|
712
651
|
* zipCode: "10001",
|
|
713
652
|
* zipPlusFourCode: "1234"
|
|
714
|
-
* }
|
|
715
|
-
* firstName: "string",
|
|
716
|
-
* lastName: "string",
|
|
717
|
-
* organizationName: "string"
|
|
653
|
+
* }
|
|
718
654
|
* },
|
|
719
655
|
* serviceFacility: {
|
|
720
656
|
* organizationName: "string",
|
|
@@ -792,10 +728,7 @@ class V4 {
|
|
|
792
728
|
* state: CandidApi.State.Ny,
|
|
793
729
|
* zipCode: "10001",
|
|
794
730
|
* zipPlusFourCode: "1234"
|
|
795
|
-
* }
|
|
796
|
-
* firstName: "string",
|
|
797
|
-
* lastName: "string",
|
|
798
|
-
* organizationName: "string"
|
|
731
|
+
* }
|
|
799
732
|
* },
|
|
800
733
|
* testResults: [{
|
|
801
734
|
* value: 1.1,
|
|
@@ -899,7 +832,7 @@ class V4 {
|
|
|
899
832
|
Authorization: yield this._getAuthorizationHeader(),
|
|
900
833
|
"X-Fern-Language": "JavaScript",
|
|
901
834
|
"X-Fern-SDK-Name": "candidhealth",
|
|
902
|
-
"X-Fern-SDK-Version": "0.
|
|
835
|
+
"X-Fern-SDK-Version": "0.37.0",
|
|
903
836
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
904
837
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
905
838
|
},
|
|
@@ -954,20 +887,14 @@ class V4 {
|
|
|
954
887
|
*
|
|
955
888
|
* @example
|
|
956
889
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
890
|
+
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
891
|
+
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
892
|
+
* benefitsAssignedToProvider: true,
|
|
957
893
|
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
958
894
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
959
895
|
* dateOfService: "2023-01-15",
|
|
960
|
-
*
|
|
961
|
-
*
|
|
962
|
-
* clinicalNotes: [{
|
|
963
|
-
* category: CandidApi.encounters.v4.NoteCategory.Clinical,
|
|
964
|
-
* notes: [{
|
|
965
|
-
* text: "string",
|
|
966
|
-
* authorName: "string",
|
|
967
|
-
* authorNpi: CandidApi.Npi("string"),
|
|
968
|
-
* timestamp: new Date("2024-01-15T09:30:00.000Z")
|
|
969
|
-
* }]
|
|
970
|
-
* }],
|
|
896
|
+
* tagIds: [],
|
|
897
|
+
* clinicalNotes: [],
|
|
971
898
|
* payToAddress: {
|
|
972
899
|
* address1: "123 Main St",
|
|
973
900
|
* address2: "Apt 1",
|
|
@@ -979,37 +906,17 @@ class V4 {
|
|
|
979
906
|
* billableStatus: CandidApi.encounters.v4.BillableStatusType.Billable,
|
|
980
907
|
* responsibleParty: CandidApi.encounters.v4.ResponsiblePartyType.InsurancePay,
|
|
981
908
|
* providerAcceptsAssignment: true,
|
|
982
|
-
* benefitsAssignedToProvider: true,
|
|
983
909
|
* synchronicity: CandidApi.encounters.v4.SynchronicityType.Synchronous,
|
|
984
910
|
* placeOfServiceCode: CandidApi.FacilityTypeCode.Pharmacy,
|
|
985
|
-
* placeOfServiceCodeAsSubmitted: CandidApi.FacilityTypeCode.Pharmacy,
|
|
986
911
|
* appointmentType: "string",
|
|
987
912
|
* endDateOfService: "2023-01-15",
|
|
988
913
|
* subscriberPrimary: {
|
|
989
914
|
* insuranceCard: {
|
|
990
915
|
* memberId: "string",
|
|
991
916
|
* payerName: "string",
|
|
992
|
-
* payerId: "string"
|
|
993
|
-
* rxBin: "string",
|
|
994
|
-
* rxPcn: "string",
|
|
995
|
-
* imageUrlFront: "string",
|
|
996
|
-
* imageUrlBack: "string",
|
|
997
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
998
|
-
* groupNumber: "string",
|
|
999
|
-
* planName: "string",
|
|
1000
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
1001
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
917
|
+
* payerId: "string"
|
|
1002
918
|
* },
|
|
1003
919
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
1004
|
-
* dateOfBirth: "2023-01-15",
|
|
1005
|
-
* address: {
|
|
1006
|
-
* address1: "123 Main St",
|
|
1007
|
-
* address2: "Apt 1",
|
|
1008
|
-
* city: "New York",
|
|
1009
|
-
* state: CandidApi.State.Ny,
|
|
1010
|
-
* zipCode: "10001",
|
|
1011
|
-
* zipPlusFourCode: "1234"
|
|
1012
|
-
* },
|
|
1013
920
|
* firstName: "string",
|
|
1014
921
|
* lastName: "string",
|
|
1015
922
|
* gender: CandidApi.Gender.Male
|
|
@@ -1018,27 +925,9 @@ class V4 {
|
|
|
1018
925
|
* insuranceCard: {
|
|
1019
926
|
* memberId: "string",
|
|
1020
927
|
* payerName: "string",
|
|
1021
|
-
* payerId: "string"
|
|
1022
|
-
* rxBin: "string",
|
|
1023
|
-
* rxPcn: "string",
|
|
1024
|
-
* imageUrlFront: "string",
|
|
1025
|
-
* imageUrlBack: "string",
|
|
1026
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
1027
|
-
* groupNumber: "string",
|
|
1028
|
-
* planName: "string",
|
|
1029
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
1030
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
928
|
+
* payerId: "string"
|
|
1031
929
|
* },
|
|
1032
930
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
1033
|
-
* dateOfBirth: "2023-01-15",
|
|
1034
|
-
* address: {
|
|
1035
|
-
* address1: "123 Main St",
|
|
1036
|
-
* address2: "Apt 1",
|
|
1037
|
-
* city: "New York",
|
|
1038
|
-
* state: CandidApi.State.Ny,
|
|
1039
|
-
* zipCode: "10001",
|
|
1040
|
-
* zipPlusFourCode: "1234"
|
|
1041
|
-
* },
|
|
1042
931
|
* firstName: "string",
|
|
1043
932
|
* lastName: "string",
|
|
1044
933
|
* gender: CandidApi.Gender.Male
|
|
@@ -1050,43 +939,9 @@ class V4 {
|
|
|
1050
939
|
* onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
|
|
1051
940
|
* lastMenstrualPeriodDate: "2023-01-15",
|
|
1052
941
|
* delayReasonCode: CandidApi.DelayReasonCode.C1,
|
|
1053
|
-
* patient: {
|
|
1054
|
-
* firstName: "string",
|
|
1055
|
-
* lastName: "string",
|
|
1056
|
-
* gender: CandidApi.Gender.Male,
|
|
1057
|
-
* externalId: "string",
|
|
1058
|
-
* dateOfBirth: "2023-01-15",
|
|
1059
|
-
* address: {
|
|
1060
|
-
* address1: "123 Main St",
|
|
1061
|
-
* address2: "Apt 1",
|
|
1062
|
-
* city: "New York",
|
|
1063
|
-
* state: CandidApi.State.Ny,
|
|
1064
|
-
* zipCode: "10001",
|
|
1065
|
-
* zipPlusFourCode: "1234"
|
|
1066
|
-
* },
|
|
1067
|
-
* phoneNumbers: [{
|
|
1068
|
-
* number: "1234567890",
|
|
1069
|
-
* type: CandidApi.PhoneNumberType.Home
|
|
1070
|
-
* }],
|
|
1071
|
-
* phoneConsent: true,
|
|
1072
|
-
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
1073
|
-
* emailConsent: true,
|
|
1074
|
-
* nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
1075
|
-
* nonInsurancePayersInfo: [{
|
|
1076
|
-
* nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
1077
|
-
* memberId: "string"
|
|
1078
|
-
* }]
|
|
1079
|
-
* },
|
|
942
|
+
* patient: {},
|
|
1080
943
|
* patientAuthorizedRelease: true,
|
|
1081
|
-
* schemaInstances: [
|
|
1082
|
-
* schemaId: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
|
|
1083
|
-
* content: {
|
|
1084
|
-
* "provider_category": "internist",
|
|
1085
|
-
* "is_urgent_care": true,
|
|
1086
|
-
* "bmi": 24.2,
|
|
1087
|
-
* "age": 38
|
|
1088
|
-
* }
|
|
1089
|
-
* }],
|
|
944
|
+
* schemaInstances: [],
|
|
1090
945
|
* vitals: {
|
|
1091
946
|
* heightIn: 70,
|
|
1092
947
|
* weightLbs: 165,
|
|
@@ -1096,29 +951,8 @@ class V4 {
|
|
|
1096
951
|
* hemoglobinGdl: 15.1,
|
|
1097
952
|
* hematocritPct: 51.2
|
|
1098
953
|
* },
|
|
1099
|
-
* existingMedications: [
|
|
1100
|
-
*
|
|
1101
|
-
* rxCui: CandidApi.encounters.v4.RxCui("860975"),
|
|
1102
|
-
* dosage: "10mg",
|
|
1103
|
-
* dosageForm: "Tablet",
|
|
1104
|
-
* frequency: "Once Daily",
|
|
1105
|
-
* asNeeded: true
|
|
1106
|
-
* }],
|
|
1107
|
-
* renderingProvider: {
|
|
1108
|
-
* npi: "string",
|
|
1109
|
-
* taxonomyCode: "string",
|
|
1110
|
-
* address: {
|
|
1111
|
-
* address1: "123 Main St",
|
|
1112
|
-
* address2: "Apt 1",
|
|
1113
|
-
* city: "New York",
|
|
1114
|
-
* state: CandidApi.State.Ny,
|
|
1115
|
-
* zipCode: "10001",
|
|
1116
|
-
* zipPlusFourCode: "1234"
|
|
1117
|
-
* },
|
|
1118
|
-
* firstName: "string",
|
|
1119
|
-
* lastName: "string",
|
|
1120
|
-
* organizationName: "string"
|
|
1121
|
-
* },
|
|
954
|
+
* existingMedications: [],
|
|
955
|
+
* renderingProvider: {},
|
|
1122
956
|
* serviceFacility: {
|
|
1123
957
|
* organizationName: "Test Organization",
|
|
1124
958
|
* address: {
|
|
@@ -1130,89 +964,11 @@ class V4 {
|
|
|
1130
964
|
* zipPlusFourCode: "1234"
|
|
1131
965
|
* }
|
|
1132
966
|
* },
|
|
1133
|
-
* guarantor: {
|
|
1134
|
-
*
|
|
1135
|
-
*
|
|
1136
|
-
*
|
|
1137
|
-
*
|
|
1138
|
-
* address: {
|
|
1139
|
-
* address1: "123 Main St",
|
|
1140
|
-
* address2: "Apt 1",
|
|
1141
|
-
* city: "New York",
|
|
1142
|
-
* state: CandidApi.State.Ny,
|
|
1143
|
-
* zipCode: "10001",
|
|
1144
|
-
* zipPlusFourCode: "1234"
|
|
1145
|
-
* },
|
|
1146
|
-
* phoneNumbers: [{
|
|
1147
|
-
* number: "1234567890",
|
|
1148
|
-
* type: CandidApi.PhoneNumberType.Home
|
|
1149
|
-
* }],
|
|
1150
|
-
* phoneConsent: true,
|
|
1151
|
-
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
1152
|
-
* emailConsent: true
|
|
1153
|
-
* },
|
|
1154
|
-
* billingProvider: {
|
|
1155
|
-
* address: {
|
|
1156
|
-
* address1: "123 Main St",
|
|
1157
|
-
* address2: "Apt 1",
|
|
1158
|
-
* city: "New York",
|
|
1159
|
-
* state: CandidApi.State.Ny,
|
|
1160
|
-
* zipCode: "10001",
|
|
1161
|
-
* zipPlusFourCode: "1234"
|
|
1162
|
-
* },
|
|
1163
|
-
* taxId: "string",
|
|
1164
|
-
* npi: "string",
|
|
1165
|
-
* taxonomyCode: "string",
|
|
1166
|
-
* firstName: "string",
|
|
1167
|
-
* lastName: "string",
|
|
1168
|
-
* organizationName: "string"
|
|
1169
|
-
* },
|
|
1170
|
-
* supervisingProvider: {
|
|
1171
|
-
* npi: "string",
|
|
1172
|
-
* taxonomyCode: "string",
|
|
1173
|
-
* address: {
|
|
1174
|
-
* address1: "123 Main St",
|
|
1175
|
-
* address2: "Apt 1",
|
|
1176
|
-
* city: "New York",
|
|
1177
|
-
* state: CandidApi.State.Ny,
|
|
1178
|
-
* zipCode: "10001",
|
|
1179
|
-
* zipPlusFourCode: "1234"
|
|
1180
|
-
* },
|
|
1181
|
-
* firstName: "string",
|
|
1182
|
-
* lastName: "string",
|
|
1183
|
-
* organizationName: "string"
|
|
1184
|
-
* },
|
|
1185
|
-
* referringProvider: {
|
|
1186
|
-
* npi: "string",
|
|
1187
|
-
* taxonomyCode: "string",
|
|
1188
|
-
* address: {
|
|
1189
|
-
* address1: "123 Main St",
|
|
1190
|
-
* address2: "Apt 1",
|
|
1191
|
-
* city: "New York",
|
|
1192
|
-
* state: CandidApi.State.Ny,
|
|
1193
|
-
* zipCode: "10001",
|
|
1194
|
-
* zipPlusFourCode: "1234"
|
|
1195
|
-
* },
|
|
1196
|
-
* firstName: "string",
|
|
1197
|
-
* lastName: "string",
|
|
1198
|
-
* organizationName: "string"
|
|
1199
|
-
* },
|
|
1200
|
-
* initialReferringProvider: {
|
|
1201
|
-
* npi: "string",
|
|
1202
|
-
* taxonomyCode: "string",
|
|
1203
|
-
* address: {
|
|
1204
|
-
* address1: "123 Main St",
|
|
1205
|
-
* address2: "Apt 1",
|
|
1206
|
-
* city: "New York",
|
|
1207
|
-
* state: CandidApi.State.Ny,
|
|
1208
|
-
* zipCode: "10001",
|
|
1209
|
-
* zipPlusFourCode: "1234"
|
|
1210
|
-
* },
|
|
1211
|
-
* qualifier: CandidApi.QualifierCode.Dq,
|
|
1212
|
-
* firstName: "string",
|
|
1213
|
-
* lastName: "string",
|
|
1214
|
-
* organizationName: "string"
|
|
1215
|
-
* },
|
|
967
|
+
* guarantor: {},
|
|
968
|
+
* billingProvider: {},
|
|
969
|
+
* supervisingProvider: {},
|
|
970
|
+
* referringProvider: {},
|
|
971
|
+
* initialReferringProvider: {},
|
|
1216
972
|
* referralNumber: "string"
|
|
1217
973
|
* })
|
|
1218
974
|
*/
|
|
@@ -1227,7 +983,7 @@ class V4 {
|
|
|
1227
983
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1228
984
|
"X-Fern-Language": "JavaScript",
|
|
1229
985
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1230
|
-
"X-Fern-SDK-Version": "0.
|
|
986
|
+
"X-Fern-SDK-Version": "0.37.0",
|
|
1231
987
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1232
988
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1233
989
|
},
|
|
@@ -44,9 +44,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
44
44
|
* taxId: "string",
|
|
45
45
|
* npi: "string",
|
|
46
46
|
* taxonomyCode: "string",
|
|
47
|
-
*
|
|
48
|
-
* lastName: "string",
|
|
49
|
-
* organizationName: "string"
|
|
47
|
+
* providerCommercialLicenseType: CandidApi.BillingProviderCommercialLicenseType.LicensedClinicalSocialWorker
|
|
50
48
|
* },
|
|
51
49
|
* renderingProvider: {
|
|
52
50
|
* npi: "string",
|
|
@@ -58,10 +56,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
58
56
|
* state: CandidApi.State.Ny,
|
|
59
57
|
* zipCode: "10001",
|
|
60
58
|
* zipPlusFourCode: "1234"
|
|
61
|
-
* }
|
|
62
|
-
* firstName: "string",
|
|
63
|
-
* lastName: "string",
|
|
64
|
-
* organizationName: "string"
|
|
59
|
+
* }
|
|
65
60
|
* },
|
|
66
61
|
* referringProvider: {
|
|
67
62
|
* npi: "string",
|
|
@@ -73,10 +68,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
73
68
|
* state: CandidApi.State.Ny,
|
|
74
69
|
* zipCode: "10001",
|
|
75
70
|
* zipPlusFourCode: "1234"
|
|
76
|
-
* }
|
|
77
|
-
* firstName: "string",
|
|
78
|
-
* lastName: "string",
|
|
79
|
-
* organizationName: "string"
|
|
71
|
+
* }
|
|
80
72
|
* },
|
|
81
73
|
* initialReferringProvider: {
|
|
82
74
|
* npi: "string",
|
|
@@ -89,10 +81,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
89
81
|
* zipCode: "10001",
|
|
90
82
|
* zipPlusFourCode: "1234"
|
|
91
83
|
* },
|
|
92
|
-
* qualifier: CandidApi.QualifierCode.Dq
|
|
93
|
-
* firstName: "string",
|
|
94
|
-
* lastName: "string",
|
|
95
|
-
* organizationName: "string"
|
|
84
|
+
* qualifier: CandidApi.QualifierCode.Dq
|
|
96
85
|
* },
|
|
97
86
|
* supervisingProvider: {
|
|
98
87
|
* npi: "string",
|
|
@@ -104,10 +93,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
104
93
|
* state: CandidApi.State.Ny,
|
|
105
94
|
* zipCode: "10001",
|
|
106
95
|
* zipPlusFourCode: "1234"
|
|
107
|
-
* }
|
|
108
|
-
* firstName: "string",
|
|
109
|
-
* lastName: "string",
|
|
110
|
-
* organizationName: "string"
|
|
96
|
+
* }
|
|
111
97
|
* },
|
|
112
98
|
* serviceFacility: {
|
|
113
99
|
* organizationName: "string",
|
|
@@ -125,27 +111,9 @@ import * as CandidApi from "../../../../../../index";
|
|
|
125
111
|
* insuranceCard: {
|
|
126
112
|
* memberId: "string",
|
|
127
113
|
* payerName: "string",
|
|
128
|
-
* payerId: "string"
|
|
129
|
-
* rxBin: "string",
|
|
130
|
-
* rxPcn: "string",
|
|
131
|
-
* imageUrlFront: "string",
|
|
132
|
-
* imageUrlBack: "string",
|
|
133
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
134
|
-
* groupNumber: "string",
|
|
135
|
-
* planName: "string",
|
|
136
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
137
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
114
|
+
* payerId: "string"
|
|
138
115
|
* },
|
|
139
116
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
140
|
-
* dateOfBirth: "2023-01-15",
|
|
141
|
-
* address: {
|
|
142
|
-
* address1: "123 Main St",
|
|
143
|
-
* address2: "Apt 1",
|
|
144
|
-
* city: "New York",
|
|
145
|
-
* state: CandidApi.State.Ny,
|
|
146
|
-
* zipCode: "10001",
|
|
147
|
-
* zipPlusFourCode: "1234"
|
|
148
|
-
* },
|
|
149
117
|
* firstName: "string",
|
|
150
118
|
* lastName: "string",
|
|
151
119
|
* gender: CandidApi.Gender.Male
|
|
@@ -154,27 +122,9 @@ import * as CandidApi from "../../../../../../index";
|
|
|
154
122
|
* insuranceCard: {
|
|
155
123
|
* memberId: "string",
|
|
156
124
|
* payerName: "string",
|
|
157
|
-
* payerId: "string"
|
|
158
|
-
* rxBin: "string",
|
|
159
|
-
* rxPcn: "string",
|
|
160
|
-
* imageUrlFront: "string",
|
|
161
|
-
* imageUrlBack: "string",
|
|
162
|
-
* emrPayerCrosswalk: CandidApi.EmrPayerCrosswalk.Healthie,
|
|
163
|
-
* groupNumber: "string",
|
|
164
|
-
* planName: "string",
|
|
165
|
-
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
166
|
-
* insuranceType: CandidApi.InsuranceTypeCode.C01
|
|
125
|
+
* payerId: "string"
|
|
167
126
|
* },
|
|
168
127
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
169
|
-
* dateOfBirth: "2023-01-15",
|
|
170
|
-
* address: {
|
|
171
|
-
* address1: "123 Main St",
|
|
172
|
-
* address2: "Apt 1",
|
|
173
|
-
* city: "New York",
|
|
174
|
-
* state: CandidApi.State.Ny,
|
|
175
|
-
* zipCode: "10001",
|
|
176
|
-
* zipPlusFourCode: "1234"
|
|
177
|
-
* },
|
|
178
128
|
* firstName: "string",
|
|
179
129
|
* lastName: "string",
|
|
180
130
|
* gender: CandidApi.Gender.Male
|
|
@@ -245,10 +195,7 @@ import * as CandidApi from "../../../../../../index";
|
|
|
245
195
|
* state: CandidApi.State.Ny,
|
|
246
196
|
* zipCode: "10001",
|
|
247
197
|
* zipPlusFourCode: "1234"
|
|
248
|
-
* }
|
|
249
|
-
* firstName: "string",
|
|
250
|
-
* lastName: "string",
|
|
251
|
-
* organizationName: "string"
|
|
198
|
+
* }
|
|
252
199
|
* },
|
|
253
200
|
* testResults: [{
|
|
254
201
|
* value: 1.1,
|
|
@@ -439,7 +386,7 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
439
386
|
*/
|
|
440
387
|
billingNotes?: CandidApi.billingNotes.v2.BillingNoteBase[];
|
|
441
388
|
/**
|
|
442
|
-
* Box 24B on the CMS-1500 claim form.
|
|
389
|
+
* Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. 02 for telemedicine, 11 for in-person. Full list [here](https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set).
|
|
443
390
|
*
|
|
444
391
|
*/
|
|
445
392
|
placeOfServiceCode: CandidApi.FacilityTypeCode;
|