candidhealth 0.24.3 → 0.24.4
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 -3
- package/Client.js +6 -6
- 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/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- 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 -1
- package/api/resources/index.js +2 -2
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
- package/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
- package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
- package/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
- package/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
- package/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
- package/api/resources/preEncounter/resources/common/types/Race.js +17 -0
- package/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
- package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/common/types/index.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.js +3 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.js +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
- package/api/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +4 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
- package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
- package/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/api/resources/preEncounter/resources/index.js +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
- package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +3 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/scan.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/update.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
- package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
- package/api/resources/serviceFacility/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 +4 -4
- package/dist/Client.d.ts +3 -3
- package/dist/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 +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- 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 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
- package/dist/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
- package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/Race.js +17 -0
- package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +58 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +4 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
- package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
- package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
- package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/index.js +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +58 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +47 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
- package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -0
- package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
- package/dist/api/resources/serviceFacility/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 +4 -4
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +6 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
- package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
- package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
- package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
- package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
- package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
- package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
- package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
- package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
- package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/update.js +6 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +193 -391
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
- package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
- package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
- package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +6 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
- package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
- package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
- package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
- package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
- package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/index.js +1 -1
- package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/index.js +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
- package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
- package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
- package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +6 -6
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
- package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
- /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/MutablePatient.js → types/FilingOrder.js} +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
- /package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/MutablePatient.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +0 -0
- /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
- /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/Patient.js → types/FilingOrder.js} +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
- /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
- /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
- /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
- /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
- /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
- /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
- /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
- /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
- /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
package/reference.md
CHANGED
|
@@ -6197,78 +6197,9 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
6197
6197
|
</dl>
|
|
6198
6198
|
</details>
|
|
6199
6199
|
|
|
6200
|
-
##
|
|
6201
|
-
|
|
6202
|
-
<details><summary><code>client.serviceFacility.<a href="/src/api/resources/serviceFacility/client/Client.ts">update</a>(serviceFacilityId, { ...params }) -> core.APIResponse<CandidApi.EncounterServiceFacility, CandidApi.serviceFacility.update.Error></code></summary>
|
|
6203
|
-
<dl>
|
|
6204
|
-
<dd>
|
|
6205
|
-
|
|
6206
|
-
#### 🔌 Usage
|
|
6207
|
-
|
|
6208
|
-
<dl>
|
|
6209
|
-
<dd>
|
|
6210
|
-
|
|
6211
|
-
<dl>
|
|
6212
|
-
<dd>
|
|
6213
|
-
|
|
6214
|
-
```typescript
|
|
6215
|
-
await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
6216
|
-
organizationName: "string",
|
|
6217
|
-
npi: "string",
|
|
6218
|
-
address: {
|
|
6219
|
-
address1: "123 Main St",
|
|
6220
|
-
address2: "Apt 1",
|
|
6221
|
-
city: "New York",
|
|
6222
|
-
state: CandidApi.State.Ny,
|
|
6223
|
-
zipCode: "10001",
|
|
6224
|
-
zipPlusFourCode: "1234",
|
|
6225
|
-
},
|
|
6226
|
-
});
|
|
6227
|
-
```
|
|
6228
|
-
|
|
6229
|
-
</dd>
|
|
6230
|
-
</dl>
|
|
6231
|
-
</dd>
|
|
6232
|
-
</dl>
|
|
6233
|
-
|
|
6234
|
-
#### ⚙️ Parameters
|
|
6235
|
-
|
|
6236
|
-
<dl>
|
|
6237
|
-
<dd>
|
|
6238
|
-
|
|
6239
|
-
<dl>
|
|
6240
|
-
<dd>
|
|
6241
|
-
|
|
6242
|
-
**serviceFacilityId:** `CandidApi.ServiceFacilityId`
|
|
6243
|
-
|
|
6244
|
-
</dd>
|
|
6245
|
-
</dl>
|
|
6246
|
-
|
|
6247
|
-
<dl>
|
|
6248
|
-
<dd>
|
|
6249
|
-
|
|
6250
|
-
**request:** `CandidApi.EncounterServiceFacilityUpdate`
|
|
6251
|
-
|
|
6252
|
-
</dd>
|
|
6253
|
-
</dl>
|
|
6254
|
-
|
|
6255
|
-
<dl>
|
|
6256
|
-
<dd>
|
|
6257
|
-
|
|
6258
|
-
**requestOptions:** `ServiceFacility.RequestOptions`
|
|
6259
|
-
|
|
6260
|
-
</dd>
|
|
6261
|
-
</dl>
|
|
6262
|
-
</dd>
|
|
6263
|
-
</dl>
|
|
6264
|
-
|
|
6265
|
-
</dd>
|
|
6266
|
-
</dl>
|
|
6267
|
-
</details>
|
|
6268
|
-
|
|
6269
|
-
## PreEncounter Coverages V1 Coverages
|
|
6200
|
+
## PreEncounter Coverages V1
|
|
6270
6201
|
|
|
6271
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6202
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.create.Error></code></summary>
|
|
6272
6203
|
<dl>
|
|
6273
6204
|
<dd>
|
|
6274
6205
|
|
|
@@ -6296,17 +6227,12 @@ Creates a new Coverage. A Coverage provides the high-level identifiers and descr
|
|
|
6296
6227
|
<dd>
|
|
6297
6228
|
|
|
6298
6229
|
```typescript
|
|
6299
|
-
await client.preEncounter.coverages.v1.
|
|
6230
|
+
await client.preEncounter.coverages.v1.create({
|
|
6300
6231
|
status: CandidApi.CoverageStatus.Active,
|
|
6301
6232
|
subscriber: {
|
|
6302
|
-
name: {
|
|
6303
|
-
family: "string",
|
|
6304
|
-
given: ["string"],
|
|
6305
|
-
use: CandidApi.NameUse.Usual,
|
|
6306
|
-
period: {},
|
|
6307
|
-
},
|
|
6233
|
+
name: {},
|
|
6308
6234
|
dateOfBirth: "2023-01-15",
|
|
6309
|
-
gender: CandidApi.Gender.
|
|
6235
|
+
gender: CandidApi.Gender.Man,
|
|
6310
6236
|
},
|
|
6311
6237
|
relationship: CandidApi.Relationship.Self,
|
|
6312
6238
|
patient: CandidApi.PatientId("string"),
|
|
@@ -6316,11 +6242,8 @@ await client.preEncounter.coverages.v1.coverages.create({
|
|
|
6316
6242
|
payerName: "string",
|
|
6317
6243
|
groupNumber: "string",
|
|
6318
6244
|
name: "string",
|
|
6319
|
-
type: CandidApi.
|
|
6320
|
-
period: {
|
|
6321
|
-
start: "2023-01-15",
|
|
6322
|
-
end: "2023-01-15",
|
|
6323
|
-
},
|
|
6245
|
+
type: CandidApi.NetworkType.Ppo,
|
|
6246
|
+
period: {},
|
|
6324
6247
|
insuranceCardImageLocator: "string",
|
|
6325
6248
|
},
|
|
6326
6249
|
verified: true,
|
|
@@ -6348,7 +6271,7 @@ await client.preEncounter.coverages.v1.coverages.create({
|
|
|
6348
6271
|
<dl>
|
|
6349
6272
|
<dd>
|
|
6350
6273
|
|
|
6351
|
-
**requestOptions:** `
|
|
6274
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6352
6275
|
|
|
6353
6276
|
</dd>
|
|
6354
6277
|
</dl>
|
|
@@ -6359,7 +6282,7 @@ await client.preEncounter.coverages.v1.coverages.create({
|
|
|
6359
6282
|
</dl>
|
|
6360
6283
|
</details>
|
|
6361
6284
|
|
|
6362
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6285
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.update.Error></code></summary>
|
|
6363
6286
|
<dl>
|
|
6364
6287
|
<dd>
|
|
6365
6288
|
|
|
@@ -6387,39 +6310,27 @@ Updates a Coverage. The path must contain the most recent version to prevent rac
|
|
|
6387
6310
|
<dd>
|
|
6388
6311
|
|
|
6389
6312
|
```typescript
|
|
6390
|
-
await client.preEncounter.coverages.v1.
|
|
6391
|
-
CandidApi.
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
groupNumber: "string",
|
|
6412
|
-
name: "string",
|
|
6413
|
-
type: CandidApi.CoverageType.Ppo,
|
|
6414
|
-
period: {
|
|
6415
|
-
start: "2023-01-15",
|
|
6416
|
-
end: "2023-01-15",
|
|
6417
|
-
},
|
|
6418
|
-
insuranceCardImageLocator: "string",
|
|
6419
|
-
},
|
|
6420
|
-
verified: true,
|
|
6421
|
-
}
|
|
6422
|
-
);
|
|
6313
|
+
await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), "string", {
|
|
6314
|
+
status: CandidApi.CoverageStatus.Active,
|
|
6315
|
+
subscriber: {
|
|
6316
|
+
name: {},
|
|
6317
|
+
dateOfBirth: "2023-01-15",
|
|
6318
|
+
gender: CandidApi.Gender.Man,
|
|
6319
|
+
},
|
|
6320
|
+
relationship: CandidApi.Relationship.Self,
|
|
6321
|
+
patient: CandidApi.PatientId("string"),
|
|
6322
|
+
insurancePlan: {
|
|
6323
|
+
memberId: "string",
|
|
6324
|
+
payerId: CandidApi.PayerId("string"),
|
|
6325
|
+
payerName: "string",
|
|
6326
|
+
groupNumber: "string",
|
|
6327
|
+
name: "string",
|
|
6328
|
+
type: CandidApi.NetworkType.Ppo,
|
|
6329
|
+
period: {},
|
|
6330
|
+
insuranceCardImageLocator: "string",
|
|
6331
|
+
},
|
|
6332
|
+
verified: true,
|
|
6333
|
+
});
|
|
6423
6334
|
```
|
|
6424
6335
|
|
|
6425
6336
|
</dd>
|
|
@@ -6443,7 +6354,7 @@ await client.preEncounter.coverages.v1.coverages.update(
|
|
|
6443
6354
|
<dl>
|
|
6444
6355
|
<dd>
|
|
6445
6356
|
|
|
6446
|
-
**version:** `
|
|
6357
|
+
**version:** `string`
|
|
6447
6358
|
|
|
6448
6359
|
</dd>
|
|
6449
6360
|
</dl>
|
|
@@ -6459,7 +6370,7 @@ await client.preEncounter.coverages.v1.coverages.update(
|
|
|
6459
6370
|
<dl>
|
|
6460
6371
|
<dd>
|
|
6461
6372
|
|
|
6462
|
-
**requestOptions:** `
|
|
6373
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6463
6374
|
|
|
6464
6375
|
</dd>
|
|
6465
6376
|
</dl>
|
|
@@ -6470,7 +6381,7 @@ await client.preEncounter.coverages.v1.coverages.update(
|
|
|
6470
6381
|
</dl>
|
|
6471
6382
|
</details>
|
|
6472
6383
|
|
|
6473
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6384
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.get.Error></code></summary>
|
|
6474
6385
|
<dl>
|
|
6475
6386
|
<dd>
|
|
6476
6387
|
|
|
@@ -6498,7 +6409,7 @@ gets a specific Coverage
|
|
|
6498
6409
|
<dd>
|
|
6499
6410
|
|
|
6500
6411
|
```typescript
|
|
6501
|
-
await client.preEncounter.coverages.v1.
|
|
6412
|
+
await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6502
6413
|
```
|
|
6503
6414
|
|
|
6504
6415
|
</dd>
|
|
@@ -6522,7 +6433,7 @@ await client.preEncounter.coverages.v1.coverages.get(CandidApi.CoverageId("d5e9c
|
|
|
6522
6433
|
<dl>
|
|
6523
6434
|
<dd>
|
|
6524
6435
|
|
|
6525
|
-
**requestOptions:** `
|
|
6436
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6526
6437
|
|
|
6527
6438
|
</dd>
|
|
6528
6439
|
</dl>
|
|
@@ -6533,7 +6444,7 @@ await client.preEncounter.coverages.v1.coverages.get(CandidApi.CoverageId("d5e9c
|
|
|
6533
6444
|
</dl>
|
|
6534
6445
|
</details>
|
|
6535
6446
|
|
|
6536
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6447
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getHistory.Error></code></summary>
|
|
6537
6448
|
<dl>
|
|
6538
6449
|
<dd>
|
|
6539
6450
|
|
|
@@ -6561,9 +6472,7 @@ Gets a coverage along with it's full history. The return list is ordered by vers
|
|
|
6561
6472
|
<dd>
|
|
6562
6473
|
|
|
6563
6474
|
```typescript
|
|
6564
|
-
await client.preEncounter.coverages.v1.
|
|
6565
|
-
CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
6566
|
-
);
|
|
6475
|
+
await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
6567
6476
|
```
|
|
6568
6477
|
|
|
6569
6478
|
</dd>
|
|
@@ -6587,7 +6496,7 @@ await client.preEncounter.coverages.v1.coverages.getHistory(
|
|
|
6587
6496
|
<dl>
|
|
6588
6497
|
<dd>
|
|
6589
6498
|
|
|
6590
|
-
**requestOptions:** `
|
|
6499
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6591
6500
|
|
|
6592
6501
|
</dd>
|
|
6593
6502
|
</dl>
|
|
@@ -6598,7 +6507,7 @@ await client.preEncounter.coverages.v1.coverages.getHistory(
|
|
|
6598
6507
|
</dl>
|
|
6599
6508
|
</details>
|
|
6600
6509
|
|
|
6601
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6510
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getMulti.Error></code></summary>
|
|
6602
6511
|
<dl>
|
|
6603
6512
|
<dd>
|
|
6604
6513
|
|
|
@@ -6626,7 +6535,7 @@ returns a list of Coverages based on the search criteria
|
|
|
6626
6535
|
<dd>
|
|
6627
6536
|
|
|
6628
6537
|
```typescript
|
|
6629
|
-
await client.preEncounter.coverages.v1.
|
|
6538
|
+
await client.preEncounter.coverages.v1.getMulti({
|
|
6630
6539
|
patientId: "string",
|
|
6631
6540
|
});
|
|
6632
6541
|
```
|
|
@@ -6652,7 +6561,7 @@ await client.preEncounter.coverages.v1.coverages.getMulti({
|
|
|
6652
6561
|
<dl>
|
|
6653
6562
|
<dd>
|
|
6654
6563
|
|
|
6655
|
-
**requestOptions:** `
|
|
6564
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6656
6565
|
|
|
6657
6566
|
</dd>
|
|
6658
6567
|
</dl>
|
|
@@ -6663,7 +6572,7 @@ await client.preEncounter.coverages.v1.coverages.getMulti({
|
|
|
6663
6572
|
</dl>
|
|
6664
6573
|
</details>
|
|
6665
6574
|
|
|
6666
|
-
<details><summary><code>client.preEncounter.coverages.v1
|
|
6575
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.scan.Error></code></summary>
|
|
6667
6576
|
<dl>
|
|
6668
6577
|
<dd>
|
|
6669
6578
|
|
|
@@ -6691,7 +6600,7 @@ Scans up to 100 coverage updates. The since query parameter is inclusive, and th
|
|
|
6691
6600
|
<dd>
|
|
6692
6601
|
|
|
6693
6602
|
```typescript
|
|
6694
|
-
await client.preEncounter.coverages.v1.
|
|
6603
|
+
await client.preEncounter.coverages.v1.scan({
|
|
6695
6604
|
since: new Date("2024-01-15T09:30:00.000Z"),
|
|
6696
6605
|
});
|
|
6697
6606
|
```
|
|
@@ -6717,7 +6626,7 @@ await client.preEncounter.coverages.v1.coverages.scan({
|
|
|
6717
6626
|
<dl>
|
|
6718
6627
|
<dd>
|
|
6719
6628
|
|
|
6720
|
-
**requestOptions:** `
|
|
6629
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6721
6630
|
|
|
6722
6631
|
</dd>
|
|
6723
6632
|
</dl>
|
|
@@ -6728,9 +6637,9 @@ await client.preEncounter.coverages.v1.coverages.scan({
|
|
|
6728
6637
|
</dl>
|
|
6729
6638
|
</details>
|
|
6730
6639
|
|
|
6731
|
-
## PreEncounter Patients V1
|
|
6640
|
+
## PreEncounter Patients V1
|
|
6732
6641
|
|
|
6733
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
6642
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.create.Error></code></summary>
|
|
6734
6643
|
<dl>
|
|
6735
6644
|
<dd>
|
|
6736
6645
|
|
|
@@ -6758,64 +6667,26 @@ Adds a patient. VersionConflictError is returned when the patient's external ID
|
|
|
6758
6667
|
<dd>
|
|
6759
6668
|
|
|
6760
6669
|
```typescript
|
|
6761
|
-
await client.preEncounter.patients.v1.
|
|
6762
|
-
name: {
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
use: CandidApi.NameUse.Usual,
|
|
6766
|
-
period: {},
|
|
6767
|
-
},
|
|
6768
|
-
otherNames: [
|
|
6769
|
-
{
|
|
6770
|
-
family: "string",
|
|
6771
|
-
given: ["string"],
|
|
6772
|
-
use: CandidApi.NameUse.Usual,
|
|
6773
|
-
period: {},
|
|
6774
|
-
},
|
|
6775
|
-
],
|
|
6776
|
-
gender: CandidApi.Gender.Female,
|
|
6670
|
+
await client.preEncounter.patients.v1.create({
|
|
6671
|
+
name: {},
|
|
6672
|
+
otherNames: [{}],
|
|
6673
|
+
gender: CandidApi.Gender.Man,
|
|
6777
6674
|
birthDate: "2023-01-15",
|
|
6675
|
+
socialSecurityNumber: "string",
|
|
6676
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
6677
|
+
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
6678
|
+
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
6679
|
+
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
6680
|
+
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
6778
6681
|
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
6779
6682
|
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
6780
6683
|
multipleBirth: 1,
|
|
6781
|
-
primaryAddress: {
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
country: "string",
|
|
6788
|
-
period: {},
|
|
6789
|
-
},
|
|
6790
|
-
otherAddresses: [
|
|
6791
|
-
{
|
|
6792
|
-
use: CandidApi.AddressUse.Home,
|
|
6793
|
-
line: ["string"],
|
|
6794
|
-
city: "string",
|
|
6795
|
-
state: "string",
|
|
6796
|
-
postalCode: "string",
|
|
6797
|
-
country: "string",
|
|
6798
|
-
period: {},
|
|
6799
|
-
},
|
|
6800
|
-
],
|
|
6801
|
-
primaryTelecom: {
|
|
6802
|
-
value: "string",
|
|
6803
|
-
use: CandidApi.ContactPointUse.Home,
|
|
6804
|
-
period: {
|
|
6805
|
-
start: "2023-01-15",
|
|
6806
|
-
end: "2023-01-15",
|
|
6807
|
-
},
|
|
6808
|
-
},
|
|
6809
|
-
otherTelecoms: [
|
|
6810
|
-
{
|
|
6811
|
-
value: "string",
|
|
6812
|
-
use: CandidApi.ContactPointUse.Home,
|
|
6813
|
-
period: {
|
|
6814
|
-
start: "2023-01-15",
|
|
6815
|
-
end: "2023-01-15",
|
|
6816
|
-
},
|
|
6817
|
-
},
|
|
6818
|
-
],
|
|
6684
|
+
primaryAddress: {},
|
|
6685
|
+
otherAddresses: [{}],
|
|
6686
|
+
primaryTelecom: {},
|
|
6687
|
+
otherTelecoms: [{}],
|
|
6688
|
+
email: "string",
|
|
6689
|
+
electronicCommunicationOptIn: true,
|
|
6819
6690
|
photo: "string",
|
|
6820
6691
|
language: "string",
|
|
6821
6692
|
externalProvenance: {
|
|
@@ -6825,75 +6696,25 @@ await client.preEncounter.patients.v1.patients.create({
|
|
|
6825
6696
|
contacts: [
|
|
6826
6697
|
{
|
|
6827
6698
|
relationship: [CandidApi.Relationship.Self],
|
|
6828
|
-
name: {
|
|
6829
|
-
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
},
|
|
6834
|
-
gender: CandidApi.Gender.Female,
|
|
6835
|
-
telecoms: [
|
|
6836
|
-
{
|
|
6837
|
-
value: "string",
|
|
6838
|
-
use: CandidApi.ContactPointUse.Home,
|
|
6839
|
-
period: {
|
|
6840
|
-
start: "2023-01-15",
|
|
6841
|
-
end: "2023-01-15",
|
|
6842
|
-
},
|
|
6843
|
-
},
|
|
6844
|
-
],
|
|
6845
|
-
addresses: [
|
|
6846
|
-
{
|
|
6847
|
-
use: CandidApi.AddressUse.Home,
|
|
6848
|
-
line: ["string"],
|
|
6849
|
-
city: "string",
|
|
6850
|
-
state: "string",
|
|
6851
|
-
postalCode: "string",
|
|
6852
|
-
country: "string",
|
|
6853
|
-
period: {},
|
|
6854
|
-
},
|
|
6855
|
-
],
|
|
6856
|
-
period: {
|
|
6857
|
-
start: "2023-01-15",
|
|
6858
|
-
end: "2023-01-15",
|
|
6859
|
-
},
|
|
6699
|
+
name: {},
|
|
6700
|
+
gender: CandidApi.Gender.Man,
|
|
6701
|
+
telecoms: [{}],
|
|
6702
|
+
addresses: [{}],
|
|
6703
|
+
period: {},
|
|
6860
6704
|
},
|
|
6861
6705
|
],
|
|
6862
6706
|
generalPractitioners: [
|
|
6863
6707
|
{
|
|
6864
|
-
name: {
|
|
6865
|
-
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
|
|
6869
|
-
},
|
|
6870
|
-
telecoms: [
|
|
6871
|
-
{
|
|
6872
|
-
value: "string",
|
|
6873
|
-
use: CandidApi.ContactPointUse.Home,
|
|
6874
|
-
period: {
|
|
6875
|
-
start: "2023-01-15",
|
|
6876
|
-
end: "2023-01-15",
|
|
6877
|
-
},
|
|
6878
|
-
},
|
|
6879
|
-
],
|
|
6880
|
-
addresses: [
|
|
6881
|
-
{
|
|
6882
|
-
use: CandidApi.AddressUse.Home,
|
|
6883
|
-
line: ["string"],
|
|
6884
|
-
city: "string",
|
|
6885
|
-
state: "string",
|
|
6886
|
-
postalCode: "string",
|
|
6887
|
-
country: "string",
|
|
6888
|
-
period: {},
|
|
6889
|
-
},
|
|
6890
|
-
],
|
|
6891
|
-
period: {
|
|
6892
|
-
start: "2023-01-15",
|
|
6893
|
-
end: "2023-01-15",
|
|
6894
|
-
},
|
|
6708
|
+
name: {},
|
|
6709
|
+
npi: "string",
|
|
6710
|
+
telecoms: [{}],
|
|
6711
|
+
addresses: [{}],
|
|
6712
|
+
period: {},
|
|
6895
6713
|
},
|
|
6896
6714
|
],
|
|
6715
|
+
filingOrder: {
|
|
6716
|
+
coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
6717
|
+
},
|
|
6897
6718
|
});
|
|
6898
6719
|
```
|
|
6899
6720
|
|
|
@@ -6918,7 +6739,7 @@ await client.preEncounter.patients.v1.patients.create({
|
|
|
6918
6739
|
<dl>
|
|
6919
6740
|
<dd>
|
|
6920
6741
|
|
|
6921
|
-
**requestOptions:** `
|
|
6742
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6922
6743
|
|
|
6923
6744
|
</dd>
|
|
6924
6745
|
</dl>
|
|
@@ -6929,7 +6750,7 @@ await client.preEncounter.patients.v1.patients.create({
|
|
|
6929
6750
|
</dl>
|
|
6930
6751
|
</details>
|
|
6931
6752
|
|
|
6932
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
6753
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.get.Error></code></summary>
|
|
6933
6754
|
<dl>
|
|
6934
6755
|
<dd>
|
|
6935
6756
|
|
|
@@ -6957,7 +6778,7 @@ Gets a patient.
|
|
|
6957
6778
|
<dd>
|
|
6958
6779
|
|
|
6959
6780
|
```typescript
|
|
6960
|
-
await client.preEncounter.patients.v1.
|
|
6781
|
+
await client.preEncounter.patients.v1.get(CandidApi.PatientId("string"));
|
|
6961
6782
|
```
|
|
6962
6783
|
|
|
6963
6784
|
</dd>
|
|
@@ -6981,7 +6802,7 @@ await client.preEncounter.patients.v1.patients.get(CandidApi.PatientId("string")
|
|
|
6981
6802
|
<dl>
|
|
6982
6803
|
<dd>
|
|
6983
6804
|
|
|
6984
|
-
**requestOptions:** `
|
|
6805
|
+
**requestOptions:** `V1.RequestOptions`
|
|
6985
6806
|
|
|
6986
6807
|
</dd>
|
|
6987
6808
|
</dl>
|
|
@@ -6992,7 +6813,7 @@ await client.preEncounter.patients.v1.patients.get(CandidApi.PatientId("string")
|
|
|
6992
6813
|
</dl>
|
|
6993
6814
|
</details>
|
|
6994
6815
|
|
|
6995
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
6816
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error></code></summary>
|
|
6996
6817
|
<dl>
|
|
6997
6818
|
<dd>
|
|
6998
6819
|
|
|
@@ -7020,7 +6841,7 @@ Gets a patient along with it's full history. The return list is ordered by versi
|
|
|
7020
6841
|
<dd>
|
|
7021
6842
|
|
|
7022
6843
|
```typescript
|
|
7023
|
-
await client.preEncounter.patients.v1.
|
|
6844
|
+
await client.preEncounter.patients.v1.getHistory(CandidApi.PatientId("string"));
|
|
7024
6845
|
```
|
|
7025
6846
|
|
|
7026
6847
|
</dd>
|
|
@@ -7044,7 +6865,7 @@ await client.preEncounter.patients.v1.patients.getHistory(CandidApi.PatientId("s
|
|
|
7044
6865
|
<dl>
|
|
7045
6866
|
<dd>
|
|
7046
6867
|
|
|
7047
|
-
**requestOptions:** `
|
|
6868
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7048
6869
|
|
|
7049
6870
|
</dd>
|
|
7050
6871
|
</dl>
|
|
@@ -7055,7 +6876,7 @@ await client.preEncounter.patients.v1.patients.getHistory(CandidApi.PatientId("s
|
|
|
7055
6876
|
</dl>
|
|
7056
6877
|
</details>
|
|
7057
6878
|
|
|
7058
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
6879
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.update.Error></code></summary>
|
|
7059
6880
|
<dl>
|
|
7060
6881
|
<dd>
|
|
7061
6882
|
|
|
@@ -7083,64 +6904,26 @@ Updates a patient. The path must contain the most recent version to prevent race
|
|
|
7083
6904
|
<dd>
|
|
7084
6905
|
|
|
7085
6906
|
```typescript
|
|
7086
|
-
await client.preEncounter.patients.v1.
|
|
7087
|
-
name: {
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
use: CandidApi.NameUse.Usual,
|
|
7091
|
-
period: {},
|
|
7092
|
-
},
|
|
7093
|
-
otherNames: [
|
|
7094
|
-
{
|
|
7095
|
-
family: "string",
|
|
7096
|
-
given: ["string"],
|
|
7097
|
-
use: CandidApi.NameUse.Usual,
|
|
7098
|
-
period: {},
|
|
7099
|
-
},
|
|
7100
|
-
],
|
|
7101
|
-
gender: CandidApi.Gender.Female,
|
|
6907
|
+
await client.preEncounter.patients.v1.update(CandidApi.PatientId("string"), "string", {
|
|
6908
|
+
name: {},
|
|
6909
|
+
otherNames: [{}],
|
|
6910
|
+
gender: CandidApi.Gender.Man,
|
|
7102
6911
|
birthDate: "2023-01-15",
|
|
6912
|
+
socialSecurityNumber: "string",
|
|
6913
|
+
biologicalSex: CandidApi.Sex.Female,
|
|
6914
|
+
sexualOrientation: CandidApi.SexualOrientation.Heterosexual,
|
|
6915
|
+
race: CandidApi.Race.AmericanIndianOrAlaskaNative,
|
|
6916
|
+
ethnicity: CandidApi.Ethnicity.HispanicOrLatino,
|
|
6917
|
+
disabilityStatus: CandidApi.DisabilityStatus.Disabled,
|
|
7103
6918
|
maritalStatus: CandidApi.MaritalStatus.Annulled,
|
|
7104
6919
|
deceased: new Date("2024-01-15T09:30:00.000Z"),
|
|
7105
6920
|
multipleBirth: 1,
|
|
7106
|
-
primaryAddress: {
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
|
|
7112
|
-
country: "string",
|
|
7113
|
-
period: {},
|
|
7114
|
-
},
|
|
7115
|
-
otherAddresses: [
|
|
7116
|
-
{
|
|
7117
|
-
use: CandidApi.AddressUse.Home,
|
|
7118
|
-
line: ["string"],
|
|
7119
|
-
city: "string",
|
|
7120
|
-
state: "string",
|
|
7121
|
-
postalCode: "string",
|
|
7122
|
-
country: "string",
|
|
7123
|
-
period: {},
|
|
7124
|
-
},
|
|
7125
|
-
],
|
|
7126
|
-
primaryTelecom: {
|
|
7127
|
-
value: "string",
|
|
7128
|
-
use: CandidApi.ContactPointUse.Home,
|
|
7129
|
-
period: {
|
|
7130
|
-
start: "2023-01-15",
|
|
7131
|
-
end: "2023-01-15",
|
|
7132
|
-
},
|
|
7133
|
-
},
|
|
7134
|
-
otherTelecoms: [
|
|
7135
|
-
{
|
|
7136
|
-
value: "string",
|
|
7137
|
-
use: CandidApi.ContactPointUse.Home,
|
|
7138
|
-
period: {
|
|
7139
|
-
start: "2023-01-15",
|
|
7140
|
-
end: "2023-01-15",
|
|
7141
|
-
},
|
|
7142
|
-
},
|
|
7143
|
-
],
|
|
6921
|
+
primaryAddress: {},
|
|
6922
|
+
otherAddresses: [{}],
|
|
6923
|
+
primaryTelecom: {},
|
|
6924
|
+
otherTelecoms: [{}],
|
|
6925
|
+
email: "string",
|
|
6926
|
+
electronicCommunicationOptIn: true,
|
|
7144
6927
|
photo: "string",
|
|
7145
6928
|
language: "string",
|
|
7146
6929
|
externalProvenance: {
|
|
@@ -7150,75 +6933,25 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
|
|
|
7150
6933
|
contacts: [
|
|
7151
6934
|
{
|
|
7152
6935
|
relationship: [CandidApi.Relationship.Self],
|
|
7153
|
-
name: {
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
},
|
|
7159
|
-
gender: CandidApi.Gender.Female,
|
|
7160
|
-
telecoms: [
|
|
7161
|
-
{
|
|
7162
|
-
value: "string",
|
|
7163
|
-
use: CandidApi.ContactPointUse.Home,
|
|
7164
|
-
period: {
|
|
7165
|
-
start: "2023-01-15",
|
|
7166
|
-
end: "2023-01-15",
|
|
7167
|
-
},
|
|
7168
|
-
},
|
|
7169
|
-
],
|
|
7170
|
-
addresses: [
|
|
7171
|
-
{
|
|
7172
|
-
use: CandidApi.AddressUse.Home,
|
|
7173
|
-
line: ["string"],
|
|
7174
|
-
city: "string",
|
|
7175
|
-
state: "string",
|
|
7176
|
-
postalCode: "string",
|
|
7177
|
-
country: "string",
|
|
7178
|
-
period: {},
|
|
7179
|
-
},
|
|
7180
|
-
],
|
|
7181
|
-
period: {
|
|
7182
|
-
start: "2023-01-15",
|
|
7183
|
-
end: "2023-01-15",
|
|
7184
|
-
},
|
|
6936
|
+
name: {},
|
|
6937
|
+
gender: CandidApi.Gender.Man,
|
|
6938
|
+
telecoms: [{}],
|
|
6939
|
+
addresses: [{}],
|
|
6940
|
+
period: {},
|
|
7185
6941
|
},
|
|
7186
6942
|
],
|
|
7187
6943
|
generalPractitioners: [
|
|
7188
6944
|
{
|
|
7189
|
-
name: {
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7194
|
-
},
|
|
7195
|
-
telecoms: [
|
|
7196
|
-
{
|
|
7197
|
-
value: "string",
|
|
7198
|
-
use: CandidApi.ContactPointUse.Home,
|
|
7199
|
-
period: {
|
|
7200
|
-
start: "2023-01-15",
|
|
7201
|
-
end: "2023-01-15",
|
|
7202
|
-
},
|
|
7203
|
-
},
|
|
7204
|
-
],
|
|
7205
|
-
addresses: [
|
|
7206
|
-
{
|
|
7207
|
-
use: CandidApi.AddressUse.Home,
|
|
7208
|
-
line: ["string"],
|
|
7209
|
-
city: "string",
|
|
7210
|
-
state: "string",
|
|
7211
|
-
postalCode: "string",
|
|
7212
|
-
country: "string",
|
|
7213
|
-
period: {},
|
|
7214
|
-
},
|
|
7215
|
-
],
|
|
7216
|
-
period: {
|
|
7217
|
-
start: "2023-01-15",
|
|
7218
|
-
end: "2023-01-15",
|
|
7219
|
-
},
|
|
6945
|
+
name: {},
|
|
6946
|
+
npi: "string",
|
|
6947
|
+
telecoms: [{}],
|
|
6948
|
+
addresses: [{}],
|
|
6949
|
+
period: {},
|
|
7220
6950
|
},
|
|
7221
6951
|
],
|
|
6952
|
+
filingOrder: {
|
|
6953
|
+
coverages: [CandidApi.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
|
|
6954
|
+
},
|
|
7222
6955
|
});
|
|
7223
6956
|
```
|
|
7224
6957
|
|
|
@@ -7243,7 +6976,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
|
|
|
7243
6976
|
<dl>
|
|
7244
6977
|
<dd>
|
|
7245
6978
|
|
|
7246
|
-
**version:** `
|
|
6979
|
+
**version:** `string`
|
|
7247
6980
|
|
|
7248
6981
|
</dd>
|
|
7249
6982
|
</dl>
|
|
@@ -7259,7 +6992,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
|
|
|
7259
6992
|
<dl>
|
|
7260
6993
|
<dd>
|
|
7261
6994
|
|
|
7262
|
-
**requestOptions:** `
|
|
6995
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7263
6996
|
|
|
7264
6997
|
</dd>
|
|
7265
6998
|
</dl>
|
|
@@ -7270,7 +7003,7 @@ await client.preEncounter.patients.v1.patients.update(CandidApi.PatientId("strin
|
|
|
7270
7003
|
</dl>
|
|
7271
7004
|
</details>
|
|
7272
7005
|
|
|
7273
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
7006
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.deactivate.Error></code></summary>
|
|
7274
7007
|
<dl>
|
|
7275
7008
|
<dd>
|
|
7276
7009
|
|
|
@@ -7298,7 +7031,7 @@ Sets a patient as deactivated. The path must contain the most recent version to
|
|
|
7298
7031
|
<dd>
|
|
7299
7032
|
|
|
7300
7033
|
```typescript
|
|
7301
|
-
await client.preEncounter.patients.v1.
|
|
7034
|
+
await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("string"), "string");
|
|
7302
7035
|
```
|
|
7303
7036
|
|
|
7304
7037
|
</dd>
|
|
@@ -7322,7 +7055,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
|
|
|
7322
7055
|
<dl>
|
|
7323
7056
|
<dd>
|
|
7324
7057
|
|
|
7325
|
-
**version:** `
|
|
7058
|
+
**version:** `string`
|
|
7326
7059
|
|
|
7327
7060
|
</dd>
|
|
7328
7061
|
</dl>
|
|
@@ -7330,7 +7063,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
|
|
|
7330
7063
|
<dl>
|
|
7331
7064
|
<dd>
|
|
7332
7065
|
|
|
7333
|
-
**requestOptions:** `
|
|
7066
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7334
7067
|
|
|
7335
7068
|
</dd>
|
|
7336
7069
|
</dl>
|
|
@@ -7341,7 +7074,7 @@ await client.preEncounter.patients.v1.patients.deactivate(CandidApi.PatientId("s
|
|
|
7341
7074
|
</dl>
|
|
7342
7075
|
</details>
|
|
7343
7076
|
|
|
7344
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
7077
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">search</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.search.Error></code></summary>
|
|
7345
7078
|
<dl>
|
|
7346
7079
|
<dd>
|
|
7347
7080
|
|
|
@@ -7369,7 +7102,7 @@ Searches for patients that match the query parameters.
|
|
|
7369
7102
|
<dd>
|
|
7370
7103
|
|
|
7371
7104
|
```typescript
|
|
7372
|
-
await client.preEncounter.patients.v1.
|
|
7105
|
+
await client.preEncounter.patients.v1.search({
|
|
7373
7106
|
nameContains: "string",
|
|
7374
7107
|
});
|
|
7375
7108
|
```
|
|
@@ -7395,7 +7128,7 @@ await client.preEncounter.patients.v1.patients.search({
|
|
|
7395
7128
|
<dl>
|
|
7396
7129
|
<dd>
|
|
7397
7130
|
|
|
7398
|
-
**requestOptions:** `
|
|
7131
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7399
7132
|
|
|
7400
7133
|
</dd>
|
|
7401
7134
|
</dl>
|
|
@@ -7406,7 +7139,7 @@ await client.preEncounter.patients.v1.patients.search({
|
|
|
7406
7139
|
</dl>
|
|
7407
7140
|
</details>
|
|
7408
7141
|
|
|
7409
|
-
<details><summary><code>client.preEncounter.patients.v1
|
|
7142
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.scan.Error></code></summary>
|
|
7410
7143
|
<dl>
|
|
7411
7144
|
<dd>
|
|
7412
7145
|
|
|
@@ -7434,7 +7167,7 @@ Scans up to 100 patient updates. The since query parameter is inclusive, and the
|
|
|
7434
7167
|
<dd>
|
|
7435
7168
|
|
|
7436
7169
|
```typescript
|
|
7437
|
-
await client.preEncounter.patients.v1.
|
|
7170
|
+
await client.preEncounter.patients.v1.scan({
|
|
7438
7171
|
since: new Date("2024-01-15T09:30:00.000Z"),
|
|
7439
7172
|
});
|
|
7440
7173
|
```
|
|
@@ -7460,7 +7193,76 @@ await client.preEncounter.patients.v1.patients.scan({
|
|
|
7460
7193
|
<dl>
|
|
7461
7194
|
<dd>
|
|
7462
7195
|
|
|
7463
|
-
**requestOptions:** `
|
|
7196
|
+
**requestOptions:** `V1.RequestOptions`
|
|
7197
|
+
|
|
7198
|
+
</dd>
|
|
7199
|
+
</dl>
|
|
7200
|
+
</dd>
|
|
7201
|
+
</dl>
|
|
7202
|
+
|
|
7203
|
+
</dd>
|
|
7204
|
+
</dl>
|
|
7205
|
+
</details>
|
|
7206
|
+
|
|
7207
|
+
## ServiceFacility
|
|
7208
|
+
|
|
7209
|
+
<details><summary><code>client.serviceFacility.<a href="/src/api/resources/serviceFacility/client/Client.ts">update</a>(serviceFacilityId, { ...params }) -> core.APIResponse<CandidApi.EncounterServiceFacility, CandidApi.serviceFacility.update.Error></code></summary>
|
|
7210
|
+
<dl>
|
|
7211
|
+
<dd>
|
|
7212
|
+
|
|
7213
|
+
#### 🔌 Usage
|
|
7214
|
+
|
|
7215
|
+
<dl>
|
|
7216
|
+
<dd>
|
|
7217
|
+
|
|
7218
|
+
<dl>
|
|
7219
|
+
<dd>
|
|
7220
|
+
|
|
7221
|
+
```typescript
|
|
7222
|
+
await client.serviceFacility.update(CandidApi.ServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
7223
|
+
organizationName: "string",
|
|
7224
|
+
npi: "string",
|
|
7225
|
+
address: {
|
|
7226
|
+
address1: "123 Main St",
|
|
7227
|
+
address2: "Apt 1",
|
|
7228
|
+
city: "New York",
|
|
7229
|
+
state: CandidApi.State.Ny,
|
|
7230
|
+
zipCode: "10001",
|
|
7231
|
+
zipPlusFourCode: "1234",
|
|
7232
|
+
},
|
|
7233
|
+
});
|
|
7234
|
+
```
|
|
7235
|
+
|
|
7236
|
+
</dd>
|
|
7237
|
+
</dl>
|
|
7238
|
+
</dd>
|
|
7239
|
+
</dl>
|
|
7240
|
+
|
|
7241
|
+
#### ⚙️ Parameters
|
|
7242
|
+
|
|
7243
|
+
<dl>
|
|
7244
|
+
<dd>
|
|
7245
|
+
|
|
7246
|
+
<dl>
|
|
7247
|
+
<dd>
|
|
7248
|
+
|
|
7249
|
+
**serviceFacilityId:** `CandidApi.ServiceFacilityId`
|
|
7250
|
+
|
|
7251
|
+
</dd>
|
|
7252
|
+
</dl>
|
|
7253
|
+
|
|
7254
|
+
<dl>
|
|
7255
|
+
<dd>
|
|
7256
|
+
|
|
7257
|
+
**request:** `CandidApi.EncounterServiceFacilityUpdate`
|
|
7258
|
+
|
|
7259
|
+
</dd>
|
|
7260
|
+
</dl>
|
|
7261
|
+
|
|
7262
|
+
<dl>
|
|
7263
|
+
<dd>
|
|
7264
|
+
|
|
7265
|
+
**requestOptions:** `ServiceFacility.RequestOptions`
|
|
7464
7266
|
|
|
7465
7267
|
</dd>
|
|
7466
7268
|
</dl>
|