candidhealth 0.43.0 → 0.45.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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/api/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +5 -239
- package/api/resources/chargeCapture/resources/v1/client/Client.js +16 -249
- package/api/resources/chargeCapture/resources/v1/client/create.d.ts +7 -1
- package/api/resources/chargeCapture/resources/v1/client/create.js +11 -0
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/api/resources/chargeCapture/resources/v1/client/index.js +2 -2
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +8 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -118
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -118
- package/{dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts → api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts} +6 -6
- package/{dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js → api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js} +3 -3
- package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +27 -1
- package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +6 -0
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +3 -1
- package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/api/resources/commons/types/StreetAddressShortZipOptional.js +5 -0
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/encounterAttachments/resources/v1/client/Client.js +4 -4
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +3 -1
- package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +2 -0
- package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
- package/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +197 -79
- package/api/resources/encounters/resources/v4/client/Client.js +202 -84
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +89 -9
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +138 -66
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -26
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/api/resources/individual/types/index.d.ts +1 -0
- package/api/resources/individual/types/index.js +1 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payerPlanGroups/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 +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- 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 +11 -11
- 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/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/api/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- package/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/dist/api/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +5 -239
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +16 -249
- package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +7 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/create.js +11 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +2 -2
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +8 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -118
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -118
- package/{api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts → dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts} +6 -6
- package/{api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js → dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js} +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +27 -1
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +6 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +3 -1
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +12 -0
- package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +5 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +19 -0
- package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +3 -1
- package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +2 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +66 -8
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +27 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +14 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +197 -79
- package/dist/api/resources/encounters/resources/v4/client/Client.js +202 -84
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +89 -9
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +138 -66
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -26
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +21 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +23 -0
- package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/individual/types/index.d.ts +1 -0
- package/dist/api/resources/individual/types/index.js +1 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payerPlanGroups/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 +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- 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 +11 -11
- 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/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +20 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +5 -0
- package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/types/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +4 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +6 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +6 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +2 -0
- package/{serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts → dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts} +6 -1
- package/{serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js → dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js} +5 -3
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +18 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +18 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +43 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +3 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -1
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -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/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -1
- package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/dist/serialization/resources/{billingNotes/resources/v2/types/BillingNoteOptional.js → encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js} +10 -11
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/{serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.js → dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js} +8 -11
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -16
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +1 -16
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/dist/serialization/resources/individual/types/index.d.ts +1 -0
- package/dist/serialization/resources/individual/types/index.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +284 -327
- package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +0 -1
- package/serialization/resources/billingNotes/resources/v2/types/index.js +0 -1
- package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +6 -1
- package/serialization/resources/chargeCapture/resources/v1/client/create.js +6 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +2 -2
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +2 -0
- package/{dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts → serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts} +6 -1
- package/{dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js → serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js} +5 -3
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +18 -2
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +18 -2
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +12 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +43 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +3 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -1
- package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +17 -0
- package/serialization/resources/commons/types/StreetAddressOptionalBase.js +48 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +13 -0
- package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +46 -0
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -1
- package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +19 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +52 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +18 -0
- package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +51 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +49 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +5 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -16
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +1 -16
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +29 -0
- package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +60 -0
- package/serialization/resources/individual/types/index.d.ts +1 -0
- package/serialization/resources/individual/types/index.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +16 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +47 -0
- package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -15
- package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -15
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -19
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +0 -19
- /package/api/resources/{billingNotes/resources/v2/types/BillingNoteOptional.js → chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js} +0 -0
- /package/{dist/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.js → api/resources/commons/types/StreetAddressOptionalBase.js} +0 -0
|
@@ -100,7 +100,10 @@ export declare class V4 {
|
|
|
100
100
|
* taxId: "string",
|
|
101
101
|
* npi: "string",
|
|
102
102
|
* taxonomyCode: "string",
|
|
103
|
-
* providerCommercialLicenseType: "0"
|
|
103
|
+
* providerCommercialLicenseType: "0",
|
|
104
|
+
* firstName: "string",
|
|
105
|
+
* lastName: "string",
|
|
106
|
+
* organizationName: "string"
|
|
104
107
|
* },
|
|
105
108
|
* renderingProvider: {
|
|
106
109
|
* npi: "string",
|
|
@@ -112,7 +115,10 @@ export declare class V4 {
|
|
|
112
115
|
* state: "NY",
|
|
113
116
|
* zipCode: "10001",
|
|
114
117
|
* zipPlusFourCode: "1234"
|
|
115
|
-
* }
|
|
118
|
+
* },
|
|
119
|
+
* firstName: "string",
|
|
120
|
+
* lastName: "string",
|
|
121
|
+
* organizationName: "string"
|
|
116
122
|
* },
|
|
117
123
|
* referringProvider: {
|
|
118
124
|
* npi: "string",
|
|
@@ -124,7 +130,10 @@ export declare class V4 {
|
|
|
124
130
|
* state: "NY",
|
|
125
131
|
* zipCode: "10001",
|
|
126
132
|
* zipPlusFourCode: "1234"
|
|
127
|
-
* }
|
|
133
|
+
* },
|
|
134
|
+
* firstName: "string",
|
|
135
|
+
* lastName: "string",
|
|
136
|
+
* organizationName: "string"
|
|
128
137
|
* },
|
|
129
138
|
* initialReferringProvider: {
|
|
130
139
|
* npi: "string",
|
|
@@ -137,7 +146,10 @@ export declare class V4 {
|
|
|
137
146
|
* zipCode: "10001",
|
|
138
147
|
* zipPlusFourCode: "1234"
|
|
139
148
|
* },
|
|
140
|
-
* qualifier: "DQ"
|
|
149
|
+
* qualifier: "DQ",
|
|
150
|
+
* firstName: "string",
|
|
151
|
+
* lastName: "string",
|
|
152
|
+
* organizationName: "string"
|
|
141
153
|
* },
|
|
142
154
|
* supervisingProvider: {
|
|
143
155
|
* npi: "string",
|
|
@@ -149,7 +161,10 @@ export declare class V4 {
|
|
|
149
161
|
* state: "NY",
|
|
150
162
|
* zipCode: "10001",
|
|
151
163
|
* zipPlusFourCode: "1234"
|
|
152
|
-
* }
|
|
164
|
+
* },
|
|
165
|
+
* firstName: "string",
|
|
166
|
+
* lastName: "string",
|
|
167
|
+
* organizationName: "string"
|
|
153
168
|
* },
|
|
154
169
|
* serviceFacility: {
|
|
155
170
|
* organizationName: "string",
|
|
@@ -168,9 +183,28 @@ export declare class V4 {
|
|
|
168
183
|
* insuranceCard: {
|
|
169
184
|
* memberId: "string",
|
|
170
185
|
* payerName: "string",
|
|
171
|
-
* payerId: "string"
|
|
186
|
+
* payerId: "string",
|
|
187
|
+
* rxBin: "string",
|
|
188
|
+
* rxPcn: "string",
|
|
189
|
+
* imageUrlFront: "string",
|
|
190
|
+
* imageUrlBack: "string",
|
|
191
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
192
|
+
* groupNumber: "string",
|
|
193
|
+
* planName: "string",
|
|
194
|
+
* planType: "09",
|
|
195
|
+
* insuranceType: "01",
|
|
196
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
172
197
|
* },
|
|
173
198
|
* patientRelationshipToSubscriberCode: "01",
|
|
199
|
+
* dateOfBirth: "2023-01-15",
|
|
200
|
+
* address: {
|
|
201
|
+
* address1: "123 Main St",
|
|
202
|
+
* address2: "Apt 1",
|
|
203
|
+
* city: "New York",
|
|
204
|
+
* state: "NY",
|
|
205
|
+
* zipCode: "10001",
|
|
206
|
+
* zipPlusFourCode: "1234"
|
|
207
|
+
* },
|
|
174
208
|
* firstName: "string",
|
|
175
209
|
* lastName: "string",
|
|
176
210
|
* gender: "male"
|
|
@@ -179,9 +213,28 @@ export declare class V4 {
|
|
|
179
213
|
* insuranceCard: {
|
|
180
214
|
* memberId: "string",
|
|
181
215
|
* payerName: "string",
|
|
182
|
-
* payerId: "string"
|
|
216
|
+
* payerId: "string",
|
|
217
|
+
* rxBin: "string",
|
|
218
|
+
* rxPcn: "string",
|
|
219
|
+
* imageUrlFront: "string",
|
|
220
|
+
* imageUrlBack: "string",
|
|
221
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
222
|
+
* groupNumber: "string",
|
|
223
|
+
* planName: "string",
|
|
224
|
+
* planType: "09",
|
|
225
|
+
* insuranceType: "01",
|
|
226
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
183
227
|
* },
|
|
184
228
|
* patientRelationshipToSubscriberCode: "01",
|
|
229
|
+
* dateOfBirth: "2023-01-15",
|
|
230
|
+
* address: {
|
|
231
|
+
* address1: "123 Main St",
|
|
232
|
+
* address2: "Apt 1",
|
|
233
|
+
* city: "New York",
|
|
234
|
+
* state: "NY",
|
|
235
|
+
* zipCode: "10001",
|
|
236
|
+
* zipPlusFourCode: "1234"
|
|
237
|
+
* },
|
|
185
238
|
* firstName: "string",
|
|
186
239
|
* lastName: "string",
|
|
187
240
|
* gender: "male"
|
|
@@ -190,9 +243,28 @@ export declare class V4 {
|
|
|
190
243
|
* insuranceCard: {
|
|
191
244
|
* memberId: "string",
|
|
192
245
|
* payerName: "string",
|
|
193
|
-
* payerId: "string"
|
|
246
|
+
* payerId: "string",
|
|
247
|
+
* rxBin: "string",
|
|
248
|
+
* rxPcn: "string",
|
|
249
|
+
* imageUrlFront: "string",
|
|
250
|
+
* imageUrlBack: "string",
|
|
251
|
+
* emrPayerCrosswalk: "HEALTHIE",
|
|
252
|
+
* groupNumber: "string",
|
|
253
|
+
* planName: "string",
|
|
254
|
+
* planType: "09",
|
|
255
|
+
* insuranceType: "01",
|
|
256
|
+
* payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
194
257
|
* },
|
|
195
258
|
* patientRelationshipToSubscriberCode: "01",
|
|
259
|
+
* dateOfBirth: "2023-01-15",
|
|
260
|
+
* address: {
|
|
261
|
+
* address1: "123 Main St",
|
|
262
|
+
* address2: "Apt 1",
|
|
263
|
+
* city: "New York",
|
|
264
|
+
* state: "NY",
|
|
265
|
+
* zipCode: "10001",
|
|
266
|
+
* zipPlusFourCode: "1234"
|
|
267
|
+
* },
|
|
196
268
|
* firstName: "string",
|
|
197
269
|
* lastName: "string",
|
|
198
270
|
* gender: "male"
|
|
@@ -281,12 +353,15 @@ export declare class V4 {
|
|
|
281
353
|
* }],
|
|
282
354
|
* referralNumber: "string",
|
|
283
355
|
* epsdtReferral: {
|
|
284
|
-
* conditionIndicator1: "AV"
|
|
356
|
+
* conditionIndicator1: "AV",
|
|
357
|
+
* conditionIndicator2: "AV",
|
|
358
|
+
* conditionIndicator3: "AV"
|
|
285
359
|
* },
|
|
286
360
|
* claimSupplementalInformation: [{
|
|
287
361
|
* attachmentReportTypeCode: "03",
|
|
288
362
|
* attachmentTransmissionCode: "BM"
|
|
289
363
|
* }],
|
|
364
|
+
* secondaryPayerCarrierCode: "string",
|
|
290
365
|
* externalId: CandidApi.EncounterExternalId("string"),
|
|
291
366
|
* dateOfService: "2023-01-15",
|
|
292
367
|
* endDateOfService: "2023-01-15",
|
|
@@ -387,7 +462,10 @@ export declare class V4 {
|
|
|
387
462
|
* taxId: "string",
|
|
388
463
|
* npi: "string",
|
|
389
464
|
* taxonomyCode: "string",
|
|
390
|
-
* providerCommercialLicenseType: "0"
|
|
465
|
+
* providerCommercialLicenseType: "0",
|
|
466
|
+
* firstName: "string",
|
|
467
|
+
* lastName: "string",
|
|
468
|
+
* organizationName: "string"
|
|
391
469
|
* },
|
|
392
470
|
* renderingProvider: {
|
|
393
471
|
* npi: "string",
|
|
@@ -399,7 +477,10 @@ export declare class V4 {
|
|
|
399
477
|
* state: "NY",
|
|
400
478
|
* zipCode: "10001",
|
|
401
479
|
* zipPlusFourCode: "1234"
|
|
402
|
-
* }
|
|
480
|
+
* },
|
|
481
|
+
* firstName: "string",
|
|
482
|
+
* lastName: "string",
|
|
483
|
+
* organizationName: "string"
|
|
403
484
|
* },
|
|
404
485
|
* initialReferringProvider: {
|
|
405
486
|
* npi: "string",
|
|
@@ -412,7 +493,10 @@ export declare class V4 {
|
|
|
412
493
|
* zipCode: "10001",
|
|
413
494
|
* zipPlusFourCode: "1234"
|
|
414
495
|
* },
|
|
415
|
-
* qualifier: "DQ"
|
|
496
|
+
* qualifier: "DQ",
|
|
497
|
+
* firstName: "string",
|
|
498
|
+
* lastName: "string",
|
|
499
|
+
* organizationName: "string"
|
|
416
500
|
* },
|
|
417
501
|
* supervisingProvider: {
|
|
418
502
|
* npi: "string",
|
|
@@ -424,7 +508,10 @@ export declare class V4 {
|
|
|
424
508
|
* state: "NY",
|
|
425
509
|
* zipCode: "10001",
|
|
426
510
|
* zipPlusFourCode: "1234"
|
|
427
|
-
* }
|
|
511
|
+
* },
|
|
512
|
+
* firstName: "string",
|
|
513
|
+
* lastName: "string",
|
|
514
|
+
* organizationName: "string"
|
|
428
515
|
* },
|
|
429
516
|
* serviceFacility: {
|
|
430
517
|
* organizationName: "string",
|
|
@@ -567,14 +654,6 @@ export declare class V4 {
|
|
|
567
654
|
*
|
|
568
655
|
* @example
|
|
569
656
|
* await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
570
|
-
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
571
|
-
* placeOfServiceCodeAsSubmitted: "01",
|
|
572
|
-
* benefitsAssignedToProvider: true,
|
|
573
|
-
* priorAuthorizationNumber: CandidApi.encounters.v4.PriorAuthorizationNumber("string"),
|
|
574
|
-
* externalId: CandidApi.EncounterExternalId("string"),
|
|
575
|
-
* dateOfService: "2023-01-15",
|
|
576
|
-
* tagIds: [],
|
|
577
|
-
* clinicalNotes: [],
|
|
578
657
|
* payToAddress: {
|
|
579
658
|
* address1: "123 Main St",
|
|
580
659
|
* address2: "Apt 1",
|
|
@@ -583,67 +662,83 @@ export declare class V4 {
|
|
|
583
662
|
* zipCode: "10001",
|
|
584
663
|
* zipPlusFourCode: "1234"
|
|
585
664
|
* },
|
|
586
|
-
*
|
|
587
|
-
*
|
|
588
|
-
*
|
|
589
|
-
*
|
|
590
|
-
*
|
|
591
|
-
*
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
595
|
-
*
|
|
596
|
-
*
|
|
597
|
-
* payerId: "string"
|
|
665
|
+
* diagnosisIds: [CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
666
|
+
* initialReferringProvider: {
|
|
667
|
+
* npi: "string",
|
|
668
|
+
* taxonomyCode: "string",
|
|
669
|
+
* address: {
|
|
670
|
+
* address1: "123 Main St",
|
|
671
|
+
* address2: "Apt 1",
|
|
672
|
+
* city: "New York",
|
|
673
|
+
* state: "NY",
|
|
674
|
+
* zipCode: "10001",
|
|
675
|
+
* zipPlusFourCode: "1234"
|
|
598
676
|
* },
|
|
599
|
-
*
|
|
677
|
+
* qualifier: "DQ",
|
|
600
678
|
* firstName: "string",
|
|
601
679
|
* lastName: "string",
|
|
602
|
-
*
|
|
680
|
+
* organizationName: "string"
|
|
603
681
|
* },
|
|
604
|
-
*
|
|
605
|
-
*
|
|
606
|
-
*
|
|
607
|
-
*
|
|
608
|
-
*
|
|
682
|
+
* referringProvider: {
|
|
683
|
+
* npi: "string",
|
|
684
|
+
* taxonomyCode: "string",
|
|
685
|
+
* address: {
|
|
686
|
+
* address1: "123 Main St",
|
|
687
|
+
* address2: "Apt 1",
|
|
688
|
+
* city: "New York",
|
|
689
|
+
* state: "NY",
|
|
690
|
+
* zipCode: "10001",
|
|
691
|
+
* zipPlusFourCode: "1234"
|
|
609
692
|
* },
|
|
610
|
-
* patientRelationshipToSubscriberCode: "01",
|
|
611
693
|
* firstName: "string",
|
|
612
694
|
* lastName: "string",
|
|
613
|
-
*
|
|
695
|
+
* organizationName: "string"
|
|
614
696
|
* },
|
|
615
|
-
*
|
|
616
|
-
* insuranceCard: {
|
|
617
|
-
* memberId: "string",
|
|
618
|
-
* payerName: "string",
|
|
619
|
-
* payerId: "string"
|
|
620
|
-
* },
|
|
621
|
-
* patientRelationshipToSubscriberCode: "01",
|
|
697
|
+
* patient: {
|
|
622
698
|
* firstName: "string",
|
|
623
699
|
* lastName: "string",
|
|
624
|
-
* gender: "male"
|
|
700
|
+
* gender: "male",
|
|
701
|
+
* externalId: "string",
|
|
702
|
+
* dateOfBirth: "2023-01-15",
|
|
703
|
+
* address: {
|
|
704
|
+
* address1: "123 Main St",
|
|
705
|
+
* address2: "Apt 1",
|
|
706
|
+
* city: "New York",
|
|
707
|
+
* state: "NY",
|
|
708
|
+
* zipCode: "10001",
|
|
709
|
+
* zipPlusFourCode: "1234"
|
|
710
|
+
* },
|
|
711
|
+
* phoneNumbers: [{
|
|
712
|
+
* number: "1234567890",
|
|
713
|
+
* type: "Home"
|
|
714
|
+
* }],
|
|
715
|
+
* phoneConsent: true,
|
|
716
|
+
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
717
|
+
* emailConsent: true,
|
|
718
|
+
* nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
719
|
+
* nonInsurancePayersInfo: [{
|
|
720
|
+
* nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
721
|
+
* memberId: "string",
|
|
722
|
+
* clinicalTrialInfo: [{
|
|
723
|
+
* clinicalTrialId: CandidApi.ClinicalTrialId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
724
|
+
* }]
|
|
725
|
+
* }]
|
|
625
726
|
* },
|
|
626
|
-
*
|
|
627
|
-
*
|
|
628
|
-
*
|
|
629
|
-
*
|
|
630
|
-
*
|
|
631
|
-
*
|
|
632
|
-
*
|
|
633
|
-
*
|
|
634
|
-
*
|
|
635
|
-
*
|
|
636
|
-
*
|
|
637
|
-
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
* bloodPressureDiastolicMmhg: 85,
|
|
641
|
-
* bodyTemperatureF: 98,
|
|
642
|
-
* hemoglobinGdl: 15.1,
|
|
643
|
-
* hematocritPct: 51.2
|
|
727
|
+
* renderingProvider: {
|
|
728
|
+
* npi: "string",
|
|
729
|
+
* taxonomyCode: "string",
|
|
730
|
+
* address: {
|
|
731
|
+
* address1: "123 Main St",
|
|
732
|
+
* address2: "Apt 1",
|
|
733
|
+
* city: "New York",
|
|
734
|
+
* state: "NY",
|
|
735
|
+
* zipCode: "10001",
|
|
736
|
+
* zipPlusFourCode: "1234"
|
|
737
|
+
* },
|
|
738
|
+
* firstName: "string",
|
|
739
|
+
* lastName: "string",
|
|
740
|
+
* organizationName: "string"
|
|
644
741
|
* },
|
|
645
|
-
* existingMedications: [],
|
|
646
|
-
* renderingProvider: {},
|
|
647
742
|
* serviceFacility: {
|
|
648
743
|
* organizationName: "Test Organization",
|
|
649
744
|
* address: {
|
|
@@ -655,16 +750,39 @@ export declare class V4 {
|
|
|
655
750
|
* zipPlusFourCode: "1234"
|
|
656
751
|
* }
|
|
657
752
|
* },
|
|
658
|
-
*
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
*
|
|
663
|
-
*
|
|
664
|
-
*
|
|
665
|
-
*
|
|
753
|
+
* supervisingProvider: {
|
|
754
|
+
* npi: "string",
|
|
755
|
+
* taxonomyCode: "string",
|
|
756
|
+
* address: {
|
|
757
|
+
* address1: "123 Main St",
|
|
758
|
+
* address2: "Apt 1",
|
|
759
|
+
* city: "New York",
|
|
760
|
+
* state: "NY",
|
|
761
|
+
* zipCode: "10001",
|
|
762
|
+
* zipPlusFourCode: "1234"
|
|
763
|
+
* },
|
|
764
|
+
* firstName: "string",
|
|
765
|
+
* lastName: "string",
|
|
766
|
+
* organizationName: "string"
|
|
767
|
+
* },
|
|
768
|
+
* billingProvider: {
|
|
769
|
+
* address: {
|
|
770
|
+
* address1: "123 Main St",
|
|
771
|
+
* address2: "Apt 1",
|
|
772
|
+
* city: "New York",
|
|
773
|
+
* state: "NY",
|
|
774
|
+
* zipCode: "10001",
|
|
775
|
+
* zipPlusFourCode: "1234"
|
|
776
|
+
* },
|
|
777
|
+
* taxId: "string",
|
|
778
|
+
* npi: "string",
|
|
779
|
+
* taxonomyCode: "string",
|
|
780
|
+
* providerCommercialLicenseType: "0",
|
|
781
|
+
* firstName: "string",
|
|
782
|
+
* lastName: "string",
|
|
783
|
+
* organizationName: "string"
|
|
666
784
|
* },
|
|
667
|
-
*
|
|
785
|
+
* placeOfServiceCodeAsSubmitted: "01"
|
|
668
786
|
* })
|
|
669
787
|
*/
|
|
670
788
|
update(encounterId: CandidApi.EncounterId, request?: CandidApi.encounters.v4.EncounterUpdate, requestOptions?: V4.RequestOptions): Promise<core.APIResponse<CandidApi.encounters.v4.Encounter, CandidApi.encounters.v4.update.Error>>;
|