@metriport/shared 0.33.5 → 0.33.6-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/domain/network-query/__tests__/source.test.js +12 -0
- package/dist/domain/network-query/__tests__/source.test.js.map +1 -1
- package/dist/domain/network-query/source.d.ts +5 -0
- package/dist/domain/network-query/source.d.ts.map +1 -1
- package/dist/domain/network-query/source.js +2 -0
- package/dist/domain/network-query/source.js.map +1 -1
- package/dist/domain/patient/adt-demographics.js.map +1 -1
- package/dist/domain/patient/patient-import/create.d.ts.map +1 -1
- package/dist/domain/patient/patient-import/create.js +3 -1
- package/dist/domain/patient/patient-import/create.js.map +1 -1
- package/dist/domain/patient/patient-import/types.d.ts +3 -0
- package/dist/domain/patient/patient-import/types.d.ts.map +1 -1
- package/dist/domain/patient/patient-import/types.js.map +1 -1
- package/dist/{src/error/bad-request.d.ts → error/document-patient-mismatch.d.ts} +2 -2
- package/dist/error/document-patient-mismatch.d.ts.map +1 -0
- package/dist/error/document-patient-mismatch.js +12 -0
- package/dist/error/document-patient-mismatch.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/src/__tests__/env-setup.d.ts +0 -2
- package/dist/src/__tests__/env-setup.d.ts.map +0 -1
- package/dist/src/__tests__/env-setup.js +0 -45
- package/dist/src/__tests__/env-setup.js.map +0 -1
- package/dist/src/api/index.d.ts +0 -2
- package/dist/src/api/index.d.ts.map +0 -1
- package/dist/src/api/index.js +0 -18
- package/dist/src/api/index.js.map +0 -1
- package/dist/src/api/pagination.d.ts +0 -13
- package/dist/src/api/pagination.d.ts.map +0 -1
- package/dist/src/api/pagination.js +0 -3
- package/dist/src/api/pagination.js.map +0 -1
- package/dist/src/common/__tests__/boolean.test.d.ts +0 -2
- package/dist/src/common/__tests__/boolean.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/boolean.test.js +0 -46
- package/dist/src/common/__tests__/boolean.test.js.map +0 -1
- package/dist/src/common/__tests__/date.test.d.ts +0 -2
- package/dist/src/common/__tests__/date.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/date.test.js +0 -225
- package/dist/src/common/__tests__/date.test.js.map +0 -1
- package/dist/src/common/__tests__/demographics.test.d.ts +0 -2
- package/dist/src/common/__tests__/demographics.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/demographics.test.js +0 -187
- package/dist/src/common/__tests__/demographics.test.js.map +0 -1
- package/dist/src/common/__tests__/html-encode.test.d.ts +0 -2
- package/dist/src/common/__tests__/html-encode.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/html-encode.test.js +0 -31
- package/dist/src/common/__tests__/html-encode.test.js.map +0 -1
- package/dist/src/common/__tests__/normalize-oid.test.d.ts +0 -2
- package/dist/src/common/__tests__/normalize-oid.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/normalize-oid.test.js +0 -68
- package/dist/src/common/__tests__/normalize-oid.test.js.map +0 -1
- package/dist/src/common/__tests__/npi.d.ts +0 -7
- package/dist/src/common/__tests__/npi.d.ts.map +0 -1
- package/dist/src/common/__tests__/npi.js +0 -31
- package/dist/src/common/__tests__/npi.js.map +0 -1
- package/dist/src/common/__tests__/number.test.d.ts +0 -2
- package/dist/src/common/__tests__/number.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/number.test.js +0 -33
- package/dist/src/common/__tests__/number.test.js.map +0 -1
- package/dist/src/common/__tests__/oid.d.ts +0 -20
- package/dist/src/common/__tests__/oid.d.ts.map +0 -1
- package/dist/src/common/__tests__/oid.js +0 -29
- package/dist/src/common/__tests__/oid.js.map +0 -1
- package/dist/src/common/__tests__/oid.test.d.ts +0 -2
- package/dist/src/common/__tests__/oid.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/oid.test.js +0 -51
- package/dist/src/common/__tests__/oid.test.js.map +0 -1
- package/dist/src/common/__tests__/retry.test.d.ts +0 -2
- package/dist/src/common/__tests__/retry.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/retry.test.js +0 -263
- package/dist/src/common/__tests__/retry.test.js.map +0 -1
- package/dist/src/common/__tests__/string.test.d.ts +0 -2
- package/dist/src/common/__tests__/string.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/string.test.js +0 -149
- package/dist/src/common/__tests__/string.test.js.map +0 -1
- package/dist/src/common/__tests__/title-case.test.d.ts +0 -2
- package/dist/src/common/__tests__/title-case.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/title-case.test.js +0 -71
- package/dist/src/common/__tests__/title-case.test.js.map +0 -1
- package/dist/src/common/__tests__/validate-npi.test.d.ts +0 -2
- package/dist/src/common/__tests__/validate-npi.test.d.ts.map +0 -1
- package/dist/src/common/__tests__/validate-npi.test.js +0 -24
- package/dist/src/common/__tests__/validate-npi.test.js.map +0 -1
- package/dist/src/common/array.d.ts +0 -2
- package/dist/src/common/array.d.ts.map +0 -1
- package/dist/src/common/array.js +0 -10
- package/dist/src/common/array.js.map +0 -1
- package/dist/src/common/boolean.d.ts +0 -9
- package/dist/src/common/boolean.d.ts.map +0 -1
- package/dist/src/common/boolean.js +0 -26
- package/dist/src/common/boolean.js.map +0 -1
- package/dist/src/common/date.d.ts +0 -68
- package/dist/src/common/date.d.ts.map +0 -1
- package/dist/src/common/date.js +0 -218
- package/dist/src/common/date.js.map +0 -1
- package/dist/src/common/demographics.d.ts +0 -24
- package/dist/src/common/demographics.d.ts.map +0 -1
- package/dist/src/common/demographics.js +0 -115
- package/dist/src/common/demographics.js.map +0 -1
- package/dist/src/common/duration.d.ts +0 -8
- package/dist/src/common/duration.d.ts.map +0 -1
- package/dist/src/common/duration.js +0 -32
- package/dist/src/common/duration.js.map +0 -1
- package/dist/src/common/email.d.ts +0 -5
- package/dist/src/common/email.d.ts.map +0 -1
- package/dist/src/common/email.js +0 -13
- package/dist/src/common/email.js.map +0 -1
- package/dist/src/common/env-var.d.ts +0 -12
- package/dist/src/common/env-var.d.ts.map +0 -1
- package/dist/src/common/env-var.js +0 -52
- package/dist/src/common/env-var.js.map +0 -1
- package/dist/src/common/error.d.ts +0 -2
- package/dist/src/common/error.d.ts.map +0 -1
- package/dist/src/common/error.js +0 -7
- package/dist/src/common/error.js.map +0 -1
- package/dist/src/common/filter-map.d.ts +0 -11
- package/dist/src/common/filter-map.d.ts.map +0 -1
- package/dist/src/common/filter-map.js +0 -16
- package/dist/src/common/filter-map.js.map +0 -1
- package/dist/src/common/general.d.ts +0 -6
- package/dist/src/common/general.d.ts.map +0 -1
- package/dist/src/common/general.js +0 -15
- package/dist/src/common/general.js.map +0 -1
- package/dist/src/common/html.d.ts +0 -2
- package/dist/src/common/html.d.ts.map +0 -1
- package/dist/src/common/html.js +0 -12
- package/dist/src/common/html.js.map +0 -1
- package/dist/src/common/merge-settings.d.ts +0 -21
- package/dist/src/common/merge-settings.d.ts.map +0 -1
- package/dist/src/common/merge-settings.js +0 -28
- package/dist/src/common/merge-settings.js.map +0 -1
- package/dist/src/common/metriport-organization.d.ts +0 -3
- package/dist/src/common/metriport-organization.d.ts.map +0 -1
- package/dist/src/common/metriport-organization.js +0 -25
- package/dist/src/common/metriport-organization.js.map +0 -1
- package/dist/src/common/net.d.ts +0 -2
- package/dist/src/common/net.d.ts.map +0 -1
- package/dist/src/common/net.js +0 -15
- package/dist/src/common/net.js.map +0 -1
- package/dist/src/common/normalize-oid.d.ts +0 -9
- package/dist/src/common/normalize-oid.d.ts.map +0 -1
- package/dist/src/common/normalize-oid.js +0 -92
- package/dist/src/common/normalize-oid.js.map +0 -1
- package/dist/src/common/numbers.d.ts +0 -21
- package/dist/src/common/numbers.d.ts.map +0 -1
- package/dist/src/common/numbers.js +0 -67
- package/dist/src/common/numbers.js.map +0 -1
- package/dist/src/common/purpose-of-use.d.ts +0 -30
- package/dist/src/common/purpose-of-use.d.ts.map +0 -1
- package/dist/src/common/purpose-of-use.js +0 -35
- package/dist/src/common/purpose-of-use.js.map +0 -1
- package/dist/src/common/response.d.ts +0 -5
- package/dist/src/common/response.d.ts.map +0 -1
- package/dist/src/common/response.js +0 -16
- package/dist/src/common/response.js.map +0 -1
- package/dist/src/common/retry.d.ts +0 -67
- package/dist/src/common/retry.d.ts.map +0 -1
- package/dist/src/common/retry.js +0 -127
- package/dist/src/common/retry.js.map +0 -1
- package/dist/src/common/sleep.d.ts +0 -14
- package/dist/src/common/sleep.d.ts.map +0 -1
- package/dist/src/common/sleep.js +0 -28
- package/dist/src/common/sleep.js.map +0 -1
- package/dist/src/common/sql.d.ts +0 -17
- package/dist/src/common/sql.d.ts.map +0 -1
- package/dist/src/common/sql.js +0 -3
- package/dist/src/common/sql.js.map +0 -1
- package/dist/src/common/string.d.ts +0 -22
- package/dist/src/common/string.d.ts.map +0 -1
- package/dist/src/common/string.js +0 -62
- package/dist/src/common/string.js.map +0 -1
- package/dist/src/common/timer.d.ts +0 -18
- package/dist/src/common/timer.d.ts.map +0 -1
- package/dist/src/common/timer.js +0 -25
- package/dist/src/common/timer.js.map +0 -1
- package/dist/src/common/title-case.d.ts +0 -3
- package/dist/src/common/title-case.d.ts.map +0 -1
- package/dist/src/common/title-case.js +0 -25
- package/dist/src/common/title-case.js.map +0 -1
- package/dist/src/common/types.d.ts +0 -9
- package/dist/src/common/types.d.ts.map +0 -1
- package/dist/src/common/types.js +0 -16
- package/dist/src/common/types.js.map +0 -1
- package/dist/src/common/uuid.d.ts +0 -5
- package/dist/src/common/uuid.d.ts.map +0 -1
- package/dist/src/common/uuid.js +0 -11
- package/dist/src/common/uuid.js.map +0 -1
- package/dist/src/common/validate-npi.d.ts +0 -10
- package/dist/src/common/validate-npi.d.ts.map +0 -1
- package/dist/src/common/validate-npi.js +0 -40
- package/dist/src/common/validate-npi.js.map +0 -1
- package/dist/src/common/xml-parser.d.ts +0 -3
- package/dist/src/common/xml-parser.d.ts.map +0 -1
- package/dist/src/common/xml-parser.js +0 -16
- package/dist/src/common/xml-parser.js.map +0 -1
- package/dist/src/common/zod.d.ts +0 -3
- package/dist/src/common/zod.d.ts.map +0 -1
- package/dist/src/common/zod.js +0 -11
- package/dist/src/common/zod.js.map +0 -1
- package/dist/src/domain/__tests__/cursor-utils.test.d.ts +0 -2
- package/dist/src/domain/__tests__/cursor-utils.test.d.ts.map +0 -1
- package/dist/src/domain/__tests__/cursor-utils.test.js +0 -216
- package/dist/src/domain/__tests__/cursor-utils.test.js.map +0 -1
- package/dist/src/domain/__tests__/dob.test.d.ts +0 -2
- package/dist/src/domain/__tests__/dob.test.d.ts.map +0 -1
- package/dist/src/domain/__tests__/dob.test.js +0 -37
- package/dist/src/domain/__tests__/dob.test.js.map +0 -1
- package/dist/src/domain/__tests__/gender.test.d.ts +0 -2
- package/dist/src/domain/__tests__/gender.test.d.ts.map +0 -1
- package/dist/src/domain/__tests__/gender.test.js +0 -64
- package/dist/src/domain/__tests__/gender.test.js.map +0 -1
- package/dist/src/domain/__tests__/pagination-schema.test.d.ts +0 -2
- package/dist/src/domain/__tests__/pagination-schema.test.d.ts.map +0 -1
- package/dist/src/domain/__tests__/pagination-schema.test.js +0 -165
- package/dist/src/domain/__tests__/pagination-schema.test.js.map +0 -1
- package/dist/src/domain/address/__tests__/country.test.d.ts +0 -2
- package/dist/src/domain/address/__tests__/country.test.d.ts.map +0 -1
- package/dist/src/domain/address/__tests__/country.test.js +0 -51
- package/dist/src/domain/address/__tests__/country.test.js.map +0 -1
- package/dist/src/domain/address/__tests__/state.test.d.ts +0 -2
- package/dist/src/domain/address/__tests__/state.test.d.ts.map +0 -1
- package/dist/src/domain/address/__tests__/state.test.js +0 -40
- package/dist/src/domain/address/__tests__/state.test.js.map +0 -1
- package/dist/src/domain/address/__tests__/territory.test.d.ts +0 -2
- package/dist/src/domain/address/__tests__/territory.test.d.ts.map +0 -1
- package/dist/src/domain/address/__tests__/territory.test.js +0 -35
- package/dist/src/domain/address/__tests__/territory.test.js.map +0 -1
- package/dist/src/domain/address/__tests__/zip.test.d.ts +0 -2
- package/dist/src/domain/address/__tests__/zip.test.d.ts.map +0 -1
- package/dist/src/domain/address/__tests__/zip.test.js +0 -162
- package/dist/src/domain/address/__tests__/zip.test.js.map +0 -1
- package/dist/src/domain/address/city.d.ts +0 -2
- package/dist/src/domain/address/city.d.ts.map +0 -1
- package/dist/src/domain/address/city.js +0 -8
- package/dist/src/domain/address/city.js.map +0 -1
- package/dist/src/domain/address/country.d.ts +0 -4
- package/dist/src/domain/address/country.d.ts.map +0 -1
- package/dist/src/domain/address/country.js +0 -31
- package/dist/src/domain/address/country.js.map +0 -1
- package/dist/src/domain/address/index.d.ts +0 -6
- package/dist/src/domain/address/index.d.ts.map +0 -1
- package/dist/src/domain/address/index.js +0 -20
- package/dist/src/domain/address/index.js.map +0 -1
- package/dist/src/domain/address/state.d.ts +0 -58
- package/dist/src/domain/address/state.d.ts.map +0 -1
- package/dist/src/domain/address/state.js +0 -179
- package/dist/src/domain/address/state.js.map +0 -1
- package/dist/src/domain/address/territory.d.ts +0 -10
- package/dist/src/domain/address/territory.d.ts.map +0 -1
- package/dist/src/domain/address/territory.js +0 -32
- package/dist/src/domain/address/territory.js.map +0 -1
- package/dist/src/domain/address/zip.d.ts +0 -9
- package/dist/src/domain/address/zip.d.ts.map +0 -1
- package/dist/src/domain/address/zip.js +0 -86
- package/dist/src/domain/address/zip.js.map +0 -1
- package/dist/src/domain/base-domain.d.ts +0 -14
- package/dist/src/domain/base-domain.d.ts.map +0 -1
- package/dist/src/domain/base-domain.js +0 -3
- package/dist/src/domain/base-domain.js.map +0 -1
- package/dist/src/domain/baseDto.d.ts +0 -9
- package/dist/src/domain/baseDto.d.ts.map +0 -1
- package/dist/src/domain/baseDto.js +0 -10
- package/dist/src/domain/baseDto.js.map +0 -1
- package/dist/src/domain/care-gap.d.ts +0 -49
- package/dist/src/domain/care-gap.d.ts.map +0 -1
- package/dist/src/domain/care-gap.js +0 -3
- package/dist/src/domain/care-gap.js.map +0 -1
- package/dist/src/domain/cohort.d.ts +0 -90
- package/dist/src/domain/cohort.d.ts.map +0 -1
- package/dist/src/domain/cohort.js +0 -78
- package/dist/src/domain/cohort.js.map +0 -1
- package/dist/src/domain/consolidated/recreate/event-type.d.ts +0 -7
- package/dist/src/domain/consolidated/recreate/event-type.d.ts.map +0 -1
- package/dist/src/domain/consolidated/recreate/event-type.js +0 -11
- package/dist/src/domain/consolidated/recreate/event-type.js.map +0 -1
- package/dist/src/domain/consolidated/recreate/index.d.ts +0 -3
- package/dist/src/domain/consolidated/recreate/index.d.ts.map +0 -1
- package/dist/src/domain/consolidated/recreate/index.js +0 -19
- package/dist/src/domain/consolidated/recreate/index.js.map +0 -1
- package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts +0 -8
- package/dist/src/domain/consolidated/recreate/supported-event-types.d.ts.map +0 -1
- package/dist/src/domain/consolidated/recreate/supported-event-types.js +0 -24
- package/dist/src/domain/consolidated/recreate/supported-event-types.js.map +0 -1
- package/dist/src/domain/contact/__tests__/email.test.d.ts +0 -2
- package/dist/src/domain/contact/__tests__/email.test.d.ts.map +0 -1
- package/dist/src/domain/contact/__tests__/email.test.js +0 -136
- package/dist/src/domain/contact/__tests__/email.test.js.map +0 -1
- package/dist/src/domain/contact/__tests__/phone.test.d.ts +0 -2
- package/dist/src/domain/contact/__tests__/phone.test.d.ts.map +0 -1
- package/dist/src/domain/contact/__tests__/phone.test.js +0 -194
- package/dist/src/domain/contact/__tests__/phone.test.js.map +0 -1
- package/dist/src/domain/contact/email.d.ts +0 -32
- package/dist/src/domain/contact/email.d.ts.map +0 -1
- package/dist/src/domain/contact/email.js +0 -101
- package/dist/src/domain/contact/email.js.map +0 -1
- package/dist/src/domain/contact/phone.d.ts +0 -22
- package/dist/src/domain/contact/phone.d.ts.map +0 -1
- package/dist/src/domain/contact/phone.js +0 -68
- package/dist/src/domain/contact/phone.js.map +0 -1
- package/dist/src/domain/cql-engine/transform.d.ts +0 -32
- package/dist/src/domain/cql-engine/transform.d.ts.map +0 -1
- package/dist/src/domain/cql-engine/transform.js +0 -19
- package/dist/src/domain/cql-engine/transform.js.map +0 -1
- package/dist/src/domain/cursor-utils.d.ts +0 -20
- package/dist/src/domain/cursor-utils.d.ts.map +0 -1
- package/dist/src/domain/cursor-utils.js +0 -50
- package/dist/src/domain/cursor-utils.js.map +0 -1
- package/dist/src/domain/customer.d.ts +0 -123
- package/dist/src/domain/customer.d.ts.map +0 -1
- package/dist/src/domain/customer.js +0 -30
- package/dist/src/domain/customer.js.map +0 -1
- package/dist/src/domain/db.d.ts +0 -71
- package/dist/src/domain/db.d.ts.map +0 -1
- package/dist/src/domain/db.js +0 -45
- package/dist/src/domain/db.js.map +0 -1
- package/dist/src/domain/dob.d.ts +0 -10
- package/dist/src/domain/dob.d.ts.map +0 -1
- package/dist/src/domain/dob.js +0 -26
- package/dist/src/domain/dob.js.map +0 -1
- package/dist/src/domain/externalId.d.ts +0 -2
- package/dist/src/domain/externalId.d.ts.map +0 -1
- package/dist/src/domain/externalId.js +0 -7
- package/dist/src/domain/externalId.js.map +0 -1
- package/dist/src/domain/gender.d.ts +0 -8
- package/dist/src/domain/gender.d.ts.map +0 -1
- package/dist/src/domain/gender.js +0 -33
- package/dist/src/domain/gender.js.map +0 -1
- package/dist/src/domain/job/job-status.d.ts +0 -15
- package/dist/src/domain/job/job-status.d.ts.map +0 -1
- package/dist/src/domain/job/job-status.js +0 -57
- package/dist/src/domain/job/job-status.js.map +0 -1
- package/dist/src/domain/job/patient-job.d.ts +0 -54
- package/dist/src/domain/job/patient-job.d.ts.map +0 -1
- package/dist/src/domain/job/patient-job.js +0 -31
- package/dist/src/domain/job/patient-job.js.map +0 -1
- package/dist/src/domain/job/types.d.ts +0 -19
- package/dist/src/domain/job/types.d.ts.map +0 -1
- package/dist/src/domain/job/types.js +0 -15
- package/dist/src/domain/job/types.js.map +0 -1
- package/dist/src/domain/jwt-token.d.ts +0 -6
- package/dist/src/domain/jwt-token.d.ts.map +0 -1
- package/dist/src/domain/jwt-token.js +0 -3
- package/dist/src/domain/jwt-token.js.map +0 -1
- package/dist/src/domain/metriport.d.ts +0 -9
- package/dist/src/domain/metriport.d.ts.map +0 -1
- package/dist/src/domain/metriport.js +0 -13
- package/dist/src/domain/metriport.js.map +0 -1
- package/dist/src/domain/network-query/__tests__/source.test.d.ts +0 -2
- package/dist/src/domain/network-query/__tests__/source.test.d.ts.map +0 -1
- package/dist/src/domain/network-query/__tests__/source.test.js +0 -450
- package/dist/src/domain/network-query/__tests__/source.test.js.map +0 -1
- package/dist/src/domain/network-query/index.d.ts +0 -4
- package/dist/src/domain/network-query/index.d.ts.map +0 -1
- package/dist/src/domain/network-query/index.js +0 -20
- package/dist/src/domain/network-query/index.js.map +0 -1
- package/dist/src/domain/network-query/query.d.ts +0 -367
- package/dist/src/domain/network-query/query.d.ts.map +0 -1
- package/dist/src/domain/network-query/query.js +0 -23
- package/dist/src/domain/network-query/query.js.map +0 -1
- package/dist/src/domain/network-query/source.d.ts +0 -734
- package/dist/src/domain/network-query/source.d.ts.map +0 -1
- package/dist/src/domain/network-query/source.js +0 -382
- package/dist/src/domain/network-query/source.js.map +0 -1
- package/dist/src/domain/network-query/supported-event-types.d.ts +0 -17
- package/dist/src/domain/network-query/supported-event-types.d.ts.map +0 -1
- package/dist/src/domain/network-query/supported-event-types.js +0 -60
- package/dist/src/domain/network-query/supported-event-types.js.map +0 -1
- package/dist/src/domain/notification-webhooks/index.d.ts +0 -2
- package/dist/src/domain/notification-webhooks/index.d.ts.map +0 -1
- package/dist/src/domain/notification-webhooks/index.js +0 -18
- package/dist/src/domain/notification-webhooks/index.js.map +0 -1
- package/dist/src/domain/notification-webhooks/types.d.ts +0 -33
- package/dist/src/domain/notification-webhooks/types.d.ts.map +0 -1
- package/dist/src/domain/notification-webhooks/types.js +0 -26
- package/dist/src/domain/notification-webhooks/types.js.map +0 -1
- package/dist/src/domain/organization.d.ts +0 -90
- package/dist/src/domain/organization.d.ts.map +0 -1
- package/dist/src/domain/organization.js +0 -41
- package/dist/src/domain/organization.js.map +0 -1
- package/dist/src/domain/pagination-v2.d.ts +0 -230
- package/dist/src/domain/pagination-v2.d.ts.map +0 -1
- package/dist/src/domain/pagination-v2.js +0 -132
- package/dist/src/domain/pagination-v2.js.map +0 -1
- package/dist/src/domain/pagination.d.ts +0 -71
- package/dist/src/domain/pagination.d.ts.map +0 -1
- package/dist/src/domain/pagination.js +0 -36
- package/dist/src/domain/pagination.js.map +0 -1
- package/dist/src/domain/patient/__tests__/ssn.test.d.ts +0 -2
- package/dist/src/domain/patient/__tests__/ssn.test.d.ts.map +0 -1
- package/dist/src/domain/patient/__tests__/ssn.test.js +0 -54
- package/dist/src/domain/patient/__tests__/ssn.test.js.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts +0 -2
- package/dist/src/domain/patient/patient-import/__tests__/status.test.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/status.test.js +0 -74
- package/dist/src/domain/patient/patient-import/__tests__/status.test.js.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/types.d.ts +0 -4
- package/dist/src/domain/patient/patient-import/__tests__/types.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/types.js +0 -19
- package/dist/src/domain/patient/patient-import/__tests__/types.js.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts +0 -2
- package/dist/src/domain/patient/patient-import/__tests__/types.test.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/__tests__/types.test.js +0 -69
- package/dist/src/domain/patient/patient-import/__tests__/types.test.js.map +0 -1
- package/dist/src/domain/patient/patient-import/create.d.ts +0 -19
- package/dist/src/domain/patient/patient-import/create.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/create.js +0 -49
- package/dist/src/domain/patient/patient-import/create.js.map +0 -1
- package/dist/src/domain/patient/patient-import/mapping.d.ts +0 -20
- package/dist/src/domain/patient/patient-import/mapping.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/mapping.js +0 -3
- package/dist/src/domain/patient/patient-import/mapping.js.map +0 -1
- package/dist/src/domain/patient/patient-import/metadata.d.ts +0 -9
- package/dist/src/domain/patient/patient-import/metadata.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/metadata.js +0 -21
- package/dist/src/domain/patient/patient-import/metadata.js.map +0 -1
- package/dist/src/domain/patient/patient-import/schemas.d.ts +0 -46
- package/dist/src/domain/patient/patient-import/schemas.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/schemas.js +0 -49
- package/dist/src/domain/patient/patient-import/schemas.js.map +0 -1
- package/dist/src/domain/patient/patient-import/status.d.ts +0 -15
- package/dist/src/domain/patient/patient-import/status.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/status.js +0 -48
- package/dist/src/domain/patient/patient-import/status.js.map +0 -1
- package/dist/src/domain/patient/patient-import/types.d.ts +0 -43
- package/dist/src/domain/patient/patient-import/types.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-import/types.js +0 -15
- package/dist/src/domain/patient/patient-import/types.js.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts +0 -2
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js +0 -66
- package/dist/src/domain/patient/patient-monitoring/__tests__/utils.test.js.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts +0 -364
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.js +0 -55
- package/dist/src/domain/patient/patient-monitoring/discharge-requery.js.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/utils.d.ts +0 -59
- package/dist/src/domain/patient/patient-monitoring/utils.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-monitoring/utils.js +0 -120
- package/dist/src/domain/patient/patient-monitoring/utils.js.map +0 -1
- package/dist/src/domain/patient/patient-settings.d.ts +0 -121
- package/dist/src/domain/patient/patient-settings.d.ts.map +0 -1
- package/dist/src/domain/patient/patient-settings.js +0 -27
- package/dist/src/domain/patient/patient-settings.js.map +0 -1
- package/dist/src/domain/patient/patient.d.ts +0 -23
- package/dist/src/domain/patient/patient.d.ts.map +0 -1
- package/dist/src/domain/patient/patient.js +0 -14
- package/dist/src/domain/patient/patient.js.map +0 -1
- package/dist/src/domain/patient/ssn.d.ts +0 -3
- package/dist/src/domain/patient/ssn.d.ts.map +0 -1
- package/dist/src/domain/patient/ssn.js +0 -28
- package/dist/src/domain/patient/ssn.js.map +0 -1
- package/dist/src/domain/patient-cohort.d.ts +0 -6
- package/dist/src/domain/patient-cohort.d.ts.map +0 -1
- package/dist/src/domain/patient-cohort.js +0 -3
- package/dist/src/domain/patient-cohort.js.map +0 -1
- package/dist/src/domain/patient-or-all.d.ts +0 -34
- package/dist/src/domain/patient-or-all.d.ts.map +0 -1
- package/dist/src/domain/patient-or-all.js +0 -17
- package/dist/src/domain/patient-or-all.js.map +0 -1
- package/dist/src/domain/patient.d.ts +0 -90
- package/dist/src/domain/patient.d.ts.map +0 -1
- package/dist/src/domain/patient.js +0 -32
- package/dist/src/domain/patient.js.map +0 -1
- package/dist/src/domain/rate-limiting/index.d.ts +0 -34
- package/dist/src/domain/rate-limiting/index.d.ts.map +0 -1
- package/dist/src/domain/rate-limiting/index.js +0 -55
- package/dist/src/domain/rate-limiting/index.js.map +0 -1
- package/dist/src/domain/roster/patient-roster-added-by.d.ts +0 -6
- package/dist/src/domain/roster/patient-roster-added-by.d.ts.map +0 -1
- package/dist/src/domain/roster/patient-roster-added-by.js +0 -19
- package/dist/src/domain/roster/patient-roster-added-by.js.map +0 -1
- package/dist/src/domain/roster/patient-roster.d.ts +0 -24
- package/dist/src/domain/roster/patient-roster.d.ts.map +0 -1
- package/dist/src/domain/roster/patient-roster.js +0 -3
- package/dist/src/domain/roster/patient-roster.js.map +0 -1
- package/dist/src/domain/roster/roster-status.d.ts +0 -16
- package/dist/src/domain/roster/roster-status.d.ts.map +0 -1
- package/dist/src/domain/roster/roster-status.js +0 -49
- package/dist/src/domain/roster/roster-status.js.map +0 -1
- package/dist/src/domain/roster/roster.d.ts +0 -39
- package/dist/src/domain/roster/roster.d.ts.map +0 -1
- package/dist/src/domain/roster/roster.js +0 -3
- package/dist/src/domain/roster/roster.js.map +0 -1
- package/dist/src/domain/secrets.d.ts +0 -4
- package/dist/src/domain/secrets.d.ts.map +0 -1
- package/dist/src/domain/secrets.js +0 -7
- package/dist/src/domain/secrets.js.map +0 -1
- package/dist/src/domain/suspect.d.ts +0 -5
- package/dist/src/domain/suspect.d.ts.map +0 -1
- package/dist/src/domain/suspect.js +0 -3
- package/dist/src/domain/suspect.js.map +0 -1
- package/dist/src/domain/tcm-encounter.d.ts +0 -453
- package/dist/src/domain/tcm-encounter.d.ts.map +0 -1
- package/dist/src/domain/tcm-encounter.js +0 -98
- package/dist/src/domain/tcm-encounter.js.map +0 -1
- package/dist/src/error/__tests__/shared.test.d.ts +0 -2
- package/dist/src/error/__tests__/shared.test.d.ts.map +0 -1
- package/dist/src/error/__tests__/shared.test.js +0 -539
- package/dist/src/error/__tests__/shared.test.js.map +0 -1
- package/dist/src/error/bad-request.d.ts.map +0 -1
- package/dist/src/error/bad-request.js +0 -18
- package/dist/src/error/bad-request.js.map +0 -1
- package/dist/src/error/metriport-error.d.ts +0 -9
- package/dist/src/error/metriport-error.d.ts.map +0 -1
- package/dist/src/error/metriport-error.js +0 -22
- package/dist/src/error/metriport-error.js.map +0 -1
- package/dist/src/error/not-found.d.ts +0 -5
- package/dist/src/error/not-found.d.ts.map +0 -1
- package/dist/src/error/not-found.js +0 -18
- package/dist/src/error/not-found.js.map +0 -1
- package/dist/src/error/shared.d.ts +0 -10
- package/dist/src/error/shared.d.ts.map +0 -1
- package/dist/src/error/shared.js +0 -79
- package/dist/src/error/shared.js.map +0 -1
- package/dist/src/error/too-many-requests.d.ts +0 -5
- package/dist/src/error/too-many-requests.d.ts.map +0 -1
- package/dist/src/error/too-many-requests.js +0 -18
- package/dist/src/error/too-many-requests.js.map +0 -1
- package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts +0 -34
- package/dist/src/external/ehr/practicefusion/allergy-data-map.d.ts.map +0 -1
- package/dist/src/external/ehr/practicefusion/allergy-data-map.js +0 -2612
- package/dist/src/external/ehr/practicefusion/allergy-data-map.js.map +0 -1
- package/dist/src/external/ehr/practicefusion/index.d.ts +0 -3
- package/dist/src/external/ehr/practicefusion/index.d.ts.map +0 -1
- package/dist/src/external/ehr/practicefusion/index.js +0 -19
- package/dist/src/external/ehr/practicefusion/index.js.map +0 -1
- package/dist/src/external/ehr/practicefusion/shared.d.ts +0 -18
- package/dist/src/external/ehr/practicefusion/shared.d.ts.map +0 -1
- package/dist/src/external/ehr/practicefusion/shared.js +0 -65
- package/dist/src/external/ehr/practicefusion/shared.js.map +0 -1
- package/dist/src/external/hl7v2/constants.d.ts +0 -39
- package/dist/src/external/hl7v2/constants.d.ts.map +0 -1
- package/dist/src/external/hl7v2/constants.js +0 -56
- package/dist/src/external/hl7v2/constants.js.map +0 -1
- package/dist/src/external/ihe/constants.d.ts +0 -17
- package/dist/src/external/ihe/constants.d.ts.map +0 -1
- package/dist/src/external/ihe/constants.js +0 -72
- package/dist/src/external/ihe/constants.js.map +0 -1
- package/dist/src/external/ihe/index.d.ts +0 -3
- package/dist/src/external/ihe/index.d.ts.map +0 -1
- package/dist/src/external/ihe/index.js +0 -19
- package/dist/src/external/ihe/index.js.map +0 -1
- package/dist/src/external/ihe/shared.d.ts +0 -8
- package/dist/src/external/ihe/shared.d.ts.map +0 -1
- package/dist/src/external/ihe/shared.js +0 -24
- package/dist/src/external/ihe/shared.js.map +0 -1
- package/dist/src/external/index.d.ts +0 -4
- package/dist/src/external/index.d.ts.map +0 -1
- package/dist/src/external/index.js +0 -20
- package/dist/src/external/index.js.map +0 -1
- package/dist/src/external/zod/__tests__/iso-date.test.d.ts +0 -2
- package/dist/src/external/zod/__tests__/iso-date.test.d.ts.map +0 -1
- package/dist/src/external/zod/__tests__/iso-date.test.js +0 -115
- package/dist/src/external/zod/__tests__/iso-date.test.js.map +0 -1
- package/dist/src/external/zod/date.d.ts +0 -12
- package/dist/src/external/zod/date.d.ts.map +0 -1
- package/dist/src/external/zod/date.js +0 -28
- package/dist/src/external/zod/date.js.map +0 -1
- package/dist/src/external/zod/index.d.ts +0 -5
- package/dist/src/external/zod/index.d.ts.map +0 -1
- package/dist/src/external/zod/index.js +0 -21
- package/dist/src/external/zod/index.js.map +0 -1
- package/dist/src/external/zod/string.d.ts +0 -11
- package/dist/src/external/zod/string.d.ts.map +0 -1
- package/dist/src/external/zod/string.js +0 -27
- package/dist/src/external/zod/string.js.map +0 -1
- package/dist/src/external/zod/us-state.d.ts +0 -3
- package/dist/src/external/zod/us-state.d.ts.map +0 -1
- package/dist/src/external/zod/us-state.js +0 -10
- package/dist/src/external/zod/us-state.js.map +0 -1
- package/dist/src/external/zod/zip.d.ts +0 -3
- package/dist/src/external/zod/zip.d.ts.map +0 -1
- package/dist/src/external/zod/zip.js +0 -13
- package/dist/src/external/zod/zip.js.map +0 -1
- package/dist/src/index.d.ts +0 -63
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -123
- package/dist/src/index.js.map +0 -1
- package/dist/src/interface/external/carequality/directory/simplified-org.d.ts +0 -10
- package/dist/src/interface/external/carequality/directory/simplified-org.d.ts.map +0 -1
- package/dist/src/interface/external/carequality/directory/simplified-org.js +0 -3
- package/dist/src/interface/external/carequality/directory/simplified-org.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts +0 -206
- package/dist/src/interface/external/ehr/athenahealth/allergy.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/allergy.js +0 -44
- package/dist/src/interface/external/ehr/athenahealth/allergy.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts +0 -129
- package/dist/src/interface/external/ehr/athenahealth/appointment.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/appointment.js +0 -30
- package/dist/src/interface/external/ehr/athenahealth/appointment.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts +0 -27
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.js +0 -14
- package/dist/src/interface/external/ehr/athenahealth/clinical-document.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts +0 -484
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js +0 -17
- package/dist/src/interface/external/ehr/athenahealth/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/department.d.ts +0 -28
- package/dist/src/interface/external/ehr/athenahealth/department.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/department.js +0 -11
- package/dist/src/interface/external/ehr/athenahealth/department.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts +0 -33
- package/dist/src/interface/external/ehr/athenahealth/encounter.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/encounter.js +0 -13
- package/dist/src/interface/external/ehr/athenahealth/encounter.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts +0 -305
- package/dist/src/interface/external/ehr/athenahealth/family-history.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/family-history.js +0 -44
- package/dist/src/interface/external/ehr/athenahealth/family-history.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/index.d.ts +0 -17
- package/dist/src/interface/external/ehr/athenahealth/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/index.js +0 -33
- package/dist/src/interface/external/ehr/athenahealth/index.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts +0 -46
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.js +0 -26
- package/dist/src/interface/external/ehr/athenahealth/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts +0 -27
- package/dist/src/interface/external/ehr/athenahealth/lab-result.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/lab-result.js +0 -14
- package/dist/src/interface/external/ehr/athenahealth/lab-result.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/medication.d.ts +0 -63
- package/dist/src/interface/external/ehr/athenahealth/medication.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/medication.js +0 -19
- package/dist/src/interface/external/ehr/athenahealth/medication.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts +0 -14
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js +0 -11
- package/dist/src/interface/external/ehr/athenahealth/patient-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/patient.d.ts +0 -78
- package/dist/src/interface/external/ehr/athenahealth/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/patient.js +0 -15
- package/dist/src/interface/external/ehr/athenahealth/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/problem.d.ts +0 -27
- package/dist/src/interface/external/ehr/athenahealth/problem.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/problem.js +0 -14
- package/dist/src/interface/external/ehr/athenahealth/problem.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts +0 -20
- package/dist/src/interface/external/ehr/athenahealth/subscription.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/subscription.js +0 -11
- package/dist/src/interface/external/ehr/athenahealth/subscription.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts +0 -27
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.js +0 -14
- package/dist/src/interface/external/ehr/athenahealth/surgical-history.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts +0 -18
- package/dist/src/interface/external/ehr/athenahealth/vaccine.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/vaccine.js +0 -11
- package/dist/src/interface/external/ehr/athenahealth/vaccine.js.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts +0 -67
- package/dist/src/interface/external/ehr/athenahealth/vitals.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/athenahealth/vitals.js +0 -15
- package/dist/src/interface/external/ehr/athenahealth/vitals.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/allergen.d.ts +0 -13
- package/dist/src/interface/external/ehr/canvas/allergen.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/allergen.js +0 -9
- package/dist/src/interface/external/ehr/canvas/allergen.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/appointment.d.ts +0 -170
- package/dist/src/interface/external/ehr/canvas/appointment.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/appointment.js +0 -24
- package/dist/src/interface/external/ehr/canvas/appointment.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts +0 -469
- package/dist/src/interface/external/ehr/canvas/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/cx-mapping.js +0 -12
- package/dist/src/interface/external/ehr/canvas/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/external-event.d.ts +0 -67
- package/dist/src/interface/external/ehr/canvas/external-event.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/external-event.js +0 -48
- package/dist/src/interface/external/ehr/canvas/external-event.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/index.d.ts +0 -7
- package/dist/src/interface/external/ehr/canvas/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/index.js +0 -23
- package/dist/src/interface/external/ehr/canvas/index.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts +0 -73
- package/dist/src/interface/external/ehr/canvas/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/jwt-token.js +0 -37
- package/dist/src/interface/external/ehr/canvas/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/canvas/note.d.ts +0 -119
- package/dist/src/interface/external/ehr/canvas/note.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/canvas/note.js +0 -26
- package/dist/src/interface/external/ehr/canvas/note.js.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts +0 -465
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js +0 -10
- package/dist/src/interface/external/ehr/eclinicalworks/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts +0 -2
- package/dist/src/interface/external/ehr/eclinicalworks/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/index.js +0 -18
- package/dist/src/interface/external/ehr/eclinicalworks/index.js.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts +0 -18
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js +0 -15
- package/dist/src/interface/external/ehr/eclinicalworks/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/appointment.d.ts +0 -71
- package/dist/src/interface/external/ehr/elation/appointment.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/appointment.js +0 -16
- package/dist/src/interface/external/ehr/elation/appointment.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/ccda.d.ts +0 -13
- package/dist/src/interface/external/ehr/elation/ccda.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/ccda.js +0 -9
- package/dist/src/interface/external/ehr/elation/ccda.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts +0 -508
- package/dist/src/interface/external/ehr/elation/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/cx-mapping.js +0 -25
- package/dist/src/interface/external/ehr/elation/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/event.d.ts +0 -106
- package/dist/src/interface/external/ehr/elation/event.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/event.js +0 -31
- package/dist/src/interface/external/ehr/elation/event.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/index.d.ts +0 -13
- package/dist/src/interface/external/ehr/elation/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/index.js +0 -29
- package/dist/src/interface/external/ehr/elation/index.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/jwt-token.d.ts +0 -46
- package/dist/src/interface/external/ehr/elation/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/jwt-token.js +0 -26
- package/dist/src/interface/external/ehr/elation/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/lab.d.ts +0 -10
- package/dist/src/interface/external/ehr/elation/lab.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/lab.js +0 -8
- package/dist/src/interface/external/ehr/elation/lab.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/note.d.ts +0 -10
- package/dist/src/interface/external/ehr/elation/note.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/note.js +0 -8
- package/dist/src/interface/external/ehr/elation/note.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/patient.d.ts +0 -96
- package/dist/src/interface/external/ehr/elation/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/patient.js +0 -33
- package/dist/src/interface/external/ehr/elation/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/practice.d.ts +0 -44
- package/dist/src/interface/external/ehr/elation/practice.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/practice.js +0 -13
- package/dist/src/interface/external/ehr/elation/practice.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/problem.d.ts +0 -10
- package/dist/src/interface/external/ehr/elation/problem.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/problem.js +0 -8
- package/dist/src/interface/external/ehr/elation/problem.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/subscription.d.ts +0 -53
- package/dist/src/interface/external/ehr/elation/subscription.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/subscription.js +0 -22
- package/dist/src/interface/external/ehr/elation/subscription.js.map +0 -1
- package/dist/src/interface/external/ehr/elation/vtial.d.ts +0 -10
- package/dist/src/interface/external/ehr/elation/vtial.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/elation/vtial.js +0 -8
- package/dist/src/interface/external/ehr/elation/vtial.js.map +0 -1
- package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts +0 -4
- package/dist/src/interface/external/ehr/embed/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/embed/cx-mapping.js +0 -6
- package/dist/src/interface/external/ehr/embed/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/embed/index.d.ts +0 -3
- package/dist/src/interface/external/ehr/embed/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/embed/index.js +0 -19
- package/dist/src/interface/external/ehr/embed/index.js.map +0 -1
- package/dist/src/interface/external/ehr/embed/jwt-token.d.ts +0 -28
- package/dist/src/interface/external/ehr/embed/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/embed/jwt-token.js +0 -23
- package/dist/src/interface/external/ehr/embed/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/fhir-resource.d.ts +0 -269
- package/dist/src/interface/external/ehr/fhir-resource.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/fhir-resource.js +0 -62
- package/dist/src/interface/external/ehr/fhir-resource.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/allergy.d.ts +0 -249
- package/dist/src/interface/external/ehr/healthie/allergy.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/allergy.js +0 -31
- package/dist/src/interface/external/ehr/healthie/allergy.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/appointment.d.ts +0 -221
- package/dist/src/interface/external/ehr/healthie/appointment.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/appointment.js +0 -21
- package/dist/src/interface/external/ehr/healthie/appointment.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/condition.d.ts +0 -287
- package/dist/src/interface/external/ehr/healthie/condition.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/condition.js +0 -40
- package/dist/src/interface/external/ehr/healthie/condition.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts +0 -931
- package/dist/src/interface/external/ehr/healthie/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/cx-mapping.js +0 -42
- package/dist/src/interface/external/ehr/healthie/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/event.d.ts +0 -44
- package/dist/src/interface/external/ehr/healthie/event.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/event.js +0 -20
- package/dist/src/interface/external/ehr/healthie/event.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts +0 -605
- package/dist/src/interface/external/ehr/healthie/form-answer-group.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/form-answer-group.js +0 -49
- package/dist/src/interface/external/ehr/healthie/form-answer-group.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/immunization.d.ts +0 -108
- package/dist/src/interface/external/ehr/healthie/immunization.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/immunization.js +0 -19
- package/dist/src/interface/external/ehr/healthie/immunization.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/index.d.ts +0 -13
- package/dist/src/interface/external/ehr/healthie/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/index.js +0 -29
- package/dist/src/interface/external/ehr/healthie/index.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts +0 -18
- package/dist/src/interface/external/ehr/healthie/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/jwt-token.js +0 -15
- package/dist/src/interface/external/ehr/healthie/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/lab.d.ts +0 -492
- package/dist/src/interface/external/ehr/healthie/lab.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/lab.js +0 -33
- package/dist/src/interface/external/ehr/healthie/lab.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/medication.d.ts +0 -212
- package/dist/src/interface/external/ehr/healthie/medication.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/medication.js +0 -36
- package/dist/src/interface/external/ehr/healthie/medication.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/patient.d.ts +0 -319
- package/dist/src/interface/external/ehr/healthie/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/patient.js +0 -44
- package/dist/src/interface/external/ehr/healthie/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/healthie/subscription.d.ts +0 -326
- package/dist/src/interface/external/ehr/healthie/subscription.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/healthie/subscription.js +0 -54
- package/dist/src/interface/external/ehr/healthie/subscription.js.map +0 -1
- package/dist/src/interface/external/ehr/index.d.ts +0 -5
- package/dist/src/interface/external/ehr/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/index.js +0 -21
- package/dist/src/interface/external/ehr/index.js.map +0 -1
- package/dist/src/interface/external/ehr/patient.d.ts +0 -250
- package/dist/src/interface/external/ehr/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/patient.js +0 -35
- package/dist/src/interface/external/ehr/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts +0 -137
- package/dist/src/interface/external/ehr/practicefusion/appointment.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/appointment.js +0 -29
- package/dist/src/interface/external/ehr/practicefusion/appointment.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts +0 -472
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js +0 -13
- package/dist/src/interface/external/ehr/practicefusion/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/index.d.ts +0 -4
- package/dist/src/interface/external/ehr/practicefusion/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/index.js +0 -20
- package/dist/src/interface/external/ehr/practicefusion/index.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts +0 -33
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.js +0 -22
- package/dist/src/interface/external/ehr/practicefusion/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/patient.d.ts +0 -2
- package/dist/src/interface/external/ehr/practicefusion/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/patient.js +0 -6
- package/dist/src/interface/external/ehr/practicefusion/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts +0 -19
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.js +0 -11
- package/dist/src/interface/external/ehr/practicefusion/refresh-token.js.map +0 -1
- package/dist/src/interface/external/ehr/practitioner.d.ts +0 -49
- package/dist/src/interface/external/ehr/practitioner.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/practitioner.js +0 -20
- package/dist/src/interface/external/ehr/practitioner.js.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts +0 -465
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.js +0 -10
- package/dist/src/interface/external/ehr/salesforce/cx-mapping.js.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/index.d.ts +0 -2
- package/dist/src/interface/external/ehr/salesforce/index.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/index.js +0 -18
- package/dist/src/interface/external/ehr/salesforce/index.js.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts +0 -21
- package/dist/src/interface/external/ehr/salesforce/jwt-token.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/jwt-token.js +0 -16
- package/dist/src/interface/external/ehr/salesforce/jwt-token.js.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/patient.d.ts +0 -326
- package/dist/src/interface/external/ehr/salesforce/patient.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/salesforce/patient.js +0 -69
- package/dist/src/interface/external/ehr/salesforce/patient.js.map +0 -1
- package/dist/src/interface/external/ehr/shared.d.ts +0 -1845
- package/dist/src/interface/external/ehr/shared.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/shared.js +0 -133
- package/dist/src/interface/external/ehr/shared.js.map +0 -1
- package/dist/src/interface/external/ehr/source.d.ts +0 -27
- package/dist/src/interface/external/ehr/source.d.ts.map +0 -1
- package/dist/src/interface/external/ehr/source.js +0 -55
- package/dist/src/interface/external/ehr/source.js.map +0 -1
- package/dist/src/interface/external/index.d.ts +0 -3
- package/dist/src/interface/external/index.d.ts.map +0 -1
- package/dist/src/interface/external/index.js +0 -19
- package/dist/src/interface/external/index.js.map +0 -1
- package/dist/src/interface/external/quest/roster.d.ts +0 -21
- package/dist/src/interface/external/quest/roster.d.ts.map +0 -1
- package/dist/src/interface/external/quest/roster.js +0 -39
- package/dist/src/interface/external/quest/roster.js.map +0 -1
- package/dist/src/interface/external/quest/source.d.ts +0 -11
- package/dist/src/interface/external/quest/source.d.ts.map +0 -1
- package/dist/src/interface/external/quest/source.js +0 -10
- package/dist/src/interface/external/quest/source.js.map +0 -1
- package/dist/src/interface/external/surescripts/added-by.d.ts +0 -8
- package/dist/src/interface/external/surescripts/added-by.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/added-by.js +0 -23
- package/dist/src/interface/external/surescripts/added-by.js.map +0 -1
- package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts +0 -6
- package/dist/src/interface/external/surescripts/code-list-qualifier.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/code-list-qualifier.js +0 -17
- package/dist/src/interface/external/surescripts/code-list-qualifier.js.map +0 -1
- package/dist/src/interface/external/surescripts/dea-schedule.d.ts +0 -7
- package/dist/src/interface/external/surescripts/dea-schedule.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/dea-schedule.js +0 -32
- package/dist/src/interface/external/surescripts/dea-schedule.js.map +0 -1
- package/dist/src/interface/external/surescripts/index.d.ts +0 -7
- package/dist/src/interface/external/surescripts/index.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/index.js +0 -23
- package/dist/src/interface/external/surescripts/index.js.map +0 -1
- package/dist/src/interface/external/surescripts/ncpdp.d.ts +0 -12
- package/dist/src/interface/external/surescripts/ncpdp.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/ncpdp.js +0 -1472
- package/dist/src/interface/external/surescripts/ncpdp.js.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/file-name.d.ts +0 -14
- package/dist/src/interface/external/surescripts/notifications/file-name.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/file-name.js +0 -18
- package/dist/src/interface/external/surescripts/notifications/file-name.js.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/index.d.ts +0 -3
- package/dist/src/interface/external/surescripts/notifications/index.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/index.js +0 -19
- package/dist/src/interface/external/surescripts/notifications/index.js.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/types.d.ts +0 -36
- package/dist/src/interface/external/surescripts/notifications/types.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/notifications/types.js +0 -20
- package/dist/src/interface/external/surescripts/notifications/types.js.map +0 -1
- package/dist/src/interface/external/surescripts/payment-code.d.ts +0 -14
- package/dist/src/interface/external/surescripts/payment-code.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/payment-code.js +0 -78
- package/dist/src/interface/external/surescripts/payment-code.js.map +0 -1
- package/dist/src/interface/external/surescripts/plan-code.d.ts +0 -7
- package/dist/src/interface/external/surescripts/plan-code.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/plan-code.js +0 -25
- package/dist/src/interface/external/surescripts/plan-code.js.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts +0 -15
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js +0 -19
- package/dist/src/interface/external/surescripts/realtime-pulls/file-name.js.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts +0 -3
- package/dist/src/interface/external/surescripts/realtime-pulls/index.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/index.js +0 -19
- package/dist/src/interface/external/surescripts/realtime-pulls/index.js.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts +0 -91
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js +0 -64
- package/dist/src/interface/external/surescripts/realtime-pulls/status-codes.js.map +0 -1
- package/dist/src/interface/external/surescripts/roster.d.ts +0 -14
- package/dist/src/interface/external/surescripts/roster.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/roster.js +0 -40
- package/dist/src/interface/external/surescripts/roster.js.map +0 -1
- package/dist/src/interface/external/surescripts/source.d.ts +0 -2
- package/dist/src/interface/external/surescripts/source.d.ts.map +0 -1
- package/dist/src/interface/external/surescripts/source.js +0 -5
- package/dist/src/interface/external/surescripts/source.js.map +0 -1
- package/dist/src/interface/index.d.ts +0 -4
- package/dist/src/interface/index.d.ts.map +0 -1
- package/dist/src/interface/index.js +0 -20
- package/dist/src/interface/index.js.map +0 -1
- package/dist/src/interface/internal/cohort.d.ts +0 -1000
- package/dist/src/interface/internal/cohort.d.ts.map +0 -1
- package/dist/src/interface/internal/cohort.js +0 -66
- package/dist/src/interface/internal/cohort.js.map +0 -1
- package/dist/src/interface/internal/consolidated.d.ts +0 -374
- package/dist/src/interface/internal/consolidated.d.ts.map +0 -1
- package/dist/src/interface/internal/consolidated.js +0 -35
- package/dist/src/interface/internal/consolidated.js.map +0 -1
- package/dist/src/interface/internal/customer.d.ts +0 -14
- package/dist/src/interface/internal/customer.d.ts.map +0 -1
- package/dist/src/interface/internal/customer.js +0 -28
- package/dist/src/interface/internal/customer.js.map +0 -1
- package/dist/src/interface/internal/document-query.d.ts +0 -31
- package/dist/src/interface/internal/document-query.d.ts.map +0 -1
- package/dist/src/interface/internal/document-query.js +0 -21
- package/dist/src/interface/internal/document-query.js.map +0 -1
- package/dist/src/interface/internal/index.d.ts +0 -5
- package/dist/src/interface/internal/index.d.ts.map +0 -1
- package/dist/src/interface/internal/index.js +0 -21
- package/dist/src/interface/internal/index.js.map +0 -1
- package/dist/src/interface/schema/feedback.d.ts +0 -36
- package/dist/src/interface/schema/feedback.d.ts.map +0 -1
- package/dist/src/interface/schema/feedback.js +0 -17
- package/dist/src/interface/schema/feedback.js.map +0 -1
- package/dist/src/interface/schema/index.d.ts +0 -2
- package/dist/src/interface/schema/index.d.ts.map +0 -1
- package/dist/src/interface/schema/index.js +0 -18
- package/dist/src/interface/schema/index.js.map +0 -1
- package/dist/src/medical/fhir/bundle.d.ts +0 -11
- package/dist/src/medical/fhir/bundle.d.ts.map +0 -1
- package/dist/src/medical/fhir/bundle.js +0 -23
- package/dist/src/medical/fhir/bundle.js.map +0 -1
- package/dist/src/medical/fhir/coding.d.ts +0 -16
- package/dist/src/medical/fhir/coding.d.ts.map +0 -1
- package/dist/src/medical/fhir/coding.js +0 -49
- package/dist/src/medical/fhir/coding.js.map +0 -1
- package/dist/src/medical/fhir/constants.d.ts +0 -42
- package/dist/src/medical/fhir/constants.d.ts.map +0 -1
- package/dist/src/medical/fhir/constants.js +0 -68
- package/dist/src/medical/fhir/constants.js.map +0 -1
- package/dist/src/medical/fhir/conversion.d.ts +0 -3
- package/dist/src/medical/fhir/conversion.d.ts.map +0 -1
- package/dist/src/medical/fhir/conversion.js +0 -5
- package/dist/src/medical/fhir/conversion.js.map +0 -1
- package/dist/src/medical/fhir/imaging-detection.d.ts +0 -693
- package/dist/src/medical/fhir/imaging-detection.d.ts.map +0 -1
- package/dist/src/medical/fhir/imaging-detection.js +0 -361
- package/dist/src/medical/fhir/imaging-detection.js.map +0 -1
- package/dist/src/medical/fhir/loinc/loinc-class-display-lookup.json +0 -1730
- package/dist/src/medical/fhir/loinc/loinc-code-class-lookup.json +0 -432994
- package/dist/src/medical/fhir/observations.d.ts +0 -9
- package/dist/src/medical/fhir/observations.d.ts.map +0 -1
- package/dist/src/medical/fhir/observations.js +0 -55
- package/dist/src/medical/fhir/observations.js.map +0 -1
- package/dist/src/medical/fhir/procedure-type.d.ts +0 -1316
- package/dist/src/medical/fhir/procedure-type.d.ts.map +0 -1
- package/dist/src/medical/fhir/procedure-type.js +0 -263
- package/dist/src/medical/fhir/procedure-type.js.map +0 -1
- package/dist/src/medical/fhir/resources.d.ts +0 -6
- package/dist/src/medical/fhir/resources.d.ts.map +0 -1
- package/dist/src/medical/fhir/resources.js +0 -81
- package/dist/src/medical/fhir/resources.js.map +0 -1
- package/dist/src/medical/fhir/specialty-codes.d.ts +0 -79
- package/dist/src/medical/fhir/specialty-codes.d.ts.map +0 -1
- package/dist/src/medical/fhir/specialty-codes.js +0 -1722
- package/dist/src/medical/fhir/specialty-codes.js.map +0 -1
- package/dist/src/medical/index.d.ts +0 -10
- package/dist/src/medical/index.d.ts.map +0 -1
- package/dist/src/medical/index.js +0 -26
- package/dist/src/medical/index.js.map +0 -1
- package/dist/src/medical/webhook/webhook-request.d.ts +0 -4264
- package/dist/src/medical/webhook/webhook-request.d.ts.map +0 -1
- package/dist/src/medical/webhook/webhook-request.js +0 -348
- package/dist/src/medical/webhook/webhook-request.js.map +0 -1
- package/dist/src/medical/webhook/webhook-status-response.d.ts +0 -7
- package/dist/src/medical/webhook/webhook-status-response.d.ts.map +0 -1
- package/dist/src/medical/webhook/webhook-status-response.js +0 -3
- package/dist/src/medical/webhook/webhook-status-response.js.map +0 -1
- package/dist/src/net/__tests__/axios.d.ts +0 -42
- package/dist/src/net/__tests__/axios.d.ts.map +0 -1
- package/dist/src/net/__tests__/axios.js +0 -113
- package/dist/src/net/__tests__/axios.js.map +0 -1
- package/dist/src/net/__tests__/retry.test.d.ts +0 -2
- package/dist/src/net/__tests__/retry.test.d.ts.map +0 -1
- package/dist/src/net/__tests__/retry.test.js +0 -267
- package/dist/src/net/__tests__/retry.test.js.map +0 -1
- package/dist/src/net/error.d.ts +0 -24
- package/dist/src/net/error.d.ts.map +0 -1
- package/dist/src/net/error.js +0 -81
- package/dist/src/net/error.js.map +0 -1
- package/dist/src/net/http.d.ts +0 -25
- package/dist/src/net/http.d.ts.map +0 -1
- package/dist/src/net/http.js +0 -75
- package/dist/src/net/http.js.map +0 -1
- package/dist/src/net/index.d.ts +0 -5
- package/dist/src/net/index.d.ts.map +0 -1
- package/dist/src/net/index.js +0 -21
- package/dist/src/net/index.js.map +0 -1
- package/dist/src/net/retry.d.ts +0 -38
- package/dist/src/net/retry.d.ts.map +0 -1
- package/dist/src/net/retry.js +0 -134
- package/dist/src/net/retry.js.map +0 -1
- package/dist/src/net/url.d.ts +0 -2
- package/dist/src/net/url.d.ts.map +0 -1
- package/dist/src/net/url.js +0 -15
- package/dist/src/net/url.js.map +0 -1
- package/dist/src/util/__tests__/base64.test.d.ts +0 -2
- package/dist/src/util/__tests__/base64.test.d.ts.map +0 -1
- package/dist/src/util/__tests__/base64.test.js +0 -66
- package/dist/src/util/__tests__/base64.test.js.map +0 -1
- package/dist/src/util/base64.d.ts +0 -25
- package/dist/src/util/base64.d.ts.map +0 -1
- package/dist/src/util/base64.js +0 -52
- package/dist/src/util/base64.js.map +0 -1
- package/dist/src/util/duration.d.ts +0 -13
- package/dist/src/util/duration.d.ts.map +0 -1
- package/dist/src/util/duration.js +0 -35
- package/dist/src/util/duration.js.map +0 -1
- package/dist/src/util/index.d.ts +0 -5
- package/dist/src/util/index.d.ts.map +0 -1
- package/dist/src/util/index.js +0 -21
- package/dist/src/util/index.js.map +0 -1
- package/dist/src/util/sqs-delay-from-uuid.d.ts +0 -11
- package/dist/src/util/sqs-delay-from-uuid.d.ts.map +0 -1
- package/dist/src/util/sqs-delay-from-uuid.js +0 -21
- package/dist/src/util/sqs-delay-from-uuid.js.map +0 -1
- package/dist/src/util/stack-trace.d.ts +0 -17
- package/dist/src/util/stack-trace.d.ts.map +0 -1
- package/dist/src/util/stack-trace.js +0 -32
- package/dist/src/util/stack-trace.js.map +0 -1
- package/dist/src/util/uuid-v7.d.ts +0 -162
- package/dist/src/util/uuid-v7.d.ts.map +0 -1
- package/dist/src/util/uuid-v7.js +0 -418
- package/dist/src/util/uuid-v7.js.map +0 -1
- package/dist/src/util/zod.d.ts +0 -13
- package/dist/src/util/zod.d.ts.map +0 -1
- package/dist/src/util/zod.js +0 -26
- package/dist/src/util/zod.js.map +0 -1
- package/dist/util/sqs-delay-from-uuid.d.ts +0 -1
- package/dist/util/sqs-delay-from-uuid.d.ts.map +0 -1
- package/dist/util/sqs-delay-from-uuid.js +0 -2
- package/dist/util/sqs-delay-from-uuid.js.map +0 -1
|
@@ -1,465 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const eclinicalworksSecondaryMappingsSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{}, {
|
|
3
|
-
writeBackEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4
|
-
writeBackFilters: z.ZodOptional<z.ZodObject<{
|
|
5
|
-
lab: z.ZodOptional<z.ZodObject<{
|
|
6
|
-
loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7
|
-
minCountPerCode: z.ZodOptional<z.ZodNumber>;
|
|
8
|
-
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
9
|
-
days: z.ZodOptional<z.ZodNumber>;
|
|
10
|
-
months: z.ZodOptional<z.ZodNumber>;
|
|
11
|
-
years: z.ZodOptional<z.ZodNumber>;
|
|
12
|
-
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
days?: number | undefined;
|
|
14
|
-
months?: number | undefined;
|
|
15
|
-
years?: number | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
days?: number | undefined;
|
|
18
|
-
months?: number | undefined;
|
|
19
|
-
years?: number | undefined;
|
|
20
|
-
}>>;
|
|
21
|
-
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
22
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
loincCodes?: string[] | undefined;
|
|
25
|
-
minCountPerCode?: number | undefined;
|
|
26
|
-
relativeDateRange?: {
|
|
27
|
-
days?: number | undefined;
|
|
28
|
-
months?: number | undefined;
|
|
29
|
-
years?: number | undefined;
|
|
30
|
-
} | undefined;
|
|
31
|
-
absoluteDate?: string | undefined;
|
|
32
|
-
disabled?: boolean | undefined;
|
|
33
|
-
}, {
|
|
34
|
-
loincCodes?: string[] | undefined;
|
|
35
|
-
minCountPerCode?: number | undefined;
|
|
36
|
-
relativeDateRange?: {
|
|
37
|
-
days?: number | undefined;
|
|
38
|
-
months?: number | undefined;
|
|
39
|
-
years?: number | undefined;
|
|
40
|
-
} | undefined;
|
|
41
|
-
absoluteDate?: string | undefined;
|
|
42
|
-
disabled?: boolean | undefined;
|
|
43
|
-
}>>;
|
|
44
|
-
labPanel: z.ZodOptional<z.ZodObject<{
|
|
45
|
-
loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46
|
-
minCountPerCode: z.ZodOptional<z.ZodNumber>;
|
|
47
|
-
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
48
|
-
days: z.ZodOptional<z.ZodNumber>;
|
|
49
|
-
months: z.ZodOptional<z.ZodNumber>;
|
|
50
|
-
years: z.ZodOptional<z.ZodNumber>;
|
|
51
|
-
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
days?: number | undefined;
|
|
53
|
-
months?: number | undefined;
|
|
54
|
-
years?: number | undefined;
|
|
55
|
-
}, {
|
|
56
|
-
days?: number | undefined;
|
|
57
|
-
months?: number | undefined;
|
|
58
|
-
years?: number | undefined;
|
|
59
|
-
}>>;
|
|
60
|
-
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
61
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
62
|
-
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
loincCodes?: string[] | undefined;
|
|
64
|
-
minCountPerCode?: number | undefined;
|
|
65
|
-
relativeDateRange?: {
|
|
66
|
-
days?: number | undefined;
|
|
67
|
-
months?: number | undefined;
|
|
68
|
-
years?: number | undefined;
|
|
69
|
-
} | undefined;
|
|
70
|
-
absoluteDate?: string | undefined;
|
|
71
|
-
disabled?: boolean | undefined;
|
|
72
|
-
}, {
|
|
73
|
-
loincCodes?: string[] | undefined;
|
|
74
|
-
minCountPerCode?: number | undefined;
|
|
75
|
-
relativeDateRange?: {
|
|
76
|
-
days?: number | undefined;
|
|
77
|
-
months?: number | undefined;
|
|
78
|
-
years?: number | undefined;
|
|
79
|
-
} | undefined;
|
|
80
|
-
absoluteDate?: string | undefined;
|
|
81
|
-
disabled?: boolean | undefined;
|
|
82
|
-
}>>;
|
|
83
|
-
problem: z.ZodOptional<z.ZodObject<{
|
|
84
|
-
stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
85
|
-
latestOnly: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
-
earliestOnly: z.ZodOptional<z.ZodBoolean>;
|
|
87
|
-
chronicityFilter: z.ZodOptional<z.ZodEnum<["all", "chronic", "non-chronic"]>>;
|
|
88
|
-
hccFilter: z.ZodOptional<z.ZodEnum<["all", "hcc", "non-hcc"]>>;
|
|
89
|
-
chronicOrHcc: z.ZodOptional<z.ZodBoolean>;
|
|
90
|
-
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
91
|
-
days: z.ZodOptional<z.ZodNumber>;
|
|
92
|
-
months: z.ZodOptional<z.ZodNumber>;
|
|
93
|
-
years: z.ZodOptional<z.ZodNumber>;
|
|
94
|
-
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
days?: number | undefined;
|
|
96
|
-
months?: number | undefined;
|
|
97
|
-
years?: number | undefined;
|
|
98
|
-
}, {
|
|
99
|
-
days?: number | undefined;
|
|
100
|
-
months?: number | undefined;
|
|
101
|
-
years?: number | undefined;
|
|
102
|
-
}>>;
|
|
103
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
104
|
-
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
relativeDateRange?: {
|
|
106
|
-
days?: number | undefined;
|
|
107
|
-
months?: number | undefined;
|
|
108
|
-
years?: number | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
disabled?: boolean | undefined;
|
|
111
|
-
stringFilters?: string[] | undefined;
|
|
112
|
-
latestOnly?: boolean | undefined;
|
|
113
|
-
earliestOnly?: boolean | undefined;
|
|
114
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
115
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
116
|
-
chronicOrHcc?: boolean | undefined;
|
|
117
|
-
}, {
|
|
118
|
-
relativeDateRange?: {
|
|
119
|
-
days?: number | undefined;
|
|
120
|
-
months?: number | undefined;
|
|
121
|
-
years?: number | undefined;
|
|
122
|
-
} | undefined;
|
|
123
|
-
disabled?: boolean | undefined;
|
|
124
|
-
stringFilters?: string[] | undefined;
|
|
125
|
-
latestOnly?: boolean | undefined;
|
|
126
|
-
earliestOnly?: boolean | undefined;
|
|
127
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
128
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
129
|
-
chronicOrHcc?: boolean | undefined;
|
|
130
|
-
}>>;
|
|
131
|
-
vital: z.ZodOptional<z.ZodObject<{
|
|
132
|
-
loincCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
133
|
-
latestOnly: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
-
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
135
|
-
days: z.ZodOptional<z.ZodNumber>;
|
|
136
|
-
months: z.ZodOptional<z.ZodNumber>;
|
|
137
|
-
years: z.ZodOptional<z.ZodNumber>;
|
|
138
|
-
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
days?: number | undefined;
|
|
140
|
-
months?: number | undefined;
|
|
141
|
-
years?: number | undefined;
|
|
142
|
-
}, {
|
|
143
|
-
days?: number | undefined;
|
|
144
|
-
months?: number | undefined;
|
|
145
|
-
years?: number | undefined;
|
|
146
|
-
}>>;
|
|
147
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
148
|
-
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
loincCodes?: string[] | undefined;
|
|
150
|
-
relativeDateRange?: {
|
|
151
|
-
days?: number | undefined;
|
|
152
|
-
months?: number | undefined;
|
|
153
|
-
years?: number | undefined;
|
|
154
|
-
} | undefined;
|
|
155
|
-
disabled?: boolean | undefined;
|
|
156
|
-
latestOnly?: boolean | undefined;
|
|
157
|
-
}, {
|
|
158
|
-
loincCodes?: string[] | undefined;
|
|
159
|
-
relativeDateRange?: {
|
|
160
|
-
days?: number | undefined;
|
|
161
|
-
months?: number | undefined;
|
|
162
|
-
years?: number | undefined;
|
|
163
|
-
} | undefined;
|
|
164
|
-
disabled?: boolean | undefined;
|
|
165
|
-
latestOnly?: boolean | undefined;
|
|
166
|
-
}>>;
|
|
167
|
-
medicationStatement: z.ZodOptional<z.ZodObject<{
|
|
168
|
-
rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
169
|
-
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
170
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
171
|
-
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
absoluteDate?: string | undefined;
|
|
173
|
-
disabled?: boolean | undefined;
|
|
174
|
-
rxnormCodes?: string[] | undefined;
|
|
175
|
-
}, {
|
|
176
|
-
absoluteDate?: string | undefined;
|
|
177
|
-
disabled?: boolean | undefined;
|
|
178
|
-
rxnormCodes?: string[] | undefined;
|
|
179
|
-
}>>;
|
|
180
|
-
procedure: z.ZodOptional<z.ZodObject<{
|
|
181
|
-
cptCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
182
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
183
|
-
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
disabled?: boolean | undefined;
|
|
185
|
-
cptCodes?: string[] | undefined;
|
|
186
|
-
}, {
|
|
187
|
-
disabled?: boolean | undefined;
|
|
188
|
-
cptCodes?: string[] | undefined;
|
|
189
|
-
}>>;
|
|
190
|
-
allergy: z.ZodOptional<z.ZodObject<{
|
|
191
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
192
|
-
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
disabled?: boolean | undefined;
|
|
194
|
-
}, {
|
|
195
|
-
disabled?: boolean | undefined;
|
|
196
|
-
}>>;
|
|
197
|
-
familyMemberHistory: z.ZodOptional<z.ZodObject<{
|
|
198
|
-
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
199
|
-
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
disabled?: boolean | undefined;
|
|
201
|
-
}, {
|
|
202
|
-
disabled?: boolean | undefined;
|
|
203
|
-
}>>;
|
|
204
|
-
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
lab?: {
|
|
206
|
-
loincCodes?: string[] | undefined;
|
|
207
|
-
minCountPerCode?: number | undefined;
|
|
208
|
-
relativeDateRange?: {
|
|
209
|
-
days?: number | undefined;
|
|
210
|
-
months?: number | undefined;
|
|
211
|
-
years?: number | undefined;
|
|
212
|
-
} | undefined;
|
|
213
|
-
absoluteDate?: string | undefined;
|
|
214
|
-
disabled?: boolean | undefined;
|
|
215
|
-
} | undefined;
|
|
216
|
-
labPanel?: {
|
|
217
|
-
loincCodes?: string[] | undefined;
|
|
218
|
-
minCountPerCode?: number | undefined;
|
|
219
|
-
relativeDateRange?: {
|
|
220
|
-
days?: number | undefined;
|
|
221
|
-
months?: number | undefined;
|
|
222
|
-
years?: number | undefined;
|
|
223
|
-
} | undefined;
|
|
224
|
-
absoluteDate?: string | undefined;
|
|
225
|
-
disabled?: boolean | undefined;
|
|
226
|
-
} | undefined;
|
|
227
|
-
problem?: {
|
|
228
|
-
relativeDateRange?: {
|
|
229
|
-
days?: number | undefined;
|
|
230
|
-
months?: number | undefined;
|
|
231
|
-
years?: number | undefined;
|
|
232
|
-
} | undefined;
|
|
233
|
-
disabled?: boolean | undefined;
|
|
234
|
-
stringFilters?: string[] | undefined;
|
|
235
|
-
latestOnly?: boolean | undefined;
|
|
236
|
-
earliestOnly?: boolean | undefined;
|
|
237
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
238
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
239
|
-
chronicOrHcc?: boolean | undefined;
|
|
240
|
-
} | undefined;
|
|
241
|
-
vital?: {
|
|
242
|
-
loincCodes?: string[] | undefined;
|
|
243
|
-
relativeDateRange?: {
|
|
244
|
-
days?: number | undefined;
|
|
245
|
-
months?: number | undefined;
|
|
246
|
-
years?: number | undefined;
|
|
247
|
-
} | undefined;
|
|
248
|
-
disabled?: boolean | undefined;
|
|
249
|
-
latestOnly?: boolean | undefined;
|
|
250
|
-
} | undefined;
|
|
251
|
-
medicationStatement?: {
|
|
252
|
-
absoluteDate?: string | undefined;
|
|
253
|
-
disabled?: boolean | undefined;
|
|
254
|
-
rxnormCodes?: string[] | undefined;
|
|
255
|
-
} | undefined;
|
|
256
|
-
procedure?: {
|
|
257
|
-
disabled?: boolean | undefined;
|
|
258
|
-
cptCodes?: string[] | undefined;
|
|
259
|
-
} | undefined;
|
|
260
|
-
allergy?: {
|
|
261
|
-
disabled?: boolean | undefined;
|
|
262
|
-
} | undefined;
|
|
263
|
-
familyMemberHistory?: {
|
|
264
|
-
disabled?: boolean | undefined;
|
|
265
|
-
} | undefined;
|
|
266
|
-
}, {
|
|
267
|
-
lab?: {
|
|
268
|
-
loincCodes?: string[] | undefined;
|
|
269
|
-
minCountPerCode?: number | undefined;
|
|
270
|
-
relativeDateRange?: {
|
|
271
|
-
days?: number | undefined;
|
|
272
|
-
months?: number | undefined;
|
|
273
|
-
years?: number | undefined;
|
|
274
|
-
} | undefined;
|
|
275
|
-
absoluteDate?: string | undefined;
|
|
276
|
-
disabled?: boolean | undefined;
|
|
277
|
-
} | undefined;
|
|
278
|
-
labPanel?: {
|
|
279
|
-
loincCodes?: string[] | undefined;
|
|
280
|
-
minCountPerCode?: number | undefined;
|
|
281
|
-
relativeDateRange?: {
|
|
282
|
-
days?: number | undefined;
|
|
283
|
-
months?: number | undefined;
|
|
284
|
-
years?: number | undefined;
|
|
285
|
-
} | undefined;
|
|
286
|
-
absoluteDate?: string | undefined;
|
|
287
|
-
disabled?: boolean | undefined;
|
|
288
|
-
} | undefined;
|
|
289
|
-
problem?: {
|
|
290
|
-
relativeDateRange?: {
|
|
291
|
-
days?: number | undefined;
|
|
292
|
-
months?: number | undefined;
|
|
293
|
-
years?: number | undefined;
|
|
294
|
-
} | undefined;
|
|
295
|
-
disabled?: boolean | undefined;
|
|
296
|
-
stringFilters?: string[] | undefined;
|
|
297
|
-
latestOnly?: boolean | undefined;
|
|
298
|
-
earliestOnly?: boolean | undefined;
|
|
299
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
300
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
301
|
-
chronicOrHcc?: boolean | undefined;
|
|
302
|
-
} | undefined;
|
|
303
|
-
vital?: {
|
|
304
|
-
loincCodes?: string[] | undefined;
|
|
305
|
-
relativeDateRange?: {
|
|
306
|
-
days?: number | undefined;
|
|
307
|
-
months?: number | undefined;
|
|
308
|
-
years?: number | undefined;
|
|
309
|
-
} | undefined;
|
|
310
|
-
disabled?: boolean | undefined;
|
|
311
|
-
latestOnly?: boolean | undefined;
|
|
312
|
-
} | undefined;
|
|
313
|
-
medicationStatement?: {
|
|
314
|
-
absoluteDate?: string | undefined;
|
|
315
|
-
disabled?: boolean | undefined;
|
|
316
|
-
rxnormCodes?: string[] | undefined;
|
|
317
|
-
} | undefined;
|
|
318
|
-
procedure?: {
|
|
319
|
-
disabled?: boolean | undefined;
|
|
320
|
-
cptCodes?: string[] | undefined;
|
|
321
|
-
} | undefined;
|
|
322
|
-
allergy?: {
|
|
323
|
-
disabled?: boolean | undefined;
|
|
324
|
-
} | undefined;
|
|
325
|
-
familyMemberHistory?: {
|
|
326
|
-
disabled?: boolean | undefined;
|
|
327
|
-
} | undefined;
|
|
328
|
-
}>>;
|
|
329
|
-
}>, {
|
|
330
|
-
sendDocumentQueryWebhookEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
331
|
-
}>, "strip", z.ZodTypeAny, {
|
|
332
|
-
writeBackEnabled?: boolean | undefined;
|
|
333
|
-
writeBackFilters?: {
|
|
334
|
-
lab?: {
|
|
335
|
-
loincCodes?: string[] | undefined;
|
|
336
|
-
minCountPerCode?: number | undefined;
|
|
337
|
-
relativeDateRange?: {
|
|
338
|
-
days?: number | undefined;
|
|
339
|
-
months?: number | undefined;
|
|
340
|
-
years?: number | undefined;
|
|
341
|
-
} | undefined;
|
|
342
|
-
absoluteDate?: string | undefined;
|
|
343
|
-
disabled?: boolean | undefined;
|
|
344
|
-
} | undefined;
|
|
345
|
-
labPanel?: {
|
|
346
|
-
loincCodes?: string[] | undefined;
|
|
347
|
-
minCountPerCode?: number | undefined;
|
|
348
|
-
relativeDateRange?: {
|
|
349
|
-
days?: number | undefined;
|
|
350
|
-
months?: number | undefined;
|
|
351
|
-
years?: number | undefined;
|
|
352
|
-
} | undefined;
|
|
353
|
-
absoluteDate?: string | undefined;
|
|
354
|
-
disabled?: boolean | undefined;
|
|
355
|
-
} | undefined;
|
|
356
|
-
problem?: {
|
|
357
|
-
relativeDateRange?: {
|
|
358
|
-
days?: number | undefined;
|
|
359
|
-
months?: number | undefined;
|
|
360
|
-
years?: number | undefined;
|
|
361
|
-
} | undefined;
|
|
362
|
-
disabled?: boolean | undefined;
|
|
363
|
-
stringFilters?: string[] | undefined;
|
|
364
|
-
latestOnly?: boolean | undefined;
|
|
365
|
-
earliestOnly?: boolean | undefined;
|
|
366
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
367
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
368
|
-
chronicOrHcc?: boolean | undefined;
|
|
369
|
-
} | undefined;
|
|
370
|
-
vital?: {
|
|
371
|
-
loincCodes?: string[] | undefined;
|
|
372
|
-
relativeDateRange?: {
|
|
373
|
-
days?: number | undefined;
|
|
374
|
-
months?: number | undefined;
|
|
375
|
-
years?: number | undefined;
|
|
376
|
-
} | undefined;
|
|
377
|
-
disabled?: boolean | undefined;
|
|
378
|
-
latestOnly?: boolean | undefined;
|
|
379
|
-
} | undefined;
|
|
380
|
-
medicationStatement?: {
|
|
381
|
-
absoluteDate?: string | undefined;
|
|
382
|
-
disabled?: boolean | undefined;
|
|
383
|
-
rxnormCodes?: string[] | undefined;
|
|
384
|
-
} | undefined;
|
|
385
|
-
procedure?: {
|
|
386
|
-
disabled?: boolean | undefined;
|
|
387
|
-
cptCodes?: string[] | undefined;
|
|
388
|
-
} | undefined;
|
|
389
|
-
allergy?: {
|
|
390
|
-
disabled?: boolean | undefined;
|
|
391
|
-
} | undefined;
|
|
392
|
-
familyMemberHistory?: {
|
|
393
|
-
disabled?: boolean | undefined;
|
|
394
|
-
} | undefined;
|
|
395
|
-
} | undefined;
|
|
396
|
-
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
397
|
-
}, {
|
|
398
|
-
writeBackEnabled?: boolean | undefined;
|
|
399
|
-
writeBackFilters?: {
|
|
400
|
-
lab?: {
|
|
401
|
-
loincCodes?: string[] | undefined;
|
|
402
|
-
minCountPerCode?: number | undefined;
|
|
403
|
-
relativeDateRange?: {
|
|
404
|
-
days?: number | undefined;
|
|
405
|
-
months?: number | undefined;
|
|
406
|
-
years?: number | undefined;
|
|
407
|
-
} | undefined;
|
|
408
|
-
absoluteDate?: string | undefined;
|
|
409
|
-
disabled?: boolean | undefined;
|
|
410
|
-
} | undefined;
|
|
411
|
-
labPanel?: {
|
|
412
|
-
loincCodes?: string[] | undefined;
|
|
413
|
-
minCountPerCode?: number | undefined;
|
|
414
|
-
relativeDateRange?: {
|
|
415
|
-
days?: number | undefined;
|
|
416
|
-
months?: number | undefined;
|
|
417
|
-
years?: number | undefined;
|
|
418
|
-
} | undefined;
|
|
419
|
-
absoluteDate?: string | undefined;
|
|
420
|
-
disabled?: boolean | undefined;
|
|
421
|
-
} | undefined;
|
|
422
|
-
problem?: {
|
|
423
|
-
relativeDateRange?: {
|
|
424
|
-
days?: number | undefined;
|
|
425
|
-
months?: number | undefined;
|
|
426
|
-
years?: number | undefined;
|
|
427
|
-
} | undefined;
|
|
428
|
-
disabled?: boolean | undefined;
|
|
429
|
-
stringFilters?: string[] | undefined;
|
|
430
|
-
latestOnly?: boolean | undefined;
|
|
431
|
-
earliestOnly?: boolean | undefined;
|
|
432
|
-
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
433
|
-
hccFilter?: "all" | "hcc" | "non-hcc" | undefined;
|
|
434
|
-
chronicOrHcc?: boolean | undefined;
|
|
435
|
-
} | undefined;
|
|
436
|
-
vital?: {
|
|
437
|
-
loincCodes?: string[] | undefined;
|
|
438
|
-
relativeDateRange?: {
|
|
439
|
-
days?: number | undefined;
|
|
440
|
-
months?: number | undefined;
|
|
441
|
-
years?: number | undefined;
|
|
442
|
-
} | undefined;
|
|
443
|
-
disabled?: boolean | undefined;
|
|
444
|
-
latestOnly?: boolean | undefined;
|
|
445
|
-
} | undefined;
|
|
446
|
-
medicationStatement?: {
|
|
447
|
-
absoluteDate?: string | undefined;
|
|
448
|
-
disabled?: boolean | undefined;
|
|
449
|
-
rxnormCodes?: string[] | undefined;
|
|
450
|
-
} | undefined;
|
|
451
|
-
procedure?: {
|
|
452
|
-
disabled?: boolean | undefined;
|
|
453
|
-
cptCodes?: string[] | undefined;
|
|
454
|
-
} | undefined;
|
|
455
|
-
allergy?: {
|
|
456
|
-
disabled?: boolean | undefined;
|
|
457
|
-
} | undefined;
|
|
458
|
-
familyMemberHistory?: {
|
|
459
|
-
disabled?: boolean | undefined;
|
|
460
|
-
} | undefined;
|
|
461
|
-
} | undefined;
|
|
462
|
-
sendDocumentQueryWebhookEnabled?: boolean | undefined;
|
|
463
|
-
}>;
|
|
464
|
-
export type EClinicalWorksSecondaryMappings = z.infer<typeof eclinicalworksSecondaryMappingsSchema>;
|
|
465
|
-
//# sourceMappingURL=cx-mapping.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cx-mapping.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/cx-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGP,CAAC;AAC5C,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.eclinicalworksSecondaryMappingsSchema = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const shared_1 = require("../shared");
|
|
6
|
-
exports.eclinicalworksSecondaryMappingsSchema = zod_1.z
|
|
7
|
-
.object({})
|
|
8
|
-
.merge(shared_1.writeBackFiltersSchema)
|
|
9
|
-
.merge(shared_1.documentQueryWebhookFiltersSchema);
|
|
10
|
-
//# sourceMappingURL=cx-mapping.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cx-mapping.js","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/cx-mapping.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,sCAAsF;AAEzE,QAAA,qCAAqC,GAAG,OAAC;KACnD,MAAM,CAAC,EAAE,CAAC;KACV,KAAK,CAAC,+BAAsB,CAAC;KAC7B,KAAK,CAAC,0CAAiC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./jwt-token"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import z from "zod";
|
|
2
|
-
import { EhrSources } from "../source";
|
|
3
|
-
export declare const eclinicalworksDashSource: EhrSources.eclinicalworks;
|
|
4
|
-
export declare const eclinicalworksDashJwtTokenDataSchema: z.ZodObject<{
|
|
5
|
-
practiceId: z.ZodString;
|
|
6
|
-
patientId: z.ZodString;
|
|
7
|
-
source: z.ZodLiteral<"eclinicalworks">;
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
patientId: string;
|
|
10
|
-
source: "eclinicalworks";
|
|
11
|
-
practiceId: string;
|
|
12
|
-
}, {
|
|
13
|
-
patientId: string;
|
|
14
|
-
source: "eclinicalworks";
|
|
15
|
-
practiceId: string;
|
|
16
|
-
}>;
|
|
17
|
-
export type EClinicalWorksDashJwtTokenData = z.infer<typeof eclinicalworksDashJwtTokenDataSchema>;
|
|
18
|
-
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jwt-token.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/jwt-token.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,eAAO,MAAM,wBAAwB,2BAAqC,CAAC;AAC3E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;EAI/C,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.eclinicalworksDashJwtTokenDataSchema = exports.eclinicalworksDashSource = void 0;
|
|
7
|
-
const zod_1 = __importDefault(require("zod"));
|
|
8
|
-
const source_1 = require("../source");
|
|
9
|
-
exports.eclinicalworksDashSource = source_1.EhrSources.eclinicalworks;
|
|
10
|
-
exports.eclinicalworksDashJwtTokenDataSchema = zod_1.default.object({
|
|
11
|
-
practiceId: zod_1.default.string(),
|
|
12
|
-
patientId: zod_1.default.string(),
|
|
13
|
-
source: zod_1.default.literal(`${exports.eclinicalworksDashSource}`),
|
|
14
|
-
});
|
|
15
|
-
//# sourceMappingURL=jwt-token.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/eclinicalworks/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AACpB,sCAAuC;AAE1B,QAAA,wBAAwB,GAAG,mBAAU,CAAC,cAAuB,CAAC;AAC9D,QAAA,oCAAoC,GAAG,aAAC,CAAC,MAAM,CAAC;IAC3D,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;IACtB,SAAS,EAAE,aAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,GAAG,gCAAwB,EAAE,CAAC;CACjD,CAAC,CAAC"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const bookedAppointmentSchema: z.ZodObject<{
|
|
3
|
-
patient: z.ZodString;
|
|
4
|
-
}, "strip", z.ZodTypeAny, {
|
|
5
|
-
patient: string;
|
|
6
|
-
}, {
|
|
7
|
-
patient: string;
|
|
8
|
-
}>;
|
|
9
|
-
export type BookedAppointment = z.infer<typeof bookedAppointmentSchema>;
|
|
10
|
-
export declare const appointmentSchema: z.ZodObject<{
|
|
11
|
-
patient: z.ZodNullable<z.ZodString>;
|
|
12
|
-
status: z.ZodNullable<z.ZodObject<{
|
|
13
|
-
status: z.ZodString;
|
|
14
|
-
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
status: string;
|
|
16
|
-
}, {
|
|
17
|
-
status: string;
|
|
18
|
-
}>>;
|
|
19
|
-
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
status: {
|
|
21
|
-
status: string;
|
|
22
|
-
} | null;
|
|
23
|
-
patient: string | null;
|
|
24
|
-
}, {
|
|
25
|
-
status: {
|
|
26
|
-
status: string;
|
|
27
|
-
} | null;
|
|
28
|
-
patient: string | null;
|
|
29
|
-
}>;
|
|
30
|
-
export type Appointment = z.infer<typeof appointmentSchema>;
|
|
31
|
-
export declare const appointmentListResponseSchema: z.ZodObject<{
|
|
32
|
-
results: z.ZodArray<z.ZodObject<{
|
|
33
|
-
patient: z.ZodNullable<z.ZodString>;
|
|
34
|
-
status: z.ZodNullable<z.ZodObject<{
|
|
35
|
-
status: z.ZodString;
|
|
36
|
-
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
status: string;
|
|
38
|
-
}, {
|
|
39
|
-
status: string;
|
|
40
|
-
}>>;
|
|
41
|
-
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
status: {
|
|
43
|
-
status: string;
|
|
44
|
-
} | null;
|
|
45
|
-
patient: string | null;
|
|
46
|
-
}, {
|
|
47
|
-
status: {
|
|
48
|
-
status: string;
|
|
49
|
-
} | null;
|
|
50
|
-
patient: string | null;
|
|
51
|
-
}>, "many">;
|
|
52
|
-
next: z.ZodNullable<z.ZodString>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
next: string | null;
|
|
55
|
-
results: {
|
|
56
|
-
status: {
|
|
57
|
-
status: string;
|
|
58
|
-
} | null;
|
|
59
|
-
patient: string | null;
|
|
60
|
-
}[];
|
|
61
|
-
}, {
|
|
62
|
-
next: string | null;
|
|
63
|
-
results: {
|
|
64
|
-
status: {
|
|
65
|
-
status: string;
|
|
66
|
-
} | null;
|
|
67
|
-
patient: string | null;
|
|
68
|
-
}[];
|
|
69
|
-
}>;
|
|
70
|
-
export type AppointmentListResponse = z.infer<typeof appointmentListResponseSchema>;
|
|
71
|
-
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/elation/appointment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;EAElC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;EAG5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.appointmentListResponseSchema = exports.appointmentSchema = exports.bookedAppointmentSchema = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
exports.bookedAppointmentSchema = zod_1.z.object({
|
|
6
|
-
patient: zod_1.z.coerce.string(),
|
|
7
|
-
});
|
|
8
|
-
exports.appointmentSchema = zod_1.z.object({
|
|
9
|
-
patient: zod_1.z.coerce.string().nullable(),
|
|
10
|
-
status: zod_1.z.object({ status: zod_1.z.string() }).nullable(),
|
|
11
|
-
});
|
|
12
|
-
exports.appointmentListResponseSchema = zod_1.z.object({
|
|
13
|
-
results: exports.appointmentSchema.array(),
|
|
14
|
-
next: zod_1.z.string().nullable(),
|
|
15
|
-
});
|
|
16
|
-
//# sourceMappingURL=appointment.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/elation/appointment.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,QAAQ,EAAE;CACpD,CAAC,CAAC;AAEU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,OAAO,EAAE,yBAAiB,CAAC,KAAK,EAAE;IAClC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC5B,CAAC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const ccdaDocumentSchema: z.ZodObject<{
|
|
3
|
-
id: z.ZodString;
|
|
4
|
-
base64_ccda: z.ZodString;
|
|
5
|
-
}, "strip", z.ZodTypeAny, {
|
|
6
|
-
id: string;
|
|
7
|
-
base64_ccda: string;
|
|
8
|
-
}, {
|
|
9
|
-
id: string;
|
|
10
|
-
base64_ccda: string;
|
|
11
|
-
}>;
|
|
12
|
-
export type CcdaDocument = z.infer<typeof ccdaDocumentSchema>;
|
|
13
|
-
//# sourceMappingURL=ccda.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ccda.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/external/ehr/elation/ccda.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|