@metriport/shared 0.33.0 → 0.33.1
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__/demographics.test.js +59 -3
- package/dist/common/__tests__/demographics.test.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__/string.test.js +24 -0
- package/dist/common/__tests__/string.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 +3 -3
- package/dist/common/demographics.d.ts.map +1 -1
- package/dist/common/demographics.js +26 -19
- 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.d.ts +4 -0
- package/dist/common/general.d.ts.map +1 -1
- package/dist/common/general.js +8 -2
- 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.d.ts +13 -0
- package/dist/common/purpose-of-use.d.ts.map +1 -1
- package/dist/common/purpose-of-use.js +18 -2
- 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.d.ts +6 -0
- package/dist/common/string.d.ts.map +1 -1
- package/dist/common/string.js +14 -6
- 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 +14 -11
- package/dist/domain/cohort.d.ts.map +1 -1
- package/dist/domain/cohort.js +14 -11
- 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.d.ts +7 -0
- package/dist/domain/consolidated/recreate/event-type.d.ts.map +1 -0
- package/dist/domain/consolidated/recreate/event-type.js +11 -0
- package/dist/domain/consolidated/recreate/event-type.js.map +1 -0
- package/dist/domain/consolidated/recreate/index.d.ts +3 -0
- package/dist/domain/consolidated/recreate/index.d.ts.map +1 -0
- package/dist/domain/consolidated/recreate/index.js +19 -0
- package/dist/domain/consolidated/recreate/index.js.map +1 -0
- package/dist/domain/consolidated/recreate/supported-event-types.d.ts +8 -0
- package/dist/domain/consolidated/recreate/supported-event-types.d.ts.map +1 -0
- package/dist/domain/consolidated/recreate/supported-event-types.js +26 -0
- package/dist/domain/consolidated/recreate/supported-event-types.js.map +1 -0
- 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 +30 -24
- package/dist/domain/customer.d.ts.map +1 -1
- package/dist/domain/customer.js +6 -1
- package/dist/domain/customer.js.map +1 -1
- package/dist/domain/db.d.ts +10 -5
- package/dist/domain/db.d.ts.map +1 -1
- package/dist/domain/db.js +20 -1
- 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 +13 -13
- package/dist/domain/network-query/__tests__/source.test.js.map +1 -1
- package/dist/domain/network-query/index.d.ts +1 -0
- package/dist/domain/network-query/index.d.ts.map +1 -1
- package/dist/domain/network-query/index.js +1 -0
- package/dist/domain/network-query/index.js.map +1 -1
- package/dist/domain/network-query/query.d.ts +308 -8
- package/dist/domain/network-query/query.d.ts.map +1 -1
- package/dist/domain/network-query/query.js +6 -2
- package/dist/domain/network-query/query.js.map +1 -1
- package/dist/domain/network-query/source.d.ts +439 -30
- package/dist/domain/network-query/source.d.ts.map +1 -1
- package/dist/domain/network-query/source.js +132 -18
- package/dist/domain/network-query/source.js.map +1 -1
- package/dist/domain/network-query/supported-event-types.d.ts +18 -0
- package/dist/domain/network-query/supported-event-types.d.ts.map +1 -0
- package/dist/domain/network-query/supported-event-types.js +60 -0
- package/dist/domain/network-query/supported-event-types.js.map +1 -0
- package/dist/domain/notification-webhooks/index.d.ts +2 -0
- package/dist/domain/notification-webhooks/index.d.ts.map +1 -0
- package/dist/domain/notification-webhooks/index.js +18 -0
- package/dist/domain/notification-webhooks/index.js.map +1 -0
- package/dist/domain/notification-webhooks/types.d.ts +29 -0
- package/dist/domain/notification-webhooks/types.d.ts.map +1 -0
- package/dist/domain/notification-webhooks/types.js +17 -0
- package/dist/domain/notification-webhooks/types.js.map +1 -0
- 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 +5 -5
- 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 +137 -4
- package/dist/domain/patient/patient-monitoring/discharge-requery.d.ts.map +1 -1
- package/dist/domain/patient/patient-monitoring/discharge-requery.js +13 -3
- package/dist/domain/patient/patient-monitoring/discharge-requery.js.map +1 -1
- package/dist/domain/patient/patient-monitoring/utils.d.ts +19 -2
- package/dist/domain/patient/patient-monitoring/utils.d.ts.map +1 -1
- package/dist/domain/patient/patient-monitoring/utils.js +26 -10
- 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 +1 -1
- package/dist/domain/rate-limiting/index.d.ts.map +1 -1
- package/dist/domain/rate-limiting/index.js +12 -3
- package/dist/domain/rate-limiting/index.js.map +1 -1
- package/dist/domain/roster/patient-roster-added-by.d.ts +6 -0
- package/dist/domain/roster/patient-roster-added-by.d.ts.map +1 -0
- package/dist/domain/roster/patient-roster-added-by.js +19 -0
- package/dist/domain/roster/patient-roster-added-by.js.map +1 -0
- package/dist/domain/roster/patient-roster.d.ts +5 -1
- package/dist/domain/roster/patient-roster.d.ts.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 +74 -74
- 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.d.ts +8 -1
- package/dist/external/hl7v2/constants.d.ts.map +1 -1
- package/dist/external/hl7v2/constants.js +22 -2
- 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.d.ts +15 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +35 -20
- 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 -52
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.js +0 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.js.map +1 -1
- 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 +2 -2
- 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 +4 -4
- 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 +485 -60
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/cx-mapping.js +20 -4
- package/dist/interface/external/ehr/healthie/cx-mapping.js.map +1 -1
- package/dist/interface/external/ehr/healthie/event.d.ts +18 -4
- package/dist/interface/external/ehr/healthie/event.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/event.js +6 -1
- package/dist/interface/external/ehr/healthie/event.js.map +1 -1
- package/dist/interface/external/ehr/healthie/form-answer-group.d.ts +605 -0
- package/dist/interface/external/ehr/healthie/form-answer-group.d.ts.map +1 -0
- package/dist/interface/external/ehr/healthie/form-answer-group.js +51 -0
- package/dist/interface/external/ehr/healthie/form-answer-group.js.map +1 -0
- package/dist/interface/external/ehr/healthie/immunization.js.map +1 -1
- package/dist/interface/external/ehr/healthie/index.d.ts +1 -0
- package/dist/interface/external/ehr/healthie/index.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/index.js +1 -0
- package/dist/interface/external/ehr/healthie/index.js.map +1 -1
- package/dist/interface/external/ehr/healthie/jwt-token.d.ts +2 -2
- 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 +145 -106
- package/dist/interface/external/ehr/healthie/patient.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/patient.js +9 -6
- package/dist/interface/external/ehr/healthie/patient.js.map +1 -1
- package/dist/interface/external/ehr/healthie/subscription.d.ts +30 -21
- package/dist/interface/external/ehr/healthie/subscription.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/subscription.js +21 -4
- 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 +4 -4
- 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 +3 -3
- 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 +1133 -80
- package/dist/interface/external/ehr/shared.d.ts.map +1 -1
- package/dist/interface/external/ehr/shared.js +64 -2
- package/dist/interface/external/ehr/shared.js.map +1 -1
- package/dist/interface/external/ehr/source.d.ts +1 -0
- package/dist/interface/external/ehr/source.d.ts.map +1 -1
- package/dist/interface/external/ehr/source.js +10 -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.d.ts +8 -0
- package/dist/interface/external/surescripts/added-by.d.ts.map +1 -0
- package/dist/interface/external/surescripts/added-by.js +23 -0
- package/dist/interface/external/surescripts/added-by.js.map +1 -0
- 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/index.d.ts +2 -0
- package/dist/interface/external/surescripts/index.d.ts.map +1 -1
- package/dist/interface/external/surescripts/index.js +2 -0
- package/dist/interface/external/surescripts/index.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/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.d.ts +15 -0
- package/dist/interface/external/surescripts/realtime-pulls/file-name.d.ts.map +1 -0
- package/dist/interface/external/surescripts/realtime-pulls/file-name.js +19 -0
- package/dist/interface/external/surescripts/realtime-pulls/file-name.js.map +1 -0
- package/dist/interface/external/surescripts/realtime-pulls/index.d.ts +3 -0
- package/dist/interface/external/surescripts/realtime-pulls/index.d.ts.map +1 -0
- package/dist/interface/external/surescripts/realtime-pulls/index.js +19 -0
- package/dist/interface/external/surescripts/realtime-pulls/index.js.map +1 -0
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.d.ts +91 -0
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.d.ts.map +1 -0
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.js +64 -0
- package/dist/interface/external/surescripts/realtime-pulls/status-codes.js.map +1 -0
- package/dist/interface/external/surescripts/roster.d.ts +2 -0
- package/dist/interface/external/surescripts/roster.d.ts.map +1 -1
- package/dist/interface/external/surescripts/roster.js +16 -5
- package/dist/interface/external/surescripts/roster.js.map +1 -1
- package/dist/interface/internal/cohort.d.ts +240 -240
- package/dist/interface/internal/cohort.d.ts.map +1 -1
- package/dist/interface/internal/cohort.js +10 -6
- package/dist/interface/internal/cohort.js.map +1 -1
- package/dist/interface/internal/consolidated.d.ts +359 -10
- package/dist/interface/internal/consolidated.d.ts.map +1 -1
- package/dist/interface/internal/consolidated.js +24 -3
- package/dist/interface/internal/consolidated.js.map +1 -1
- package/dist/interface/internal/customer.d.ts +14 -0
- package/dist/interface/internal/customer.d.ts.map +1 -0
- package/dist/interface/internal/customer.js +28 -0
- package/dist/interface/internal/customer.js.map +1 -0
- package/dist/interface/internal/document-query.d.ts +2 -2
- package/dist/interface/internal/index.d.ts +1 -0
- package/dist/interface/internal/index.d.ts.map +1 -1
- package/dist/interface/internal/index.js +1 -0
- package/dist/interface/internal/index.js.map +1 -1
- 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 +1899 -833
- package/dist/medical/webhook/webhook-request.d.ts.map +1 -1
- package/dist/medical/webhook/webhook-request.js +95 -19
- 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/util/base64.d.ts +14 -2
- package/dist/util/base64.d.ts.map +1 -1
- package/dist/util/base64.js +30 -5
- 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.d.ts +17 -0
- package/dist/util/stack-trace.d.ts.map +1 -0
- package/dist/util/stack-trace.js +32 -0
- package/dist/util/stack-trace.js.map +1 -0
- 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 +41 -11
|
@@ -109,31 +109,31 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
109
109
|
}>>;
|
|
110
110
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
relativeDateRange?: {
|
|
113
|
-
days?: number | undefined;
|
|
114
|
-
months?: number | undefined;
|
|
115
|
-
years?: number | undefined;
|
|
116
|
-
} | undefined;
|
|
117
|
-
disabled?: boolean | undefined;
|
|
118
112
|
stringFilters?: string[] | undefined;
|
|
119
113
|
latestOnly?: boolean | undefined;
|
|
120
114
|
earliestOnly?: boolean | undefined;
|
|
121
115
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
122
116
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
123
117
|
chronicOrHcc?: boolean | undefined;
|
|
124
|
-
}, {
|
|
125
118
|
relativeDateRange?: {
|
|
126
119
|
days?: number | undefined;
|
|
127
120
|
months?: number | undefined;
|
|
128
121
|
years?: number | undefined;
|
|
129
122
|
} | undefined;
|
|
130
123
|
disabled?: boolean | undefined;
|
|
124
|
+
}, {
|
|
131
125
|
stringFilters?: string[] | undefined;
|
|
132
126
|
latestOnly?: boolean | undefined;
|
|
133
127
|
earliestOnly?: boolean | undefined;
|
|
134
128
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
135
129
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
136
130
|
chronicOrHcc?: boolean | undefined;
|
|
131
|
+
relativeDateRange?: {
|
|
132
|
+
days?: number | undefined;
|
|
133
|
+
months?: number | undefined;
|
|
134
|
+
years?: number | undefined;
|
|
135
|
+
} | undefined;
|
|
136
|
+
disabled?: boolean | undefined;
|
|
137
137
|
}>>;
|
|
138
138
|
vital: z.ZodOptional<z.ZodObject<{
|
|
139
139
|
loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -154,45 +154,45 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
154
154
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
loincCodes?: string[] | undefined;
|
|
157
|
+
latestOnly?: boolean | undefined;
|
|
157
158
|
relativeDateRange?: {
|
|
158
159
|
days?: number | undefined;
|
|
159
160
|
months?: number | undefined;
|
|
160
161
|
years?: number | undefined;
|
|
161
162
|
} | undefined;
|
|
162
163
|
disabled?: boolean | undefined;
|
|
163
|
-
latestOnly?: boolean | undefined;
|
|
164
164
|
}, {
|
|
165
165
|
loincCodes?: string[] | undefined;
|
|
166
|
+
latestOnly?: boolean | undefined;
|
|
166
167
|
relativeDateRange?: {
|
|
167
168
|
days?: number | undefined;
|
|
168
169
|
months?: number | undefined;
|
|
169
170
|
years?: number | undefined;
|
|
170
171
|
} | undefined;
|
|
171
172
|
disabled?: boolean | undefined;
|
|
172
|
-
latestOnly?: boolean | undefined;
|
|
173
173
|
}>>;
|
|
174
174
|
medicationStatement: z.ZodOptional<z.ZodObject<{
|
|
175
175
|
rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
176
176
|
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
177
177
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
rxnormCodes?: string[] | undefined;
|
|
179
180
|
absoluteDate?: string | undefined;
|
|
180
181
|
disabled?: boolean | undefined;
|
|
181
|
-
rxnormCodes?: string[] | undefined;
|
|
182
182
|
}, {
|
|
183
|
+
rxnormCodes?: string[] | undefined;
|
|
183
184
|
absoluteDate?: string | undefined;
|
|
184
185
|
disabled?: boolean | undefined;
|
|
185
|
-
rxnormCodes?: string[] | undefined;
|
|
186
186
|
}>>;
|
|
187
187
|
procedure: z.ZodOptional<z.ZodObject<{
|
|
188
188
|
cptCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
189
189
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
|
191
|
-
disabled?: boolean | undefined;
|
|
192
191
|
cptCodes?: string[] | undefined;
|
|
193
|
-
}, {
|
|
194
192
|
disabled?: boolean | undefined;
|
|
193
|
+
}, {
|
|
195
194
|
cptCodes?: string[] | undefined;
|
|
195
|
+
disabled?: boolean | undefined;
|
|
196
196
|
}>>;
|
|
197
197
|
allergy: z.ZodOptional<z.ZodObject<{
|
|
198
198
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -232,37 +232,37 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
232
232
|
disabled?: boolean | undefined;
|
|
233
233
|
} | undefined;
|
|
234
234
|
problem?: {
|
|
235
|
-
relativeDateRange?: {
|
|
236
|
-
days?: number | undefined;
|
|
237
|
-
months?: number | undefined;
|
|
238
|
-
years?: number | undefined;
|
|
239
|
-
} | undefined;
|
|
240
|
-
disabled?: boolean | undefined;
|
|
241
235
|
stringFilters?: string[] | undefined;
|
|
242
236
|
latestOnly?: boolean | undefined;
|
|
243
237
|
earliestOnly?: boolean | undefined;
|
|
244
238
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
245
239
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
246
240
|
chronicOrHcc?: boolean | undefined;
|
|
241
|
+
relativeDateRange?: {
|
|
242
|
+
days?: number | undefined;
|
|
243
|
+
months?: number | undefined;
|
|
244
|
+
years?: number | undefined;
|
|
245
|
+
} | undefined;
|
|
246
|
+
disabled?: boolean | undefined;
|
|
247
247
|
} | undefined;
|
|
248
248
|
vital?: {
|
|
249
249
|
loincCodes?: string[] | undefined;
|
|
250
|
+
latestOnly?: boolean | undefined;
|
|
250
251
|
relativeDateRange?: {
|
|
251
252
|
days?: number | undefined;
|
|
252
253
|
months?: number | undefined;
|
|
253
254
|
years?: number | undefined;
|
|
254
255
|
} | undefined;
|
|
255
256
|
disabled?: boolean | undefined;
|
|
256
|
-
latestOnly?: boolean | undefined;
|
|
257
257
|
} | undefined;
|
|
258
258
|
medicationStatement?: {
|
|
259
|
+
rxnormCodes?: string[] | undefined;
|
|
259
260
|
absoluteDate?: string | undefined;
|
|
260
261
|
disabled?: boolean | undefined;
|
|
261
|
-
rxnormCodes?: string[] | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
procedure?: {
|
|
264
|
-
disabled?: boolean | undefined;
|
|
265
264
|
cptCodes?: string[] | undefined;
|
|
265
|
+
disabled?: boolean | undefined;
|
|
266
266
|
} | undefined;
|
|
267
267
|
allergy?: {
|
|
268
268
|
disabled?: boolean | undefined;
|
|
@@ -294,37 +294,37 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
294
294
|
disabled?: boolean | undefined;
|
|
295
295
|
} | undefined;
|
|
296
296
|
problem?: {
|
|
297
|
-
relativeDateRange?: {
|
|
298
|
-
days?: number | undefined;
|
|
299
|
-
months?: number | undefined;
|
|
300
|
-
years?: number | undefined;
|
|
301
|
-
} | undefined;
|
|
302
|
-
disabled?: boolean | undefined;
|
|
303
297
|
stringFilters?: string[] | undefined;
|
|
304
298
|
latestOnly?: boolean | undefined;
|
|
305
299
|
earliestOnly?: boolean | undefined;
|
|
306
300
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
307
301
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
308
302
|
chronicOrHcc?: boolean | undefined;
|
|
303
|
+
relativeDateRange?: {
|
|
304
|
+
days?: number | undefined;
|
|
305
|
+
months?: number | undefined;
|
|
306
|
+
years?: number | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
disabled?: boolean | undefined;
|
|
309
309
|
} | undefined;
|
|
310
310
|
vital?: {
|
|
311
311
|
loincCodes?: string[] | undefined;
|
|
312
|
+
latestOnly?: boolean | undefined;
|
|
312
313
|
relativeDateRange?: {
|
|
313
314
|
days?: number | undefined;
|
|
314
315
|
months?: number | undefined;
|
|
315
316
|
years?: number | undefined;
|
|
316
317
|
} | undefined;
|
|
317
318
|
disabled?: boolean | undefined;
|
|
318
|
-
latestOnly?: boolean | undefined;
|
|
319
319
|
} | undefined;
|
|
320
320
|
medicationStatement?: {
|
|
321
|
+
rxnormCodes?: string[] | undefined;
|
|
321
322
|
absoluteDate?: string | undefined;
|
|
322
323
|
disabled?: boolean | undefined;
|
|
323
|
-
rxnormCodes?: string[] | undefined;
|
|
324
324
|
} | undefined;
|
|
325
325
|
procedure?: {
|
|
326
|
-
disabled?: boolean | undefined;
|
|
327
326
|
cptCodes?: string[] | undefined;
|
|
327
|
+
disabled?: boolean | undefined;
|
|
328
328
|
} | undefined;
|
|
329
329
|
allergy?: {
|
|
330
330
|
disabled?: boolean | undefined;
|
|
@@ -336,7 +336,6 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
336
336
|
}>, {
|
|
337
337
|
sendDocumentQueryWebhookEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
338
338
|
}>, "strip", z.ZodTypeAny, {
|
|
339
|
-
departmentIds: string[];
|
|
340
339
|
writeBackEnabled?: boolean | undefined;
|
|
341
340
|
writeBackFilters?: {
|
|
342
341
|
lab?: {
|
|
@@ -362,37 +361,37 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
362
361
|
disabled?: boolean | undefined;
|
|
363
362
|
} | undefined;
|
|
364
363
|
problem?: {
|
|
365
|
-
relativeDateRange?: {
|
|
366
|
-
days?: number | undefined;
|
|
367
|
-
months?: number | undefined;
|
|
368
|
-
years?: number | undefined;
|
|
369
|
-
} | undefined;
|
|
370
|
-
disabled?: boolean | undefined;
|
|
371
364
|
stringFilters?: string[] | undefined;
|
|
372
365
|
latestOnly?: boolean | undefined;
|
|
373
366
|
earliestOnly?: boolean | undefined;
|
|
374
367
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
375
368
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
376
369
|
chronicOrHcc?: boolean | undefined;
|
|
370
|
+
relativeDateRange?: {
|
|
371
|
+
days?: number | undefined;
|
|
372
|
+
months?: number | undefined;
|
|
373
|
+
years?: number | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
disabled?: boolean | undefined;
|
|
377
376
|
} | undefined;
|
|
378
377
|
vital?: {
|
|
379
378
|
loincCodes?: string[] | undefined;
|
|
379
|
+
latestOnly?: boolean | undefined;
|
|
380
380
|
relativeDateRange?: {
|
|
381
381
|
days?: number | undefined;
|
|
382
382
|
months?: number | undefined;
|
|
383
383
|
years?: number | undefined;
|
|
384
384
|
} | undefined;
|
|
385
385
|
disabled?: boolean | undefined;
|
|
386
|
-
latestOnly?: boolean | undefined;
|
|
387
386
|
} | undefined;
|
|
388
387
|
medicationStatement?: {
|
|
388
|
+
rxnormCodes?: string[] | undefined;
|
|
389
389
|
absoluteDate?: string | undefined;
|
|
390
390
|
disabled?: boolean | undefined;
|
|
391
|
-
rxnormCodes?: string[] | undefined;
|
|
392
391
|
} | undefined;
|
|
393
392
|
procedure?: {
|
|
394
|
-
disabled?: boolean | undefined;
|
|
395
393
|
cptCodes?: string[] | undefined;
|
|
394
|
+
disabled?: boolean | undefined;
|
|
396
395
|
} | undefined;
|
|
397
396
|
allergy?: {
|
|
398
397
|
disabled?: boolean | undefined;
|
|
@@ -402,13 +401,13 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
402
401
|
} | undefined;
|
|
403
402
|
} | undefined;
|
|
404
403
|
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
404
|
+
departmentIds: string[];
|
|
405
405
|
webhookAppointmentDisabled?: boolean | undefined;
|
|
406
406
|
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
407
407
|
appointmentTypesFilter?: string[] | undefined;
|
|
408
408
|
contributionEncounterAppointmentTypesBlacklist?: string[] | undefined;
|
|
409
409
|
contributionEncounterSummariesEnabled?: boolean | undefined;
|
|
410
410
|
}, {
|
|
411
|
-
departmentIds: string[];
|
|
412
411
|
writeBackEnabled?: boolean | undefined;
|
|
413
412
|
writeBackFilters?: {
|
|
414
413
|
lab?: {
|
|
@@ -434,37 +433,37 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
434
433
|
disabled?: boolean | undefined;
|
|
435
434
|
} | undefined;
|
|
436
435
|
problem?: {
|
|
437
|
-
relativeDateRange?: {
|
|
438
|
-
days?: number | undefined;
|
|
439
|
-
months?: number | undefined;
|
|
440
|
-
years?: number | undefined;
|
|
441
|
-
} | undefined;
|
|
442
|
-
disabled?: boolean | undefined;
|
|
443
436
|
stringFilters?: string[] | undefined;
|
|
444
437
|
latestOnly?: boolean | undefined;
|
|
445
438
|
earliestOnly?: boolean | undefined;
|
|
446
439
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
447
440
|
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
448
441
|
chronicOrHcc?: boolean | undefined;
|
|
442
|
+
relativeDateRange?: {
|
|
443
|
+
days?: number | undefined;
|
|
444
|
+
months?: number | undefined;
|
|
445
|
+
years?: number | undefined;
|
|
446
|
+
} | undefined;
|
|
447
|
+
disabled?: boolean | undefined;
|
|
449
448
|
} | undefined;
|
|
450
449
|
vital?: {
|
|
451
450
|
loincCodes?: string[] | undefined;
|
|
451
|
+
latestOnly?: boolean | undefined;
|
|
452
452
|
relativeDateRange?: {
|
|
453
453
|
days?: number | undefined;
|
|
454
454
|
months?: number | undefined;
|
|
455
455
|
years?: number | undefined;
|
|
456
456
|
} | undefined;
|
|
457
457
|
disabled?: boolean | undefined;
|
|
458
|
-
latestOnly?: boolean | undefined;
|
|
459
458
|
} | undefined;
|
|
460
459
|
medicationStatement?: {
|
|
460
|
+
rxnormCodes?: string[] | undefined;
|
|
461
461
|
absoluteDate?: string | undefined;
|
|
462
462
|
disabled?: boolean | undefined;
|
|
463
|
-
rxnormCodes?: string[] | undefined;
|
|
464
463
|
} | undefined;
|
|
465
464
|
procedure?: {
|
|
466
|
-
disabled?: boolean | undefined;
|
|
467
465
|
cptCodes?: string[] | undefined;
|
|
466
|
+
disabled?: boolean | undefined;
|
|
468
467
|
} | undefined;
|
|
469
468
|
allergy?: {
|
|
470
469
|
disabled?: boolean | undefined;
|
|
@@ -474,6 +473,7 @@ export declare const athenaSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ext
|
|
|
474
473
|
} | undefined;
|
|
475
474
|
} | undefined;
|
|
476
475
|
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
476
|
+
departmentIds: string[];
|
|
477
477
|
webhookAppointmentDisabled?: boolean | undefined;
|
|
478
478
|
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
479
479
|
appointmentTypesFilter?: string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"department.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/department.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAC;AAEU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"department.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/department.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAC;AAEU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,WAAW,EAAE,QAAA,gBAAgB,CAAC,KAAK,EAAE;CACtC,CAAC,CAAC"}
|
|
@@ -3,22 +3,22 @@ declare const encounterSchema: z.ZodObject<{
|
|
|
3
3
|
appointmentid: z.ZodString;
|
|
4
4
|
status: z.ZodString;
|
|
5
5
|
}, "strip", z.ZodTypeAny, {
|
|
6
|
-
status: string;
|
|
7
6
|
appointmentid: string;
|
|
8
|
-
}, {
|
|
9
7
|
status: string;
|
|
8
|
+
}, {
|
|
10
9
|
appointmentid: string;
|
|
10
|
+
status: string;
|
|
11
11
|
}>;
|
|
12
12
|
export type Encounter = z.infer<typeof encounterSchema>;
|
|
13
13
|
export declare const encountersSchema: z.ZodArray<z.ZodObject<{
|
|
14
14
|
appointmentid: z.ZodString;
|
|
15
15
|
status: z.ZodString;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
status: string;
|
|
18
17
|
appointmentid: string;
|
|
19
|
-
}, {
|
|
20
18
|
status: string;
|
|
19
|
+
}, {
|
|
21
20
|
appointmentid: string;
|
|
21
|
+
status: string;
|
|
22
22
|
}>, "many">;
|
|
23
23
|
export type Encounters = z.infer<typeof encountersSchema>;
|
|
24
24
|
export declare const encounterSummarySchema: z.ZodObject<{
|
|
@@ -26,19 +26,19 @@ declare const familyHistoryProblemSchema: z.ZodObject<{
|
|
|
26
26
|
problemid: z.ZodOptional<z.ZodString>;
|
|
27
27
|
snomedcode: z.ZodOptional<z.ZodString>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
snomedcode?: string | undefined;
|
|
30
29
|
diedofage?: number | undefined;
|
|
31
30
|
lastmodifiedby?: string | undefined;
|
|
32
31
|
lastmodifieddatetime?: string | undefined;
|
|
33
32
|
note?: string | undefined;
|
|
34
33
|
problemid?: string | undefined;
|
|
35
|
-
}, {
|
|
36
34
|
snomedcode?: string | undefined;
|
|
35
|
+
}, {
|
|
37
36
|
diedofage?: number | undefined;
|
|
38
37
|
lastmodifiedby?: string | undefined;
|
|
39
38
|
lastmodifieddatetime?: string | undefined;
|
|
40
39
|
note?: string | undefined;
|
|
41
40
|
problemid?: string | undefined;
|
|
41
|
+
snomedcode?: string | undefined;
|
|
42
42
|
}>;
|
|
43
43
|
export type FamilyHistoryProblem = z.infer<typeof familyHistoryProblemSchema>;
|
|
44
44
|
declare const familyHistoryRelativeSchema: z.ZodObject<{
|
|
@@ -52,41 +52,41 @@ declare const familyHistoryRelativeSchema: z.ZodObject<{
|
|
|
52
52
|
problemid: z.ZodOptional<z.ZodString>;
|
|
53
53
|
snomedcode: z.ZodOptional<z.ZodString>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
snomedcode?: string | undefined;
|
|
56
55
|
diedofage?: number | undefined;
|
|
57
56
|
lastmodifiedby?: string | undefined;
|
|
58
57
|
lastmodifieddatetime?: string | undefined;
|
|
59
58
|
note?: string | undefined;
|
|
60
59
|
problemid?: string | undefined;
|
|
61
|
-
}, {
|
|
62
60
|
snomedcode?: string | undefined;
|
|
61
|
+
}, {
|
|
63
62
|
diedofage?: number | undefined;
|
|
64
63
|
lastmodifiedby?: string | undefined;
|
|
65
64
|
lastmodifieddatetime?: string | undefined;
|
|
66
65
|
note?: string | undefined;
|
|
67
66
|
problemid?: string | undefined;
|
|
67
|
+
snomedcode?: string | undefined;
|
|
68
68
|
}>, "many">>;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
|
-
relationkeyid: number;
|
|
71
70
|
relation?: string | undefined;
|
|
71
|
+
relationkeyid: number;
|
|
72
72
|
problems?: {
|
|
73
|
-
snomedcode?: string | undefined;
|
|
74
73
|
diedofage?: number | undefined;
|
|
75
74
|
lastmodifiedby?: string | undefined;
|
|
76
75
|
lastmodifieddatetime?: string | undefined;
|
|
77
76
|
note?: string | undefined;
|
|
78
77
|
problemid?: string | undefined;
|
|
78
|
+
snomedcode?: string | undefined;
|
|
79
79
|
}[] | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
relationkeyid: number;
|
|
82
81
|
relation?: string | undefined;
|
|
82
|
+
relationkeyid: number;
|
|
83
83
|
problems?: {
|
|
84
|
-
snomedcode?: string | undefined;
|
|
85
84
|
diedofage?: number | undefined;
|
|
86
85
|
lastmodifiedby?: string | undefined;
|
|
87
86
|
lastmodifieddatetime?: string | undefined;
|
|
88
87
|
note?: string | undefined;
|
|
89
88
|
problemid?: string | undefined;
|
|
89
|
+
snomedcode?: string | undefined;
|
|
90
90
|
}[] | undefined;
|
|
91
91
|
}>;
|
|
92
92
|
export type FamilyHistoryRelative = z.infer<typeof familyHistoryRelativeSchema>;
|
|
@@ -102,69 +102,69 @@ export declare const familyHistoryResponseSchema: z.ZodObject<{
|
|
|
102
102
|
problemid: z.ZodOptional<z.ZodString>;
|
|
103
103
|
snomedcode: z.ZodOptional<z.ZodString>;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
snomedcode?: string | undefined;
|
|
106
105
|
diedofage?: number | undefined;
|
|
107
106
|
lastmodifiedby?: string | undefined;
|
|
108
107
|
lastmodifieddatetime?: string | undefined;
|
|
109
108
|
note?: string | undefined;
|
|
110
109
|
problemid?: string | undefined;
|
|
111
|
-
}, {
|
|
112
110
|
snomedcode?: string | undefined;
|
|
111
|
+
}, {
|
|
113
112
|
diedofage?: number | undefined;
|
|
114
113
|
lastmodifiedby?: string | undefined;
|
|
115
114
|
lastmodifieddatetime?: string | undefined;
|
|
116
115
|
note?: string | undefined;
|
|
117
116
|
problemid?: string | undefined;
|
|
117
|
+
snomedcode?: string | undefined;
|
|
118
118
|
}>, "many">>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
|
-
relationkeyid: number;
|
|
121
120
|
relation?: string | undefined;
|
|
121
|
+
relationkeyid: number;
|
|
122
122
|
problems?: {
|
|
123
|
-
snomedcode?: string | undefined;
|
|
124
123
|
diedofage?: number | undefined;
|
|
125
124
|
lastmodifiedby?: string | undefined;
|
|
126
125
|
lastmodifieddatetime?: string | undefined;
|
|
127
126
|
note?: string | undefined;
|
|
128
127
|
problemid?: string | undefined;
|
|
128
|
+
snomedcode?: string | undefined;
|
|
129
129
|
}[] | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
relationkeyid: number;
|
|
132
131
|
relation?: string | undefined;
|
|
132
|
+
relationkeyid: number;
|
|
133
133
|
problems?: {
|
|
134
|
-
snomedcode?: string | undefined;
|
|
135
134
|
diedofage?: number | undefined;
|
|
136
135
|
lastmodifiedby?: string | undefined;
|
|
137
136
|
lastmodifieddatetime?: string | undefined;
|
|
138
137
|
note?: string | undefined;
|
|
139
138
|
problemid?: string | undefined;
|
|
139
|
+
snomedcode?: string | undefined;
|
|
140
140
|
}[] | undefined;
|
|
141
141
|
}>, "many">>;
|
|
142
142
|
sectionnote: z.ZodOptional<z.ZodString>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
relatives?: {
|
|
145
|
-
relationkeyid: number;
|
|
146
145
|
relation?: string | undefined;
|
|
146
|
+
relationkeyid: number;
|
|
147
147
|
problems?: {
|
|
148
|
-
snomedcode?: string | undefined;
|
|
149
148
|
diedofage?: number | undefined;
|
|
150
149
|
lastmodifiedby?: string | undefined;
|
|
151
150
|
lastmodifieddatetime?: string | undefined;
|
|
152
151
|
note?: string | undefined;
|
|
153
152
|
problemid?: string | undefined;
|
|
153
|
+
snomedcode?: string | undefined;
|
|
154
154
|
}[] | undefined;
|
|
155
155
|
}[] | undefined;
|
|
156
156
|
sectionnote?: string | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
relatives?: {
|
|
159
|
-
relationkeyid: number;
|
|
160
159
|
relation?: string | undefined;
|
|
160
|
+
relationkeyid: number;
|
|
161
161
|
problems?: {
|
|
162
|
-
snomedcode?: string | undefined;
|
|
163
162
|
diedofage?: number | undefined;
|
|
164
163
|
lastmodifiedby?: string | undefined;
|
|
165
164
|
lastmodifieddatetime?: string | undefined;
|
|
166
165
|
note?: string | undefined;
|
|
167
166
|
problemid?: string | undefined;
|
|
167
|
+
snomedcode?: string | undefined;
|
|
168
168
|
}[] | undefined;
|
|
169
169
|
}[] | undefined;
|
|
170
170
|
sectionnote?: string | undefined;
|
|
@@ -176,15 +176,15 @@ declare const updateFamilyHistoryProblemSchema: z.ZodObject<{
|
|
|
176
176
|
note: z.ZodOptional<z.ZodString>;
|
|
177
177
|
snomedcode: z.ZodString;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
snomedcode: string;
|
|
180
179
|
diedofage?: number | undefined;
|
|
181
|
-
note?: string | undefined;
|
|
182
180
|
onsetage?: number | undefined;
|
|
183
|
-
|
|
181
|
+
note?: string | undefined;
|
|
184
182
|
snomedcode: string;
|
|
183
|
+
}, {
|
|
185
184
|
diedofage?: number | undefined;
|
|
186
|
-
note?: string | undefined;
|
|
187
185
|
onsetage?: number | undefined;
|
|
186
|
+
note?: string | undefined;
|
|
187
|
+
snomedcode: string;
|
|
188
188
|
}>;
|
|
189
189
|
export type UpdateFamilyHistoryProblem = z.infer<typeof updateFamilyHistoryProblemSchema>;
|
|
190
190
|
declare const updateFamilyHistoryRelativeSchema: z.ZodObject<{
|
|
@@ -194,36 +194,36 @@ declare const updateFamilyHistoryRelativeSchema: z.ZodObject<{
|
|
|
194
194
|
note: z.ZodOptional<z.ZodString>;
|
|
195
195
|
snomedcode: z.ZodString;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
snomedcode: string;
|
|
198
197
|
diedofage?: number | undefined;
|
|
199
|
-
note?: string | undefined;
|
|
200
198
|
onsetage?: number | undefined;
|
|
201
|
-
|
|
199
|
+
note?: string | undefined;
|
|
202
200
|
snomedcode: string;
|
|
201
|
+
}, {
|
|
203
202
|
diedofage?: number | undefined;
|
|
204
|
-
note?: string | undefined;
|
|
205
203
|
onsetage?: number | undefined;
|
|
204
|
+
note?: string | undefined;
|
|
205
|
+
snomedcode: string;
|
|
206
206
|
}>, "many">;
|
|
207
207
|
relation: z.ZodString;
|
|
208
208
|
relationkeyid: z.ZodNumber;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
relation: string;
|
|
211
|
-
relationkeyid: number;
|
|
212
210
|
problems: {
|
|
213
|
-
snomedcode: string;
|
|
214
211
|
diedofage?: number | undefined;
|
|
215
|
-
note?: string | undefined;
|
|
216
212
|
onsetage?: number | undefined;
|
|
213
|
+
note?: string | undefined;
|
|
214
|
+
snomedcode: string;
|
|
217
215
|
}[];
|
|
218
|
-
}, {
|
|
219
216
|
relation: string;
|
|
220
217
|
relationkeyid: number;
|
|
218
|
+
}, {
|
|
221
219
|
problems: {
|
|
222
|
-
snomedcode: string;
|
|
223
220
|
diedofage?: number | undefined;
|
|
224
|
-
note?: string | undefined;
|
|
225
221
|
onsetage?: number | undefined;
|
|
222
|
+
note?: string | undefined;
|
|
223
|
+
snomedcode: string;
|
|
226
224
|
}[];
|
|
225
|
+
relation: string;
|
|
226
|
+
relationkeyid: number;
|
|
227
227
|
}>;
|
|
228
228
|
export type UpdateFamilyHistoryRelative = z.infer<typeof updateFamilyHistoryRelativeSchema>;
|
|
229
229
|
export declare const updateFamilyHistoryRequestSchema: z.ZodObject<{
|
|
@@ -235,60 +235,60 @@ export declare const updateFamilyHistoryRequestSchema: z.ZodObject<{
|
|
|
235
235
|
note: z.ZodOptional<z.ZodString>;
|
|
236
236
|
snomedcode: z.ZodString;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
snomedcode: string;
|
|
239
238
|
diedofage?: number | undefined;
|
|
240
|
-
note?: string | undefined;
|
|
241
239
|
onsetage?: number | undefined;
|
|
242
|
-
|
|
240
|
+
note?: string | undefined;
|
|
243
241
|
snomedcode: string;
|
|
242
|
+
}, {
|
|
244
243
|
diedofage?: number | undefined;
|
|
245
|
-
note?: string | undefined;
|
|
246
244
|
onsetage?: number | undefined;
|
|
245
|
+
note?: string | undefined;
|
|
246
|
+
snomedcode: string;
|
|
247
247
|
}>, "many">;
|
|
248
248
|
relation: z.ZodString;
|
|
249
249
|
relationkeyid: z.ZodNumber;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
relation: string;
|
|
252
|
-
relationkeyid: number;
|
|
253
251
|
problems: {
|
|
254
|
-
snomedcode: string;
|
|
255
252
|
diedofage?: number | undefined;
|
|
256
|
-
note?: string | undefined;
|
|
257
253
|
onsetage?: number | undefined;
|
|
254
|
+
note?: string | undefined;
|
|
255
|
+
snomedcode: string;
|
|
258
256
|
}[];
|
|
259
|
-
}, {
|
|
260
257
|
relation: string;
|
|
261
258
|
relationkeyid: number;
|
|
259
|
+
}, {
|
|
262
260
|
problems: {
|
|
263
|
-
snomedcode: string;
|
|
264
261
|
diedofage?: number | undefined;
|
|
265
|
-
note?: string | undefined;
|
|
266
262
|
onsetage?: number | undefined;
|
|
263
|
+
note?: string | undefined;
|
|
264
|
+
snomedcode: string;
|
|
267
265
|
}[];
|
|
266
|
+
relation: string;
|
|
267
|
+
relationkeyid: number;
|
|
268
268
|
}>, "many">;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
departmentid: string;
|
|
271
271
|
relatives: {
|
|
272
|
-
relation: string;
|
|
273
|
-
relationkeyid: number;
|
|
274
272
|
problems: {
|
|
275
|
-
snomedcode: string;
|
|
276
273
|
diedofage?: number | undefined;
|
|
277
|
-
note?: string | undefined;
|
|
278
274
|
onsetage?: number | undefined;
|
|
275
|
+
note?: string | undefined;
|
|
276
|
+
snomedcode: string;
|
|
279
277
|
}[];
|
|
278
|
+
relation: string;
|
|
279
|
+
relationkeyid: number;
|
|
280
280
|
}[];
|
|
281
281
|
}, {
|
|
282
282
|
departmentid: string;
|
|
283
283
|
relatives: {
|
|
284
|
-
relation: string;
|
|
285
|
-
relationkeyid: number;
|
|
286
284
|
problems: {
|
|
287
|
-
snomedcode: string;
|
|
288
285
|
diedofage?: number | undefined;
|
|
289
|
-
note?: string | undefined;
|
|
290
286
|
onsetage?: number | undefined;
|
|
287
|
+
note?: string | undefined;
|
|
288
|
+
snomedcode: string;
|
|
291
289
|
}[];
|
|
290
|
+
relation: string;
|
|
291
|
+
relationkeyid: number;
|
|
292
292
|
}[];
|
|
293
293
|
}>;
|
|
294
294
|
export type UpdateFamilyHistoryRequest = z.infer<typeof updateFamilyHistoryRequestSchema>;
|
|
@@ -6,13 +6,13 @@ export declare const athenaDashJwtTokenDataSchema: z.ZodObject<{
|
|
|
6
6
|
ah_department: z.ZodString;
|
|
7
7
|
source: z.ZodLiteral<"athenahealth">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
source: "athenahealth";
|
|
10
9
|
ah_practice: string;
|
|
11
10
|
ah_department: string;
|
|
12
|
-
}, {
|
|
13
11
|
source: "athenahealth";
|
|
12
|
+
}, {
|
|
14
13
|
ah_practice: string;
|
|
15
14
|
ah_department: string;
|
|
15
|
+
source: "athenahealth";
|
|
16
16
|
}>;
|
|
17
17
|
export type AthenaDashJwtTokenData = z.infer<typeof athenaDashJwtTokenDataSchema>;
|
|
18
18
|
export declare const athenaClientSource: "athenahealth-client";
|
|
@@ -21,13 +21,13 @@ export declare const athenaClientJwtTokenDataSchema: z.ZodObject<{
|
|
|
21
21
|
cxId: z.ZodString;
|
|
22
22
|
source: z.ZodLiteral<"athenahealth-client">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
practiceId: string;
|
|
24
25
|
cxId: string;
|
|
25
26
|
source: "athenahealth-client";
|
|
26
|
-
practiceId: string;
|
|
27
27
|
}, {
|
|
28
|
+
practiceId: string;
|
|
28
29
|
cxId: string;
|
|
29
30
|
source: "athenahealth-client";
|
|
30
|
-
practiceId: string;
|
|
31
31
|
}>;
|
|
32
32
|
export type AthenaClientJwtTokenData = z.infer<typeof athenaClientJwtTokenDataSchema>;
|
|
33
33
|
export declare const athenaClientJwtTokenResponseSchema: z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AACpB,sCAA2D;AAE9C,QAAA,gBAAgB,GAAG,mBAAU,CAAC,MAAe,CAAC;AAC9C,QAAA,4BAA4B,GAAG,aAAC,CAAC,MAAM,CAAC;IACnD,WAAW,EAAE,aAAC,CAAC,MAAM,EAAE;IACvB,aAAa,EAAE,aAAC,CAAC,MAAM,EAAE;IACzB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AACpB,sCAA2D;AAE9C,QAAA,gBAAgB,GAAG,mBAAU,CAAC,MAAe,CAAC;AAC9C,QAAA,4BAA4B,GAAG,aAAC,CAAC,MAAM,CAAC;IACnD,WAAW,EAAE,aAAC,CAAC,MAAM,EAAE;IACvB,aAAa,EAAE,aAAC,CAAC,MAAM,EAAE;IACzB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,GAAG,QAAA,gBAAgB,EAAE,CAAC;CACzC,CAAC,CAAC;AAGU,QAAA,kBAAkB,GAAG,GAAG,mBAAU,CAAC,MAAM,GAAG,2BAAkB,EAAW,CAAC;AAC1E,QAAA,8BAA8B,GAAG,aAAC,CAAC,MAAM,CAAC;IACrD,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;IACtB,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,GAAG,QAAA,kBAAkB,EAAE,CAAC;CAC3C,CAAC,CAAC;AAGU,QAAA,kCAAkC,GAAG,aAAC,CAAC,MAAM,CAAC;IACzD,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,aAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE;IACzB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE;IACzB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,YAAY,EAAE,QAAA,wBAAwB,CAAC,KAAK,EAAE;IAC9C,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAEU,QAAA,uBAAuB,GAAG,QAAA,sBAAsB,CAAC,KAAK,EAAE,CAAC"}
|