candidhealth 0.34.6 → 0.35.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 +61 -56
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/client/Client.d.ts +26 -0
- package/api/resources/credentialing/client/Client.js +17 -0
- package/api/resources/credentialing/client/index.d.ts +1 -0
- package/api/resources/credentialing/client/index.js +2 -0
- package/api/resources/credentialing/index.d.ts +2 -0
- package/api/resources/credentialing/index.js +18 -0
- package/api/resources/credentialing/resources/index.d.ts +1 -0
- package/api/resources/credentialing/resources/index.js +27 -0
- package/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
- package/api/resources/credentialing/resources/v2/client/Client.js +413 -0
- package/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/create.js +69 -0
- package/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/delete.js +69 -0
- package/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/api/resources/credentialing/resources/v2/client/get.js +69 -0
- package/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
- package/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
- package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/api/resources/credentialing/resources/v2/client/index.js +35 -0
- package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
- package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/api/resources/credentialing/resources/v2/client/update.js +91 -0
- package/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/api/resources/credentialing/resources/v2/index.js +18 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/api/resources/credentialing/resources/v2/types/index.js +20 -0
- 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.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.d.ts +13 -3
- package/api/resources/encounters/resources/v4/client/Client.js +18 -9
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +10 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
- package/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/api/resources/encounters/resources/v4/types/index.js +0 -1
- 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.js +3 -3
- 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/individual/types/Patient.d.ts +24 -1
- package/api/resources/individual/types/PatientCreate.d.ts +1 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
- package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/api/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/api/resources/individual/types/index.d.ts +2 -0
- package/api/resources/individual/types/index.js +2 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
- 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.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
- 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.d.ts +8 -46
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +61 -56
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +10 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/client/Client.d.ts +26 -0
- package/dist/api/resources/credentialing/client/Client.js +17 -0
- package/dist/api/resources/credentialing/client/index.d.ts +1 -0
- package/dist/api/resources/credentialing/client/index.js +2 -0
- package/dist/api/resources/credentialing/index.d.ts +2 -0
- package/dist/api/resources/credentialing/index.js +18 -0
- package/dist/api/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/api/resources/credentialing/resources/index.js +27 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +97 -0
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +413 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/create.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/delete.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +34 -0
- package/dist/api/resources/credentialing/resources/v2/client/get.js +69 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +28 -0
- package/dist/api/resources/credentialing/resources/v2/client/getAll.js +58 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/credentialing/resources/v2/client/index.js +35 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +33 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +44 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +41 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
- package/dist/api/resources/credentialing/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +46 -0
- package/dist/api/resources/credentialing/resources/v2/client/update.js +91 -0
- package/dist/api/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +13 -0
- package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +12 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +31 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +8 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +10 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +7 -0
- package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +5 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/api/resources/credentialing/resources/v2/types/index.js +20 -0
- 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.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +13 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +18 -9
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -7
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -11
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +10 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +25 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +23 -1
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/types/index.js +0 -1
- 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.js +3 -3
- 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/individual/types/Patient.d.ts +24 -1
- package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +27 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
- package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/dist/api/resources/individual/types/index.d.ts +2 -0
- package/dist/api/resources/individual/types/index.js +2 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +2 -17
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +5 -20
- 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.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +8 -1
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +2 -8
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -12
- 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.d.ts +8 -46
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +14 -52
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -50
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +34 -58
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +56 -310
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +64 -318
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +28 -155
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +30 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +33 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +8 -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/api/resources/x12/resources/v1/types/Rarc.d.ts +2 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/credentialing/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/index.js +17 -0
- package/dist/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/dist/serialization/resources/credentialing/resources/index.js +27 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/dist/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/dist/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/dist/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
- 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 +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -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/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +0 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/individual/types/Patient.d.ts +2 -0
- package/dist/serialization/resources/individual/types/Patient.js +2 -0
- package/dist/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
- package/dist/serialization/resources/individual/types/PatientCreate.js +2 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
- package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +2 -0
- package/dist/serialization/resources/individual/types/index.d.ts +2 -0
- package/dist/serialization/resources/individual/types/index.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/package.json +1 -1
- package/reference.md +6630 -1164
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +35 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/credentialing/index.d.ts +1 -0
- package/serialization/resources/credentialing/index.js +17 -0
- package/serialization/resources/credentialing/resources/index.d.ts +1 -0
- package/serialization/resources/credentialing/resources/index.js +27 -0
- package/serialization/resources/credentialing/resources/v2/client/create.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/create.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/delete.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/get.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/get.js +67 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +15 -0
- package/serialization/resources/credentialing/resources/v2/client/getAll.js +61 -0
- package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -0
- package/serialization/resources/credentialing/resources/v2/client/index.js +35 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +20 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +41 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +19 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +40 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/client/requests/index.js +7 -0
- package/serialization/resources/credentialing/resources/v2/client/update.d.ts +30 -0
- package/serialization/resources/credentialing/resources/v2/client/update.js +79 -0
- package/serialization/resources/credentialing/resources/v2/index.d.ts +2 -0
- package/serialization/resources/credentialing/resources/v2/index.js +18 -0
- package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +10 -0
- package/serialization/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/types/CredentialingSpanStatus.js} +2 -4
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +29 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +50 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +10 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +35 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +14 -0
- package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +37 -0
- package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
- package/serialization/resources/credentialing/resources/v2/types/index.js +20 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -6
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +0 -6
- 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 +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -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/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/types/index.js +0 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/individual/types/Patient.d.ts +2 -0
- package/serialization/resources/individual/types/Patient.js +2 -0
- package/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
- package/serialization/resources/individual/types/PatientCreate.js +2 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
- package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
- package/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
- package/serialization/resources/individual/types/PatientUpdate.js +2 -0
- package/serialization/resources/individual/types/index.d.ts +2 -0
- package/serialization/resources/individual/types/index.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +6 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -0
- package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
- package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -6
- package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
- package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +0 -12
- /package/api/resources/{encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js} +0 -0
- /package/{dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js → api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js} +0 -0
|
@@ -35,17 +35,19 @@ export declare class V1 {
|
|
|
35
35
|
* family: "string",
|
|
36
36
|
* given: ["string"],
|
|
37
37
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
38
|
-
* period: {
|
|
39
|
-
* start: {
|
|
40
|
-
* "key": "value"
|
|
41
|
-
* },
|
|
42
|
-
* end: {
|
|
43
|
-
* "key": "value"
|
|
44
|
-
* }
|
|
45
|
-
* }
|
|
38
|
+
* period: {}
|
|
46
39
|
* },
|
|
47
40
|
* dateOfBirth: "2023-01-15",
|
|
48
|
-
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
41
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female,
|
|
42
|
+
* address: {
|
|
43
|
+
* use: CandidApi.preEncounter.AddressUse.Home,
|
|
44
|
+
* line: ["string"],
|
|
45
|
+
* city: "string",
|
|
46
|
+
* state: "string",
|
|
47
|
+
* postalCode: "string",
|
|
48
|
+
* country: "string",
|
|
49
|
+
* period: {}
|
|
50
|
+
* }
|
|
49
51
|
* },
|
|
50
52
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
51
53
|
* patient: CandidApi.preEncounter.PatientId("string"),
|
|
@@ -63,14 +65,7 @@ export declare class V1 {
|
|
|
63
65
|
* name: "string",
|
|
64
66
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
65
67
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
66
|
-
* period: {
|
|
67
|
-
* start: {
|
|
68
|
-
* "key": "value"
|
|
69
|
-
* },
|
|
70
|
-
* end: {
|
|
71
|
-
* "key": "value"
|
|
72
|
-
* }
|
|
73
|
-
* },
|
|
68
|
+
* period: {},
|
|
74
69
|
* insuranceCardImageLocator: "string"
|
|
75
70
|
* },
|
|
76
71
|
* verified: true,
|
|
@@ -86,14 +81,7 @@ export declare class V1 {
|
|
|
86
81
|
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
87
82
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
88
83
|
* },
|
|
89
|
-
* benefits: {
|
|
90
|
-
* planCoverage: {
|
|
91
|
-
* "key": "value"
|
|
92
|
-
* },
|
|
93
|
-
* serviceSpecificCoverage: {
|
|
94
|
-
* "key": "value"
|
|
95
|
-
* }
|
|
96
|
-
* }
|
|
84
|
+
* benefits: {}
|
|
97
85
|
* })
|
|
98
86
|
*/
|
|
99
87
|
create(request: CandidApi.preEncounter.coverages.v1.MutableCoverage, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.preEncounter.coverages.v1.Coverage, CandidApi.preEncounter.coverages.v1.create.Error>>;
|
|
@@ -113,17 +101,19 @@ export declare class V1 {
|
|
|
113
101
|
* family: "string",
|
|
114
102
|
* given: ["string"],
|
|
115
103
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
116
|
-
* period: {
|
|
117
|
-
* start: {
|
|
118
|
-
* "key": "value"
|
|
119
|
-
* },
|
|
120
|
-
* end: {
|
|
121
|
-
* "key": "value"
|
|
122
|
-
* }
|
|
123
|
-
* }
|
|
104
|
+
* period: {}
|
|
124
105
|
* },
|
|
125
106
|
* dateOfBirth: "2023-01-15",
|
|
126
|
-
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
107
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female,
|
|
108
|
+
* address: {
|
|
109
|
+
* use: CandidApi.preEncounter.AddressUse.Home,
|
|
110
|
+
* line: ["string"],
|
|
111
|
+
* city: "string",
|
|
112
|
+
* state: "string",
|
|
113
|
+
* postalCode: "string",
|
|
114
|
+
* country: "string",
|
|
115
|
+
* period: {}
|
|
116
|
+
* }
|
|
127
117
|
* },
|
|
128
118
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
129
119
|
* patient: CandidApi.preEncounter.PatientId("string"),
|
|
@@ -141,14 +131,7 @@ export declare class V1 {
|
|
|
141
131
|
* name: "string",
|
|
142
132
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
143
133
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
144
|
-
* period: {
|
|
145
|
-
* start: {
|
|
146
|
-
* "key": "value"
|
|
147
|
-
* },
|
|
148
|
-
* end: {
|
|
149
|
-
* "key": "value"
|
|
150
|
-
* }
|
|
151
|
-
* },
|
|
134
|
+
* period: {},
|
|
152
135
|
* insuranceCardImageLocator: "string"
|
|
153
136
|
* },
|
|
154
137
|
* verified: true,
|
|
@@ -164,14 +147,7 @@ export declare class V1 {
|
|
|
164
147
|
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
165
148
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
166
149
|
* },
|
|
167
|
-
* benefits: {
|
|
168
|
-
* planCoverage: {
|
|
169
|
-
* "key": "value"
|
|
170
|
-
* },
|
|
171
|
-
* serviceSpecificCoverage: {
|
|
172
|
-
* "key": "value"
|
|
173
|
-
* }
|
|
174
|
-
* }
|
|
150
|
+
* benefits: {}
|
|
175
151
|
* })
|
|
176
152
|
*/
|
|
177
153
|
update(id: CandidApi.preEncounter.CoverageId, version: string, request: CandidApi.preEncounter.coverages.v1.MutableCoverage, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.preEncounter.coverages.v1.Coverage, CandidApi.preEncounter.coverages.v1.update.Error>>;
|
|
@@ -62,17 +62,19 @@ class V1 {
|
|
|
62
62
|
* family: "string",
|
|
63
63
|
* given: ["string"],
|
|
64
64
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
65
|
-
* period: {
|
|
66
|
-
* start: {
|
|
67
|
-
* "key": "value"
|
|
68
|
-
* },
|
|
69
|
-
* end: {
|
|
70
|
-
* "key": "value"
|
|
71
|
-
* }
|
|
72
|
-
* }
|
|
65
|
+
* period: {}
|
|
73
66
|
* },
|
|
74
67
|
* dateOfBirth: "2023-01-15",
|
|
75
|
-
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
68
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female,
|
|
69
|
+
* address: {
|
|
70
|
+
* use: CandidApi.preEncounter.AddressUse.Home,
|
|
71
|
+
* line: ["string"],
|
|
72
|
+
* city: "string",
|
|
73
|
+
* state: "string",
|
|
74
|
+
* postalCode: "string",
|
|
75
|
+
* country: "string",
|
|
76
|
+
* period: {}
|
|
77
|
+
* }
|
|
76
78
|
* },
|
|
77
79
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
78
80
|
* patient: CandidApi.preEncounter.PatientId("string"),
|
|
@@ -90,14 +92,7 @@ class V1 {
|
|
|
90
92
|
* name: "string",
|
|
91
93
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
92
94
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
93
|
-
* period: {
|
|
94
|
-
* start: {
|
|
95
|
-
* "key": "value"
|
|
96
|
-
* },
|
|
97
|
-
* end: {
|
|
98
|
-
* "key": "value"
|
|
99
|
-
* }
|
|
100
|
-
* },
|
|
95
|
+
* period: {},
|
|
101
96
|
* insuranceCardImageLocator: "string"
|
|
102
97
|
* },
|
|
103
98
|
* verified: true,
|
|
@@ -113,14 +108,7 @@ class V1 {
|
|
|
113
108
|
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
114
109
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
115
110
|
* },
|
|
116
|
-
* benefits: {
|
|
117
|
-
* planCoverage: {
|
|
118
|
-
* "key": "value"
|
|
119
|
-
* },
|
|
120
|
-
* serviceSpecificCoverage: {
|
|
121
|
-
* "key": "value"
|
|
122
|
-
* }
|
|
123
|
-
* }
|
|
111
|
+
* benefits: {}
|
|
124
112
|
* })
|
|
125
113
|
*/
|
|
126
114
|
create(request, requestOptions) {
|
|
@@ -134,7 +122,7 @@ class V1 {
|
|
|
134
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
135
123
|
"X-Fern-Language": "JavaScript",
|
|
136
124
|
"X-Fern-SDK-Name": "candidhealth",
|
|
137
|
-
"X-Fern-SDK-Version": "0.
|
|
125
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
138
126
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
139
127
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
140
128
|
},
|
|
@@ -180,17 +168,19 @@ class V1 {
|
|
|
180
168
|
* family: "string",
|
|
181
169
|
* given: ["string"],
|
|
182
170
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
183
|
-
* period: {
|
|
184
|
-
* start: {
|
|
185
|
-
* "key": "value"
|
|
186
|
-
* },
|
|
187
|
-
* end: {
|
|
188
|
-
* "key": "value"
|
|
189
|
-
* }
|
|
190
|
-
* }
|
|
171
|
+
* period: {}
|
|
191
172
|
* },
|
|
192
173
|
* dateOfBirth: "2023-01-15",
|
|
193
|
-
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
174
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female,
|
|
175
|
+
* address: {
|
|
176
|
+
* use: CandidApi.preEncounter.AddressUse.Home,
|
|
177
|
+
* line: ["string"],
|
|
178
|
+
* city: "string",
|
|
179
|
+
* state: "string",
|
|
180
|
+
* postalCode: "string",
|
|
181
|
+
* country: "string",
|
|
182
|
+
* period: {}
|
|
183
|
+
* }
|
|
194
184
|
* },
|
|
195
185
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
196
186
|
* patient: CandidApi.preEncounter.PatientId("string"),
|
|
@@ -208,14 +198,7 @@ class V1 {
|
|
|
208
198
|
* name: "string",
|
|
209
199
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
210
200
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
211
|
-
* period: {
|
|
212
|
-
* start: {
|
|
213
|
-
* "key": "value"
|
|
214
|
-
* },
|
|
215
|
-
* end: {
|
|
216
|
-
* "key": "value"
|
|
217
|
-
* }
|
|
218
|
-
* },
|
|
201
|
+
* period: {},
|
|
219
202
|
* insuranceCardImageLocator: "string"
|
|
220
203
|
* },
|
|
221
204
|
* verified: true,
|
|
@@ -231,14 +214,7 @@ class V1 {
|
|
|
231
214
|
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
232
215
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
233
216
|
* },
|
|
234
|
-
* benefits: {
|
|
235
|
-
* planCoverage: {
|
|
236
|
-
* "key": "value"
|
|
237
|
-
* },
|
|
238
|
-
* serviceSpecificCoverage: {
|
|
239
|
-
* "key": "value"
|
|
240
|
-
* }
|
|
241
|
-
* }
|
|
217
|
+
* benefits: {}
|
|
242
218
|
* })
|
|
243
219
|
*/
|
|
244
220
|
update(id, version, request, requestOptions) {
|
|
@@ -252,7 +228,7 @@ class V1 {
|
|
|
252
228
|
Authorization: yield this._getAuthorizationHeader(),
|
|
253
229
|
"X-Fern-Language": "JavaScript",
|
|
254
230
|
"X-Fern-SDK-Name": "candidhealth",
|
|
255
|
-
"X-Fern-SDK-Version": "0.
|
|
231
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
256
232
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
257
233
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
258
234
|
},
|
|
@@ -317,7 +293,7 @@ class V1 {
|
|
|
317
293
|
Authorization: yield this._getAuthorizationHeader(),
|
|
318
294
|
"X-Fern-Language": "JavaScript",
|
|
319
295
|
"X-Fern-SDK-Name": "candidhealth",
|
|
320
|
-
"X-Fern-SDK-Version": "0.
|
|
296
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
321
297
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
322
298
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
323
299
|
},
|
|
@@ -364,7 +340,7 @@ class V1 {
|
|
|
364
340
|
Authorization: yield this._getAuthorizationHeader(),
|
|
365
341
|
"X-Fern-Language": "JavaScript",
|
|
366
342
|
"X-Fern-SDK-Name": "candidhealth",
|
|
367
|
-
"X-Fern-SDK-Version": "0.
|
|
343
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
368
344
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
369
345
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
370
346
|
},
|
|
@@ -432,7 +408,7 @@ class V1 {
|
|
|
432
408
|
Authorization: yield this._getAuthorizationHeader(),
|
|
433
409
|
"X-Fern-Language": "JavaScript",
|
|
434
410
|
"X-Fern-SDK-Name": "candidhealth",
|
|
435
|
-
"X-Fern-SDK-Version": "0.
|
|
411
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
436
412
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
437
413
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
438
414
|
},
|
|
@@ -485,7 +461,7 @@ class V1 {
|
|
|
485
461
|
Authorization: yield this._getAuthorizationHeader(),
|
|
486
462
|
"X-Fern-Language": "JavaScript",
|
|
487
463
|
"X-Fern-SDK-Name": "candidhealth",
|
|
488
|
-
"X-Fern-SDK-Version": "0.
|
|
464
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
489
465
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
490
466
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
491
467
|
},
|
|
@@ -538,7 +514,7 @@ class V1 {
|
|
|
538
514
|
Authorization: yield this._getAuthorizationHeader(),
|
|
539
515
|
"X-Fern-Language": "JavaScript",
|
|
540
516
|
"X-Fern-SDK-Name": "candidhealth",
|
|
541
|
-
"X-Fern-SDK-Version": "0.
|
|
517
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
542
518
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
543
519
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
544
520
|
},
|
|
@@ -589,7 +565,7 @@ class V1 {
|
|
|
589
565
|
Authorization: yield this._getAuthorizationHeader(),
|
|
590
566
|
"X-Fern-Language": "JavaScript",
|
|
591
567
|
"X-Fern-SDK-Name": "candidhealth",
|
|
592
|
-
"X-Fern-SDK-Version": "0.
|
|
568
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
593
569
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
594
570
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
595
571
|
},
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: yield this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.
|
|
94
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
},
|
|
@@ -176,7 +176,7 @@ class V1 {
|
|
|
176
176
|
Authorization: yield this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.
|
|
179
|
+
"X-Fern-SDK-Version": "0.35.0",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|