@metriport/shared 0.27.2 → 0.28.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/core/src/domain/document-query.d.ts +25 -0
- package/dist/core/src/domain/document-query.d.ts.map +1 -0
- package/dist/core/src/domain/document-query.js +27 -0
- package/dist/core/src/domain/document-query.js.map +1 -0
- package/dist/domain/cohort.d.ts +16 -34
- package/dist/domain/cohort.d.ts.map +1 -1
- package/dist/domain/cohort.js +5 -18
- package/dist/domain/cohort.js.map +1 -1
- package/dist/domain/network/network-query.d.ts +30 -0
- package/dist/domain/network/network-query.d.ts.map +1 -0
- package/dist/domain/network/network-query.js +8 -0
- package/dist/domain/network/network-query.js.map +1 -0
- package/dist/domain/network-query/network-query.d.ts +31 -0
- package/dist/domain/network-query/network-query.d.ts.map +1 -0
- package/dist/domain/network-query/network-query.js +9 -0
- package/dist/domain/network-query/network-query.js.map +1 -0
- package/dist/domain/network-query/query.d.ts +52 -0
- package/dist/domain/network-query/query.d.ts.map +1 -0
- package/dist/domain/network-query/query.js +19 -0
- package/dist/domain/network-query/query.js.map +1 -0
- package/dist/domain/network-query/source.d.ts +35 -0
- package/dist/domain/network-query/source.d.ts.map +1 -0
- package/dist/domain/network-query/source.js +15 -0
- package/dist/domain/network-query/source.js.map +1 -0
- package/dist/domain/network-qyert/network-query.d.ts +31 -0
- package/dist/domain/network-qyert/network-query.d.ts.map +1 -0
- package/dist/domain/network-qyert/network-query.js +9 -0
- package/dist/domain/network-qyert/network-query.js.map +1 -0
- package/dist/domain/roster/patient-roster.d.ts +16 -0
- package/dist/domain/roster/patient-roster.d.ts.map +1 -0
- package/dist/domain/roster/patient-roster.js +3 -0
- package/dist/domain/roster/patient-roster.js.map +1 -0
- package/dist/domain/roster/roster-status.d.ts +16 -0
- package/dist/domain/roster/roster-status.d.ts.map +1 -0
- package/dist/domain/roster/roster-status.js +49 -0
- package/dist/domain/roster/roster-status.js.map +1 -0
- package/dist/domain/roster/roster.d.ts +39 -0
- package/dist/domain/roster/roster.d.ts.map +1 -0
- package/dist/domain/roster/roster.js +3 -0
- package/dist/domain/roster/roster.js.map +1 -0
- package/dist/domain/tcm-encounter.d.ts +4 -4
- package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts +19 -0
- package/dist/interface/external/ehr/athenahealth/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/athenahealth/family-history.d.ts +85 -82
- package/dist/interface/external/ehr/athenahealth/family-history.d.ts.map +1 -1
- package/dist/interface/external/ehr/athenahealth/family-history.js +7 -9
- package/dist/interface/external/ehr/athenahealth/family-history.js.map +1 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts +28 -2
- package/dist/interface/external/ehr/canvas/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.js +6 -1
- package/dist/interface/external/ehr/canvas/cx-mapping.js.map +1 -1
- package/dist/interface/external/ehr/elation/cx-mapping.d.ts +23 -4
- package/dist/interface/external/ehr/elation/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/allergy.d.ts +105 -0
- package/dist/interface/external/ehr/healthie/allergy.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/allergy.js +8 -1
- package/dist/interface/external/ehr/healthie/allergy.js.map +1 -1
- package/dist/interface/external/ehr/healthie/condition.d.ts +135 -0
- package/dist/interface/external/ehr/healthie/condition.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/condition.js +21 -1
- package/dist/interface/external/ehr/healthie/condition.js.map +1 -1
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts +23 -4
- package/dist/interface/external/ehr/healthie/cx-mapping.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/medication.d.ts +80 -0
- package/dist/interface/external/ehr/healthie/medication.d.ts.map +1 -1
- package/dist/interface/external/ehr/healthie/medication.js +15 -1
- package/dist/interface/external/ehr/healthie/medication.js.map +1 -1
- package/dist/interface/external/ehr/shared.d.ts +32 -0
- package/dist/interface/external/ehr/shared.d.ts.map +1 -1
- package/dist/interface/external/ehr/shared.js +5 -0
- package/dist/interface/external/ehr/shared.js.map +1 -1
- package/dist/interface/external/quest/fhir.d.ts +22 -0
- package/dist/interface/external/quest/fhir.d.ts.map +1 -0
- package/dist/interface/external/quest/fhir.js +9 -0
- package/dist/interface/external/quest/fhir.js.map +1 -0
- package/dist/interface/external/quest/file.d.ts +7 -0
- package/dist/interface/external/quest/file.d.ts.map +1 -0
- package/dist/interface/external/quest/file.js +3 -0
- package/dist/interface/external/quest/file.js.map +1 -0
- package/dist/interface/external/quest/roster.d.ts +21 -0
- package/dist/interface/external/quest/roster.d.ts.map +1 -0
- package/dist/interface/external/quest/roster.js +39 -0
- package/dist/interface/external/quest/roster.js.map +1 -0
- package/dist/interface/external/surescripts/roster.d.ts +12 -0
- package/dist/interface/external/surescripts/roster.d.ts.map +1 -0
- package/dist/interface/external/surescripts/roster.js +29 -0
- package/dist/interface/external/surescripts/roster.js.map +1 -0
- package/dist/interface/external/surescripts/source.d.ts +2 -0
- package/dist/interface/external/surescripts/source.d.ts.map +1 -0
- package/dist/interface/external/surescripts/source.js +5 -0
- package/dist/interface/external/surescripts/source.js.map +1 -0
- package/dist/medical/fhir/constants.d.ts +1 -0
- package/dist/medical/fhir/constants.d.ts.map +1 -1
- package/dist/medical/fhir/constants.js +2 -1
- package/dist/medical/fhir/constants.js.map +1 -1
- package/dist/medical/webhook/webhook-request.d.ts +32 -32
- package/dist/net/retry.d.ts +3 -0
- package/dist/net/retry.d.ts.map +1 -1
- package/dist/net/retry.js +3 -0
- package/dist/net/retry.js.map +1 -1
- package/dist/shared/src/domain/network/network-query.d.ts +30 -0
- package/dist/shared/src/domain/network/network-query.d.ts.map +1 -0
- package/dist/shared/src/domain/network/network-query.js +8 -0
- package/dist/shared/src/domain/network/network-query.js.map +1 -0
- package/dist/shared/src/domain/network-query/network-query.d.ts +30 -0
- package/dist/shared/src/domain/network-query/network-query.d.ts.map +1 -0
- package/dist/shared/src/domain/network-query/network-query.js +8 -0
- package/dist/shared/src/domain/network-query/network-query.js.map +1 -0
- package/dist/shared/src/domain/network-qyert/network-query.d.ts +30 -0
- package/dist/shared/src/domain/network-qyert/network-query.d.ts.map +1 -0
- package/dist/shared/src/domain/network-qyert/network-query.js +8 -0
- package/dist/shared/src/domain/network-qyert/network-query.js.map +1 -0
- package/package.json +2 -2
- package/dist/domain/patient/patient-import.d.ts +0 -131
- package/dist/domain/patient/patient-import.d.ts.map +0 -1
- package/dist/domain/patient/patient-import.js +0 -32
- package/dist/domain/patient/patient-import.js.map +0 -1
- package/dist/interface/external/athenahealth/appointment.d.ts +0 -63
- package/dist/interface/external/athenahealth/appointment.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/appointment.js +0 -18
- package/dist/interface/external/athenahealth/appointment.js.map +0 -1
- package/dist/interface/external/athenahealth/cx-mapping.d.ts +0 -10
- package/dist/interface/external/athenahealth/cx-mapping.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/cx-mapping.js +0 -8
- package/dist/interface/external/athenahealth/cx-mapping.js.map +0 -1
- package/dist/interface/external/athenahealth/department.d.ts +0 -28
- package/dist/interface/external/athenahealth/department.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/department.js +0 -11
- package/dist/interface/external/athenahealth/department.js.map +0 -1
- package/dist/interface/external/athenahealth/index.d.ts +0 -9
- package/dist/interface/external/athenahealth/index.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/index.js +0 -25
- package/dist/interface/external/athenahealth/index.js.map +0 -1
- package/dist/interface/external/athenahealth/jwt-token.d.ts +0 -34
- package/dist/interface/external/athenahealth/jwt-token.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/jwt-token.js +0 -18
- package/dist/interface/external/athenahealth/jwt-token.js.map +0 -1
- package/dist/interface/external/athenahealth/medication.d.ts +0 -50
- package/dist/interface/external/athenahealth/medication.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/medication.js +0 -19
- package/dist/interface/external/athenahealth/medication.js.map +0 -1
- package/dist/interface/external/athenahealth/problem.d.ts +0 -27
- package/dist/interface/external/athenahealth/problem.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/problem.js +0 -14
- package/dist/interface/external/athenahealth/problem.js.map +0 -1
- package/dist/interface/external/athenahealth/subscription.d.ts +0 -20
- package/dist/interface/external/athenahealth/subscription.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/subscription.js +0 -11
- package/dist/interface/external/athenahealth/subscription.js.map +0 -1
- package/dist/interface/external/athenahealth/vitals.d.ts +0 -82
- package/dist/interface/external/athenahealth/vitals.d.ts.map +0 -1
- package/dist/interface/external/athenahealth/vitals.js +0 -15
- package/dist/interface/external/athenahealth/vitals.js.map +0 -1
- package/dist/interface/external/canvas/appointment.d.ts +0 -68
- package/dist/interface/external/canvas/appointment.d.ts.map +0 -1
- package/dist/interface/external/canvas/appointment.js +0 -15
- package/dist/interface/external/canvas/appointment.js.map +0 -1
- package/dist/interface/external/canvas/index.d.ts +0 -3
- package/dist/interface/external/canvas/index.d.ts.map +0 -1
- package/dist/interface/external/canvas/index.js +0 -19
- package/dist/interface/external/canvas/index.js.map +0 -1
- package/dist/interface/external/canvas/jwt-token.d.ts +0 -31
- package/dist/interface/external/canvas/jwt-token.d.ts.map +0 -1
- package/dist/interface/external/canvas/jwt-token.js +0 -17
- package/dist/interface/external/canvas/jwt-token.js.map +0 -1
- package/dist/interface/external/elation/appointment.d.ts +0 -68
- package/dist/interface/external/elation/appointment.d.ts.map +0 -1
- package/dist/interface/external/elation/appointment.js +0 -15
- package/dist/interface/external/elation/appointment.js.map +0 -1
- package/dist/interface/external/elation/index.d.ts +0 -4
- package/dist/interface/external/elation/index.d.ts.map +0 -1
- package/dist/interface/external/elation/index.js +0 -20
- package/dist/interface/external/elation/index.js.map +0 -1
- package/dist/interface/external/elation/jwt-token.d.ts +0 -20
- package/dist/interface/external/elation/jwt-token.d.ts.map +0 -1
- package/dist/interface/external/elation/jwt-token.js +0 -13
- package/dist/interface/external/elation/jwt-token.js.map +0 -1
- package/dist/interface/external/elation/patient.d.ts +0 -96
- package/dist/interface/external/elation/patient.d.ts.map +0 -1
- package/dist/interface/external/elation/patient.js +0 -33
- package/dist/interface/external/elation/patient.js.map +0 -1
- package/dist/interface/external/shared/ehr/patient.d.ts +0 -250
- package/dist/interface/external/shared/ehr/patient.d.ts.map +0 -1
- package/dist/interface/external/shared/ehr/patient.js +0 -35
- package/dist/interface/external/shared/ehr/patient.js.map +0 -1
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const createdVitalsSchema: z.ZodObject<{
|
|
3
|
-
success: z.ZodBoolean;
|
|
4
|
-
errormessage: z.ZodOptional<z.ZodString>;
|
|
5
|
-
vitalids: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6
|
-
vitalid: z.ZodString;
|
|
7
|
-
clinicalelementid: z.ZodString;
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
vitalid: string;
|
|
10
|
-
clinicalelementid: string;
|
|
11
|
-
}, {
|
|
12
|
-
vitalid: string;
|
|
13
|
-
clinicalelementid: string;
|
|
14
|
-
}>, "many">>;
|
|
15
|
-
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
success: boolean;
|
|
17
|
-
errormessage?: string | undefined;
|
|
18
|
-
vitalids?: {
|
|
19
|
-
vitalid: string;
|
|
20
|
-
clinicalelementid: string;
|
|
21
|
-
}[] | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
success: boolean;
|
|
24
|
-
errormessage?: string | undefined;
|
|
25
|
-
vitalids?: {
|
|
26
|
-
vitalid: string;
|
|
27
|
-
clinicalelementid: string;
|
|
28
|
-
}[] | undefined;
|
|
29
|
-
}>;
|
|
30
|
-
export type CreatedVitals = z.infer<typeof createdVitalsSchema>;
|
|
31
|
-
export declare const createdVitalsSuccessSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
32
|
-
success: z.ZodBoolean;
|
|
33
|
-
errormessage: z.ZodOptional<z.ZodString>;
|
|
34
|
-
vitalids: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35
|
-
vitalid: z.ZodString;
|
|
36
|
-
clinicalelementid: z.ZodString;
|
|
37
|
-
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
vitalid: string;
|
|
39
|
-
clinicalelementid: string;
|
|
40
|
-
}, {
|
|
41
|
-
vitalid: string;
|
|
42
|
-
clinicalelementid: string;
|
|
43
|
-
}>, "many">>;
|
|
44
|
-
}, {
|
|
45
|
-
success: z.ZodLiteral<true>;
|
|
46
|
-
vitalids: z.ZodArray<z.ZodObject<{
|
|
47
|
-
vitalid: z.ZodString;
|
|
48
|
-
clinicalelementid: z.ZodString;
|
|
49
|
-
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
vitalid: string;
|
|
51
|
-
clinicalelementid: string;
|
|
52
|
-
}, {
|
|
53
|
-
vitalid: string;
|
|
54
|
-
clinicalelementid: string;
|
|
55
|
-
}>, "many">;
|
|
56
|
-
}>, "strip", z.ZodTypeAny, {
|
|
57
|
-
success: true;
|
|
58
|
-
vitalids: {
|
|
59
|
-
vitalid: string;
|
|
60
|
-
clinicalelementid: string;
|
|
61
|
-
}[];
|
|
62
|
-
errormessage?: string | undefined;
|
|
63
|
-
}, {
|
|
64
|
-
success: true;
|
|
65
|
-
vitalids: {
|
|
66
|
-
vitalid: string;
|
|
67
|
-
clinicalelementid: string;
|
|
68
|
-
}[];
|
|
69
|
-
errormessage?: string | undefined;
|
|
70
|
-
}>;
|
|
71
|
-
export type CreatedVitalsSuccess = z.infer<typeof createdVitalsSuccessSchema>;
|
|
72
|
-
export type VitalsCreateParams = {
|
|
73
|
-
departmentid: string;
|
|
74
|
-
returnvitalids: boolean;
|
|
75
|
-
source: string;
|
|
76
|
-
vitals: {
|
|
77
|
-
[key: string]: string | undefined;
|
|
78
|
-
}[][];
|
|
79
|
-
THIRDPARTYUSERNAME: string | undefined;
|
|
80
|
-
PATIENTFACINGCALL: string | undefined;
|
|
81
|
-
};
|
|
82
|
-
//# sourceMappingURL=vitals.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vitals.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,EAAE,EAAE,CAAC;IAClD,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createdVitalsSuccessSchema = exports.createdVitalsSchema = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const vitalIdSchema = zod_1.z.object({ vitalid: zod_1.z.coerce.string(), clinicalelementid: zod_1.z.string() });
|
|
6
|
-
exports.createdVitalsSchema = zod_1.z.object({
|
|
7
|
-
success: zod_1.z.boolean(),
|
|
8
|
-
errormessage: zod_1.z.string().optional(),
|
|
9
|
-
vitalids: vitalIdSchema.array().optional(),
|
|
10
|
-
});
|
|
11
|
-
exports.createdVitalsSuccessSchema = exports.createdVitalsSchema.extend({
|
|
12
|
-
success: zod_1.z.literal(true),
|
|
13
|
-
vitalids: vitalIdSchema.array(),
|
|
14
|
-
});
|
|
15
|
-
//# sourceMappingURL=vitals.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vitals.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,MAAM,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,EAAE,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;AAEjF,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,QAAQ,EAAE,aAAa,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAGU,QAAA,0BAA0B,GAAG,2BAAmB,CAAC,MAAM,CAAC;IACnE,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACxB,QAAQ,EAAE,aAAa,CAAC,KAAK,EAAE;CAChC,CAAC,CAAC"}
|
|
@@ -1,68 +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 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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
@@ -1,19 +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
|
-
__exportStar(require("./appointment"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,gDAA8B"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import z from "zod";
|
|
2
|
-
export declare const canvasJwtTokenDataSchema: z.ZodObject<{
|
|
3
|
-
practiceId: z.ZodString;
|
|
4
|
-
source: z.ZodLiteral<"canvas">;
|
|
5
|
-
}, "strip", z.ZodTypeAny, {
|
|
6
|
-
source: "canvas";
|
|
7
|
-
practiceId: string;
|
|
8
|
-
}, {
|
|
9
|
-
source: "canvas";
|
|
10
|
-
practiceId: string;
|
|
11
|
-
}>;
|
|
12
|
-
export type CanvasJwtTokenData = z.infer<typeof canvasJwtTokenDataSchema>;
|
|
13
|
-
export type CanvasClientJwtTokenData = {
|
|
14
|
-
practiceId: string;
|
|
15
|
-
cxId: string;
|
|
16
|
-
source: "canvas-client";
|
|
17
|
-
};
|
|
18
|
-
export declare const canvasClientJwtTokenResponseSchema: z.ZodObject<{
|
|
19
|
-
scope: z.ZodString;
|
|
20
|
-
access_token: z.ZodString;
|
|
21
|
-
expires_in: z.ZodString;
|
|
22
|
-
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
scope: string;
|
|
24
|
-
access_token: string;
|
|
25
|
-
expires_in: string;
|
|
26
|
-
}, {
|
|
27
|
-
scope: string;
|
|
28
|
-
access_token: string;
|
|
29
|
-
expires_in: string;
|
|
30
|
-
}>;
|
|
31
|
-
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jwt-token.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/jwt-token.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI7C,CAAC"}
|
|
@@ -1,17 +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.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
|
|
@@ -1 +0,0 @@
|
|
|
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,68 +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 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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,20 +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("./appointment"), exports);
|
|
18
|
-
__exportStar(require("./patient"), exports);
|
|
19
|
-
__exportStar(require("./jwt-token"), exports);
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,4CAA0B;AAC1B,8CAA4B"}
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,13 +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.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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,96 +0,0 @@
|
|
|
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
|
-
zip: string | null;
|
|
15
|
-
city: string | null;
|
|
16
|
-
state: string | null;
|
|
17
|
-
address_line1: string | null;
|
|
18
|
-
address_line2: string | null;
|
|
19
|
-
}, {
|
|
20
|
-
zip: string | null;
|
|
21
|
-
city: string | null;
|
|
22
|
-
state: 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
|
-
first_name: string | null;
|
|
46
|
-
last_name: string | null;
|
|
47
|
-
middle_name: string | null;
|
|
48
|
-
sex: string;
|
|
49
|
-
address: {
|
|
50
|
-
zip: string | null;
|
|
51
|
-
city: string | null;
|
|
52
|
-
state: string | null;
|
|
53
|
-
address_line1: string | null;
|
|
54
|
-
address_line2: string | null;
|
|
55
|
-
} | null;
|
|
56
|
-
phones: {
|
|
57
|
-
phone: string;
|
|
58
|
-
}[] | null;
|
|
59
|
-
emails: {
|
|
60
|
-
email: string;
|
|
61
|
-
}[] | null;
|
|
62
|
-
}, {
|
|
63
|
-
dob: string;
|
|
64
|
-
ssn: string | null;
|
|
65
|
-
first_name: string | null;
|
|
66
|
-
last_name: string | null;
|
|
67
|
-
middle_name: string | null;
|
|
68
|
-
sex: string;
|
|
69
|
-
address: {
|
|
70
|
-
zip: string | null;
|
|
71
|
-
city: string | null;
|
|
72
|
-
state: string | null;
|
|
73
|
-
address_line1: string | null;
|
|
74
|
-
address_line2: string | null;
|
|
75
|
-
} | null;
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|