@metriport/shared 0.33.1-alpha.0 → 0.33.4-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/env-setup.js +17 -7
- package/dist/__tests__/env-setup.js.map +1 -1
- package/dist/common/__tests__/npi.js +1 -2
- package/dist/common/__tests__/npi.js.map +1 -1
- package/dist/common/__tests__/oid.js +1 -2
- package/dist/common/__tests__/oid.js.map +1 -1
- package/dist/common/__tests__/retry.test.js.map +1 -1
- package/dist/common/__tests__/validate-npi.test.js.map +1 -1
- package/dist/common/array.js +1 -2
- package/dist/common/array.js.map +1 -1
- package/dist/common/boolean.js +2 -3
- package/dist/common/boolean.js.map +1 -1
- package/dist/common/date.js +18 -18
- package/dist/common/date.js.map +1 -1
- package/dist/common/demographics.d.ts +2 -2
- package/dist/common/demographics.d.ts.map +1 -1
- package/dist/common/demographics.js +7 -7
- package/dist/common/demographics.js.map +1 -1
- package/dist/common/duration.js +1 -2
- package/dist/common/duration.js.map +1 -1
- package/dist/common/email.js +1 -2
- package/dist/common/email.js.map +1 -1
- package/dist/common/env-var.js +7 -7
- package/dist/common/env-var.js.map +1 -1
- package/dist/common/filter-map.js +1 -2
- package/dist/common/filter-map.js.map +1 -1
- package/dist/common/general.js +2 -3
- package/dist/common/general.js.map +1 -1
- package/dist/common/html.js +1 -2
- package/dist/common/html.js.map +1 -1
- package/dist/common/merge-settings.js +1 -2
- package/dist/common/merge-settings.js.map +1 -1
- package/dist/common/net.js +1 -2
- package/dist/common/net.js.map +1 -1
- package/dist/common/normalize-oid.js +2 -3
- package/dist/common/normalize-oid.js.map +1 -1
- package/dist/common/numbers.js +6 -7
- package/dist/common/numbers.js.map +1 -1
- package/dist/common/purpose-of-use.js +3 -3
- package/dist/common/purpose-of-use.js.map +1 -1
- package/dist/common/response.js +2 -3
- package/dist/common/response.js.map +1 -1
- package/dist/common/retry.js +4 -4
- package/dist/common/retry.js.map +1 -1
- package/dist/common/sleep.js +2 -3
- package/dist/common/sleep.js.map +1 -1
- package/dist/common/string.js +6 -7
- package/dist/common/string.js.map +1 -1
- package/dist/common/timer.d.ts.map +1 -1
- package/dist/common/timer.js +1 -2
- package/dist/common/timer.js.map +1 -1
- package/dist/common/title-case.js +2 -3
- package/dist/common/title-case.js.map +1 -1
- package/dist/common/types.js +2 -3
- package/dist/common/types.js.map +1 -1
- package/dist/common/uuid.js +1 -2
- package/dist/common/uuid.js.map +1 -1
- package/dist/common/validate-npi.js +1 -2
- package/dist/common/validate-npi.js.map +1 -1
- package/dist/common/xml-parser.js +1 -2
- package/dist/common/xml-parser.js.map +1 -1
- package/dist/common/zod.js.map +1 -1
- package/dist/domain/__tests__/dob.test.js.map +1 -1
- package/dist/domain/__tests__/gender.test.js.map +1 -1
- package/dist/domain/address/__tests__/country.test.js.map +1 -1
- package/dist/domain/address/__tests__/state.test.js.map +1 -1
- package/dist/domain/address/__tests__/territory.test.js.map +1 -1
- package/dist/domain/address/__tests__/zip.test.js +5 -5
- package/dist/domain/address/__tests__/zip.test.js.map +1 -1
- package/dist/domain/address/city.js +1 -2
- package/dist/domain/address/city.js.map +1 -1
- package/dist/domain/address/country.js +3 -3
- package/dist/domain/address/country.js.map +1 -1
- package/dist/domain/address/index.js +2 -3
- package/dist/domain/address/index.js.map +1 -1
- package/dist/domain/address/state.js +6 -6
- package/dist/domain/address/state.js.map +1 -1
- package/dist/domain/address/territory.js +4 -4
- package/dist/domain/address/territory.js.map +1 -1
- package/dist/domain/address/zip.js +7 -7
- package/dist/domain/address/zip.js.map +1 -1
- package/dist/domain/baseDto.js +1 -2
- package/dist/domain/baseDto.js.map +1 -1
- package/dist/domain/cohort.d.ts.map +1 -1
- package/dist/domain/cohort.js +4 -4
- package/dist/domain/cohort.js.map +1 -1
- package/dist/domain/consolidated/ai-brief-cache-mode.d.ts +11 -0
- package/dist/domain/consolidated/ai-brief-cache-mode.d.ts.map +1 -0
- package/dist/domain/consolidated/ai-brief-cache-mode.js +17 -0
- package/dist/domain/consolidated/ai-brief-cache-mode.js.map +1 -0
- package/dist/domain/consolidated/filename.d.ts +4 -0
- package/dist/domain/consolidated/filename.d.ts.map +1 -0
- package/dist/domain/consolidated/filename.js +7 -0
- package/dist/domain/consolidated/filename.js.map +1 -0
- package/dist/domain/consolidated/index.d.ts +4 -0
- package/dist/domain/consolidated/index.d.ts.map +1 -0
- package/dist/domain/consolidated/index.js +20 -0
- package/dist/domain/consolidated/index.js.map +1 -0
- package/dist/domain/consolidated/recreate/event-type.js +1 -1
- package/dist/domain/consolidated/recreate/event-type.js.map +1 -1
- package/dist/domain/consolidated/recreate/supported-event-types.d.ts +2 -1
- package/dist/domain/consolidated/recreate/supported-event-types.d.ts.map +1 -1
- package/dist/domain/consolidated/recreate/supported-event-types.js +13 -9
- package/dist/domain/consolidated/recreate/supported-event-types.js.map +1 -1
- package/dist/domain/contact/__tests__/phone.test.js.map +1 -1
- package/dist/domain/contact/email.js +9 -9
- package/dist/domain/contact/email.js.map +1 -1
- package/dist/domain/contact/phone.js +7 -7
- package/dist/domain/contact/phone.js.map +1 -1
- package/dist/domain/cql-engine/transform.d.ts +2 -2
- package/dist/domain/cql-engine/transform.js.map +1 -1
- package/dist/domain/cursor-utils.js +3 -4
- package/dist/domain/cursor-utils.js.map +1 -1
- package/dist/domain/customer.d.ts +24 -24
- package/dist/domain/customer.js +2 -2
- package/dist/domain/customer.js.map +1 -1
- package/dist/domain/db.d.ts +5 -5
- package/dist/domain/db.js +2 -2
- package/dist/domain/db.js.map +1 -1
- package/dist/domain/dob.js +2 -3
- package/dist/domain/dob.js.map +1 -1
- package/dist/domain/externalId.js +1 -2
- package/dist/domain/externalId.js.map +1 -1
- package/dist/domain/gender.js +3 -3
- package/dist/domain/gender.js.map +1 -1
- package/dist/domain/job/job-status.d.ts.map +1 -1
- package/dist/domain/job/job-status.js +4 -4
- package/dist/domain/job/job-status.js.map +1 -1
- package/dist/domain/job/patient-job.d.ts.map +1 -1
- package/dist/domain/job/types.d.ts.map +1 -1
- package/dist/domain/job/types.js +2 -2
- package/dist/domain/job/types.js.map +1 -1
- package/dist/domain/metriport.d.ts.map +1 -1
- package/dist/domain/network-query/__tests__/source.test.js.map +1 -1
- package/dist/domain/network-query/query.d.ts +63 -59
- package/dist/domain/network-query/query.d.ts.map +1 -1
- package/dist/domain/network-query/query.js.map +1 -1
- package/dist/domain/network-query/source.d.ts +67 -67
- package/dist/domain/network-query/source.d.ts.map +1 -1
- package/dist/domain/network-query/source.js +12 -12
- package/dist/domain/network-query/source.js.map +1 -1
- package/dist/domain/network-query/supported-event-types.js +2 -2
- package/dist/domain/network-query/supported-event-types.js.map +1 -1
- package/dist/domain/notification-webhooks/types.js +4 -4
- package/dist/domain/notification-webhooks/types.js.map +1 -1
- package/dist/domain/organization.d.ts +20 -20
- package/dist/domain/organization.js +2 -2
- package/dist/domain/organization.js.map +1 -1
- package/dist/domain/pagination-v2.d.ts +24 -24
- package/dist/domain/pagination-v2.d.ts.map +1 -1
- package/dist/domain/pagination-v2.js +2 -2
- package/dist/domain/pagination-v2.js.map +1 -1
- package/dist/domain/pagination.d.ts +2 -2
- package/dist/domain/pagination.js +2 -2
- package/dist/domain/pagination.js.map +1 -1
- package/dist/domain/patient/__tests__/ssn.test.js.map +1 -1
- package/dist/domain/patient/patient-import/__tests__/status.test.js.map +1 -1
- package/dist/domain/patient/patient-import/__tests__/types.js +2 -3
- package/dist/domain/patient/patient-import/__tests__/types.js.map +1 -1
- package/dist/domain/patient/patient-import/create.js +2 -2
- package/dist/domain/patient/patient-import/create.js.map +1 -1
- package/dist/domain/patient/patient-import/metadata.js +2 -3
- package/dist/domain/patient/patient-import/metadata.js.map +1 -1
- package/dist/domain/patient/patient-import/schemas.d.ts +7 -7
- package/dist/domain/patient/patient-import/status.d.ts.map +1 -1
- package/dist/domain/patient/patient-import/status.js +3 -3
- package/dist/domain/patient/patient-import/status.js.map +1 -1
- package/dist/domain/patient/patient-import/types.d.ts.map +1 -1
- package/dist/domain/patient/patient-import/types.js +3 -3
- package/dist/domain/patient/patient-import/types.js.map +1 -1
- package/dist/domain/patient/patient-monitoring/discharge-requery.d.ts +56 -56
- package/dist/domain/patient/patient-monitoring/discharge-requery.js +3 -3
- package/dist/domain/patient/patient-monitoring/discharge-requery.js.map +1 -1
- package/dist/domain/patient/patient-monitoring/utils.d.ts +1 -1
- package/dist/domain/patient/patient-monitoring/utils.d.ts.map +1 -1
- package/dist/domain/patient/patient-monitoring/utils.js +7 -7
- package/dist/domain/patient/patient-monitoring/utils.js.map +1 -1
- package/dist/domain/patient/patient-settings.d.ts +4 -4
- package/dist/domain/patient/patient-settings.js.map +1 -1
- package/dist/domain/patient/ssn.js +2 -3
- package/dist/domain/patient/ssn.js.map +1 -1
- package/dist/domain/patient-or-all.js +2 -2
- package/dist/domain/patient-or-all.js.map +1 -1
- package/dist/domain/patient.d.ts +24 -24
- package/dist/domain/rate-limiting/index.d.ts.map +1 -1
- package/dist/domain/rate-limiting/index.js +3 -3
- package/dist/domain/rate-limiting/index.js.map +1 -1
- package/dist/domain/roster/patient-roster-added-by.js +3 -3
- package/dist/domain/roster/patient-roster-added-by.js.map +1 -1
- package/dist/domain/roster/roster-status.d.ts.map +1 -1
- package/dist/domain/roster/roster-status.js +5 -5
- package/dist/domain/roster/roster-status.js.map +1 -1
- package/dist/domain/tcm-encounter.d.ts +76 -76
- package/dist/domain/tcm-encounter.d.ts.map +1 -1
- package/dist/domain/tcm-encounter.js.map +1 -1
- package/dist/error/bad-request.d.ts.map +1 -1
- package/dist/error/bad-request.js.map +1 -1
- package/dist/error/metriport-error.d.ts.map +1 -1
- package/dist/error/metriport-error.js +2 -2
- package/dist/error/metriport-error.js.map +1 -1
- package/dist/error/not-found.d.ts.map +1 -1
- package/dist/error/not-found.js.map +1 -1
- package/dist/error/shared.js +5 -6
- package/dist/error/shared.js.map +1 -1
- package/dist/error/too-many-requests.d.ts.map +1 -1
- package/dist/error/too-many-requests.js.map +1 -1
- package/dist/external/ehr/practicefusion/shared.js +1 -2
- package/dist/external/ehr/practicefusion/shared.js.map +1 -1
- package/dist/external/hl7v2/constants.js +4 -4
- package/dist/external/hl7v2/constants.js.map +1 -1
- package/dist/external/ihe/constants.d.ts.map +1 -1
- package/dist/external/ihe/constants.js +50 -50
- package/dist/external/ihe/constants.js.map +1 -1
- package/dist/external/ihe/shared.js +4 -5
- package/dist/external/ihe/shared.js.map +1 -1
- package/dist/external/zod/__tests__/iso-date.test.js +32 -32
- package/dist/external/zod/__tests__/iso-date.test.js.map +1 -1
- package/dist/external/zod/date.js +2 -2
- package/dist/external/zod/date.js.map +1 -1
- package/dist/external/zod/string.d.ts +4 -4
- package/dist/external/zod/string.d.ts.map +1 -1
- package/dist/external/zod/string.js +4 -4
- package/dist/external/zod/string.js.map +1 -1
- package/dist/external/zod/us-state.js +1 -2
- package/dist/external/zod/us-state.js.map +1 -1
- package/dist/index.js +17 -7
- package/dist/index.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/allergy.d.ts +12 -12
- package/dist/interface/external/ehr/athenahealth/allergy.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/appointment.d.ts +12 -12
- package/dist/interface/external/ehr/athenahealth/appointment.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts +51 -51
- package/dist/interface/external/ehr/athenahealth/department.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/encounter.d.ts +4 -4
- package/dist/interface/external/ehr/athenahealth/family-history.d.ts +52 -52
- package/dist/interface/external/ehr/athenahealth/jwt-token.d.ts +4 -4
- package/dist/interface/external/ehr/athenahealth/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/patient.js.map +1 -1
- package/dist/interface/external/ehr/canvas/allergen.d.ts +2 -2
- package/dist/interface/external/ehr/canvas/appointment.d.ts +32 -32
- package/dist/interface/external/ehr/canvas/appointment.js.map +1 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts +49 -49
- package/dist/interface/external/ehr/canvas/external-event.d.ts +4 -4
- package/dist/interface/external/ehr/canvas/external-event.d.ts.map +1 -1
- package/dist/interface/external/ehr/canvas/external-event.js.map +1 -1
- package/dist/interface/external/ehr/canvas/jwt-token.d.ts +8 -8
- package/dist/interface/external/ehr/canvas/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/canvas/note.js.map +1 -1
- package/dist/interface/external/ehr/eclinicalworks/cx-mapping.d.ts +49 -49
- package/dist/interface/external/ehr/eclinicalworks/jwt-token.d.ts +4 -4
- package/dist/interface/external/ehr/eclinicalworks/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/elation/appointment.d.ts +8 -8
- package/dist/interface/external/ehr/elation/appointment.js.map +1 -1
- package/dist/interface/external/ehr/elation/cx-mapping.d.ts +55 -55
- package/dist/interface/external/ehr/elation/event.d.ts +25 -25
- package/dist/interface/external/ehr/elation/jwt-token.d.ts +6 -6
- package/dist/interface/external/ehr/elation/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/elation/patient.d.ts +18 -18
- package/dist/interface/external/ehr/elation/practice.d.ts +6 -6
- package/dist/interface/external/ehr/elation/practice.js.map +1 -1
- package/dist/interface/external/ehr/elation/subscription.d.ts +8 -8
- package/dist/interface/external/ehr/elation/subscription.d.ts.map +1 -1
- package/dist/interface/external/ehr/elation/subscription.js +2 -2
- package/dist/interface/external/ehr/elation/subscription.js.map +1 -1
- package/dist/interface/external/ehr/embed/jwt-token.d.ts +2 -2
- package/dist/interface/external/ehr/embed/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/fhir-resource.d.ts +38 -38
- package/dist/interface/external/ehr/fhir-resource.js +4 -4
- package/dist/interface/external/ehr/fhir-resource.js.map +1 -1
- package/dist/interface/external/ehr/healthie/allergy.d.ts +64 -64
- package/dist/interface/external/ehr/healthie/allergy.js.map +1 -1
- package/dist/interface/external/ehr/healthie/appointment.js.map +1 -1
- package/dist/interface/external/ehr/healthie/condition.d.ts +10 -10
- package/dist/interface/external/ehr/healthie/condition.js.map +1 -1
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts +124 -124
- package/dist/interface/external/ehr/healthie/cx-mapping.js.map +1 -1
- package/dist/interface/external/ehr/healthie/event.d.ts +6 -6
- package/dist/interface/external/ehr/healthie/form-answer-group.d.ts +99 -99
- package/dist/interface/external/ehr/healthie/form-answer-group.js +1 -1
- package/dist/interface/external/ehr/healthie/form-answer-group.js.map +1 -1
- package/dist/interface/external/ehr/healthie/immunization.js.map +1 -1
- package/dist/interface/external/ehr/healthie/jwt-token.d.ts +4 -4
- package/dist/interface/external/ehr/healthie/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/healthie/lab.d.ts +64 -64
- package/dist/interface/external/ehr/healthie/lab.js.map +1 -1
- package/dist/interface/external/ehr/healthie/medication.d.ts +52 -52
- package/dist/interface/external/ehr/healthie/medication.js.map +1 -1
- package/dist/interface/external/ehr/healthie/patient.d.ts +78 -78
- package/dist/interface/external/ehr/healthie/patient.js.map +1 -1
- package/dist/interface/external/ehr/healthie/subscription.d.ts +18 -18
- package/dist/interface/external/ehr/healthie/subscription.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/subscription.js +2 -2
- package/dist/interface/external/ehr/healthie/subscription.js.map +1 -1
- package/dist/interface/external/ehr/patient.d.ts +44 -44
- package/dist/interface/external/ehr/patient.js.map +1 -1
- package/dist/interface/external/ehr/practicefusion/appointment.d.ts +21 -21
- package/dist/interface/external/ehr/practicefusion/appointment.js.map +1 -1
- package/dist/interface/external/ehr/practicefusion/cx-mapping.d.ts +51 -51
- package/dist/interface/external/ehr/practicefusion/jwt-token.d.ts +6 -6
- package/dist/interface/external/ehr/practicefusion/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/practicefusion/refresh-token.d.ts +2 -2
- package/dist/interface/external/ehr/practitioner.d.ts +6 -6
- package/dist/interface/external/ehr/salesforce/cx-mapping.d.ts +49 -49
- package/dist/interface/external/ehr/salesforce/jwt-token.d.ts +4 -4
- package/dist/interface/external/ehr/salesforce/jwt-token.js.map +1 -1
- package/dist/interface/external/ehr/salesforce/patient.d.ts +4 -4
- package/dist/interface/external/ehr/salesforce/patient.js.map +1 -1
- package/dist/interface/external/ehr/shared.d.ts +204 -204
- package/dist/interface/external/ehr/shared.js.map +1 -1
- package/dist/interface/external/ehr/source.js +9 -9
- package/dist/interface/external/ehr/source.js.map +1 -1
- package/dist/interface/external/quest/roster.d.ts.map +1 -1
- package/dist/interface/external/quest/roster.js +6 -6
- package/dist/interface/external/quest/roster.js.map +1 -1
- package/dist/interface/external/quest/source.js.map +1 -1
- package/dist/interface/external/surescripts/added-by.js +3 -3
- package/dist/interface/external/surescripts/added-by.js.map +1 -1
- package/dist/interface/external/surescripts/code-list-qualifier.d.ts.map +1 -1
- package/dist/interface/external/surescripts/dea-schedule.d.ts.map +1 -1
- package/dist/interface/external/surescripts/dea-schedule.js +2 -2
- package/dist/interface/external/surescripts/dea-schedule.js.map +1 -1
- package/dist/interface/external/surescripts/ncpdp.d.ts.map +1 -1
- package/dist/interface/external/surescripts/ncpdp.js +2 -2
- package/dist/interface/external/surescripts/ncpdp.js.map +1 -1
- package/dist/interface/external/surescripts/notifications/file-name.d.ts +14 -0
- package/dist/interface/external/surescripts/notifications/file-name.d.ts.map +1 -0
- package/dist/interface/external/surescripts/notifications/file-name.js +18 -0
- package/dist/interface/external/surescripts/notifications/file-name.js.map +1 -0
- package/dist/interface/external/surescripts/notifications/index.d.ts +3 -0
- package/dist/interface/external/surescripts/notifications/index.d.ts.map +1 -0
- package/dist/interface/external/surescripts/notifications/index.js +19 -0
- package/dist/interface/external/surescripts/notifications/index.js.map +1 -0
- package/dist/interface/external/surescripts/notifications/types.d.ts +36 -0
- package/dist/interface/external/surescripts/notifications/types.d.ts.map +1 -0
- package/dist/interface/external/surescripts/notifications/types.js +20 -0
- package/dist/interface/external/surescripts/notifications/types.js.map +1 -0
- package/dist/interface/external/surescripts/payment-code.d.ts.map +1 -1
- package/dist/interface/external/surescripts/payment-code.js +11 -11
- package/dist/interface/external/surescripts/payment-code.js.map +1 -1
- package/dist/interface/external/surescripts/plan-code.d.ts.map +1 -1
- package/dist/interface/external/surescripts/plan-code.js +2 -2
- package/dist/interface/external/surescripts/plan-code.js.map +1 -1
- package/dist/interface/external/surescripts/realtime-pulls/file-name.js +1 -1
- package/dist/interface/external/surescripts/realtime-pulls/file-name.js.map +1 -1
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.d.ts +8 -8
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.d.ts.map +1 -1
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.js +8 -8
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.js.map +1 -1
- package/dist/interface/external/surescripts/roster.d.ts.map +1 -1
- package/dist/interface/external/surescripts/roster.js +7 -7
- package/dist/interface/external/surescripts/roster.js.map +1 -1
- package/dist/interface/internal/cohort.d.ts +312 -312
- package/dist/interface/internal/cohort.js.map +1 -1
- package/dist/interface/internal/consolidated.d.ts +76 -70
- package/dist/interface/internal/consolidated.d.ts.map +1 -1
- package/dist/interface/internal/consolidated.js +2 -0
- package/dist/interface/internal/consolidated.js.map +1 -1
- package/dist/interface/internal/customer.js +2 -2
- package/dist/interface/internal/customer.js.map +1 -1
- package/dist/interface/internal/document-query.d.ts +4 -4
- package/dist/interface/schema/feedback.d.ts +2 -2
- package/dist/medical/fhir/__tests__/procedure-category-from-cpt.test.d.ts +2 -0
- package/dist/medical/fhir/__tests__/procedure-category-from-cpt.test.d.ts.map +1 -0
- package/dist/medical/fhir/__tests__/procedure-category-from-cpt.test.js +79 -0
- package/dist/medical/fhir/__tests__/procedure-category-from-cpt.test.js.map +1 -0
- package/dist/medical/fhir/bundle.js +3 -4
- package/dist/medical/fhir/bundle.js.map +1 -1
- package/dist/medical/fhir/coding.js +4 -5
- package/dist/medical/fhir/coding.js.map +1 -1
- package/dist/medical/fhir/constants.js.map +1 -1
- package/dist/medical/fhir/conversion.d.ts.map +1 -1
- package/dist/medical/fhir/imaging-detection.d.ts +3 -16
- package/dist/medical/fhir/imaging-detection.d.ts.map +1 -1
- package/dist/medical/fhir/imaging-detection.js +35 -35
- package/dist/medical/fhir/imaging-detection.js.map +1 -1
- package/dist/medical/fhir/observations.js +4 -5
- package/dist/medical/fhir/observations.js.map +1 -1
- package/dist/medical/fhir/procedure-category-from-cpt.d.ts +4 -0
- package/dist/medical/fhir/procedure-category-from-cpt.d.ts.map +1 -0
- package/dist/medical/fhir/procedure-category-from-cpt.js +106 -0
- package/dist/medical/fhir/procedure-category-from-cpt.js.map +1 -0
- package/dist/medical/fhir/procedure-category.d.ts +12 -0
- package/dist/medical/fhir/procedure-category.d.ts.map +1 -0
- package/dist/medical/fhir/procedure-category.js +45 -0
- package/dist/medical/fhir/procedure-category.js.map +1 -0
- package/dist/medical/fhir/procedure-type.d.ts.map +1 -1
- package/dist/medical/fhir/procedure-type.js +3 -3
- package/dist/medical/fhir/procedure-type.js.map +1 -1
- package/dist/medical/fhir/resources.d.ts.map +1 -1
- package/dist/medical/fhir/resources.js.map +1 -1
- package/dist/medical/fhir/specialty-codes.d.ts.map +1 -1
- package/dist/medical/index.d.ts +2 -0
- package/dist/medical/index.d.ts.map +1 -1
- package/dist/medical/index.js +2 -0
- package/dist/medical/index.js.map +1 -1
- package/dist/medical/webhook/webhook-request.d.ts +1009 -983
- package/dist/medical/webhook/webhook-request.d.ts.map +1 -1
- package/dist/medical/webhook/webhook-request.js +21 -20
- package/dist/medical/webhook/webhook-request.js.map +1 -1
- package/dist/net/__tests__/axios.d.ts +6 -7
- package/dist/net/__tests__/axios.d.ts.map +1 -1
- package/dist/net/__tests__/axios.js +22 -12
- package/dist/net/__tests__/axios.js.map +1 -1
- package/dist/net/__tests__/retry.test.js +17 -7
- package/dist/net/__tests__/retry.test.js.map +1 -1
- package/dist/net/error.d.ts +1 -1
- package/dist/net/error.d.ts.map +1 -1
- package/dist/net/error.js +22 -12
- package/dist/net/error.js.map +1 -1
- package/dist/net/http.js +6 -7
- package/dist/net/http.js.map +1 -1
- package/dist/net/retry.d.ts +1 -0
- package/dist/net/retry.d.ts.map +1 -1
- package/dist/net/retry.js +10 -9
- package/dist/net/retry.js.map +1 -1
- package/dist/net/url.js +1 -2
- package/dist/net/url.js.map +1 -1
- package/dist/src/__tests__/env-setup.d.ts +2 -0
- package/dist/src/__tests__/env-setup.d.ts.map +1 -0
- package/dist/src/__tests__/env-setup.js +45 -0
- package/dist/src/__tests__/env-setup.js.map +1 -0
- package/dist/src/api/index.d.ts +2 -0
- package/dist/src/api/index.d.ts.map +1 -0
- package/dist/src/api/index.js +18 -0
- package/dist/src/api/index.js.map +1 -0
- package/dist/src/api/pagination.d.ts +13 -0
- package/dist/src/api/pagination.d.ts.map +1 -0
- package/dist/src/api/pagination.js +3 -0
- package/dist/src/api/pagination.js.map +1 -0
- package/dist/src/common/__tests__/boolean.test.d.ts +2 -0
- package/dist/src/common/__tests__/boolean.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/boolean.test.js +46 -0
- package/dist/src/common/__tests__/boolean.test.js.map +1 -0
- package/dist/src/common/__tests__/date.test.d.ts +2 -0
- package/dist/src/common/__tests__/date.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/date.test.js +225 -0
- package/dist/src/common/__tests__/date.test.js.map +1 -0
- package/dist/src/common/__tests__/demographics.test.d.ts +2 -0
- package/dist/src/common/__tests__/demographics.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/demographics.test.js +187 -0
- package/dist/src/common/__tests__/demographics.test.js.map +1 -0
- package/dist/src/common/__tests__/html-encode.test.d.ts +2 -0
- package/dist/src/common/__tests__/html-encode.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/html-encode.test.js +31 -0
- package/dist/src/common/__tests__/html-encode.test.js.map +1 -0
- package/dist/src/common/__tests__/normalize-oid.test.d.ts +2 -0
- package/dist/src/common/__tests__/normalize-oid.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/normalize-oid.test.js +68 -0
- package/dist/src/common/__tests__/normalize-oid.test.js.map +1 -0
- package/dist/src/common/__tests__/npi.d.ts +7 -0
- package/dist/src/common/__tests__/npi.d.ts.map +1 -0
- package/dist/src/common/__tests__/npi.js +31 -0
- package/dist/src/common/__tests__/npi.js.map +1 -0
- package/dist/src/common/__tests__/number.test.d.ts +2 -0
- package/dist/src/common/__tests__/number.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/number.test.js +33 -0
- package/dist/src/common/__tests__/number.test.js.map +1 -0
- package/dist/src/common/__tests__/oid.d.ts +20 -0
- package/dist/src/common/__tests__/oid.d.ts.map +1 -0
- package/dist/src/common/__tests__/oid.js +29 -0
- package/dist/src/common/__tests__/oid.js.map +1 -0
- package/dist/src/common/__tests__/oid.test.d.ts +2 -0
- package/dist/src/common/__tests__/oid.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/oid.test.js +51 -0
- package/dist/src/common/__tests__/oid.test.js.map +1 -0
- package/dist/src/common/__tests__/retry.test.d.ts +2 -0
- package/dist/src/common/__tests__/retry.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/retry.test.js +263 -0
- package/dist/src/common/__tests__/retry.test.js.map +1 -0
- package/dist/src/common/__tests__/string.test.d.ts +2 -0
- package/dist/src/common/__tests__/string.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/string.test.js +149 -0
- package/dist/src/common/__tests__/string.test.js.map +1 -0
- package/dist/src/common/__tests__/title-case.test.d.ts +2 -0
- package/dist/src/common/__tests__/title-case.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/title-case.test.js +71 -0
- package/dist/src/common/__tests__/title-case.test.js.map +1 -0
- package/dist/src/common/__tests__/validate-npi.test.d.ts +2 -0
- package/dist/src/common/__tests__/validate-npi.test.d.ts.map +1 -0
- package/dist/src/common/__tests__/validate-npi.test.js +24 -0
- package/dist/src/common/__tests__/validate-npi.test.js.map +1 -0
- package/dist/src/common/array.d.ts +2 -0
- package/dist/src/common/array.d.ts.map +1 -0
- package/dist/src/common/array.js +10 -0
- package/dist/src/common/array.js.map +1 -0
- package/dist/src/common/boolean.d.ts +9 -0
- package/dist/src/common/boolean.d.ts.map +1 -0
- package/dist/src/common/boolean.js +26 -0
- package/dist/src/common/boolean.js.map +1 -0
- package/dist/src/common/date.d.ts +68 -0
- package/dist/src/common/date.d.ts.map +1 -0
- package/dist/src/common/date.js +218 -0
- package/dist/src/common/date.js.map +1 -0
- package/dist/src/common/demographics.d.ts +24 -0
- package/dist/src/common/demographics.d.ts.map +1 -0
- package/dist/src/common/demographics.js +115 -0
- package/dist/src/common/demographics.js.map +1 -0
- package/dist/src/common/duration.d.ts +8 -0
- package/dist/src/common/duration.d.ts.map +1 -0
- package/dist/src/common/duration.js +32 -0
- package/dist/src/common/duration.js.map +1 -0
- package/dist/src/common/email.d.ts +5 -0
- package/dist/src/common/email.d.ts.map +1 -0
- package/dist/src/common/email.js +13 -0
- package/dist/src/common/email.js.map +1 -0
- package/dist/src/common/env-var.d.ts +12 -0
- package/dist/src/common/env-var.d.ts.map +1 -0
- package/dist/src/common/env-var.js +52 -0
- package/dist/src/common/env-var.js.map +1 -0
- package/dist/src/common/error.d.ts +2 -0
- package/dist/src/common/error.d.ts.map +1 -0
- package/dist/src/common/error.js +7 -0
- package/dist/src/common/error.js.map +1 -0
- package/dist/src/common/filter-map.d.ts +11 -0
- package/dist/src/common/filter-map.d.ts.map +1 -0
- package/dist/src/common/filter-map.js +16 -0
- package/dist/src/common/filter-map.js.map +1 -0
- package/dist/src/common/general.d.ts +6 -0
- package/dist/src/common/general.d.ts.map +1 -0
- package/dist/src/common/general.js +15 -0
- package/dist/src/common/general.js.map +1 -0
- package/dist/src/common/html.d.ts +2 -0
- package/dist/src/common/html.d.ts.map +1 -0
- package/dist/src/common/html.js +12 -0
- package/dist/src/common/html.js.map +1 -0
- package/dist/src/common/merge-settings.d.ts +21 -0
- package/dist/src/common/merge-settings.d.ts.map +1 -0
- package/dist/src/common/merge-settings.js +28 -0
- package/dist/src/common/merge-settings.js.map +1 -0
- package/dist/src/common/metriport-organization.d.ts +3 -0
- package/dist/src/common/metriport-organization.d.ts.map +1 -0
- package/dist/src/common/metriport-organization.js +25 -0
- package/dist/src/common/metriport-organization.js.map +1 -0
- package/dist/src/common/net.d.ts +2 -0
- package/dist/src/common/net.d.ts.map +1 -0
- package/dist/src/common/net.js +15 -0
- package/dist/src/common/net.js.map +1 -0
- package/dist/src/common/normalize-oid.d.ts +9 -0
- package/dist/src/common/normalize-oid.d.ts.map +1 -0
- package/dist/src/common/normalize-oid.js +92 -0
- package/dist/src/common/normalize-oid.js.map +1 -0
- package/dist/src/common/numbers.d.ts +21 -0
- package/dist/src/common/numbers.d.ts.map +1 -0
- package/dist/src/common/numbers.js +67 -0
- package/dist/src/common/numbers.js.map +1 -0
- package/dist/src/common/purpose-of-use.d.ts +30 -0
- package/dist/src/common/purpose-of-use.d.ts.map +1 -0
- package/dist/src/common/purpose-of-use.js +35 -0
- package/dist/src/common/purpose-of-use.js.map +1 -0
- package/dist/src/common/response.d.ts +5 -0
- package/dist/src/common/response.d.ts.map +1 -0
- package/dist/src/common/response.js +16 -0
- package/dist/src/common/response.js.map +1 -0
- package/dist/src/common/retry.d.ts +67 -0
- package/dist/src/common/retry.d.ts.map +1 -0
- package/dist/src/common/retry.js +127 -0
- package/dist/src/common/retry.js.map +1 -0
- package/dist/src/common/sleep.d.ts +14 -0
- package/dist/src/common/sleep.d.ts.map +1 -0
- package/dist/src/common/sleep.js +28 -0
- package/dist/src/common/sleep.js.map +1 -0
- package/dist/src/common/sql.d.ts +17 -0
- package/dist/src/common/sql.d.ts.map +1 -0
- package/dist/src/common/sql.js +3 -0
- package/dist/src/common/sql.js.map +1 -0
- package/dist/src/common/string.d.ts +22 -0
- package/dist/src/common/string.d.ts.map +1 -0
- package/dist/src/common/string.js +62 -0
- package/dist/src/common/string.js.map +1 -0
- package/dist/src/common/timer.d.ts +18 -0
- package/dist/src/common/timer.d.ts.map +1 -0
- package/dist/src/common/timer.js +25 -0
- package/dist/src/common/timer.js.map +1 -0
- package/dist/src/common/title-case.d.ts +3 -0
- package/dist/src/common/title-case.d.ts.map +1 -0
- package/dist/src/common/title-case.js +25 -0
- package/dist/src/common/title-case.js.map +1 -0
- package/dist/src/common/types.d.ts +9 -0
- package/dist/src/common/types.d.ts.map +1 -0
- package/dist/src/common/types.js +16 -0
- package/dist/src/common/types.js.map +1 -0
- package/dist/src/common/uuid.d.ts +5 -0
- package/dist/src/common/uuid.d.ts.map +1 -0
- package/dist/src/common/uuid.js +11 -0
- package/dist/src/common/uuid.js.map +1 -0
- package/dist/src/common/validate-npi.d.ts +10 -0
- package/dist/src/common/validate-npi.d.ts.map +1 -0
- package/dist/src/common/validate-npi.js +40 -0
- package/dist/src/common/validate-npi.js.map +1 -0
- package/dist/src/common/xml-parser.d.ts +3 -0
- package/dist/src/common/xml-parser.d.ts.map +1 -0
- package/dist/src/common/xml-parser.js +16 -0
- package/dist/src/common/xml-parser.js.map +1 -0
- package/dist/src/common/zod.d.ts +3 -0
- package/dist/src/common/zod.d.ts.map +1 -0
- package/dist/src/common/zod.js +11 -0
- package/dist/src/common/zod.js.map +1 -0
- package/dist/src/domain/__tests__/cursor-utils.test.d.ts +2 -0
- package/dist/src/domain/__tests__/cursor-utils.test.d.ts.map +1 -0
- package/dist/src/domain/__tests__/cursor-utils.test.js +216 -0
- package/dist/src/domain/__tests__/cursor-utils.test.js.map +1 -0
- package/dist/src/domain/__tests__/dob.test.d.ts +2 -0
- package/dist/src/domain/__tests__/dob.test.d.ts.map +1 -0
- package/dist/src/domain/__tests__/dob.test.js +37 -0
- package/dist/src/domain/__tests__/dob.test.js.map +1 -0
- package/dist/src/domain/__tests__/gender.test.d.ts +2 -0
- package/dist/src/domain/__tests__/gender.test.d.ts.map +1 -0
- package/dist/src/domain/__tests__/gender.test.js +64 -0
- package/dist/src/domain/__tests__/gender.test.js.map +1 -0
- package/dist/src/domain/__tests__/pagination-schema.test.d.ts +2 -0
- package/dist/src/domain/__tests__/pagination-schema.test.d.ts.map +1 -0
- package/dist/src/domain/__tests__/pagination-schema.test.js +165 -0
- package/dist/src/domain/__tests__/pagination-schema.test.js.map +1 -0
- package/dist/src/domain/address/__tests__/country.test.d.ts +2 -0
- package/dist/src/domain/address/__tests__/country.test.d.ts.map +1 -0
- package/dist/src/domain/address/__tests__/country.test.js +51 -0
- package/dist/src/domain/address/__tests__/country.test.js.map +1 -0
- package/dist/src/domain/address/__tests__/state.test.d.ts +2 -0
- package/dist/src/domain/address/__tests__/state.test.d.ts.map +1 -0
- package/dist/src/domain/address/__tests__/state.test.js +40 -0
- package/dist/src/domain/address/__tests__/state.test.js.map +1 -0
- package/dist/src/domain/address/__tests__/territory.test.d.ts +2 -0
- package/dist/src/domain/address/__tests__/territory.test.d.ts.map +1 -0
- package/dist/src/domain/address/__tests__/territory.test.js +35 -0
- package/dist/src/domain/address/__tests__/territory.test.js.map +1 -0
- package/dist/src/domain/address/__tests__/zip.test.d.ts +2 -0
- package/dist/src/domain/address/__tests__/zip.test.d.ts.map +1 -0
- package/dist/src/domain/address/__tests__/zip.test.js +162 -0
- package/dist/src/domain/address/__tests__/zip.test.js.map +1 -0
- package/dist/src/domain/address/city.d.ts +2 -0
- package/dist/src/domain/address/city.d.ts.map +1 -0
- package/dist/src/domain/address/city.js +8 -0
- package/dist/src/domain/address/city.js.map +1 -0
- package/dist/src/domain/address/country.d.ts +4 -0
- package/dist/src/domain/address/country.d.ts.map +1 -0
- package/dist/src/domain/address/country.js +31 -0
- package/dist/src/domain/address/country.js.map +1 -0
- package/dist/src/domain/address/index.d.ts +6 -0
- package/dist/src/domain/address/index.d.ts.map +1 -0
- package/dist/src/domain/address/index.js +20 -0
- package/dist/src/domain/address/index.js.map +1 -0
- package/dist/src/domain/address/state.d.ts +58 -0
- package/dist/src/domain/address/state.d.ts.map +1 -0
- package/dist/src/domain/address/state.js +179 -0
- package/dist/src/domain/address/state.js.map +1 -0
- package/dist/src/domain/address/territory.d.ts +10 -0
- package/dist/src/domain/address/territory.d.ts.map +1 -0
- package/dist/src/domain/address/territory.js +32 -0
- package/dist/src/domain/address/territory.js.map +1 -0
- package/dist/src/domain/address/zip.d.ts +9 -0
- package/dist/src/domain/address/zip.d.ts.map +1 -0
- package/dist/src/domain/address/zip.js +86 -0
- package/dist/src/domain/address/zip.js.map +1 -0
- package/dist/src/domain/base-domain.d.ts +14 -0
- package/dist/src/domain/base-domain.d.ts.map +1 -0
- package/dist/src/domain/base-domain.js +3 -0
- package/dist/src/domain/base-domain.js.map +1 -0
- package/dist/src/domain/baseDto.d.ts +9 -0
- package/dist/src/domain/baseDto.d.ts.map +1 -0
- package/dist/src/domain/baseDto.js +10 -0
- package/dist/src/domain/baseDto.js.map +1 -0
- package/dist/src/domain/care-gap.d.ts +49 -0
- package/dist/src/domain/care-gap.d.ts.map +1 -0
- package/dist/src/domain/care-gap.js +3 -0
- package/dist/src/domain/care-gap.js.map +1 -0
- package/dist/src/domain/cohort.d.ts +90 -0
- package/dist/src/domain/cohort.d.ts.map +1 -0
- package/dist/src/domain/cohort.js +78 -0
- package/dist/src/domain/cohort.js.map +1 -0
- package/dist/src/domain/consolidated/recreate/event-type.d.ts +7 -0
- package/dist/src/domain/consolidated/recreate/event-type.d.ts.map +1 -0
- package/dist/src/domain/consolidated/recreate/event-type.js +11 -0
- package/dist/src/domain/consolidated/recreate/event-type.js.map +1 -0
- package/dist/src/domain/consolidated/recreate/index.d.ts +3 -0
- package/dist/src/domain/consolidated/recreate/index.d.ts.map +1 -0
- package/dist/src/domain/consolidated/recreate/index.js +19 -0
- package/dist/src/domain/consolidated/recreate/index.js.map +1 -0
- package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts +8 -0
- package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts.map +1 -0
- package/dist/src/domain/consolidated/recreate/supported-event-types.js +24 -0
- package/dist/src/domain/consolidated/recreate/supported-event-types.js.map +1 -0
- package/dist/src/domain/contact/__tests__/email.test.d.ts +2 -0
- package/dist/src/domain/contact/__tests__/email.test.d.ts.map +1 -0
- package/dist/src/domain/contact/__tests__/email.test.js +136 -0
- package/dist/src/domain/contact/__tests__/email.test.js.map +1 -0
- package/dist/src/domain/contact/__tests__/phone.test.d.ts +2 -0
- package/dist/src/domain/contact/__tests__/phone.test.d.ts.map +1 -0
- package/dist/src/domain/contact/__tests__/phone.test.js +194 -0
- package/dist/src/domain/contact/__tests__/phone.test.js.map +1 -0
- package/dist/src/domain/contact/email.d.ts +32 -0
- package/dist/src/domain/contact/email.d.ts.map +1 -0
- package/dist/src/domain/contact/email.js +101 -0
- package/dist/src/domain/contact/email.js.map +1 -0
- package/dist/src/domain/contact/phone.d.ts +22 -0
- package/dist/src/domain/contact/phone.d.ts.map +1 -0
- package/dist/src/domain/contact/phone.js +68 -0
- package/dist/src/domain/contact/phone.js.map +1 -0
- package/dist/src/domain/cql-engine/transform.d.ts +32 -0
- package/dist/src/domain/cql-engine/transform.d.ts.map +1 -0
- package/dist/src/domain/cql-engine/transform.js +19 -0
- package/dist/src/domain/cql-engine/transform.js.map +1 -0
- package/dist/src/domain/cursor-utils.d.ts +20 -0
- package/dist/src/domain/cursor-utils.d.ts.map +1 -0
- package/dist/src/domain/cursor-utils.js +50 -0
- package/dist/src/domain/cursor-utils.js.map +1 -0
- package/dist/src/domain/customer.d.ts +123 -0
- package/dist/src/domain/customer.d.ts.map +1 -0
- package/dist/src/domain/customer.js +30 -0
- package/dist/src/domain/customer.js.map +1 -0
- package/dist/src/domain/db.d.ts +71 -0
- package/dist/src/domain/db.d.ts.map +1 -0
- package/dist/src/domain/db.js +45 -0
- package/dist/src/domain/db.js.map +1 -0
- package/dist/src/domain/dob.d.ts +10 -0
- package/dist/src/domain/dob.d.ts.map +1 -0
- package/dist/src/domain/dob.js +26 -0
- package/dist/src/domain/dob.js.map +1 -0
- package/dist/src/domain/externalId.d.ts +2 -0
- package/dist/src/domain/externalId.d.ts.map +1 -0
- package/dist/src/domain/externalId.js +7 -0
- package/dist/src/domain/externalId.js.map +1 -0
- package/dist/src/domain/gender.d.ts +8 -0
- package/dist/src/domain/gender.d.ts.map +1 -0
- package/dist/src/domain/gender.js +33 -0
- package/dist/src/domain/gender.js.map +1 -0
- package/dist/src/domain/job/job-status.d.ts +15 -0
- package/dist/src/domain/job/job-status.d.ts.map +1 -0
- package/dist/src/domain/job/job-status.js +57 -0
- package/dist/src/domain/job/job-status.js.map +1 -0
- package/dist/src/domain/job/patient-job.d.ts +54 -0
- package/dist/src/domain/job/patient-job.d.ts.map +1 -0
- package/dist/src/domain/job/patient-job.js +31 -0
- package/dist/src/domain/job/patient-job.js.map +1 -0
- package/dist/src/domain/job/types.d.ts +19 -0
- package/dist/src/domain/job/types.d.ts.map +1 -0
- package/dist/src/domain/job/types.js +15 -0
- package/dist/src/domain/job/types.js.map +1 -0
- package/dist/src/domain/jwt-token.d.ts +6 -0
- package/dist/src/domain/jwt-token.d.ts.map +1 -0
- package/dist/src/domain/jwt-token.js +3 -0
- package/dist/src/domain/jwt-token.js.map +1 -0
- package/dist/src/domain/metriport.d.ts +9 -0
- package/dist/src/domain/metriport.d.ts.map +1 -0
- package/dist/src/domain/metriport.js +13 -0
- package/dist/src/domain/metriport.js.map +1 -0
- package/dist/src/domain/network-query/__tests__/source.test.d.ts +2 -0
- package/dist/src/domain/network-query/__tests__/source.test.d.ts.map +1 -0
- package/dist/src/domain/network-query/__tests__/source.test.js +450 -0
- package/dist/src/domain/network-query/__tests__/source.test.js.map +1 -0
- package/dist/src/domain/network-query/index.d.ts +4 -0
- package/dist/src/domain/network-query/index.d.ts.map +1 -0
- package/dist/src/domain/network-query/index.js +20 -0
- package/dist/src/domain/network-query/index.js.map +1 -0
- package/dist/src/domain/network-query/query.d.ts +367 -0
- package/dist/src/domain/network-query/query.d.ts.map +1 -0
- package/dist/src/domain/network-query/query.js +23 -0
- package/dist/src/domain/network-query/query.js.map +1 -0
- package/dist/src/domain/network-query/source.d.ts +734 -0
- package/dist/src/domain/network-query/source.d.ts.map +1 -0
- package/dist/src/domain/network-query/source.js +382 -0
- package/dist/src/domain/network-query/source.js.map +1 -0
- package/dist/src/domain/network-query/supported-event-types.d.ts +17 -0
- package/dist/src/domain/network-query/supported-event-types.d.ts.map +1 -0
- package/dist/src/domain/network-query/supported-event-types.js +60 -0
- package/dist/src/domain/network-query/supported-event-types.js.map +1 -0
- package/dist/src/domain/notification-webhooks/index.d.ts +2 -0
- package/dist/src/domain/notification-webhooks/index.d.ts.map +1 -0
- package/dist/src/domain/notification-webhooks/index.js +18 -0
- package/dist/src/domain/notification-webhooks/index.js.map +1 -0
- package/dist/src/domain/notification-webhooks/types.d.ts +33 -0
- package/dist/src/domain/notification-webhooks/types.d.ts.map +1 -0
- package/dist/src/domain/notification-webhooks/types.js +26 -0
- package/dist/src/domain/notification-webhooks/types.js.map +1 -0
- package/dist/src/domain/organization.d.ts +90 -0
- package/dist/src/domain/organization.d.ts.map +1 -0
- package/dist/src/domain/organization.js +41 -0
- package/dist/src/domain/organization.js.map +1 -0
- package/dist/src/domain/pagination-v2.d.ts +230 -0
- package/dist/src/domain/pagination-v2.d.ts.map +1 -0
- package/dist/src/domain/pagination-v2.js +132 -0
- package/dist/src/domain/pagination-v2.js.map +1 -0
- package/dist/src/domain/pagination.d.ts +71 -0
- package/dist/src/domain/pagination.d.ts.map +1 -0
- package/dist/src/domain/pagination.js +36 -0
- package/dist/src/domain/pagination.js.map +1 -0
- package/dist/src/domain/patient/__tests__/ssn.test.d.ts +2 -0
- package/dist/src/domain/patient/__tests__/ssn.test.d.ts.map +1 -0
- package/dist/src/domain/patient/__tests__/ssn.test.js +54 -0
- package/dist/src/domain/patient/__tests__/ssn.test.js.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts +2 -0
- package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/status.test.js +74 -0
- package/dist/src/domain/patient/patient-import/__tests__/status.test.js.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.d.ts +4 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.js +19 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.js.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts +2 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.test.js +69 -0
- package/dist/src/domain/patient/patient-import/__tests__/types.test.js.map +1 -0
- package/dist/src/domain/patient/patient-import/create.d.ts +19 -0
- package/dist/src/domain/patient/patient-import/create.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/create.js +49 -0
- package/dist/src/domain/patient/patient-import/create.js.map +1 -0
- package/dist/src/domain/patient/patient-import/mapping.d.ts +20 -0
- package/dist/src/domain/patient/patient-import/mapping.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/mapping.js +3 -0
- package/dist/src/domain/patient/patient-import/mapping.js.map +1 -0
- package/dist/src/domain/patient/patient-import/metadata.d.ts +9 -0
- package/dist/src/domain/patient/patient-import/metadata.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/metadata.js +21 -0
- package/dist/src/domain/patient/patient-import/metadata.js.map +1 -0
- package/dist/src/domain/patient/patient-import/schemas.d.ts +46 -0
- package/dist/src/domain/patient/patient-import/schemas.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/schemas.js +49 -0
- package/dist/src/domain/patient/patient-import/schemas.js.map +1 -0
- package/dist/src/domain/patient/patient-import/status.d.ts +15 -0
- package/dist/src/domain/patient/patient-import/status.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/status.js +48 -0
- package/dist/src/domain/patient/patient-import/status.js.map +1 -0
- package/dist/src/domain/patient/patient-import/types.d.ts +43 -0
- package/dist/src/domain/patient/patient-import/types.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-import/types.js +15 -0
- package/dist/src/domain/patient/patient-import/types.js.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts +2 -0
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js +66 -0
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts +364 -0
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.js +55 -0
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.js.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/utils.d.ts +59 -0
- package/dist/src/domain/patient/patient-monitoring/utils.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-monitoring/utils.js +120 -0
- package/dist/src/domain/patient/patient-monitoring/utils.js.map +1 -0
- package/dist/src/domain/patient/patient-settings.d.ts +121 -0
- package/dist/src/domain/patient/patient-settings.d.ts.map +1 -0
- package/dist/src/domain/patient/patient-settings.js +27 -0
- package/dist/src/domain/patient/patient-settings.js.map +1 -0
- package/dist/src/domain/patient/patient.d.ts +23 -0
- package/dist/src/domain/patient/patient.d.ts.map +1 -0
- package/dist/src/domain/patient/patient.js +14 -0
- package/dist/src/domain/patient/patient.js.map +1 -0
- package/dist/src/domain/patient/ssn.d.ts +3 -0
- package/dist/src/domain/patient/ssn.d.ts.map +1 -0
- package/dist/src/domain/patient/ssn.js +28 -0
- package/dist/src/domain/patient/ssn.js.map +1 -0
- package/dist/src/domain/patient-cohort.d.ts +6 -0
- package/dist/src/domain/patient-cohort.d.ts.map +1 -0
- package/dist/src/domain/patient-cohort.js +3 -0
- package/dist/src/domain/patient-cohort.js.map +1 -0
- package/dist/src/domain/patient-or-all.d.ts +34 -0
- package/dist/src/domain/patient-or-all.d.ts.map +1 -0
- package/dist/src/domain/patient-or-all.js +17 -0
- package/dist/src/domain/patient-or-all.js.map +1 -0
- package/dist/src/domain/patient.d.ts +90 -0
- package/dist/src/domain/patient.d.ts.map +1 -0
- package/dist/src/domain/patient.js +32 -0
- package/dist/src/domain/patient.js.map +1 -0
- package/dist/src/domain/rate-limiting/index.d.ts +34 -0
- package/dist/src/domain/rate-limiting/index.d.ts.map +1 -0
- package/dist/src/domain/rate-limiting/index.js +55 -0
- package/dist/src/domain/rate-limiting/index.js.map +1 -0
- package/dist/src/domain/roster/patient-roster-added-by.d.ts +6 -0
- package/dist/src/domain/roster/patient-roster-added-by.d.ts.map +1 -0
- package/dist/src/domain/roster/patient-roster-added-by.js +19 -0
- package/dist/src/domain/roster/patient-roster-added-by.js.map +1 -0
- package/dist/src/domain/roster/patient-roster.d.ts +24 -0
- package/dist/src/domain/roster/patient-roster.d.ts.map +1 -0
- package/dist/src/domain/roster/patient-roster.js +3 -0
- package/dist/src/domain/roster/patient-roster.js.map +1 -0
- package/dist/src/domain/roster/roster-status.d.ts +16 -0
- package/dist/src/domain/roster/roster-status.d.ts.map +1 -0
- package/dist/src/domain/roster/roster-status.js +49 -0
- package/dist/src/domain/roster/roster-status.js.map +1 -0
- package/dist/src/domain/roster/roster.d.ts +39 -0
- package/dist/src/domain/roster/roster.d.ts.map +1 -0
- package/dist/src/domain/roster/roster.js +3 -0
- package/dist/src/domain/roster/roster.js.map +1 -0
- package/dist/src/domain/secrets.d.ts +4 -0
- package/dist/src/domain/secrets.d.ts.map +1 -0
- package/dist/src/domain/secrets.js +7 -0
- package/dist/src/domain/secrets.js.map +1 -0
- package/dist/src/domain/suspect.d.ts +5 -0
- package/dist/src/domain/suspect.d.ts.map +1 -0
- package/dist/src/domain/suspect.js +3 -0
- package/dist/src/domain/suspect.js.map +1 -0
- package/dist/src/domain/tcm-encounter.d.ts +453 -0
- package/dist/src/domain/tcm-encounter.d.ts.map +1 -0
- package/dist/src/domain/tcm-encounter.js +98 -0
- package/dist/src/domain/tcm-encounter.js.map +1 -0
- package/dist/src/error/__tests__/shared.test.d.ts +2 -0
- package/dist/src/error/__tests__/shared.test.d.ts.map +1 -0
- package/dist/src/error/__tests__/shared.test.js +539 -0
- package/dist/src/error/__tests__/shared.test.js.map +1 -0
- package/dist/src/error/bad-request.d.ts +5 -0
- package/dist/src/error/bad-request.d.ts.map +1 -0
- package/dist/src/error/bad-request.js +18 -0
- package/dist/src/error/bad-request.js.map +1 -0
- package/dist/src/error/metriport-error.d.ts +9 -0
- package/dist/src/error/metriport-error.d.ts.map +1 -0
- package/dist/src/error/metriport-error.js +22 -0
- package/dist/src/error/metriport-error.js.map +1 -0
- package/dist/src/error/not-found.d.ts +5 -0
- package/dist/src/error/not-found.d.ts.map +1 -0
- package/dist/src/error/not-found.js +18 -0
- package/dist/src/error/not-found.js.map +1 -0
- package/dist/src/error/shared.d.ts +10 -0
- package/dist/src/error/shared.d.ts.map +1 -0
- package/dist/src/error/shared.js +79 -0
- package/dist/src/error/shared.js.map +1 -0
- package/dist/src/error/too-many-requests.d.ts +5 -0
- package/dist/src/error/too-many-requests.d.ts.map +1 -0
- package/dist/src/error/too-many-requests.js +18 -0
- package/dist/src/error/too-many-requests.js.map +1 -0
- package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts +34 -0
- package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts.map +1 -0
- package/dist/src/external/ehr/practicefusion/allergy-data-map.js +2612 -0
- package/dist/src/external/ehr/practicefusion/allergy-data-map.js.map +1 -0
- package/dist/src/external/ehr/practicefusion/index.d.ts +3 -0
- package/dist/src/external/ehr/practicefusion/index.d.ts.map +1 -0
- package/dist/src/external/ehr/practicefusion/index.js +19 -0
- package/dist/src/external/ehr/practicefusion/index.js.map +1 -0
- package/dist/src/external/ehr/practicefusion/shared.d.ts +18 -0
- package/dist/src/external/ehr/practicefusion/shared.d.ts.map +1 -0
- package/dist/src/external/ehr/practicefusion/shared.js +65 -0
- package/dist/src/external/ehr/practicefusion/shared.js.map +1 -0
- package/dist/src/external/hl7v2/constants.d.ts +39 -0
- package/dist/src/external/hl7v2/constants.d.ts.map +1 -0
- package/dist/src/external/hl7v2/constants.js +56 -0
- package/dist/src/external/hl7v2/constants.js.map +1 -0
- package/dist/src/external/ihe/constants.d.ts +17 -0
- package/dist/src/external/ihe/constants.d.ts.map +1 -0
- package/dist/src/external/ihe/constants.js +72 -0
- package/dist/src/external/ihe/constants.js.map +1 -0
- package/dist/src/external/ihe/index.d.ts +3 -0
- package/dist/src/external/ihe/index.d.ts.map +1 -0
- package/dist/src/external/ihe/index.js +19 -0
- package/dist/src/external/ihe/index.js.map +1 -0
- package/dist/src/external/ihe/shared.d.ts +8 -0
- package/dist/src/external/ihe/shared.d.ts.map +1 -0
- package/dist/src/external/ihe/shared.js +24 -0
- package/dist/src/external/ihe/shared.js.map +1 -0
- package/dist/src/external/index.d.ts +4 -0
- package/dist/src/external/index.d.ts.map +1 -0
- package/dist/src/external/index.js +20 -0
- package/dist/src/external/index.js.map +1 -0
- package/dist/src/external/zod/__tests__/iso-date.test.d.ts +2 -0
- package/dist/src/external/zod/__tests__/iso-date.test.d.ts.map +1 -0
- package/dist/src/external/zod/__tests__/iso-date.test.js +115 -0
- package/dist/src/external/zod/__tests__/iso-date.test.js.map +1 -0
- package/dist/src/external/zod/date.d.ts +12 -0
- package/dist/src/external/zod/date.d.ts.map +1 -0
- package/dist/src/external/zod/date.js +28 -0
- package/dist/src/external/zod/date.js.map +1 -0
- package/dist/src/external/zod/index.d.ts +5 -0
- package/dist/src/external/zod/index.d.ts.map +1 -0
- package/dist/src/external/zod/index.js +21 -0
- package/dist/src/external/zod/index.js.map +1 -0
- package/dist/src/external/zod/string.d.ts +11 -0
- package/dist/src/external/zod/string.d.ts.map +1 -0
- package/dist/src/external/zod/string.js +27 -0
- package/dist/src/external/zod/string.js.map +1 -0
- package/dist/src/external/zod/us-state.d.ts +3 -0
- package/dist/src/external/zod/us-state.d.ts.map +1 -0
- package/dist/src/external/zod/us-state.js +10 -0
- package/dist/src/external/zod/us-state.js.map +1 -0
- package/dist/src/external/zod/zip.d.ts +3 -0
- package/dist/src/external/zod/zip.d.ts.map +1 -0
- package/dist/src/external/zod/zip.js +13 -0
- package/dist/src/external/zod/zip.js.map +1 -0
- package/dist/src/index.d.ts +63 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +123 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/interface/external/carequality/directory/simplified-org.d.ts +10 -0
- package/dist/src/interface/external/carequality/directory/simplified-org.d.ts.map +1 -0
- package/dist/src/interface/external/carequality/directory/simplified-org.js +3 -0
- package/dist/src/interface/external/carequality/directory/simplified-org.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts +206 -0
- package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/allergy.js +44 -0
- package/dist/src/interface/external/ehr/athenahealth/allergy.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts +129 -0
- package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/appointment.js +30 -0
- package/dist/src/interface/external/ehr/athenahealth/appointment.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts +27 -0
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.js +14 -0
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts +484 -0
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js +17 -0
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/department.d.ts +28 -0
- package/dist/src/interface/external/ehr/athenahealth/department.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/department.js +11 -0
- package/dist/src/interface/external/ehr/athenahealth/department.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts +33 -0
- package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/encounter.js +13 -0
- package/dist/src/interface/external/ehr/athenahealth/encounter.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts +305 -0
- package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/family-history.js +44 -0
- package/dist/src/interface/external/ehr/athenahealth/family-history.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/index.d.ts +17 -0
- package/dist/src/interface/external/ehr/athenahealth/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/index.js +33 -0
- package/dist/src/interface/external/ehr/athenahealth/index.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts +46 -0
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.js +26 -0
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts +27 -0
- package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/lab-result.js +14 -0
- package/dist/src/interface/external/ehr/athenahealth/lab-result.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/medication.d.ts +63 -0
- package/dist/src/interface/external/ehr/athenahealth/medication.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/medication.js +19 -0
- package/dist/src/interface/external/ehr/athenahealth/medication.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts +14 -0
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js +11 -0
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/patient.d.ts +78 -0
- package/dist/src/interface/external/ehr/athenahealth/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/patient.js +15 -0
- package/dist/src/interface/external/ehr/athenahealth/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/problem.d.ts +27 -0
- package/dist/src/interface/external/ehr/athenahealth/problem.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/problem.js +14 -0
- package/dist/src/interface/external/ehr/athenahealth/problem.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts +20 -0
- package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/subscription.js +11 -0
- package/dist/src/interface/external/ehr/athenahealth/subscription.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts +27 -0
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.js +14 -0
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts +18 -0
- package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/vaccine.js +11 -0
- package/dist/src/interface/external/ehr/athenahealth/vaccine.js.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts +67 -0
- package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/athenahealth/vitals.js +15 -0
- package/dist/src/interface/external/ehr/athenahealth/vitals.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/allergen.d.ts +13 -0
- package/dist/src/interface/external/ehr/canvas/allergen.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/allergen.js +9 -0
- package/dist/src/interface/external/ehr/canvas/allergen.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/appointment.d.ts +170 -0
- package/dist/src/interface/external/ehr/canvas/appointment.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/appointment.js +24 -0
- package/dist/src/interface/external/ehr/canvas/appointment.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts +469 -0
- package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/cx-mapping.js +12 -0
- package/dist/src/interface/external/ehr/canvas/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/external-event.d.ts +67 -0
- package/dist/src/interface/external/ehr/canvas/external-event.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/external-event.js +48 -0
- package/dist/src/interface/external/ehr/canvas/external-event.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/index.d.ts +7 -0
- package/dist/src/interface/external/ehr/canvas/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/index.js +23 -0
- package/dist/src/interface/external/ehr/canvas/index.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts +73 -0
- package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/jwt-token.js +37 -0
- package/dist/src/interface/external/ehr/canvas/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/canvas/note.d.ts +119 -0
- package/dist/src/interface/external/ehr/canvas/note.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/canvas/note.js +26 -0
- package/dist/src/interface/external/ehr/canvas/note.js.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts +465 -0
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js +10 -0
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts +2 -0
- package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/index.js +18 -0
- package/dist/src/interface/external/ehr/eclinicalworks/index.js.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts +18 -0
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js +15 -0
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/appointment.d.ts +71 -0
- package/dist/src/interface/external/ehr/elation/appointment.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/appointment.js +16 -0
- package/dist/src/interface/external/ehr/elation/appointment.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/ccda.d.ts +13 -0
- package/dist/src/interface/external/ehr/elation/ccda.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/ccda.js +9 -0
- package/dist/src/interface/external/ehr/elation/ccda.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts +508 -0
- package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/cx-mapping.js +25 -0
- package/dist/src/interface/external/ehr/elation/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/event.d.ts +106 -0
- package/dist/src/interface/external/ehr/elation/event.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/event.js +31 -0
- package/dist/src/interface/external/ehr/elation/event.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/index.d.ts +13 -0
- package/dist/src/interface/external/ehr/elation/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/index.js +29 -0
- package/dist/src/interface/external/ehr/elation/index.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/jwt-token.d.ts +46 -0
- package/dist/src/interface/external/ehr/elation/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/jwt-token.js +26 -0
- package/dist/src/interface/external/ehr/elation/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/lab.d.ts +10 -0
- package/dist/src/interface/external/ehr/elation/lab.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/lab.js +8 -0
- package/dist/src/interface/external/ehr/elation/lab.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/note.d.ts +10 -0
- package/dist/src/interface/external/ehr/elation/note.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/note.js +8 -0
- package/dist/src/interface/external/ehr/elation/note.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/patient.d.ts +96 -0
- package/dist/src/interface/external/ehr/elation/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/patient.js +33 -0
- package/dist/src/interface/external/ehr/elation/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/practice.d.ts +44 -0
- package/dist/src/interface/external/ehr/elation/practice.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/practice.js +13 -0
- package/dist/src/interface/external/ehr/elation/practice.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/problem.d.ts +10 -0
- package/dist/src/interface/external/ehr/elation/problem.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/problem.js +8 -0
- package/dist/src/interface/external/ehr/elation/problem.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/subscription.d.ts +53 -0
- package/dist/src/interface/external/ehr/elation/subscription.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/subscription.js +22 -0
- package/dist/src/interface/external/ehr/elation/subscription.js.map +1 -0
- package/dist/src/interface/external/ehr/elation/vtial.d.ts +10 -0
- package/dist/src/interface/external/ehr/elation/vtial.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/elation/vtial.js +8 -0
- package/dist/src/interface/external/ehr/elation/vtial.js.map +1 -0
- package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts +4 -0
- package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/embed/cx-mapping.js +6 -0
- package/dist/src/interface/external/ehr/embed/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/embed/index.d.ts +3 -0
- package/dist/src/interface/external/ehr/embed/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/embed/index.js +19 -0
- package/dist/src/interface/external/ehr/embed/index.js.map +1 -0
- package/dist/src/interface/external/ehr/embed/jwt-token.d.ts +28 -0
- package/dist/src/interface/external/ehr/embed/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/embed/jwt-token.js +23 -0
- package/dist/src/interface/external/ehr/embed/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/fhir-resource.d.ts +269 -0
- package/dist/src/interface/external/ehr/fhir-resource.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/fhir-resource.js +62 -0
- package/dist/src/interface/external/ehr/fhir-resource.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/allergy.d.ts +249 -0
- package/dist/src/interface/external/ehr/healthie/allergy.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/allergy.js +31 -0
- package/dist/src/interface/external/ehr/healthie/allergy.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/appointment.d.ts +221 -0
- package/dist/src/interface/external/ehr/healthie/appointment.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/appointment.js +21 -0
- package/dist/src/interface/external/ehr/healthie/appointment.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/condition.d.ts +287 -0
- package/dist/src/interface/external/ehr/healthie/condition.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/condition.js +40 -0
- package/dist/src/interface/external/ehr/healthie/condition.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts +931 -0
- package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/cx-mapping.js +42 -0
- package/dist/src/interface/external/ehr/healthie/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/event.d.ts +44 -0
- package/dist/src/interface/external/ehr/healthie/event.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/event.js +20 -0
- package/dist/src/interface/external/ehr/healthie/event.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts +605 -0
- package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/form-answer-group.js +49 -0
- package/dist/src/interface/external/ehr/healthie/form-answer-group.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/immunization.d.ts +108 -0
- package/dist/src/interface/external/ehr/healthie/immunization.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/immunization.js +19 -0
- package/dist/src/interface/external/ehr/healthie/immunization.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/index.d.ts +13 -0
- package/dist/src/interface/external/ehr/healthie/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/index.js +29 -0
- package/dist/src/interface/external/ehr/healthie/index.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts +18 -0
- package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/jwt-token.js +15 -0
- package/dist/src/interface/external/ehr/healthie/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/lab.d.ts +492 -0
- package/dist/src/interface/external/ehr/healthie/lab.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/lab.js +33 -0
- package/dist/src/interface/external/ehr/healthie/lab.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/medication.d.ts +212 -0
- package/dist/src/interface/external/ehr/healthie/medication.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/medication.js +36 -0
- package/dist/src/interface/external/ehr/healthie/medication.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/patient.d.ts +319 -0
- package/dist/src/interface/external/ehr/healthie/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/patient.js +44 -0
- package/dist/src/interface/external/ehr/healthie/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/healthie/subscription.d.ts +326 -0
- package/dist/src/interface/external/ehr/healthie/subscription.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/healthie/subscription.js +54 -0
- package/dist/src/interface/external/ehr/healthie/subscription.js.map +1 -0
- package/dist/src/interface/external/ehr/index.d.ts +5 -0
- package/dist/src/interface/external/ehr/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/index.js +21 -0
- package/dist/src/interface/external/ehr/index.js.map +1 -0
- package/dist/src/interface/external/ehr/patient.d.ts +250 -0
- package/dist/src/interface/external/ehr/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/patient.js +35 -0
- package/dist/src/interface/external/ehr/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts +137 -0
- package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/appointment.js +29 -0
- package/dist/src/interface/external/ehr/practicefusion/appointment.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts +472 -0
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js +13 -0
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/index.d.ts +4 -0
- package/dist/src/interface/external/ehr/practicefusion/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/index.js +20 -0
- package/dist/src/interface/external/ehr/practicefusion/index.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts +33 -0
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.js +22 -0
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/patient.d.ts +2 -0
- package/dist/src/interface/external/ehr/practicefusion/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/patient.js +6 -0
- package/dist/src/interface/external/ehr/practicefusion/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts +19 -0
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.js +11 -0
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.js.map +1 -0
- package/dist/src/interface/external/ehr/practitioner.d.ts +49 -0
- package/dist/src/interface/external/ehr/practitioner.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/practitioner.js +20 -0
- package/dist/src/interface/external/ehr/practitioner.js.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts +465 -0
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.js +10 -0
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.js.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/index.d.ts +2 -0
- package/dist/src/interface/external/ehr/salesforce/index.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/index.js +18 -0
- package/dist/src/interface/external/ehr/salesforce/index.js.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts +21 -0
- package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/jwt-token.js +16 -0
- package/dist/src/interface/external/ehr/salesforce/jwt-token.js.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/patient.d.ts +326 -0
- package/dist/src/interface/external/ehr/salesforce/patient.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/salesforce/patient.js +69 -0
- package/dist/src/interface/external/ehr/salesforce/patient.js.map +1 -0
- package/dist/src/interface/external/ehr/shared.d.ts +1845 -0
- package/dist/src/interface/external/ehr/shared.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/shared.js +133 -0
- package/dist/src/interface/external/ehr/shared.js.map +1 -0
- package/dist/src/interface/external/ehr/source.d.ts +27 -0
- package/dist/src/interface/external/ehr/source.d.ts.map +1 -0
- package/dist/src/interface/external/ehr/source.js +55 -0
- package/dist/src/interface/external/ehr/source.js.map +1 -0
- package/dist/src/interface/external/index.d.ts +3 -0
- package/dist/src/interface/external/index.d.ts.map +1 -0
- package/dist/src/interface/external/index.js +19 -0
- package/dist/src/interface/external/index.js.map +1 -0
- package/dist/src/interface/external/quest/roster.d.ts +21 -0
- package/dist/src/interface/external/quest/roster.d.ts.map +1 -0
- package/dist/src/interface/external/quest/roster.js +39 -0
- package/dist/src/interface/external/quest/roster.js.map +1 -0
- package/dist/src/interface/external/quest/source.d.ts +11 -0
- package/dist/src/interface/external/quest/source.d.ts.map +1 -0
- package/dist/src/interface/external/quest/source.js +10 -0
- package/dist/src/interface/external/quest/source.js.map +1 -0
- package/dist/src/interface/external/surescripts/added-by.d.ts +8 -0
- package/dist/src/interface/external/surescripts/added-by.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/added-by.js +23 -0
- package/dist/src/interface/external/surescripts/added-by.js.map +1 -0
- package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts +6 -0
- package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/code-list-qualifier.js +17 -0
- package/dist/src/interface/external/surescripts/code-list-qualifier.js.map +1 -0
- package/dist/src/interface/external/surescripts/dea-schedule.d.ts +7 -0
- package/dist/src/interface/external/surescripts/dea-schedule.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/dea-schedule.js +32 -0
- package/dist/src/interface/external/surescripts/dea-schedule.js.map +1 -0
- package/dist/src/interface/external/surescripts/index.d.ts +7 -0
- package/dist/src/interface/external/surescripts/index.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/index.js +23 -0
- package/dist/src/interface/external/surescripts/index.js.map +1 -0
- package/dist/src/interface/external/surescripts/ncpdp.d.ts +12 -0
- package/dist/src/interface/external/surescripts/ncpdp.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/ncpdp.js +1472 -0
- package/dist/src/interface/external/surescripts/ncpdp.js.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/file-name.d.ts +14 -0
- package/dist/src/interface/external/surescripts/notifications/file-name.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/file-name.js +18 -0
- package/dist/src/interface/external/surescripts/notifications/file-name.js.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/index.d.ts +3 -0
- package/dist/src/interface/external/surescripts/notifications/index.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/index.js +19 -0
- package/dist/src/interface/external/surescripts/notifications/index.js.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/types.d.ts +36 -0
- package/dist/src/interface/external/surescripts/notifications/types.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/notifications/types.js +20 -0
- package/dist/src/interface/external/surescripts/notifications/types.js.map +1 -0
- package/dist/src/interface/external/surescripts/payment-code.d.ts +14 -0
- package/dist/src/interface/external/surescripts/payment-code.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/payment-code.js +78 -0
- package/dist/src/interface/external/surescripts/payment-code.js.map +1 -0
- package/dist/src/interface/external/surescripts/plan-code.d.ts +7 -0
- package/dist/src/interface/external/surescripts/plan-code.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/plan-code.js +25 -0
- package/dist/src/interface/external/surescripts/plan-code.js.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts +15 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js +19 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts +3 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/index.js +19 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/index.js.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts +91 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js +64 -0
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js.map +1 -0
- package/dist/src/interface/external/surescripts/roster.d.ts +14 -0
- package/dist/src/interface/external/surescripts/roster.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/roster.js +40 -0
- package/dist/src/interface/external/surescripts/roster.js.map +1 -0
- package/dist/src/interface/external/surescripts/source.d.ts +2 -0
- package/dist/src/interface/external/surescripts/source.d.ts.map +1 -0
- package/dist/src/interface/external/surescripts/source.js +5 -0
- package/dist/src/interface/external/surescripts/source.js.map +1 -0
- package/dist/src/interface/index.d.ts +4 -0
- package/dist/src/interface/index.d.ts.map +1 -0
- package/dist/src/interface/index.js +20 -0
- package/dist/src/interface/index.js.map +1 -0
- package/dist/src/interface/internal/cohort.d.ts +1000 -0
- package/dist/src/interface/internal/cohort.d.ts.map +1 -0
- package/dist/src/interface/internal/cohort.js +66 -0
- package/dist/src/interface/internal/cohort.js.map +1 -0
- package/dist/src/interface/internal/consolidated.d.ts +374 -0
- package/dist/src/interface/internal/consolidated.d.ts.map +1 -0
- package/dist/src/interface/internal/consolidated.js +35 -0
- package/dist/src/interface/internal/consolidated.js.map +1 -0
- package/dist/src/interface/internal/customer.d.ts +14 -0
- package/dist/src/interface/internal/customer.d.ts.map +1 -0
- package/dist/src/interface/internal/customer.js +28 -0
- package/dist/src/interface/internal/customer.js.map +1 -0
- package/dist/src/interface/internal/document-query.d.ts +31 -0
- package/dist/src/interface/internal/document-query.d.ts.map +1 -0
- package/dist/src/interface/internal/document-query.js +21 -0
- package/dist/src/interface/internal/document-query.js.map +1 -0
- package/dist/src/interface/internal/index.d.ts +5 -0
- package/dist/src/interface/internal/index.d.ts.map +1 -0
- package/dist/src/interface/internal/index.js +21 -0
- package/dist/src/interface/internal/index.js.map +1 -0
- package/dist/src/interface/schema/feedback.d.ts +36 -0
- package/dist/src/interface/schema/feedback.d.ts.map +1 -0
- package/dist/src/interface/schema/feedback.js +17 -0
- package/dist/src/interface/schema/feedback.js.map +1 -0
- package/dist/src/interface/schema/index.d.ts +2 -0
- package/dist/src/interface/schema/index.d.ts.map +1 -0
- package/dist/src/interface/schema/index.js +18 -0
- package/dist/src/interface/schema/index.js.map +1 -0
- package/dist/src/medical/fhir/bundle.d.ts +11 -0
- package/dist/src/medical/fhir/bundle.d.ts.map +1 -0
- package/dist/src/medical/fhir/bundle.js +23 -0
- package/dist/src/medical/fhir/bundle.js.map +1 -0
- package/dist/src/medical/fhir/coding.d.ts +16 -0
- package/dist/src/medical/fhir/coding.d.ts.map +1 -0
- package/dist/src/medical/fhir/coding.js +49 -0
- package/dist/src/medical/fhir/coding.js.map +1 -0
- package/dist/src/medical/fhir/constants.d.ts +42 -0
- package/dist/src/medical/fhir/constants.d.ts.map +1 -0
- package/dist/src/medical/fhir/constants.js +68 -0
- package/dist/src/medical/fhir/constants.js.map +1 -0
- package/dist/src/medical/fhir/conversion.d.ts +3 -0
- package/dist/src/medical/fhir/conversion.d.ts.map +1 -0
- package/dist/src/medical/fhir/conversion.js +5 -0
- package/dist/src/medical/fhir/conversion.js.map +1 -0
- package/dist/src/medical/fhir/imaging-detection.d.ts +693 -0
- package/dist/src/medical/fhir/imaging-detection.d.ts.map +1 -0
- package/dist/src/medical/fhir/imaging-detection.js +361 -0
- package/dist/src/medical/fhir/imaging-detection.js.map +1 -0
- package/dist/src/medical/fhir/loinc/loinc-class-display-lookup.json +1730 -0
- package/dist/src/medical/fhir/loinc/loinc-code-class-lookup.json +432994 -0
- package/dist/src/medical/fhir/observations.d.ts +9 -0
- package/dist/src/medical/fhir/observations.d.ts.map +1 -0
- package/dist/src/medical/fhir/observations.js +55 -0
- package/dist/src/medical/fhir/observations.js.map +1 -0
- package/dist/src/medical/fhir/procedure-type.d.ts +1316 -0
- package/dist/src/medical/fhir/procedure-type.d.ts.map +1 -0
- package/dist/src/medical/fhir/procedure-type.js +263 -0
- package/dist/src/medical/fhir/procedure-type.js.map +1 -0
- package/dist/src/medical/fhir/resources.d.ts +6 -0
- package/dist/src/medical/fhir/resources.d.ts.map +1 -0
- package/dist/src/medical/fhir/resources.js +81 -0
- package/dist/src/medical/fhir/resources.js.map +1 -0
- package/dist/src/medical/fhir/specialty-codes.d.ts +79 -0
- package/dist/src/medical/fhir/specialty-codes.d.ts.map +1 -0
- package/dist/src/medical/fhir/specialty-codes.js +1722 -0
- package/dist/src/medical/fhir/specialty-codes.js.map +1 -0
- package/dist/src/medical/index.d.ts +10 -0
- package/dist/src/medical/index.d.ts.map +1 -0
- package/dist/src/medical/index.js +26 -0
- package/dist/src/medical/index.js.map +1 -0
- package/dist/src/medical/webhook/webhook-request.d.ts +4264 -0
- package/dist/src/medical/webhook/webhook-request.d.ts.map +1 -0
- package/dist/src/medical/webhook/webhook-request.js +348 -0
- package/dist/src/medical/webhook/webhook-request.js.map +1 -0
- package/dist/src/medical/webhook/webhook-status-response.d.ts +7 -0
- package/dist/src/medical/webhook/webhook-status-response.d.ts.map +1 -0
- package/dist/src/medical/webhook/webhook-status-response.js +3 -0
- package/dist/src/medical/webhook/webhook-status-response.js.map +1 -0
- package/dist/src/net/__tests__/axios.d.ts +42 -0
- package/dist/src/net/__tests__/axios.d.ts.map +1 -0
- package/dist/src/net/__tests__/axios.js +113 -0
- package/dist/src/net/__tests__/axios.js.map +1 -0
- package/dist/src/net/__tests__/retry.test.d.ts +2 -0
- package/dist/src/net/__tests__/retry.test.d.ts.map +1 -0
- package/dist/src/net/__tests__/retry.test.js +267 -0
- package/dist/src/net/__tests__/retry.test.js.map +1 -0
- package/dist/src/net/error.d.ts +24 -0
- package/dist/src/net/error.d.ts.map +1 -0
- package/dist/src/net/error.js +81 -0
- package/dist/src/net/error.js.map +1 -0
- package/dist/src/net/http.d.ts +25 -0
- package/dist/src/net/http.d.ts.map +1 -0
- package/dist/src/net/http.js +75 -0
- package/dist/src/net/http.js.map +1 -0
- package/dist/src/net/index.d.ts +5 -0
- package/dist/src/net/index.d.ts.map +1 -0
- package/dist/src/net/index.js +21 -0
- package/dist/src/net/index.js.map +1 -0
- package/dist/src/net/retry.d.ts +38 -0
- package/dist/src/net/retry.d.ts.map +1 -0
- package/dist/src/net/retry.js +134 -0
- package/dist/src/net/retry.js.map +1 -0
- package/dist/src/net/url.d.ts +2 -0
- package/dist/src/net/url.d.ts.map +1 -0
- package/dist/src/net/url.js +15 -0
- package/dist/src/net/url.js.map +1 -0
- package/dist/src/util/__tests__/base64.test.d.ts +2 -0
- package/dist/src/util/__tests__/base64.test.d.ts.map +1 -0
- package/dist/src/util/__tests__/base64.test.js +66 -0
- package/dist/src/util/__tests__/base64.test.js.map +1 -0
- package/dist/src/util/base64.d.ts +25 -0
- package/dist/src/util/base64.d.ts.map +1 -0
- package/dist/src/util/base64.js +52 -0
- package/dist/src/util/base64.js.map +1 -0
- package/dist/src/util/duration.d.ts +13 -0
- package/dist/src/util/duration.d.ts.map +1 -0
- package/dist/src/util/duration.js +35 -0
- package/dist/src/util/duration.js.map +1 -0
- package/dist/src/util/index.d.ts +5 -0
- package/dist/src/util/index.d.ts.map +1 -0
- package/dist/src/util/index.js +21 -0
- package/dist/src/util/index.js.map +1 -0
- package/dist/src/util/sqs-delay-from-uuid.d.ts +11 -0
- package/dist/src/util/sqs-delay-from-uuid.d.ts.map +1 -0
- package/dist/src/util/sqs-delay-from-uuid.js +21 -0
- package/dist/src/util/sqs-delay-from-uuid.js.map +1 -0
- package/dist/src/util/stack-trace.d.ts +17 -0
- package/dist/src/util/stack-trace.d.ts.map +1 -0
- package/dist/src/util/stack-trace.js +32 -0
- package/dist/src/util/stack-trace.js.map +1 -0
- package/dist/src/util/uuid-v7.d.ts +162 -0
- package/dist/src/util/uuid-v7.d.ts.map +1 -0
- package/dist/src/util/uuid-v7.js +418 -0
- package/dist/src/util/uuid-v7.js.map +1 -0
- package/dist/src/util/zod.d.ts +13 -0
- package/dist/src/util/zod.d.ts.map +1 -0
- package/dist/src/util/zod.js +26 -0
- package/dist/src/util/zod.js.map +1 -0
- package/dist/util/base64.d.ts +0 -2
- package/dist/util/base64.d.ts.map +1 -1
- package/dist/util/base64.js +7 -7
- package/dist/util/base64.js.map +1 -1
- package/dist/util/duration.js +2 -3
- package/dist/util/duration.js.map +1 -1
- package/dist/util/sqs-delay-from-uuid.js +2 -2
- package/dist/util/sqs-delay-from-uuid.js.map +1 -1
- package/dist/util/stack-trace.js +2 -3
- package/dist/util/stack-trace.js.map +1 -1
- package/dist/util/uuid-v7.d.ts +1 -1
- package/dist/util/uuid-v7.d.ts.map +1 -1
- package/dist/util/uuid-v7.js +23 -13
- package/dist/util/uuid-v7.js.map +1 -1
- package/dist/util/zod.js +2 -2
- package/dist/util/zod.js.map +1 -1
- package/package.json +26 -9
|
@@ -135,31 +135,31 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
135
135
|
}>>;
|
|
136
136
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
-
relativeDateRange?: {
|
|
139
|
-
days?: number | undefined;
|
|
140
|
-
months?: number | undefined;
|
|
141
|
-
years?: number | undefined;
|
|
142
|
-
} | undefined;
|
|
143
|
-
disabled?: boolean | undefined;
|
|
144
138
|
stringFilters?: string[] | undefined;
|
|
145
139
|
latestOnly?: boolean | undefined;
|
|
146
140
|
earliestOnly?: boolean | undefined;
|
|
147
141
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
148
142
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
149
143
|
chronicOrHcc?: boolean | undefined;
|
|
150
|
-
}, {
|
|
151
144
|
relativeDateRange?: {
|
|
152
145
|
days?: number | undefined;
|
|
153
146
|
months?: number | undefined;
|
|
154
147
|
years?: number | undefined;
|
|
155
148
|
} | undefined;
|
|
156
149
|
disabled?: boolean | undefined;
|
|
150
|
+
}, {
|
|
157
151
|
stringFilters?: string[] | undefined;
|
|
158
152
|
latestOnly?: boolean | undefined;
|
|
159
153
|
earliestOnly?: boolean | undefined;
|
|
160
154
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
161
155
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
162
156
|
chronicOrHcc?: boolean | undefined;
|
|
157
|
+
relativeDateRange?: {
|
|
158
|
+
days?: number | undefined;
|
|
159
|
+
months?: number | undefined;
|
|
160
|
+
years?: number | undefined;
|
|
161
|
+
} | undefined;
|
|
162
|
+
disabled?: boolean | undefined;
|
|
163
163
|
}>>;
|
|
164
164
|
vital: z.ZodOptional<z.ZodObject<{
|
|
165
165
|
loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -180,45 +180,45 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
180
180
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
loincCodes?: string[] | undefined;
|
|
183
|
+
latestOnly?: boolean | undefined;
|
|
183
184
|
relativeDateRange?: {
|
|
184
185
|
days?: number | undefined;
|
|
185
186
|
months?: number | undefined;
|
|
186
187
|
years?: number | undefined;
|
|
187
188
|
} | undefined;
|
|
188
189
|
disabled?: boolean | undefined;
|
|
189
|
-
latestOnly?: boolean | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
loincCodes?: string[] | undefined;
|
|
192
|
+
latestOnly?: boolean | undefined;
|
|
192
193
|
relativeDateRange?: {
|
|
193
194
|
days?: number | undefined;
|
|
194
195
|
months?: number | undefined;
|
|
195
196
|
years?: number | undefined;
|
|
196
197
|
} | undefined;
|
|
197
198
|
disabled?: boolean | undefined;
|
|
198
|
-
latestOnly?: boolean | undefined;
|
|
199
199
|
}>>;
|
|
200
200
|
medicationStatement: z.ZodOptional<z.ZodObject<{
|
|
201
201
|
rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
202
202
|
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
203
203
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
rxnormCodes?: string[] | undefined;
|
|
205
206
|
absoluteDate?: string | undefined;
|
|
206
207
|
disabled?: boolean | undefined;
|
|
207
|
-
rxnormCodes?: string[] | undefined;
|
|
208
208
|
}, {
|
|
209
|
+
rxnormCodes?: string[] | undefined;
|
|
209
210
|
absoluteDate?: string | undefined;
|
|
210
211
|
disabled?: boolean | undefined;
|
|
211
|
-
rxnormCodes?: string[] | undefined;
|
|
212
212
|
}>>;
|
|
213
213
|
procedure: z.ZodOptional<z.ZodObject<{
|
|
214
214
|
cptCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
215
215
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
disabled?: boolean | undefined;
|
|
218
217
|
cptCodes?: string[] | undefined;
|
|
219
|
-
}, {
|
|
220
218
|
disabled?: boolean | undefined;
|
|
219
|
+
}, {
|
|
221
220
|
cptCodes?: string[] | undefined;
|
|
221
|
+
disabled?: boolean | undefined;
|
|
222
222
|
}>>;
|
|
223
223
|
allergy: z.ZodOptional<z.ZodObject<{
|
|
224
224
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -258,37 +258,37 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
258
258
|
disabled?: boolean | undefined;
|
|
259
259
|
} | undefined;
|
|
260
260
|
problem?: {
|
|
261
|
-
relativeDateRange?: {
|
|
262
|
-
days?: number | undefined;
|
|
263
|
-
months?: number | undefined;
|
|
264
|
-
years?: number | undefined;
|
|
265
|
-
} | undefined;
|
|
266
|
-
disabled?: boolean | undefined;
|
|
267
261
|
stringFilters?: string[] | undefined;
|
|
268
262
|
latestOnly?: boolean | undefined;
|
|
269
263
|
earliestOnly?: boolean | undefined;
|
|
270
264
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
271
265
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
272
266
|
chronicOrHcc?: boolean | undefined;
|
|
267
|
+
relativeDateRange?: {
|
|
268
|
+
days?: number | undefined;
|
|
269
|
+
months?: number | undefined;
|
|
270
|
+
years?: number | undefined;
|
|
271
|
+
} | undefined;
|
|
272
|
+
disabled?: boolean | undefined;
|
|
273
273
|
} | undefined;
|
|
274
274
|
vital?: {
|
|
275
275
|
loincCodes?: string[] | undefined;
|
|
276
|
+
latestOnly?: boolean | undefined;
|
|
276
277
|
relativeDateRange?: {
|
|
277
278
|
days?: number | undefined;
|
|
278
279
|
months?: number | undefined;
|
|
279
280
|
years?: number | undefined;
|
|
280
281
|
} | undefined;
|
|
281
282
|
disabled?: boolean | undefined;
|
|
282
|
-
latestOnly?: boolean | undefined;
|
|
283
283
|
} | undefined;
|
|
284
284
|
medicationStatement?: {
|
|
285
|
+
rxnormCodes?: string[] | undefined;
|
|
285
286
|
absoluteDate?: string | undefined;
|
|
286
287
|
disabled?: boolean | undefined;
|
|
287
|
-
rxnormCodes?: string[] | undefined;
|
|
288
288
|
} | undefined;
|
|
289
289
|
procedure?: {
|
|
290
|
-
disabled?: boolean | undefined;
|
|
291
290
|
cptCodes?: string[] | undefined;
|
|
291
|
+
disabled?: boolean | undefined;
|
|
292
292
|
} | undefined;
|
|
293
293
|
allergy?: {
|
|
294
294
|
disabled?: boolean | undefined;
|
|
@@ -320,37 +320,37 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
320
320
|
disabled?: boolean | undefined;
|
|
321
321
|
} | undefined;
|
|
322
322
|
problem?: {
|
|
323
|
-
relativeDateRange?: {
|
|
324
|
-
days?: number | undefined;
|
|
325
|
-
months?: number | undefined;
|
|
326
|
-
years?: number | undefined;
|
|
327
|
-
} | undefined;
|
|
328
|
-
disabled?: boolean | undefined;
|
|
329
323
|
stringFilters?: string[] | undefined;
|
|
330
324
|
latestOnly?: boolean | undefined;
|
|
331
325
|
earliestOnly?: boolean | undefined;
|
|
332
326
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
333
327
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
334
328
|
chronicOrHcc?: boolean | undefined;
|
|
329
|
+
relativeDateRange?: {
|
|
330
|
+
days?: number | undefined;
|
|
331
|
+
months?: number | undefined;
|
|
332
|
+
years?: number | undefined;
|
|
333
|
+
} | undefined;
|
|
334
|
+
disabled?: boolean | undefined;
|
|
335
335
|
} | undefined;
|
|
336
336
|
vital?: {
|
|
337
337
|
loincCodes?: string[] | undefined;
|
|
338
|
+
latestOnly?: boolean | undefined;
|
|
338
339
|
relativeDateRange?: {
|
|
339
340
|
days?: number | undefined;
|
|
340
341
|
months?: number | undefined;
|
|
341
342
|
years?: number | undefined;
|
|
342
343
|
} | undefined;
|
|
343
344
|
disabled?: boolean | undefined;
|
|
344
|
-
latestOnly?: boolean | undefined;
|
|
345
345
|
} | undefined;
|
|
346
346
|
medicationStatement?: {
|
|
347
|
+
rxnormCodes?: string[] | undefined;
|
|
347
348
|
absoluteDate?: string | undefined;
|
|
348
349
|
disabled?: boolean | undefined;
|
|
349
|
-
rxnormCodes?: string[] | undefined;
|
|
350
350
|
} | undefined;
|
|
351
351
|
procedure?: {
|
|
352
|
-
disabled?: boolean | undefined;
|
|
353
352
|
cptCodes?: string[] | undefined;
|
|
353
|
+
disabled?: boolean | undefined;
|
|
354
354
|
} | undefined;
|
|
355
355
|
allergy?: {
|
|
356
356
|
disabled?: boolean | undefined;
|
|
@@ -385,21 +385,21 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
385
385
|
practitionerIds?: string[] | undefined;
|
|
386
386
|
}>>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
disabled?: boolean | undefined;
|
|
389
388
|
extensionValue?: {
|
|
390
389
|
url: string;
|
|
391
390
|
values: string[];
|
|
392
391
|
} | undefined;
|
|
392
|
+
disabled?: boolean | undefined;
|
|
393
393
|
practitioners?: {
|
|
394
394
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
395
395
|
practitionerIds?: string[] | undefined;
|
|
396
396
|
} | undefined;
|
|
397
397
|
}, {
|
|
398
|
-
disabled?: boolean | undefined;
|
|
399
398
|
extensionValue?: {
|
|
400
399
|
url: string;
|
|
401
400
|
values: string[];
|
|
402
401
|
} | undefined;
|
|
402
|
+
disabled?: boolean | undefined;
|
|
403
403
|
practitioners?: {
|
|
404
404
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
405
405
|
practitionerIds?: string[] | undefined;
|
|
@@ -428,21 +428,21 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
428
428
|
practitionerIds?: string[] | undefined;
|
|
429
429
|
}>>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
disabled?: boolean | undefined;
|
|
432
431
|
extensionValue?: {
|
|
433
432
|
url: string;
|
|
434
433
|
values: string[];
|
|
435
434
|
} | undefined;
|
|
435
|
+
disabled?: boolean | undefined;
|
|
436
436
|
practitioners?: {
|
|
437
437
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
438
438
|
practitionerIds?: string[] | undefined;
|
|
439
439
|
} | undefined;
|
|
440
440
|
}, {
|
|
441
|
-
disabled?: boolean | undefined;
|
|
442
441
|
extensionValue?: {
|
|
443
442
|
url: string;
|
|
444
443
|
values: string[];
|
|
445
444
|
} | undefined;
|
|
445
|
+
disabled?: boolean | undefined;
|
|
446
446
|
practitioners?: {
|
|
447
447
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
448
448
|
practitionerIds?: string[] | undefined;
|
|
@@ -450,22 +450,22 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
450
450
|
}>>;
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
452
|
optOut?: {
|
|
453
|
-
disabled?: boolean | undefined;
|
|
454
453
|
extensionValue?: {
|
|
455
454
|
url: string;
|
|
456
455
|
values: string[];
|
|
457
456
|
} | undefined;
|
|
457
|
+
disabled?: boolean | undefined;
|
|
458
458
|
practitioners?: {
|
|
459
459
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
460
460
|
practitionerIds?: string[] | undefined;
|
|
461
461
|
} | undefined;
|
|
462
462
|
} | undefined;
|
|
463
463
|
optIn?: {
|
|
464
|
-
disabled?: boolean | undefined;
|
|
465
464
|
extensionValue?: {
|
|
466
465
|
url: string;
|
|
467
466
|
values: string[];
|
|
468
467
|
} | undefined;
|
|
468
|
+
disabled?: boolean | undefined;
|
|
469
469
|
practitioners?: {
|
|
470
470
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
471
471
|
practitionerIds?: string[] | undefined;
|
|
@@ -473,22 +473,22 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
473
473
|
} | undefined;
|
|
474
474
|
}, {
|
|
475
475
|
optOut?: {
|
|
476
|
-
disabled?: boolean | undefined;
|
|
477
476
|
extensionValue?: {
|
|
478
477
|
url: string;
|
|
479
478
|
values: string[];
|
|
480
479
|
} | undefined;
|
|
480
|
+
disabled?: boolean | undefined;
|
|
481
481
|
practitioners?: {
|
|
482
482
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
483
483
|
practitionerIds?: string[] | undefined;
|
|
484
484
|
} | undefined;
|
|
485
485
|
} | undefined;
|
|
486
486
|
optIn?: {
|
|
487
|
-
disabled?: boolean | undefined;
|
|
488
487
|
extensionValue?: {
|
|
489
488
|
url: string;
|
|
490
489
|
values: string[];
|
|
491
490
|
} | undefined;
|
|
491
|
+
disabled?: boolean | undefined;
|
|
492
492
|
practitioners?: {
|
|
493
493
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
494
494
|
practitionerIds?: string[] | undefined;
|
|
@@ -496,22 +496,22 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
496
496
|
} | undefined;
|
|
497
497
|
}>, {
|
|
498
498
|
optOut?: {
|
|
499
|
-
disabled?: boolean | undefined;
|
|
500
499
|
extensionValue?: {
|
|
501
500
|
url: string;
|
|
502
501
|
values: string[];
|
|
503
502
|
} | undefined;
|
|
503
|
+
disabled?: boolean | undefined;
|
|
504
504
|
practitioners?: {
|
|
505
505
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
506
506
|
practitionerIds?: string[] | undefined;
|
|
507
507
|
} | undefined;
|
|
508
508
|
} | undefined;
|
|
509
509
|
optIn?: {
|
|
510
|
-
disabled?: boolean | undefined;
|
|
511
510
|
extensionValue?: {
|
|
512
511
|
url: string;
|
|
513
512
|
values: string[];
|
|
514
513
|
} | undefined;
|
|
514
|
+
disabled?: boolean | undefined;
|
|
515
515
|
practitioners?: {
|
|
516
516
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
517
517
|
practitionerIds?: string[] | undefined;
|
|
@@ -519,22 +519,22 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
519
519
|
} | undefined;
|
|
520
520
|
}, {
|
|
521
521
|
optOut?: {
|
|
522
|
-
disabled?: boolean | undefined;
|
|
523
522
|
extensionValue?: {
|
|
524
523
|
url: string;
|
|
525
524
|
values: string[];
|
|
526
525
|
} | undefined;
|
|
526
|
+
disabled?: boolean | undefined;
|
|
527
527
|
practitioners?: {
|
|
528
528
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
529
529
|
practitionerIds?: string[] | undefined;
|
|
530
530
|
} | undefined;
|
|
531
531
|
} | undefined;
|
|
532
532
|
optIn?: {
|
|
533
|
-
disabled?: boolean | undefined;
|
|
534
533
|
extensionValue?: {
|
|
535
534
|
url: string;
|
|
536
535
|
values: string[];
|
|
537
536
|
} | undefined;
|
|
537
|
+
disabled?: boolean | undefined;
|
|
538
538
|
practitioners?: {
|
|
539
539
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
540
540
|
practitionerIds?: string[] | undefined;
|
|
@@ -546,129 +546,129 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
546
546
|
stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
547
547
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
disabled?: boolean | undefined;
|
|
550
549
|
stringFilters?: string[] | undefined;
|
|
551
|
-
}, {
|
|
552
550
|
disabled?: boolean | undefined;
|
|
551
|
+
}, {
|
|
553
552
|
stringFilters?: string[] | undefined;
|
|
553
|
+
disabled?: boolean | undefined;
|
|
554
554
|
}>>;
|
|
555
555
|
optIn: z.ZodOptional<z.ZodObject<{
|
|
556
556
|
stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
557
557
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
disabled?: boolean | undefined;
|
|
560
559
|
stringFilters?: string[] | undefined;
|
|
561
|
-
}, {
|
|
562
560
|
disabled?: boolean | undefined;
|
|
561
|
+
}, {
|
|
563
562
|
stringFilters?: string[] | undefined;
|
|
563
|
+
disabled?: boolean | undefined;
|
|
564
564
|
}>>;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
566
|
optOut?: {
|
|
567
|
-
disabled?: boolean | undefined;
|
|
568
567
|
stringFilters?: string[] | undefined;
|
|
568
|
+
disabled?: boolean | undefined;
|
|
569
569
|
} | undefined;
|
|
570
570
|
optIn?: {
|
|
571
|
-
disabled?: boolean | undefined;
|
|
572
571
|
stringFilters?: string[] | undefined;
|
|
572
|
+
disabled?: boolean | undefined;
|
|
573
573
|
} | undefined;
|
|
574
574
|
}, {
|
|
575
575
|
optOut?: {
|
|
576
|
-
disabled?: boolean | undefined;
|
|
577
576
|
stringFilters?: string[] | undefined;
|
|
577
|
+
disabled?: boolean | undefined;
|
|
578
578
|
} | undefined;
|
|
579
579
|
optIn?: {
|
|
580
|
-
disabled?: boolean | undefined;
|
|
581
580
|
stringFilters?: string[] | undefined;
|
|
581
|
+
disabled?: boolean | undefined;
|
|
582
582
|
} | undefined;
|
|
583
583
|
}>, {
|
|
584
584
|
optOut?: {
|
|
585
|
-
disabled?: boolean | undefined;
|
|
586
585
|
stringFilters?: string[] | undefined;
|
|
586
|
+
disabled?: boolean | undefined;
|
|
587
587
|
} | undefined;
|
|
588
588
|
optIn?: {
|
|
589
|
-
disabled?: boolean | undefined;
|
|
590
589
|
stringFilters?: string[] | undefined;
|
|
590
|
+
disabled?: boolean | undefined;
|
|
591
591
|
} | undefined;
|
|
592
592
|
}, {
|
|
593
593
|
optOut?: {
|
|
594
|
-
disabled?: boolean | undefined;
|
|
595
594
|
stringFilters?: string[] | undefined;
|
|
595
|
+
disabled?: boolean | undefined;
|
|
596
596
|
} | undefined;
|
|
597
597
|
optIn?: {
|
|
598
|
-
disabled?: boolean | undefined;
|
|
599
598
|
stringFilters?: string[] | undefined;
|
|
599
|
+
disabled?: boolean | undefined;
|
|
600
600
|
} | undefined;
|
|
601
601
|
}>>;
|
|
602
602
|
}, "strip", z.ZodTypeAny, {
|
|
603
|
-
problem?: {
|
|
604
|
-
optOut?: {
|
|
605
|
-
disabled?: boolean | undefined;
|
|
606
|
-
stringFilters?: string[] | undefined;
|
|
607
|
-
} | undefined;
|
|
608
|
-
optIn?: {
|
|
609
|
-
disabled?: boolean | undefined;
|
|
610
|
-
stringFilters?: string[] | undefined;
|
|
611
|
-
} | undefined;
|
|
612
|
-
} | undefined;
|
|
613
603
|
diagnosticReport?: {
|
|
614
604
|
optOut?: {
|
|
615
|
-
disabled?: boolean | undefined;
|
|
616
605
|
extensionValue?: {
|
|
617
606
|
url: string;
|
|
618
607
|
values: string[];
|
|
619
608
|
} | undefined;
|
|
609
|
+
disabled?: boolean | undefined;
|
|
620
610
|
practitioners?: {
|
|
621
611
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
622
612
|
practitionerIds?: string[] | undefined;
|
|
623
613
|
} | undefined;
|
|
624
614
|
} | undefined;
|
|
625
615
|
optIn?: {
|
|
626
|
-
disabled?: boolean | undefined;
|
|
627
616
|
extensionValue?: {
|
|
628
617
|
url: string;
|
|
629
618
|
values: string[];
|
|
630
619
|
} | undefined;
|
|
620
|
+
disabled?: boolean | undefined;
|
|
631
621
|
practitioners?: {
|
|
632
622
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
633
623
|
practitionerIds?: string[] | undefined;
|
|
634
624
|
} | undefined;
|
|
635
625
|
} | undefined;
|
|
636
626
|
} | undefined;
|
|
637
|
-
}, {
|
|
638
627
|
problem?: {
|
|
639
628
|
optOut?: {
|
|
640
|
-
disabled?: boolean | undefined;
|
|
641
629
|
stringFilters?: string[] | undefined;
|
|
630
|
+
disabled?: boolean | undefined;
|
|
642
631
|
} | undefined;
|
|
643
632
|
optIn?: {
|
|
644
|
-
disabled?: boolean | undefined;
|
|
645
633
|
stringFilters?: string[] | undefined;
|
|
634
|
+
disabled?: boolean | undefined;
|
|
646
635
|
} | undefined;
|
|
647
636
|
} | undefined;
|
|
637
|
+
}, {
|
|
648
638
|
diagnosticReport?: {
|
|
649
639
|
optOut?: {
|
|
650
|
-
disabled?: boolean | undefined;
|
|
651
640
|
extensionValue?: {
|
|
652
641
|
url: string;
|
|
653
642
|
values: string[];
|
|
654
643
|
} | undefined;
|
|
644
|
+
disabled?: boolean | undefined;
|
|
655
645
|
practitioners?: {
|
|
656
646
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
657
647
|
practitionerIds?: string[] | undefined;
|
|
658
648
|
} | undefined;
|
|
659
649
|
} | undefined;
|
|
660
650
|
optIn?: {
|
|
661
|
-
disabled?: boolean | undefined;
|
|
662
651
|
extensionValue?: {
|
|
663
652
|
url: string;
|
|
664
653
|
values: string[];
|
|
665
654
|
} | undefined;
|
|
655
|
+
disabled?: boolean | undefined;
|
|
666
656
|
practitioners?: {
|
|
667
657
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
668
658
|
practitionerIds?: string[] | undefined;
|
|
669
659
|
} | undefined;
|
|
670
660
|
} | undefined;
|
|
671
661
|
} | undefined;
|
|
662
|
+
problem?: {
|
|
663
|
+
optOut?: {
|
|
664
|
+
stringFilters?: string[] | undefined;
|
|
665
|
+
disabled?: boolean | undefined;
|
|
666
|
+
} | undefined;
|
|
667
|
+
optIn?: {
|
|
668
|
+
stringFilters?: string[] | undefined;
|
|
669
|
+
disabled?: boolean | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
} | undefined;
|
|
672
672
|
}>>;
|
|
673
673
|
}>, {
|
|
674
674
|
contributionDisabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -705,37 +705,37 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
705
705
|
disabled?: boolean | undefined;
|
|
706
706
|
} | undefined;
|
|
707
707
|
problem?: {
|
|
708
|
-
relativeDateRange?: {
|
|
709
|
-
days?: number | undefined;
|
|
710
|
-
months?: number | undefined;
|
|
711
|
-
years?: number | undefined;
|
|
712
|
-
} | undefined;
|
|
713
|
-
disabled?: boolean | undefined;
|
|
714
708
|
stringFilters?: string[] | undefined;
|
|
715
709
|
latestOnly?: boolean | undefined;
|
|
716
710
|
earliestOnly?: boolean | undefined;
|
|
717
711
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
718
712
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
719
713
|
chronicOrHcc?: boolean | undefined;
|
|
714
|
+
relativeDateRange?: {
|
|
715
|
+
days?: number | undefined;
|
|
716
|
+
months?: number | undefined;
|
|
717
|
+
years?: number | undefined;
|
|
718
|
+
} | undefined;
|
|
719
|
+
disabled?: boolean | undefined;
|
|
720
720
|
} | undefined;
|
|
721
721
|
vital?: {
|
|
722
722
|
loincCodes?: string[] | undefined;
|
|
723
|
+
latestOnly?: boolean | undefined;
|
|
723
724
|
relativeDateRange?: {
|
|
724
725
|
days?: number | undefined;
|
|
725
726
|
months?: number | undefined;
|
|
726
727
|
years?: number | undefined;
|
|
727
728
|
} | undefined;
|
|
728
729
|
disabled?: boolean | undefined;
|
|
729
|
-
latestOnly?: boolean | undefined;
|
|
730
730
|
} | undefined;
|
|
731
731
|
medicationStatement?: {
|
|
732
|
+
rxnormCodes?: string[] | undefined;
|
|
732
733
|
absoluteDate?: string | undefined;
|
|
733
734
|
disabled?: boolean | undefined;
|
|
734
|
-
rxnormCodes?: string[] | undefined;
|
|
735
735
|
} | undefined;
|
|
736
736
|
procedure?: {
|
|
737
|
-
disabled?: boolean | undefined;
|
|
738
737
|
cptCodes?: string[] | undefined;
|
|
738
|
+
disabled?: boolean | undefined;
|
|
739
739
|
} | undefined;
|
|
740
740
|
allergy?: {
|
|
741
741
|
disabled?: boolean | undefined;
|
|
@@ -746,62 +746,62 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
746
746
|
} | undefined;
|
|
747
747
|
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
748
748
|
contributionFilters?: {
|
|
749
|
-
problem?: {
|
|
750
|
-
optOut?: {
|
|
751
|
-
disabled?: boolean | undefined;
|
|
752
|
-
stringFilters?: string[] | undefined;
|
|
753
|
-
} | undefined;
|
|
754
|
-
optIn?: {
|
|
755
|
-
disabled?: boolean | undefined;
|
|
756
|
-
stringFilters?: string[] | undefined;
|
|
757
|
-
} | undefined;
|
|
758
|
-
} | undefined;
|
|
759
749
|
diagnosticReport?: {
|
|
760
750
|
optOut?: {
|
|
761
|
-
disabled?: boolean | undefined;
|
|
762
751
|
extensionValue?: {
|
|
763
752
|
url: string;
|
|
764
753
|
values: string[];
|
|
765
754
|
} | undefined;
|
|
755
|
+
disabled?: boolean | undefined;
|
|
766
756
|
practitioners?: {
|
|
767
757
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
768
758
|
practitionerIds?: string[] | undefined;
|
|
769
759
|
} | undefined;
|
|
770
760
|
} | undefined;
|
|
771
761
|
optIn?: {
|
|
772
|
-
disabled?: boolean | undefined;
|
|
773
762
|
extensionValue?: {
|
|
774
763
|
url: string;
|
|
775
764
|
values: string[];
|
|
776
765
|
} | undefined;
|
|
766
|
+
disabled?: boolean | undefined;
|
|
777
767
|
practitioners?: {
|
|
778
768
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
779
769
|
practitionerIds?: string[] | undefined;
|
|
780
770
|
} | undefined;
|
|
781
771
|
} | undefined;
|
|
782
772
|
} | undefined;
|
|
773
|
+
problem?: {
|
|
774
|
+
optOut?: {
|
|
775
|
+
stringFilters?: string[] | undefined;
|
|
776
|
+
disabled?: boolean | undefined;
|
|
777
|
+
} | undefined;
|
|
778
|
+
optIn?: {
|
|
779
|
+
stringFilters?: string[] | undefined;
|
|
780
|
+
disabled?: boolean | undefined;
|
|
781
|
+
} | undefined;
|
|
782
|
+
} | undefined;
|
|
783
783
|
} | undefined;
|
|
784
784
|
contributionDisabled?: boolean | undefined;
|
|
785
785
|
pickedContributionResourceTypes?: string[] | undefined;
|
|
786
786
|
dqDisabled?: boolean | undefined;
|
|
787
787
|
backgroundContributionWebhookTypes?: string[] | undefined;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
webhooks?: Partial<Record<"appointment.created" | "patient.created" | "patient.updated" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "diagnosis.created", {
|
|
788
|
+
patientLinkingDisabled?: boolean | undefined;
|
|
789
|
+
webhooks?: Partial<Record<"appointment.created" | "diagnosis.created" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "patient.created" | "patient.updated", {
|
|
791
790
|
url: string;
|
|
792
791
|
secretKey: string;
|
|
793
792
|
}>> | undefined;
|
|
794
793
|
webhookPatientPatientLinkingDisabled?: boolean | undefined;
|
|
794
|
+
webhookPatientPatientProcessingEnabled?: boolean | undefined;
|
|
795
795
|
webhookAppointmentPatientLinkingDisabled?: boolean | undefined;
|
|
796
796
|
webhookAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
797
|
-
backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
798
|
-
patientLinkingDisabled?: boolean | undefined;
|
|
799
797
|
webhookPatientCreatedDisabled?: boolean | undefined;
|
|
800
798
|
webhookPatientUpdatedDisabled?: boolean | undefined;
|
|
801
799
|
webhookDiagnosisCreatedDisabled?: boolean | undefined;
|
|
802
800
|
webhookFormAnswerGroupLockedDisabled?: boolean | undefined;
|
|
803
801
|
webhookFormAnswerGroupSignedDisabled?: boolean | undefined;
|
|
804
802
|
webhookGoalCreatedDisabled?: boolean | undefined;
|
|
803
|
+
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
804
|
+
backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
805
805
|
backgroundAppointments48hrEnabled?: boolean | undefined;
|
|
806
806
|
backgroundAppointment48hrPatientProcessingDisabled?: boolean | undefined;
|
|
807
807
|
contributionConsentFormTemplateIdAnswer?: Record<string, string> | undefined;
|
|
@@ -831,37 +831,37 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
831
831
|
disabled?: boolean | undefined;
|
|
832
832
|
} | undefined;
|
|
833
833
|
problem?: {
|
|
834
|
-
relativeDateRange?: {
|
|
835
|
-
days?: number | undefined;
|
|
836
|
-
months?: number | undefined;
|
|
837
|
-
years?: number | undefined;
|
|
838
|
-
} | undefined;
|
|
839
|
-
disabled?: boolean | undefined;
|
|
840
834
|
stringFilters?: string[] | undefined;
|
|
841
835
|
latestOnly?: boolean | undefined;
|
|
842
836
|
earliestOnly?: boolean | undefined;
|
|
843
837
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
844
838
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
845
839
|
chronicOrHcc?: boolean | undefined;
|
|
840
|
+
relativeDateRange?: {
|
|
841
|
+
days?: number | undefined;
|
|
842
|
+
months?: number | undefined;
|
|
843
|
+
years?: number | undefined;
|
|
844
|
+
} | undefined;
|
|
845
|
+
disabled?: boolean | undefined;
|
|
846
846
|
} | undefined;
|
|
847
847
|
vital?: {
|
|
848
848
|
loincCodes?: string[] | undefined;
|
|
849
|
+
latestOnly?: boolean | undefined;
|
|
849
850
|
relativeDateRange?: {
|
|
850
851
|
days?: number | undefined;
|
|
851
852
|
months?: number | undefined;
|
|
852
853
|
years?: number | undefined;
|
|
853
854
|
} | undefined;
|
|
854
855
|
disabled?: boolean | undefined;
|
|
855
|
-
latestOnly?: boolean | undefined;
|
|
856
856
|
} | undefined;
|
|
857
857
|
medicationStatement?: {
|
|
858
|
+
rxnormCodes?: string[] | undefined;
|
|
858
859
|
absoluteDate?: string | undefined;
|
|
859
860
|
disabled?: boolean | undefined;
|
|
860
|
-
rxnormCodes?: string[] | undefined;
|
|
861
861
|
} | undefined;
|
|
862
862
|
procedure?: {
|
|
863
|
-
disabled?: boolean | undefined;
|
|
864
863
|
cptCodes?: string[] | undefined;
|
|
864
|
+
disabled?: boolean | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
allergy?: {
|
|
867
867
|
disabled?: boolean | undefined;
|
|
@@ -872,62 +872,62 @@ export declare const healthieSecondaryMappingsSchema: z.ZodObject<z.objectUtil.e
|
|
|
872
872
|
} | undefined;
|
|
873
873
|
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
874
874
|
contributionFilters?: {
|
|
875
|
-
problem?: {
|
|
876
|
-
optOut?: {
|
|
877
|
-
disabled?: boolean | undefined;
|
|
878
|
-
stringFilters?: string[] | undefined;
|
|
879
|
-
} | undefined;
|
|
880
|
-
optIn?: {
|
|
881
|
-
disabled?: boolean | undefined;
|
|
882
|
-
stringFilters?: string[] | undefined;
|
|
883
|
-
} | undefined;
|
|
884
|
-
} | undefined;
|
|
885
875
|
diagnosticReport?: {
|
|
886
876
|
optOut?: {
|
|
887
|
-
disabled?: boolean | undefined;
|
|
888
877
|
extensionValue?: {
|
|
889
878
|
url: string;
|
|
890
879
|
values: string[];
|
|
891
880
|
} | undefined;
|
|
881
|
+
disabled?: boolean | undefined;
|
|
892
882
|
practitioners?: {
|
|
893
883
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
894
884
|
practitionerIds?: string[] | undefined;
|
|
895
885
|
} | undefined;
|
|
896
886
|
} | undefined;
|
|
897
887
|
optIn?: {
|
|
898
|
-
disabled?: boolean | undefined;
|
|
899
888
|
extensionValue?: {
|
|
900
889
|
url: string;
|
|
901
890
|
values: string[];
|
|
902
891
|
} | undefined;
|
|
892
|
+
disabled?: boolean | undefined;
|
|
903
893
|
practitioners?: {
|
|
904
894
|
mustHaveAtLeastOnePractitioner?: boolean | undefined;
|
|
905
895
|
practitionerIds?: string[] | undefined;
|
|
906
896
|
} | undefined;
|
|
907
897
|
} | undefined;
|
|
908
898
|
} | undefined;
|
|
899
|
+
problem?: {
|
|
900
|
+
optOut?: {
|
|
901
|
+
stringFilters?: string[] | undefined;
|
|
902
|
+
disabled?: boolean | undefined;
|
|
903
|
+
} | undefined;
|
|
904
|
+
optIn?: {
|
|
905
|
+
stringFilters?: string[] | undefined;
|
|
906
|
+
disabled?: boolean | undefined;
|
|
907
|
+
} | undefined;
|
|
908
|
+
} | undefined;
|
|
909
909
|
} | undefined;
|
|
910
910
|
contributionDisabled?: boolean | undefined;
|
|
911
911
|
pickedContributionResourceTypes?: string[] | undefined;
|
|
912
912
|
dqDisabled?: boolean | undefined;
|
|
913
913
|
backgroundContributionWebhookTypes?: string[] | undefined;
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
webhooks?: Partial<Record<"appointment.created" | "patient.created" | "patient.updated" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "diagnosis.created", {
|
|
914
|
+
patientLinkingDisabled?: boolean | undefined;
|
|
915
|
+
webhooks?: Partial<Record<"appointment.created" | "diagnosis.created" | "form_answer_group.locked" | "form_answer_group.signed" | "goal.created" | "patient.created" | "patient.updated", {
|
|
917
916
|
url: string;
|
|
918
917
|
secretKey: string;
|
|
919
918
|
}>> | undefined;
|
|
920
919
|
webhookPatientPatientLinkingDisabled?: boolean | undefined;
|
|
920
|
+
webhookPatientPatientProcessingEnabled?: boolean | undefined;
|
|
921
921
|
webhookAppointmentPatientLinkingDisabled?: boolean | undefined;
|
|
922
922
|
webhookAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
923
|
-
backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
924
|
-
patientLinkingDisabled?: boolean | undefined;
|
|
925
923
|
webhookPatientCreatedDisabled?: boolean | undefined;
|
|
926
924
|
webhookPatientUpdatedDisabled?: boolean | undefined;
|
|
927
925
|
webhookDiagnosisCreatedDisabled?: boolean | undefined;
|
|
928
926
|
webhookFormAnswerGroupLockedDisabled?: boolean | undefined;
|
|
929
927
|
webhookFormAnswerGroupSignedDisabled?: boolean | undefined;
|
|
930
928
|
webhookGoalCreatedDisabled?: boolean | undefined;
|
|
929
|
+
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
930
|
+
backgroundAppointmentPatientProcessingDisabled?: boolean | undefined;
|
|
931
931
|
backgroundAppointments48hrEnabled?: boolean | undefined;
|
|
932
932
|
backgroundAppointment48hrPatientProcessingDisabled?: boolean | undefined;
|
|
933
933
|
contributionConsentFormTemplateIdAnswer?: Record<string, string> | undefined;
|