@metriport/shared 0.26.2 → 0.26.3
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/common/__tests__/normalize-oid.test.js +14 -0
- package/dist/common/__tests__/normalize-oid.test.js.map +1 -1
- package/dist/common/normalize-oid.d.ts +7 -0
- package/dist/common/normalize-oid.d.ts.map +1 -1
- package/dist/common/normalize-oid.js +60 -1
- package/dist/common/normalize-oid.js.map +1 -1
- package/dist/common/numbers.d.ts +13 -0
- package/dist/common/numbers.d.ts.map +1 -1
- package/dist/common/numbers.js +40 -1
- package/dist/common/numbers.js.map +1 -1
- package/dist/domain/__tests__/cursor-utils.test.d.ts +2 -0
- package/dist/domain/__tests__/cursor-utils.test.d.ts.map +1 -0
- package/dist/domain/__tests__/cursor-utils.test.js +216 -0
- package/dist/domain/__tests__/cursor-utils.test.js.map +1 -0
- package/dist/domain/__tests__/pagination-schema.test.d.ts +2 -0
- package/dist/domain/__tests__/pagination-schema.test.d.ts.map +1 -0
- package/dist/domain/__tests__/pagination-schema.test.js +165 -0
- package/dist/domain/__tests__/pagination-schema.test.js.map +1 -0
- package/dist/domain/cursor-utils.d.ts +20 -0
- package/dist/domain/cursor-utils.d.ts.map +1 -0
- package/dist/domain/cursor-utils.js +51 -0
- package/dist/domain/cursor-utils.js.map +1 -0
- package/dist/domain/pagination-v2.d.ts +230 -0
- package/dist/domain/pagination-v2.d.ts.map +1 -0
- package/dist/domain/pagination-v2.js +132 -0
- package/dist/domain/pagination-v2.js.map +1 -0
- package/dist/domain/pagination.d.ts +0 -2
- package/dist/domain/pagination.d.ts.map +1 -1
- package/dist/domain/pagination.js +3 -4
- package/dist/domain/pagination.js.map +1 -1
- package/dist/domain/tcm-encounter.d.ts +180 -9
- package/dist/domain/tcm-encounter.d.ts.map +1 -1
- package/dist/domain/tcm-encounter.js +13 -3
- package/dist/domain/tcm-encounter.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts +54 -0
- package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/athenahealth/jwt-token.d.ts +2 -2
- package/dist/interface/external/ehr/athenahealth/patient-mapping.d.ts +14 -0
- package/dist/interface/external/ehr/athenahealth/patient-mapping.d.ts.map +1 -0
- package/dist/interface/external/ehr/athenahealth/patient-mapping.js +11 -0
- package/dist/interface/external/ehr/athenahealth/patient-mapping.js.map +1 -0
- package/dist/interface/external/ehr/athenahealth/patient.d.ts +36 -2
- package/dist/interface/external/ehr/athenahealth/patient.d.ts.map +1 -1
- package/dist/interface/external/ehr/athenahealth/patient.js +5 -5
- package/dist/interface/external/ehr/athenahealth/patient.js.map +1 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts +54 -0
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/canvas/jwt-token.d.ts +6 -6
- package/dist/interface/external/ehr/eclinicalworks/jwt-token.d.ts +2 -2
- package/dist/interface/external/ehr/elation/cx-mapping.d.ts +54 -0
- package/dist/interface/external/ehr/elation/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/elation/jwt-token.d.ts +4 -4
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts +54 -0
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/jwt-token.d.ts +2 -2
- package/dist/interface/external/ehr/healthie/lab.d.ts +32 -32
- package/dist/interface/external/ehr/shared.d.ts +100 -0
- package/dist/interface/external/ehr/shared.d.ts.map +1 -1
- package/dist/interface/external/ehr/shared.js +15 -1
- package/dist/interface/external/ehr/shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cx-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/cx-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cx-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/cx-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASV,CAAC;AACjC,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|
|
@@ -22,12 +22,12 @@ export declare const athenaClientJwtTokenDataSchema: z.ZodObject<{
|
|
|
22
22
|
source: z.ZodLiteral<"athenahealth-client">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
cxId: string;
|
|
25
|
-
source: "athenahealth-client";
|
|
26
25
|
practiceId: string;
|
|
26
|
+
source: "athenahealth-client";
|
|
27
27
|
}, {
|
|
28
28
|
cxId: string;
|
|
29
|
-
source: "athenahealth-client";
|
|
30
29
|
practiceId: string;
|
|
30
|
+
source: "athenahealth-client";
|
|
31
31
|
}>;
|
|
32
32
|
export type AthenaClientJwtTokenData = z.infer<typeof athenaClientJwtTokenDataSchema>;
|
|
33
33
|
export declare const athenaClientJwtTokenResponseSchema: z.ZodObject<{
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const athenaPatientMappingSecondaryMappingsSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
3
|
+
departmentId: z.ZodOptional<z.ZodString>;
|
|
4
|
+
}, {
|
|
5
|
+
practiceId: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}>, "strip", z.ZodTypeAny, {
|
|
7
|
+
practiceId?: string | undefined;
|
|
8
|
+
departmentId?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
practiceId?: string | undefined;
|
|
11
|
+
departmentId?: string | undefined;
|
|
12
|
+
}>;
|
|
13
|
+
export type AthenaPatientMappingSecondaryMappings = z.infer<typeof athenaPatientMappingSecondaryMappingsSchema>;
|
|
14
|
+
//# sourceMappingURL=patient-mapping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patient-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,2CAA2C;;;;;;;;;;EAIT,CAAC;AAChD,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACzD,OAAO,2CAA2C,CACnD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.athenaPatientMappingSecondaryMappingsSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const shared_1 = require("../shared");
|
|
6
|
+
exports.athenaPatientMappingSecondaryMappingsSchema = zod_1.z
|
|
7
|
+
.object({
|
|
8
|
+
departmentId: zod_1.z.string().optional(),
|
|
9
|
+
})
|
|
10
|
+
.merge(shared_1.patientMappingSecondaryMappingsSchema);
|
|
11
|
+
//# sourceMappingURL=patient-mapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patient-mapping.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient-mapping.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,sCAAkE;AAErD,QAAA,2CAA2C,GAAG,OAAC;KACzD,MAAM,CAAC;IACN,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC;KACD,KAAK,CAAC,8CAAqC,CAAC,CAAC"}
|
|
@@ -13,7 +13,7 @@ export declare const patientCustomFieldSchema: z.ZodObject<{
|
|
|
13
13
|
optionid?: string | undefined;
|
|
14
14
|
}>;
|
|
15
15
|
export type PatientCustomField = z.infer<typeof patientCustomFieldSchema>;
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const athenaOnePatientSchema: z.ZodObject<{
|
|
17
17
|
customfields: z.ZodArray<z.ZodObject<{
|
|
18
18
|
customfieldid: z.ZodString;
|
|
19
19
|
customfieldvalue: z.ZodOptional<z.ZodString>;
|
|
@@ -27,18 +27,52 @@ export declare const patientsCustomFieldsSchema: z.ZodArray<z.ZodObject<{
|
|
|
27
27
|
customfieldvalue?: string | undefined;
|
|
28
28
|
optionid?: string | undefined;
|
|
29
29
|
}>, "many">;
|
|
30
|
+
primarydepartmentid: z.ZodString;
|
|
30
31
|
}, "strip", z.ZodTypeAny, {
|
|
31
32
|
customfields: {
|
|
32
33
|
customfieldid: string;
|
|
33
34
|
customfieldvalue?: string | undefined;
|
|
34
35
|
optionid?: string | undefined;
|
|
35
36
|
}[];
|
|
37
|
+
primarydepartmentid: string;
|
|
36
38
|
}, {
|
|
37
39
|
customfields: {
|
|
38
40
|
customfieldid: string;
|
|
39
41
|
customfieldvalue?: string | undefined;
|
|
40
42
|
optionid?: string | undefined;
|
|
41
43
|
}[];
|
|
44
|
+
primarydepartmentid: string;
|
|
45
|
+
}>;
|
|
46
|
+
export type AthenaOnePatient = z.infer<typeof athenaOnePatientSchema>;
|
|
47
|
+
export declare const athenaOnePatientsSchema: z.ZodArray<z.ZodObject<{
|
|
48
|
+
customfields: z.ZodArray<z.ZodObject<{
|
|
49
|
+
customfieldid: z.ZodString;
|
|
50
|
+
customfieldvalue: z.ZodOptional<z.ZodString>;
|
|
51
|
+
optionid: z.ZodOptional<z.ZodString>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
customfieldid: string;
|
|
54
|
+
customfieldvalue?: string | undefined;
|
|
55
|
+
optionid?: string | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
customfieldid: string;
|
|
58
|
+
customfieldvalue?: string | undefined;
|
|
59
|
+
optionid?: string | undefined;
|
|
60
|
+
}>, "many">;
|
|
61
|
+
primarydepartmentid: z.ZodString;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
customfields: {
|
|
64
|
+
customfieldid: string;
|
|
65
|
+
customfieldvalue?: string | undefined;
|
|
66
|
+
optionid?: string | undefined;
|
|
67
|
+
}[];
|
|
68
|
+
primarydepartmentid: string;
|
|
69
|
+
}, {
|
|
70
|
+
customfields: {
|
|
71
|
+
customfieldid: string;
|
|
72
|
+
customfieldvalue?: string | undefined;
|
|
73
|
+
optionid?: string | undefined;
|
|
74
|
+
}[];
|
|
75
|
+
primarydepartmentid: string;
|
|
42
76
|
}>, "many">;
|
|
43
|
-
export type
|
|
77
|
+
export type AthenaOnePatients = z.infer<typeof athenaOnePatientsSchema>;
|
|
44
78
|
//# sourceMappingURL=patient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAInC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"patient.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAInC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAiC,CAAC;AACtE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.athenaOnePatientsSchema = exports.athenaOnePatientSchema = exports.patientCustomFieldSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
exports.patientCustomFieldSchema = zod_1.z.object({
|
|
6
6
|
customfieldid: zod_1.z.string(),
|
|
7
7
|
customfieldvalue: zod_1.z.string().optional(),
|
|
8
8
|
optionid: zod_1.z.string().optional(),
|
|
9
9
|
});
|
|
10
|
-
exports.
|
|
11
|
-
.object({
|
|
10
|
+
exports.athenaOnePatientSchema = zod_1.z.object({
|
|
12
11
|
customfields: exports.patientCustomFieldSchema.array(),
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
primarydepartmentid: zod_1.z.string(),
|
|
13
|
+
});
|
|
14
|
+
exports.athenaOnePatientsSchema = exports.athenaOnePatientSchema.array();
|
|
15
15
|
//# sourceMappingURL=patient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE;IACzB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,
|
|
1
|
+
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE;IACzB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,YAAY,EAAE,gCAAwB,CAAC,KAAK,EAAE;IAC9C,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,uBAAuB,GAAG,8BAAsB,CAAC,KAAK,EAAE,CAAC"}
|
|
@@ -18,6 +18,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
18
18
|
months?: number | undefined;
|
|
19
19
|
years?: number | undefined;
|
|
20
20
|
}>>;
|
|
21
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
21
22
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
22
23
|
}, "strip", z.ZodTypeAny, {
|
|
23
24
|
loincCodes?: string[] | undefined;
|
|
@@ -27,6 +28,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
27
28
|
months?: number | undefined;
|
|
28
29
|
years?: number | undefined;
|
|
29
30
|
} | undefined;
|
|
31
|
+
absoluteDate?: string | undefined;
|
|
30
32
|
disabled?: boolean | undefined;
|
|
31
33
|
}, {
|
|
32
34
|
loincCodes?: string[] | undefined;
|
|
@@ -36,6 +38,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
36
38
|
months?: number | undefined;
|
|
37
39
|
years?: number | undefined;
|
|
38
40
|
} | undefined;
|
|
41
|
+
absoluteDate?: string | undefined;
|
|
39
42
|
disabled?: boolean | undefined;
|
|
40
43
|
}>>;
|
|
41
44
|
labPanel: z.ZodOptional<z.ZodObject<{
|
|
@@ -54,6 +57,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
54
57
|
months?: number | undefined;
|
|
55
58
|
years?: number | undefined;
|
|
56
59
|
}>>;
|
|
60
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
57
61
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
58
62
|
}, "strip", z.ZodTypeAny, {
|
|
59
63
|
loincCodes?: string[] | undefined;
|
|
@@ -63,6 +67,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
63
67
|
months?: number | undefined;
|
|
64
68
|
years?: number | undefined;
|
|
65
69
|
} | undefined;
|
|
70
|
+
absoluteDate?: string | undefined;
|
|
66
71
|
disabled?: boolean | undefined;
|
|
67
72
|
}, {
|
|
68
73
|
loincCodes?: string[] | undefined;
|
|
@@ -72,9 +77,11 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
72
77
|
months?: number | undefined;
|
|
73
78
|
years?: number | undefined;
|
|
74
79
|
} | undefined;
|
|
80
|
+
absoluteDate?: string | undefined;
|
|
75
81
|
disabled?: boolean | undefined;
|
|
76
82
|
}>>;
|
|
77
83
|
problem: z.ZodOptional<z.ZodObject<{
|
|
84
|
+
stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
78
85
|
latestOnly: z.ZodOptional<z.ZodBoolean>;
|
|
79
86
|
chronicityFilter: z.ZodOptional<z.ZodEnum<["all", "chronic", "non-chronic"]>>;
|
|
80
87
|
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
@@ -98,6 +105,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
98
105
|
years?: number | undefined;
|
|
99
106
|
} | undefined;
|
|
100
107
|
disabled?: boolean | undefined;
|
|
108
|
+
stringFilters?: string[] | undefined;
|
|
101
109
|
latestOnly?: boolean | undefined;
|
|
102
110
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
103
111
|
}, {
|
|
@@ -107,6 +115,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
107
115
|
years?: number | undefined;
|
|
108
116
|
} | undefined;
|
|
109
117
|
disabled?: boolean | undefined;
|
|
118
|
+
stringFilters?: string[] | undefined;
|
|
110
119
|
latestOnly?: boolean | undefined;
|
|
111
120
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
112
121
|
}>>;
|
|
@@ -146,6 +155,19 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
146
155
|
disabled?: boolean | undefined;
|
|
147
156
|
latestOnly?: boolean | undefined;
|
|
148
157
|
}>>;
|
|
158
|
+
medicationstatement: z.ZodOptional<z.ZodObject<{
|
|
159
|
+
rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
160
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
161
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
162
|
+
}, "strip", z.ZodTypeAny, {
|
|
163
|
+
absoluteDate?: string | undefined;
|
|
164
|
+
disabled?: boolean | undefined;
|
|
165
|
+
rxnormCodes?: string[] | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
absoluteDate?: string | undefined;
|
|
168
|
+
disabled?: boolean | undefined;
|
|
169
|
+
rxnormCodes?: string[] | undefined;
|
|
170
|
+
}>>;
|
|
149
171
|
}, "strip", z.ZodTypeAny, {
|
|
150
172
|
lab?: {
|
|
151
173
|
loincCodes?: string[] | undefined;
|
|
@@ -155,6 +177,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
155
177
|
months?: number | undefined;
|
|
156
178
|
years?: number | undefined;
|
|
157
179
|
} | undefined;
|
|
180
|
+
absoluteDate?: string | undefined;
|
|
158
181
|
disabled?: boolean | undefined;
|
|
159
182
|
} | undefined;
|
|
160
183
|
labPanel?: {
|
|
@@ -165,6 +188,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
165
188
|
months?: number | undefined;
|
|
166
189
|
years?: number | undefined;
|
|
167
190
|
} | undefined;
|
|
191
|
+
absoluteDate?: string | undefined;
|
|
168
192
|
disabled?: boolean | undefined;
|
|
169
193
|
} | undefined;
|
|
170
194
|
problem?: {
|
|
@@ -174,6 +198,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
174
198
|
years?: number | undefined;
|
|
175
199
|
} | undefined;
|
|
176
200
|
disabled?: boolean | undefined;
|
|
201
|
+
stringFilters?: string[] | undefined;
|
|
177
202
|
latestOnly?: boolean | undefined;
|
|
178
203
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
179
204
|
} | undefined;
|
|
@@ -187,6 +212,11 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
187
212
|
disabled?: boolean | undefined;
|
|
188
213
|
latestOnly?: boolean | undefined;
|
|
189
214
|
} | undefined;
|
|
215
|
+
medicationstatement?: {
|
|
216
|
+
absoluteDate?: string | undefined;
|
|
217
|
+
disabled?: boolean | undefined;
|
|
218
|
+
rxnormCodes?: string[] | undefined;
|
|
219
|
+
} | undefined;
|
|
190
220
|
}, {
|
|
191
221
|
lab?: {
|
|
192
222
|
loincCodes?: string[] | undefined;
|
|
@@ -196,6 +226,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
196
226
|
months?: number | undefined;
|
|
197
227
|
years?: number | undefined;
|
|
198
228
|
} | undefined;
|
|
229
|
+
absoluteDate?: string | undefined;
|
|
199
230
|
disabled?: boolean | undefined;
|
|
200
231
|
} | undefined;
|
|
201
232
|
labPanel?: {
|
|
@@ -206,6 +237,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
206
237
|
months?: number | undefined;
|
|
207
238
|
years?: number | undefined;
|
|
208
239
|
} | undefined;
|
|
240
|
+
absoluteDate?: string | undefined;
|
|
209
241
|
disabled?: boolean | undefined;
|
|
210
242
|
} | undefined;
|
|
211
243
|
problem?: {
|
|
@@ -215,6 +247,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
215
247
|
years?: number | undefined;
|
|
216
248
|
} | undefined;
|
|
217
249
|
disabled?: boolean | undefined;
|
|
250
|
+
stringFilters?: string[] | undefined;
|
|
218
251
|
latestOnly?: boolean | undefined;
|
|
219
252
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
220
253
|
} | undefined;
|
|
@@ -228,6 +261,11 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
228
261
|
disabled?: boolean | undefined;
|
|
229
262
|
latestOnly?: boolean | undefined;
|
|
230
263
|
} | undefined;
|
|
264
|
+
medicationstatement?: {
|
|
265
|
+
absoluteDate?: string | undefined;
|
|
266
|
+
disabled?: boolean | undefined;
|
|
267
|
+
rxnormCodes?: string[] | undefined;
|
|
268
|
+
} | undefined;
|
|
231
269
|
}>>;
|
|
232
270
|
}>, "strip", z.ZodTypeAny, {
|
|
233
271
|
writeBackEnabled?: boolean | undefined;
|
|
@@ -240,6 +278,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
240
278
|
months?: number | undefined;
|
|
241
279
|
years?: number | undefined;
|
|
242
280
|
} | undefined;
|
|
281
|
+
absoluteDate?: string | undefined;
|
|
243
282
|
disabled?: boolean | undefined;
|
|
244
283
|
} | undefined;
|
|
245
284
|
labPanel?: {
|
|
@@ -250,6 +289,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
250
289
|
months?: number | undefined;
|
|
251
290
|
years?: number | undefined;
|
|
252
291
|
} | undefined;
|
|
292
|
+
absoluteDate?: string | undefined;
|
|
253
293
|
disabled?: boolean | undefined;
|
|
254
294
|
} | undefined;
|
|
255
295
|
problem?: {
|
|
@@ -259,6 +299,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
259
299
|
years?: number | undefined;
|
|
260
300
|
} | undefined;
|
|
261
301
|
disabled?: boolean | undefined;
|
|
302
|
+
stringFilters?: string[] | undefined;
|
|
262
303
|
latestOnly?: boolean | undefined;
|
|
263
304
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
264
305
|
} | undefined;
|
|
@@ -272,6 +313,11 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
272
313
|
disabled?: boolean | undefined;
|
|
273
314
|
latestOnly?: boolean | undefined;
|
|
274
315
|
} | undefined;
|
|
316
|
+
medicationstatement?: {
|
|
317
|
+
absoluteDate?: string | undefined;
|
|
318
|
+
disabled?: boolean | undefined;
|
|
319
|
+
rxnormCodes?: string[] | undefined;
|
|
320
|
+
} | undefined;
|
|
275
321
|
} | undefined;
|
|
276
322
|
}, {
|
|
277
323
|
writeBackEnabled?: boolean | undefined;
|
|
@@ -284,6 +330,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
284
330
|
months?: number | undefined;
|
|
285
331
|
years?: number | undefined;
|
|
286
332
|
} | undefined;
|
|
333
|
+
absoluteDate?: string | undefined;
|
|
287
334
|
disabled?: boolean | undefined;
|
|
288
335
|
} | undefined;
|
|
289
336
|
labPanel?: {
|
|
@@ -294,6 +341,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
294
341
|
months?: number | undefined;
|
|
295
342
|
years?: number | undefined;
|
|
296
343
|
} | undefined;
|
|
344
|
+
absoluteDate?: string | undefined;
|
|
297
345
|
disabled?: boolean | undefined;
|
|
298
346
|
} | undefined;
|
|
299
347
|
problem?: {
|
|
@@ -303,6 +351,7 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
303
351
|
years?: number | undefined;
|
|
304
352
|
} | undefined;
|
|
305
353
|
disabled?: boolean | undefined;
|
|
354
|
+
stringFilters?: string[] | undefined;
|
|
306
355
|
latestOnly?: boolean | undefined;
|
|
307
356
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
308
357
|
} | undefined;
|
|
@@ -316,6 +365,11 @@ export declare const canvasSecondaryMappingsSchema: z.ZodOptional<z.ZodObject<z.
|
|
|
316
365
|
disabled?: boolean | undefined;
|
|
317
366
|
latestOnly?: boolean | undefined;
|
|
318
367
|
} | undefined;
|
|
368
|
+
medicationstatement?: {
|
|
369
|
+
absoluteDate?: string | undefined;
|
|
370
|
+
disabled?: boolean | undefined;
|
|
371
|
+
rxnormCodes?: string[] | undefined;
|
|
372
|
+
} | undefined;
|
|
319
373
|
} | undefined;
|
|
320
374
|
}>>;
|
|
321
375
|
export type CanavsSecondaryMappings = z.infer<typeof canvasSecondaryMappingsSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cx-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/canvas/cx-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cx-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/interface/external/ehr/canvas/cx-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAwD,CAAC;AACnG,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|
|
@@ -5,11 +5,11 @@ export declare const canvasDashJwtTokenDataSchema: z.ZodObject<{
|
|
|
5
5
|
practiceId: z.ZodString;
|
|
6
6
|
source: z.ZodLiteral<"canvas">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
source: "canvas";
|
|
9
8
|
practiceId: string;
|
|
10
|
-
}, {
|
|
11
9
|
source: "canvas";
|
|
10
|
+
}, {
|
|
12
11
|
practiceId: string;
|
|
12
|
+
source: "canvas";
|
|
13
13
|
}>;
|
|
14
14
|
export type CanvasDashJwtTokenData = z.infer<typeof canvasDashJwtTokenDataSchema>;
|
|
15
15
|
export declare const canvasClientSource: "canvas-client";
|
|
@@ -19,12 +19,12 @@ export declare const canvasClientJwtTokenDataSchema: z.ZodObject<{
|
|
|
19
19
|
source: z.ZodLiteral<"canvas-client">;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
21
|
cxId: string;
|
|
22
|
-
source: "canvas-client";
|
|
23
22
|
practiceId: string;
|
|
23
|
+
source: "canvas-client";
|
|
24
24
|
}, {
|
|
25
25
|
cxId: string;
|
|
26
|
-
source: "canvas-client";
|
|
27
26
|
practiceId: string;
|
|
27
|
+
source: "canvas-client";
|
|
28
28
|
}>;
|
|
29
29
|
export type CanvasClientJwtTokenData = z.infer<typeof canvasClientJwtTokenDataSchema>;
|
|
30
30
|
export declare const canvasWebhookSource: "canvas-webhook";
|
|
@@ -34,12 +34,12 @@ export declare const canvasWebhookJwtTokenDataSchema: z.ZodObject<{
|
|
|
34
34
|
source: z.ZodLiteral<"canvas-webhook">;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
36
|
cxId: string;
|
|
37
|
-
source: "canvas-webhook";
|
|
38
37
|
practiceId: string;
|
|
38
|
+
source: "canvas-webhook";
|
|
39
39
|
}, {
|
|
40
40
|
cxId: string;
|
|
41
|
-
source: "canvas-webhook";
|
|
42
41
|
practiceId: string;
|
|
42
|
+
source: "canvas-webhook";
|
|
43
43
|
}>;
|
|
44
44
|
export type CanvasWebhookJwtTokenData = z.infer<typeof canvasWebhookJwtTokenDataSchema>;
|
|
45
45
|
export declare const canvasClientJwtTokenResponseSchema: z.ZodObject<{
|
|
@@ -7,12 +7,12 @@ export declare const eclinicalworksDashJwtTokenDataSchema: z.ZodObject<{
|
|
|
7
7
|
source: z.ZodLiteral<"eclinicalworks">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
patientId: string;
|
|
10
|
-
source: "eclinicalworks";
|
|
11
10
|
practiceId: string;
|
|
11
|
+
source: "eclinicalworks";
|
|
12
12
|
}, {
|
|
13
13
|
patientId: string;
|
|
14
|
-
source: "eclinicalworks";
|
|
15
14
|
practiceId: string;
|
|
15
|
+
source: "eclinicalworks";
|
|
16
16
|
}>;
|
|
17
17
|
export type EClinicalWorksDashJwtTokenData = z.infer<typeof eclinicalworksDashJwtTokenDataSchema>;
|
|
18
18
|
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -37,6 +37,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
37
37
|
months?: number | undefined;
|
|
38
38
|
years?: number | undefined;
|
|
39
39
|
}>>;
|
|
40
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
40
41
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
41
42
|
}, "strip", z.ZodTypeAny, {
|
|
42
43
|
loincCodes?: string[] | undefined;
|
|
@@ -46,6 +47,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
46
47
|
months?: number | undefined;
|
|
47
48
|
years?: number | undefined;
|
|
48
49
|
} | undefined;
|
|
50
|
+
absoluteDate?: string | undefined;
|
|
49
51
|
disabled?: boolean | undefined;
|
|
50
52
|
}, {
|
|
51
53
|
loincCodes?: string[] | undefined;
|
|
@@ -55,6 +57,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
55
57
|
months?: number | undefined;
|
|
56
58
|
years?: number | undefined;
|
|
57
59
|
} | undefined;
|
|
60
|
+
absoluteDate?: string | undefined;
|
|
58
61
|
disabled?: boolean | undefined;
|
|
59
62
|
}>>;
|
|
60
63
|
labPanel: z.ZodOptional<z.ZodObject<{
|
|
@@ -73,6 +76,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
73
76
|
months?: number | undefined;
|
|
74
77
|
years?: number | undefined;
|
|
75
78
|
}>>;
|
|
79
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
76
80
|
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
77
81
|
}, "strip", z.ZodTypeAny, {
|
|
78
82
|
loincCodes?: string[] | undefined;
|
|
@@ -82,6 +86,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
82
86
|
months?: number | undefined;
|
|
83
87
|
years?: number | undefined;
|
|
84
88
|
} | undefined;
|
|
89
|
+
absoluteDate?: string | undefined;
|
|
85
90
|
disabled?: boolean | undefined;
|
|
86
91
|
}, {
|
|
87
92
|
loincCodes?: string[] | undefined;
|
|
@@ -91,9 +96,11 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
91
96
|
months?: number | undefined;
|
|
92
97
|
years?: number | undefined;
|
|
93
98
|
} | undefined;
|
|
99
|
+
absoluteDate?: string | undefined;
|
|
94
100
|
disabled?: boolean | undefined;
|
|
95
101
|
}>>;
|
|
96
102
|
problem: z.ZodOptional<z.ZodObject<{
|
|
103
|
+
stringFilters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
97
104
|
latestOnly: z.ZodOptional<z.ZodBoolean>;
|
|
98
105
|
chronicityFilter: z.ZodOptional<z.ZodEnum<["all", "chronic", "non-chronic"]>>;
|
|
99
106
|
relativeDateRange: z.ZodOptional<z.ZodObject<{
|
|
@@ -117,6 +124,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
117
124
|
years?: number | undefined;
|
|
118
125
|
} | undefined;
|
|
119
126
|
disabled?: boolean | undefined;
|
|
127
|
+
stringFilters?: string[] | undefined;
|
|
120
128
|
latestOnly?: boolean | undefined;
|
|
121
129
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
122
130
|
}, {
|
|
@@ -126,6 +134,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
126
134
|
years?: number | undefined;
|
|
127
135
|
} | undefined;
|
|
128
136
|
disabled?: boolean | undefined;
|
|
137
|
+
stringFilters?: string[] | undefined;
|
|
129
138
|
latestOnly?: boolean | undefined;
|
|
130
139
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
131
140
|
}>>;
|
|
@@ -165,6 +174,19 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
165
174
|
disabled?: boolean | undefined;
|
|
166
175
|
latestOnly?: boolean | undefined;
|
|
167
176
|
}>>;
|
|
177
|
+
medicationstatement: z.ZodOptional<z.ZodObject<{
|
|
178
|
+
rxnormCodes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
179
|
+
absoluteDate: z.ZodOptional<z.ZodString>;
|
|
180
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
181
|
+
}, "strip", z.ZodTypeAny, {
|
|
182
|
+
absoluteDate?: string | undefined;
|
|
183
|
+
disabled?: boolean | undefined;
|
|
184
|
+
rxnormCodes?: string[] | undefined;
|
|
185
|
+
}, {
|
|
186
|
+
absoluteDate?: string | undefined;
|
|
187
|
+
disabled?: boolean | undefined;
|
|
188
|
+
rxnormCodes?: string[] | undefined;
|
|
189
|
+
}>>;
|
|
168
190
|
}, "strip", z.ZodTypeAny, {
|
|
169
191
|
lab?: {
|
|
170
192
|
loincCodes?: string[] | undefined;
|
|
@@ -174,6 +196,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
174
196
|
months?: number | undefined;
|
|
175
197
|
years?: number | undefined;
|
|
176
198
|
} | undefined;
|
|
199
|
+
absoluteDate?: string | undefined;
|
|
177
200
|
disabled?: boolean | undefined;
|
|
178
201
|
} | undefined;
|
|
179
202
|
labPanel?: {
|
|
@@ -184,6 +207,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
184
207
|
months?: number | undefined;
|
|
185
208
|
years?: number | undefined;
|
|
186
209
|
} | undefined;
|
|
210
|
+
absoluteDate?: string | undefined;
|
|
187
211
|
disabled?: boolean | undefined;
|
|
188
212
|
} | undefined;
|
|
189
213
|
problem?: {
|
|
@@ -193,6 +217,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
193
217
|
years?: number | undefined;
|
|
194
218
|
} | undefined;
|
|
195
219
|
disabled?: boolean | undefined;
|
|
220
|
+
stringFilters?: string[] | undefined;
|
|
196
221
|
latestOnly?: boolean | undefined;
|
|
197
222
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
198
223
|
} | undefined;
|
|
@@ -206,6 +231,11 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
206
231
|
disabled?: boolean | undefined;
|
|
207
232
|
latestOnly?: boolean | undefined;
|
|
208
233
|
} | undefined;
|
|
234
|
+
medicationstatement?: {
|
|
235
|
+
absoluteDate?: string | undefined;
|
|
236
|
+
disabled?: boolean | undefined;
|
|
237
|
+
rxnormCodes?: string[] | undefined;
|
|
238
|
+
} | undefined;
|
|
209
239
|
}, {
|
|
210
240
|
lab?: {
|
|
211
241
|
loincCodes?: string[] | undefined;
|
|
@@ -215,6 +245,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
215
245
|
months?: number | undefined;
|
|
216
246
|
years?: number | undefined;
|
|
217
247
|
} | undefined;
|
|
248
|
+
absoluteDate?: string | undefined;
|
|
218
249
|
disabled?: boolean | undefined;
|
|
219
250
|
} | undefined;
|
|
220
251
|
labPanel?: {
|
|
@@ -225,6 +256,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
225
256
|
months?: number | undefined;
|
|
226
257
|
years?: number | undefined;
|
|
227
258
|
} | undefined;
|
|
259
|
+
absoluteDate?: string | undefined;
|
|
228
260
|
disabled?: boolean | undefined;
|
|
229
261
|
} | undefined;
|
|
230
262
|
problem?: {
|
|
@@ -234,6 +266,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
234
266
|
years?: number | undefined;
|
|
235
267
|
} | undefined;
|
|
236
268
|
disabled?: boolean | undefined;
|
|
269
|
+
stringFilters?: string[] | undefined;
|
|
237
270
|
latestOnly?: boolean | undefined;
|
|
238
271
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
239
272
|
} | undefined;
|
|
@@ -247,6 +280,11 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
247
280
|
disabled?: boolean | undefined;
|
|
248
281
|
latestOnly?: boolean | undefined;
|
|
249
282
|
} | undefined;
|
|
283
|
+
medicationstatement?: {
|
|
284
|
+
absoluteDate?: string | undefined;
|
|
285
|
+
disabled?: boolean | undefined;
|
|
286
|
+
rxnormCodes?: string[] | undefined;
|
|
287
|
+
} | undefined;
|
|
250
288
|
}>>;
|
|
251
289
|
}>, "strip", z.ZodTypeAny, {
|
|
252
290
|
writeBackEnabled?: boolean | undefined;
|
|
@@ -259,6 +297,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
259
297
|
months?: number | undefined;
|
|
260
298
|
years?: number | undefined;
|
|
261
299
|
} | undefined;
|
|
300
|
+
absoluteDate?: string | undefined;
|
|
262
301
|
disabled?: boolean | undefined;
|
|
263
302
|
} | undefined;
|
|
264
303
|
labPanel?: {
|
|
@@ -269,6 +308,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
269
308
|
months?: number | undefined;
|
|
270
309
|
years?: number | undefined;
|
|
271
310
|
} | undefined;
|
|
311
|
+
absoluteDate?: string | undefined;
|
|
272
312
|
disabled?: boolean | undefined;
|
|
273
313
|
} | undefined;
|
|
274
314
|
problem?: {
|
|
@@ -278,6 +318,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
278
318
|
years?: number | undefined;
|
|
279
319
|
} | undefined;
|
|
280
320
|
disabled?: boolean | undefined;
|
|
321
|
+
stringFilters?: string[] | undefined;
|
|
281
322
|
latestOnly?: boolean | undefined;
|
|
282
323
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
283
324
|
} | undefined;
|
|
@@ -291,6 +332,11 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
291
332
|
disabled?: boolean | undefined;
|
|
292
333
|
latestOnly?: boolean | undefined;
|
|
293
334
|
} | undefined;
|
|
335
|
+
medicationstatement?: {
|
|
336
|
+
absoluteDate?: string | undefined;
|
|
337
|
+
disabled?: boolean | undefined;
|
|
338
|
+
rxnormCodes?: string[] | undefined;
|
|
339
|
+
} | undefined;
|
|
294
340
|
} | undefined;
|
|
295
341
|
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
296
342
|
webhooks?: Partial<Record<"patients" | "appointments", {
|
|
@@ -315,6 +361,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
315
361
|
months?: number | undefined;
|
|
316
362
|
years?: number | undefined;
|
|
317
363
|
} | undefined;
|
|
364
|
+
absoluteDate?: string | undefined;
|
|
318
365
|
disabled?: boolean | undefined;
|
|
319
366
|
} | undefined;
|
|
320
367
|
labPanel?: {
|
|
@@ -325,6 +372,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
325
372
|
months?: number | undefined;
|
|
326
373
|
years?: number | undefined;
|
|
327
374
|
} | undefined;
|
|
375
|
+
absoluteDate?: string | undefined;
|
|
328
376
|
disabled?: boolean | undefined;
|
|
329
377
|
} | undefined;
|
|
330
378
|
problem?: {
|
|
@@ -334,6 +382,7 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
334
382
|
years?: number | undefined;
|
|
335
383
|
} | undefined;
|
|
336
384
|
disabled?: boolean | undefined;
|
|
385
|
+
stringFilters?: string[] | undefined;
|
|
337
386
|
latestOnly?: boolean | undefined;
|
|
338
387
|
chronicityFilter?: "all" | "chronic" | "non-chronic" | undefined;
|
|
339
388
|
} | undefined;
|
|
@@ -347,6 +396,11 @@ export declare const elationSecondaryMappingsSchema: z.ZodObject<z.objectUtil.ex
|
|
|
347
396
|
disabled?: boolean | undefined;
|
|
348
397
|
latestOnly?: boolean | undefined;
|
|
349
398
|
} | undefined;
|
|
399
|
+
medicationstatement?: {
|
|
400
|
+
absoluteDate?: string | undefined;
|
|
401
|
+
disabled?: boolean | undefined;
|
|
402
|
+
rxnormCodes?: string[] | undefined;
|
|
403
|
+
} | undefined;
|
|
350
404
|
} | undefined;
|
|
351
405
|
backgroundAppointmentsDisabled?: boolean | undefined;
|
|
352
406
|
webhooks?: Partial<Record<"patients" | "appointments", {
|