@metriport/shared 0.23.3 → 0.23.5-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/__tests__/dob.test.js +2 -2
- package/dist/domain/__tests__/dob.test.js.map +1 -1
- package/dist/domain/dob.d.ts +7 -0
- package/dist/domain/dob.d.ts.map +1 -1
- package/dist/domain/dob.js +10 -2
- package/dist/domain/dob.js.map +1 -1
- package/dist/domain/patient/patient-import.d.ts +83 -104
- package/dist/interface/external/athenahealth/appointment.d.ts +63 -0
- package/dist/interface/external/athenahealth/appointment.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/appointment.js +18 -0
- package/dist/interface/external/athenahealth/appointment.js.map +1 -0
- package/dist/interface/external/athenahealth/cx-mapping.d.ts +10 -0
- package/dist/interface/external/athenahealth/cx-mapping.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/cx-mapping.js +8 -0
- package/dist/interface/external/athenahealth/cx-mapping.js.map +1 -0
- package/dist/interface/external/athenahealth/department.d.ts +28 -0
- package/dist/interface/external/athenahealth/department.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/department.js +11 -0
- package/dist/interface/external/athenahealth/department.js.map +1 -0
- package/dist/interface/external/athenahealth/index.d.ts +10 -0
- package/dist/interface/external/athenahealth/index.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/index.js +26 -0
- package/dist/interface/external/athenahealth/index.js.map +1 -0
- package/dist/interface/external/athenahealth/jwt-token.d.ts +25 -0
- package/dist/interface/external/athenahealth/jwt-token.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/jwt-token.js +13 -0
- package/dist/interface/external/athenahealth/jwt-token.js.map +1 -0
- package/dist/interface/external/athenahealth/medication.d.ts +50 -0
- package/dist/interface/external/athenahealth/medication.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/medication.js +19 -0
- package/dist/interface/external/athenahealth/medication.js.map +1 -0
- package/dist/interface/external/athenahealth/patient.d.ts +250 -0
- package/dist/interface/external/athenahealth/patient.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/patient.js +34 -0
- package/dist/interface/external/athenahealth/patient.js.map +1 -0
- package/dist/interface/external/athenahealth/problem.d.ts +27 -0
- package/dist/interface/external/athenahealth/problem.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/problem.js +14 -0
- package/dist/interface/external/athenahealth/problem.js.map +1 -0
- package/dist/interface/external/athenahealth/subscription.d.ts +20 -0
- package/dist/interface/external/athenahealth/subscription.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/subscription.js +11 -0
- package/dist/interface/external/athenahealth/subscription.js.map +1 -0
- package/dist/interface/external/athenahealth/vitals.d.ts +82 -0
- package/dist/interface/external/athenahealth/vitals.d.ts.map +1 -0
- package/dist/interface/external/athenahealth/vitals.js +15 -0
- package/dist/interface/external/athenahealth/vitals.js.map +1 -0
- package/dist/interface/external/canvas/appointment.d.ts +68 -0
- package/dist/interface/external/canvas/appointment.d.ts.map +1 -0
- package/dist/interface/external/canvas/appointment.js +15 -0
- package/dist/interface/external/canvas/appointment.js.map +1 -0
- package/dist/interface/external/canvas/index.d.ts +3 -0
- package/dist/interface/external/canvas/index.d.ts.map +1 -0
- package/dist/interface/external/canvas/index.js +19 -0
- package/dist/interface/external/canvas/index.js.map +1 -0
- package/dist/interface/external/canvas/jwt-token.d.ts +31 -0
- package/dist/interface/external/canvas/jwt-token.d.ts.map +1 -0
- package/dist/interface/external/canvas/jwt-token.js +17 -0
- package/dist/interface/external/canvas/jwt-token.js.map +1 -0
- package/dist/interface/external/ehr/fhir-resource.d.ts +29 -37
- package/dist/interface/external/ehr/fhir-resource.d.ts.map +1 -1
- package/dist/interface/external/ehr/fhir-resource.js +8 -10
- package/dist/interface/external/ehr/fhir-resource.js.map +1 -1
- package/dist/interface/external/elation/appointment.d.ts +68 -0
- package/dist/interface/external/elation/appointment.d.ts.map +1 -0
- package/dist/interface/external/elation/appointment.js +15 -0
- package/dist/interface/external/elation/appointment.js.map +1 -0
- package/dist/interface/external/elation/index.d.ts +4 -0
- package/dist/interface/external/elation/index.d.ts.map +1 -0
- package/dist/interface/external/elation/index.js +20 -0
- package/dist/interface/external/elation/index.js.map +1 -0
- package/dist/interface/external/elation/jwt-token.d.ts +20 -0
- package/dist/interface/external/elation/jwt-token.d.ts.map +1 -0
- package/dist/interface/external/elation/jwt-token.js +13 -0
- package/dist/interface/external/elation/jwt-token.js.map +1 -0
- package/dist/interface/external/elation/patient.d.ts +96 -0
- package/dist/interface/external/elation/patient.d.ts.map +1 -0
- package/dist/interface/external/elation/patient.js +33 -0
- package/dist/interface/external/elation/patient.js.map +1 -0
- package/dist/interface/external/shared/ehr/patient.d.ts +250 -0
- package/dist/interface/external/shared/ehr/patient.d.ts.map +1 -0
- package/dist/interface/external/shared/ehr/patient.js +35 -0
- package/dist/interface/external/shared/ehr/patient.js.map +1 -0
- package/dist/interface/internal/consolidated.d.ts +3 -3
- package/dist/interface/internal/consolidated.js +1 -1
- package/dist/interface/internal/consolidated.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
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.canvasClientJwtTokenResponseSchema = exports.canvasJwtTokenDataSchema = void 0;
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
|
+
exports.canvasJwtTokenDataSchema = zod_1.default.object({
|
|
9
|
+
practiceId: zod_1.default.string(),
|
|
10
|
+
source: zod_1.default.literal("canvas"),
|
|
11
|
+
});
|
|
12
|
+
exports.canvasClientJwtTokenResponseSchema = zod_1.default.object({
|
|
13
|
+
scope: zod_1.default.string(),
|
|
14
|
+
access_token: zod_1.default.string(),
|
|
15
|
+
expires_in: zod_1.default.coerce.string(),
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=jwt-token.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AAEP,QAAA,wBAAwB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC/C,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;CAC5B,CAAC,CAAC;AAUU,QAAA,kCAAkC,GAAG,aAAC,CAAC,MAAM,CAAC;IACzD,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,aAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC"}
|
|
@@ -1,73 +1,72 @@
|
|
|
1
|
+
import { Bundle, Resource } from "@medplum/fhirtypes";
|
|
1
2
|
import { z } from "zod";
|
|
2
|
-
declare const
|
|
3
|
-
export type SupportedResourceType = (typeof supportedResourceTypes)[number];
|
|
4
|
-
export declare const fhirResourceSchema: z.ZodIntersection<z.ZodObject<{
|
|
3
|
+
export declare const ehrFhirResourceSchema: z.ZodIntersection<z.ZodObject<{
|
|
5
4
|
id: z.ZodString;
|
|
6
|
-
resourceType: z.
|
|
5
|
+
resourceType: z.ZodString;
|
|
7
6
|
}, "strip", z.ZodTypeAny, {
|
|
8
7
|
id: string;
|
|
9
|
-
resourceType:
|
|
8
|
+
resourceType: string;
|
|
10
9
|
}, {
|
|
11
10
|
id: string;
|
|
12
|
-
resourceType:
|
|
11
|
+
resourceType: string;
|
|
13
12
|
}>, z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
14
|
-
export type
|
|
15
|
-
export declare const
|
|
13
|
+
export type EhrFhirResource = z.infer<typeof ehrFhirResourceSchema>;
|
|
14
|
+
export declare const ehrFhirResourcesSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
16
15
|
id: z.ZodString;
|
|
17
|
-
resourceType: z.
|
|
16
|
+
resourceType: z.ZodString;
|
|
18
17
|
}, "strip", z.ZodTypeAny, {
|
|
19
18
|
id: string;
|
|
20
|
-
resourceType:
|
|
19
|
+
resourceType: string;
|
|
21
20
|
}, {
|
|
22
21
|
id: string;
|
|
23
|
-
resourceType:
|
|
22
|
+
resourceType: string;
|
|
24
23
|
}>, z.ZodRecord<z.ZodString, z.ZodAny>>, "many">;
|
|
25
|
-
export type
|
|
26
|
-
export declare const
|
|
24
|
+
export type EhrFhirResources = z.infer<typeof ehrFhirResourcesSchema>;
|
|
25
|
+
export declare const ehrFhirResourceWrapperSchema: z.ZodObject<{
|
|
27
26
|
resource: z.ZodIntersection<z.ZodObject<{
|
|
28
27
|
id: z.ZodString;
|
|
29
|
-
resourceType: z.
|
|
28
|
+
resourceType: z.ZodString;
|
|
30
29
|
}, "strip", z.ZodTypeAny, {
|
|
31
30
|
id: string;
|
|
32
|
-
resourceType:
|
|
31
|
+
resourceType: string;
|
|
33
32
|
}, {
|
|
34
33
|
id: string;
|
|
35
|
-
resourceType:
|
|
34
|
+
resourceType: string;
|
|
36
35
|
}>, z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
37
36
|
}, "strip", z.ZodTypeAny, {
|
|
38
37
|
resource: {
|
|
39
38
|
id: string;
|
|
40
|
-
resourceType:
|
|
39
|
+
resourceType: string;
|
|
41
40
|
} & Record<string, any>;
|
|
42
41
|
}, {
|
|
43
42
|
resource: {
|
|
44
43
|
id: string;
|
|
45
|
-
resourceType:
|
|
44
|
+
resourceType: string;
|
|
46
45
|
} & Record<string, any>;
|
|
47
46
|
}>;
|
|
48
|
-
export type
|
|
49
|
-
export declare const
|
|
47
|
+
export type EhrFhirResourceWrapper = z.infer<typeof ehrFhirResourceWrapperSchema>;
|
|
48
|
+
export declare const ehrFhirResourceBundleSchema: z.ZodObject<{
|
|
50
49
|
resourceType: z.ZodLiteral<"Bundle">;
|
|
51
50
|
entry: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52
51
|
resource: z.ZodIntersection<z.ZodObject<{
|
|
53
52
|
id: z.ZodString;
|
|
54
|
-
resourceType: z.
|
|
53
|
+
resourceType: z.ZodString;
|
|
55
54
|
}, "strip", z.ZodTypeAny, {
|
|
56
55
|
id: string;
|
|
57
|
-
resourceType:
|
|
56
|
+
resourceType: string;
|
|
58
57
|
}, {
|
|
59
58
|
id: string;
|
|
60
|
-
resourceType:
|
|
59
|
+
resourceType: string;
|
|
61
60
|
}>, z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
62
61
|
}, "strip", z.ZodTypeAny, {
|
|
63
62
|
resource: {
|
|
64
63
|
id: string;
|
|
65
|
-
resourceType:
|
|
64
|
+
resourceType: string;
|
|
66
65
|
} & Record<string, any>;
|
|
67
66
|
}, {
|
|
68
67
|
resource: {
|
|
69
68
|
id: string;
|
|
70
|
-
resourceType:
|
|
69
|
+
resourceType: string;
|
|
71
70
|
} & Record<string, any>;
|
|
72
71
|
}>, "many">>;
|
|
73
72
|
link: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -89,7 +88,7 @@ export declare const fhirResourceBundleSchema: z.ZodObject<{
|
|
|
89
88
|
entry?: {
|
|
90
89
|
resource: {
|
|
91
90
|
id: string;
|
|
92
|
-
resourceType:
|
|
91
|
+
resourceType: string;
|
|
93
92
|
} & Record<string, any>;
|
|
94
93
|
}[] | undefined;
|
|
95
94
|
}, {
|
|
@@ -101,22 +100,15 @@ export declare const fhirResourceBundleSchema: z.ZodObject<{
|
|
|
101
100
|
entry?: {
|
|
102
101
|
resource: {
|
|
103
102
|
id: string;
|
|
104
|
-
resourceType:
|
|
103
|
+
resourceType: string;
|
|
105
104
|
} & Record<string, any>;
|
|
106
105
|
}[] | undefined;
|
|
107
106
|
}>;
|
|
108
|
-
export type
|
|
107
|
+
export type EhrFhirResourceBundle = z.infer<typeof ehrFhirResourceBundleSchema>;
|
|
109
108
|
export type BundleWithLastModified = {
|
|
110
|
-
bundle:
|
|
111
|
-
resourceType: "Bundle";
|
|
112
|
-
entry: {
|
|
113
|
-
resource: FhirResource;
|
|
114
|
-
}[];
|
|
115
|
-
};
|
|
109
|
+
bundle: Bundle;
|
|
116
110
|
lastModified: Date | undefined;
|
|
117
111
|
};
|
|
118
|
-
export
|
|
119
|
-
export declare function createBundleFromResourceList(resourceList: FhirResource[]): Bundle;
|
|
112
|
+
export declare function createBundleFromResourceList(resourceList: Resource[]): Bundle;
|
|
120
113
|
export declare function getDefaultBundle(): Bundle;
|
|
121
|
-
export {};
|
|
122
114
|
//# sourceMappingURL=fhir-resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fhir-resource.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/ehr/fhir-resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fhir-resource.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/ehr/fhir-resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,qBAAqB;;;;;;;;;uCAMjC,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,eAAO,MAAM,sBAAsB;;;;;;;;;gDAAgC,CAAC;AACpE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAEvC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,IAAI,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,wBAAgB,4BAA4B,CAAC,YAAY,EAAE,QAAQ,EAAE,GAAG,MAAM,CAK7E;AAED,wBAAgB,gBAAgB,IAAI,MAAM,CAKzC"}
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getDefaultBundle = exports.createBundleFromResourceList = exports.
|
|
3
|
+
exports.getDefaultBundle = exports.createBundleFromResourceList = exports.ehrFhirResourceBundleSchema = exports.ehrFhirResourceWrapperSchema = exports.ehrFhirResourcesSchema = exports.ehrFhirResourceSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
|
|
6
|
-
const supportedResourceTypes = [...resources_1.resourceTypeForConsolidation, "Medication"];
|
|
7
|
-
exports.fhirResourceSchema = zod_1.z.intersection(zod_1.z.object({
|
|
5
|
+
exports.ehrFhirResourceSchema = zod_1.z.intersection(zod_1.z.object({
|
|
8
6
|
id: zod_1.z.string(),
|
|
9
|
-
resourceType: zod_1.z.
|
|
7
|
+
resourceType: zod_1.z.string(),
|
|
10
8
|
}), zod_1.z.record(zod_1.z.string(), zod_1.z.any()));
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
resource: exports.
|
|
9
|
+
exports.ehrFhirResourcesSchema = exports.ehrFhirResourceSchema.array();
|
|
10
|
+
exports.ehrFhirResourceWrapperSchema = zod_1.z.object({
|
|
11
|
+
resource: exports.ehrFhirResourceSchema,
|
|
14
12
|
});
|
|
15
|
-
exports.
|
|
13
|
+
exports.ehrFhirResourceBundleSchema = zod_1.z.object({
|
|
16
14
|
resourceType: zod_1.z.literal("Bundle"),
|
|
17
|
-
entry: exports.
|
|
15
|
+
entry: exports.ehrFhirResourceWrapperSchema.array().optional(),
|
|
18
16
|
link: zod_1.z.object({ relation: zod_1.z.string(), url: zod_1.z.string() }).array().optional(),
|
|
19
17
|
});
|
|
20
18
|
function createBundleFromResourceList(resourceList) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fhir-resource.js","sourceRoot":"","sources":["../../../../src/interface/external/ehr/fhir-resource.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"fhir-resource.js","sourceRoot":"","sources":["../../../../src/interface/external/ehr/fhir-resource.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AAEX,QAAA,qBAAqB,GAAG,OAAC,CAAC,YAAY,CACjD,OAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;CACzB,CAAC,EACF,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,GAAG,EAAE,CAAC,CAC9B,CAAC;AAGW,QAAA,sBAAsB,GAAG,6BAAqB,CAAC,KAAK,EAAE,CAAC;AAGvD,QAAA,4BAA4B,GAAG,OAAC,CAAC,MAAM,CAAC;IACnD,QAAQ,EAAE,6BAAqB;CAChC,CAAC,CAAC;AAGU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,YAAY,EAAE,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,oCAA4B,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtD,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CAC7E,CAAC,CAAC;AAQH,SAAgB,4BAA4B,CAAC,YAAwB;IACnE,OAAO;QACL,YAAY,EAAE,QAAQ;QACtB,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;KACpD,CAAC;AACJ,CAAC;AALD,oEAKC;AAED,SAAgB,gBAAgB;IAC9B,OAAO;QACL,YAAY,EAAE,QAAQ;QACtB,KAAK,EAAE,EAAE;KACV,CAAC;AACJ,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 appointmentsSchema: 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
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
results: {
|
|
54
|
+
status: {
|
|
55
|
+
status: string;
|
|
56
|
+
} | null;
|
|
57
|
+
patient: string | null;
|
|
58
|
+
}[];
|
|
59
|
+
}, {
|
|
60
|
+
results: {
|
|
61
|
+
status: {
|
|
62
|
+
status: string;
|
|
63
|
+
} | null;
|
|
64
|
+
patient: string | null;
|
|
65
|
+
}[];
|
|
66
|
+
}>;
|
|
67
|
+
export type Appointments = z.infer<typeof appointmentsSchema>;
|
|
68
|
+
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/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,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.appointmentsSchema = 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.appointmentsSchema = zod_1.z.object({
|
|
13
|
+
results: exports.appointmentSchema.array(),
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=appointment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../src/interface/external/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,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,yBAAiB,CAAC,KAAK,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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("./appointment"), exports);
|
|
18
|
+
__exportStar(require("./patient"), exports);
|
|
19
|
+
__exportStar(require("./jwt-token"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,4CAA0B;AAC1B,8CAA4B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import z from "zod";
|
|
2
|
+
export type ElationClientJwtTokenData = {
|
|
3
|
+
practiceId: string;
|
|
4
|
+
cxId: string;
|
|
5
|
+
source: "elation-client";
|
|
6
|
+
};
|
|
7
|
+
export declare const elationClientJwtTokenResponseSchema: z.ZodObject<{
|
|
8
|
+
scope: z.ZodString;
|
|
9
|
+
access_token: z.ZodString;
|
|
10
|
+
expires_in: z.ZodString;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
scope: string;
|
|
13
|
+
access_token: string;
|
|
14
|
+
expires_in: string;
|
|
15
|
+
}, {
|
|
16
|
+
scope: string;
|
|
17
|
+
access_token: string;
|
|
18
|
+
expires_in: string;
|
|
19
|
+
}>;
|
|
20
|
+
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/jwt-token.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;EAI9C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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.elationClientJwtTokenResponseSchema = void 0;
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
|
+
exports.elationClientJwtTokenResponseSchema = zod_1.default.object({
|
|
9
|
+
scope: zod_1.default.string(),
|
|
10
|
+
access_token: zod_1.default.string(),
|
|
11
|
+
expires_in: zod_1.default.coerce.string(),
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=jwt-token.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AAQP,QAAA,mCAAmC,GAAG,aAAC,CAAC,MAAM,CAAC;IAC1D,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,aAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const patientSchema: z.ZodObject<{
|
|
3
|
+
first_name: z.ZodNullable<z.ZodString>;
|
|
4
|
+
last_name: z.ZodNullable<z.ZodString>;
|
|
5
|
+
middle_name: z.ZodNullable<z.ZodString>;
|
|
6
|
+
sex: z.ZodString;
|
|
7
|
+
address: z.ZodNullable<z.ZodObject<{
|
|
8
|
+
state: z.ZodNullable<z.ZodString>;
|
|
9
|
+
address_line1: z.ZodNullable<z.ZodString>;
|
|
10
|
+
address_line2: z.ZodNullable<z.ZodString>;
|
|
11
|
+
city: z.ZodNullable<z.ZodString>;
|
|
12
|
+
zip: z.ZodNullable<z.ZodString>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
state: string | null;
|
|
15
|
+
zip: string | null;
|
|
16
|
+
city: string | null;
|
|
17
|
+
address_line1: string | null;
|
|
18
|
+
address_line2: string | null;
|
|
19
|
+
}, {
|
|
20
|
+
state: string | null;
|
|
21
|
+
zip: string | null;
|
|
22
|
+
city: string | null;
|
|
23
|
+
address_line1: string | null;
|
|
24
|
+
address_line2: string | null;
|
|
25
|
+
}>>;
|
|
26
|
+
dob: z.ZodString;
|
|
27
|
+
phones: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
28
|
+
phone: z.ZodString;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
phone: string;
|
|
31
|
+
}, {
|
|
32
|
+
phone: string;
|
|
33
|
+
}>, "many">>;
|
|
34
|
+
emails: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
35
|
+
email: z.ZodString;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
email: string;
|
|
38
|
+
}, {
|
|
39
|
+
email: string;
|
|
40
|
+
}>, "many">>;
|
|
41
|
+
ssn: z.ZodNullable<z.ZodString>;
|
|
42
|
+
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
dob: string;
|
|
44
|
+
ssn: string | null;
|
|
45
|
+
address: {
|
|
46
|
+
state: string | null;
|
|
47
|
+
zip: string | null;
|
|
48
|
+
city: string | null;
|
|
49
|
+
address_line1: string | null;
|
|
50
|
+
address_line2: string | null;
|
|
51
|
+
} | null;
|
|
52
|
+
first_name: string | null;
|
|
53
|
+
last_name: string | null;
|
|
54
|
+
middle_name: string | null;
|
|
55
|
+
sex: string;
|
|
56
|
+
phones: {
|
|
57
|
+
phone: string;
|
|
58
|
+
}[] | null;
|
|
59
|
+
emails: {
|
|
60
|
+
email: string;
|
|
61
|
+
}[] | null;
|
|
62
|
+
}, {
|
|
63
|
+
dob: string;
|
|
64
|
+
ssn: string | null;
|
|
65
|
+
address: {
|
|
66
|
+
state: string | null;
|
|
67
|
+
zip: string | null;
|
|
68
|
+
city: string | null;
|
|
69
|
+
address_line1: string | null;
|
|
70
|
+
address_line2: string | null;
|
|
71
|
+
} | null;
|
|
72
|
+
first_name: string | null;
|
|
73
|
+
last_name: string | null;
|
|
74
|
+
middle_name: string | null;
|
|
75
|
+
sex: string;
|
|
76
|
+
phones: {
|
|
77
|
+
phone: string;
|
|
78
|
+
}[] | null;
|
|
79
|
+
emails: {
|
|
80
|
+
email: string;
|
|
81
|
+
}[] | null;
|
|
82
|
+
}>;
|
|
83
|
+
export type Patient = z.infer<typeof patientSchema>;
|
|
84
|
+
declare const metadata: z.ZodObject<{
|
|
85
|
+
object_id: z.ZodString;
|
|
86
|
+
object_web_link: z.ZodString;
|
|
87
|
+
}, "strip", z.ZodTypeAny, {
|
|
88
|
+
object_id: string;
|
|
89
|
+
object_web_link: string;
|
|
90
|
+
}, {
|
|
91
|
+
object_id: string;
|
|
92
|
+
object_web_link: string;
|
|
93
|
+
}>;
|
|
94
|
+
export type Metadata = z.infer<typeof metadata>;
|
|
95
|
+
export {};
|
|
96
|
+
//# sourceMappingURL=patient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patient.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/patient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkBxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxB,CAAC;AAEH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEpD,QAAA,MAAM,QAAQ;;;;;;;;;EAGZ,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.patientSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const address = zod_1.z.object({
|
|
6
|
+
state: zod_1.z.string().nullable(),
|
|
7
|
+
address_line1: zod_1.z.string().nullable(),
|
|
8
|
+
address_line2: zod_1.z.string().nullable(),
|
|
9
|
+
city: zod_1.z.string().nullable(),
|
|
10
|
+
zip: zod_1.z.string().nullable(),
|
|
11
|
+
});
|
|
12
|
+
const phone = zod_1.z.object({
|
|
13
|
+
phone: zod_1.z.string(),
|
|
14
|
+
});
|
|
15
|
+
const email = zod_1.z.object({
|
|
16
|
+
email: zod_1.z.string(),
|
|
17
|
+
});
|
|
18
|
+
exports.patientSchema = zod_1.z.object({
|
|
19
|
+
first_name: zod_1.z.string().nullable(),
|
|
20
|
+
last_name: zod_1.z.string().nullable(),
|
|
21
|
+
middle_name: zod_1.z.string().nullable(),
|
|
22
|
+
sex: zod_1.z.string(),
|
|
23
|
+
address: address.nullable(),
|
|
24
|
+
dob: zod_1.z.string(),
|
|
25
|
+
phones: phone.array().nullable(),
|
|
26
|
+
emails: email.array().nullable(),
|
|
27
|
+
ssn: zod_1.z.string().nullable(),
|
|
28
|
+
});
|
|
29
|
+
const metadata = zod_1.z.object({
|
|
30
|
+
object_id: zod_1.z.string(),
|
|
31
|
+
object_web_link: zod_1.z.string(),
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=patient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,MAAM,OAAO,GAAG,OAAC,CAAC,MAAM,CAAC;IACvB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC;AAEH,MAAM,KAAK,GAAG,OAAC,CAAC,MAAM,CAAC;IACrB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH,MAAM,KAAK,GAAG,OAAC,CAAC,MAAM,CAAC;IACrB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEU,QAAA,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC;IACpC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,OAAO,EAAE,OAAO,CAAC,QAAQ,EAAE;IAC3B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAChC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC;AAIH,MAAM,QAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;IACxB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAC"}
|