@awell-health/awell-extensions 1.1.43-beta46 → 1.1.43-beta50
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/extensions/athenahealth/actions/index.d.ts +1 -1
- package/dist/extensions/athenahealth/settings.d.ts +2 -2
- package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +2 -2
- package/dist/extensions/calDotCom/actions/createBooking/config/fields.d.ts +12 -12
- package/dist/extensions/calDotCom/actions/updateBooking/config/fields.d.ts +6 -6
- package/dist/extensions/calDotCom/schema.d.ts +70 -70
- package/dist/extensions/calendly/schema.d.ts +262 -262
- package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/actions/createCoverage/config/fields.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/config/fields.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/actions/updateCoverage/config/fields.d.ts +4 -4
- package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +4 -4
- package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +48 -48
- package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +6 -6
- package/dist/extensions/canvasMedical/v1/validation/coding.zod.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/coverage.zod.d.ts +6 -6
- package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +8 -8
- package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +148 -148
- package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +30 -30
- package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
- package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +12 -12
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +2 -2
- package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +10 -10
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +77 -77
- package/dist/extensions/dockHealth/lib/dock.types.d.ts +2 -2
- package/dist/extensions/elation/actions/index.d.ts +2 -2
- package/dist/extensions/elation/validation/appointment.zod.d.ts +18 -18
- package/dist/extensions/elation/validation/labOrder.zod.d.ts +2 -2
- package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +6 -6
- package/dist/extensions/elation/validation/patient.zod.d.ts +116 -116
- package/dist/extensions/elation/validation/physician.zod.d.ts +2 -2
- package/dist/extensions/elation/validation/settings.zod.d.ts +6 -6
- package/dist/extensions/formsort/settings.d.ts +3 -3
- package/dist/extensions/healthie/lib/helpers.d.ts +8 -0
- package/dist/extensions/healthie/lib/helpers.js +6 -1
- package/dist/extensions/healthie/lib/helpers.js.map +1 -1
- package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +1 -1
- package/dist/extensions/healthie/lib/validation/sendFormCompletionRequest.zod.d.ts +4 -4
- package/dist/extensions/healthie/webhooks/appliedTagCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +3 -1
- package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +1 -0
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +61 -0
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +1 -0
- package/dist/extensions/healthie/webhooks/appointmentDeleted.js +3 -1
- package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +3 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +3 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +3 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
- package/dist/extensions/healthie/webhooks/goalCreated.js +2 -6
- package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/goalUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/labOrderCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/labOrderUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/messageCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/messageDeleted.js +3 -1
- package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/metricEntryCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/patientCreated.js +3 -2
- package/dist/extensions/healthie/webhooks/patientCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/patientUpdated.js +3 -2
- package/dist/extensions/healthie/webhooks/patientUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/taskCreated.js +3 -1
- package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/taskUpdated.js +3 -1
- package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
- package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
- package/dist/extensions/mailgun/settings.d.ts +1 -1
- package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/math/v1/actions/calculateDateDifference/config/fields.d.ts +2 -2
- package/dist/extensions/math/v1/actions/generateRandomNumber/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
- package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +4 -4
- package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +6 -6
- package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.d.ts +2 -2
- package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
- package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +4 -4
- package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +6 -6
- package/dist/extensions/metriport/actions/index.d.ts +1 -1
- package/dist/extensions/metriport/actions/patient/validation.d.ts +4 -4
- package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +2 -2
- package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +2 -2
- package/dist/extensions/talkDesk/settings.d.ts +1 -1
- package/dist/extensions/textline/client/schema.d.ts +10 -10
- package/dist/extensions/westFax/actions/sendFax/sendFax.test.js +13 -3
- package/dist/extensions/westFax/actions/sendFax/sendFax.test.js.map +1 -1
- package/dist/extensions/westFax/settings.d.ts +2 -2
- package/dist/extensions/zendesk/v1/actions/createTask/config/fields.d.ts +2 -2
- package/dist/extensions/zusHealth/validation/settings.zod.d.ts +6 -6
- package/package.json +2 -1
@@ -1,3 +1,3 @@
|
|
1
1
|
export type { EventCreated } from './eventCreated';
|
2
2
|
export type { EventCanceled } from './eventCanceled';
|
3
|
-
export declare const webhooks: (import("@awell-health/extensions-core").Webhook<"
|
3
|
+
export declare const webhooks: (import("@awell-health/extensions-core").Webhook<"eventTypeId" | "startTime" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "is_rescheduled_event", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>> | import("@awell-health/extensions-core").Webhook<"eventTypeId" | "startTime" | "endTime" | "videoCallUrl" | "cancelUrl" | "rescheduleUrl" | "rescheduled" | "eventId" | "inviteeEmail" | "inviteeFirstName" | "inviteeLastName" | "inviteeName" | "inviteeStatus" | "inviteeTimezone" | "hostEmail" | "eventName" | "inviteePhoneNumber" | "cancellation_reason", import("../types").CalendlyWebhookPayload, Record<string, import("@awell-health/extensions-core").Setting>>)[];
|
@@ -77,9 +77,9 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
77
77
|
item: z.ZodEffects<z.ZodEffects<z.ZodString, Record<string, any>, string>, Record<string, any>[], string>;
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
79
79
|
type: Record<string, any>;
|
80
|
-
item: Record<string, any>[];
|
81
80
|
status: string;
|
82
81
|
patientId: string;
|
82
|
+
item: Record<string, any>[];
|
83
83
|
created: string;
|
84
84
|
provider: Record<string, any>;
|
85
85
|
diagnosis: Record<string, any>[];
|
@@ -87,9 +87,9 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
87
87
|
supportingInfo?: Record<string, any>[] | undefined;
|
88
88
|
}, {
|
89
89
|
type: string;
|
90
|
-
item: string;
|
91
90
|
status: string;
|
92
91
|
patientId: string;
|
92
|
+
item: string;
|
93
93
|
created: Date;
|
94
94
|
provider: string;
|
95
95
|
diagnosis: string;
|
@@ -92,9 +92,9 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
92
92
|
payor: z.ZodEffects<z.ZodEffects<z.ZodString, Record<string, any>, string>, Record<string, any>[], string>;
|
93
93
|
classCoverage: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, Record<string, any>, string>, Record<string, any>[], string>>;
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
95
|
-
order: number;
|
96
95
|
status: string;
|
97
96
|
relationship: Record<string, any>;
|
97
|
+
order: number;
|
98
98
|
subscriber: string;
|
99
99
|
beneficiary: string;
|
100
100
|
payor: Record<string, any>[];
|
@@ -104,9 +104,9 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
104
104
|
periodEnd?: string | undefined;
|
105
105
|
classCoverage?: Record<string, any>[] | undefined;
|
106
106
|
}, {
|
107
|
-
order: number;
|
108
107
|
status: string;
|
109
108
|
relationship: string;
|
109
|
+
order: number;
|
110
110
|
subscriber: string;
|
111
111
|
beneficiary: string;
|
112
112
|
payor: string;
|
package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/config/fields.d.ts
CHANGED
@@ -44,14 +44,14 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
44
44
|
authorId: z.ZodString;
|
45
45
|
item: z.ZodString;
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
47
|
-
item: string;
|
48
47
|
authored: string;
|
48
|
+
item: string;
|
49
49
|
questionnaireId: string;
|
50
50
|
subjectId: string;
|
51
51
|
authorId: string;
|
52
52
|
}, {
|
53
|
-
item: string;
|
54
53
|
authored: string;
|
54
|
+
item: string;
|
55
55
|
questionnaireId: string;
|
56
56
|
subjectId: string;
|
57
57
|
authorId: string;
|
@@ -100,10 +100,10 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
100
100
|
payor: z.ZodEffects<z.ZodEffects<z.ZodString, Record<string, any>, string>, Record<string, any>[], string>;
|
101
101
|
classCoverage: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, Record<string, any>, string>, Record<string, any>[], string>>;
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
103
|
-
id: string;
|
104
|
-
order: number;
|
105
103
|
status: string;
|
104
|
+
id: string;
|
106
105
|
relationship: Record<string, any>;
|
106
|
+
order: number;
|
107
107
|
subscriber: string;
|
108
108
|
beneficiary: string;
|
109
109
|
payor: Record<string, any>[];
|
@@ -113,10 +113,10 @@ export declare const fieldsValidationSchema: z.ZodObject<{
|
|
113
113
|
periodEnd?: string | undefined;
|
114
114
|
classCoverage?: Record<string, any>[] | undefined;
|
115
115
|
}, {
|
116
|
-
id: string;
|
117
|
-
order: number;
|
118
116
|
status: string;
|
117
|
+
id: string;
|
119
118
|
relationship: string;
|
119
|
+
order: number;
|
120
120
|
subscriber: string;
|
121
121
|
beneficiary: string;
|
122
122
|
payor: string;
|
@@ -9,18 +9,18 @@ export declare const addressSchema: z.ZodObject<{
|
|
9
9
|
postalCode: z.ZodString;
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
11
11
|
type: "both" | "physical" | "postal";
|
12
|
+
city: string;
|
12
13
|
state: string;
|
13
|
-
line: string[];
|
14
14
|
use: "temp" | "old" | "home" | "work";
|
15
|
-
|
15
|
+
line: string[];
|
16
16
|
postalCode: string;
|
17
17
|
text?: string | undefined;
|
18
18
|
}, {
|
19
19
|
type: "both" | "physical" | "postal";
|
20
|
+
city: string;
|
20
21
|
state: string;
|
21
|
-
line: string[];
|
22
22
|
use: "temp" | "old" | "home" | "work";
|
23
|
-
|
23
|
+
line: string[];
|
24
24
|
postalCode: string;
|
25
25
|
text?: string | undefined;
|
26
26
|
}>;
|
@@ -8,28 +8,28 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
8
8
|
display: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
10
|
code: string;
|
11
|
-
display: string;
|
12
11
|
system: "INTERNAL";
|
12
|
+
display: string;
|
13
13
|
}, {
|
14
14
|
code: string;
|
15
|
-
display: string;
|
16
15
|
system: "INTERNAL";
|
16
|
+
display: string;
|
17
17
|
}>, "many">;
|
18
18
|
text: z.ZodString;
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
20
|
-
text: string;
|
21
20
|
coding: {
|
22
21
|
code: string;
|
23
|
-
display: string;
|
24
22
|
system: "INTERNAL";
|
23
|
+
display: string;
|
25
24
|
}[];
|
26
|
-
}, {
|
27
25
|
text: string;
|
26
|
+
}, {
|
28
27
|
coding: {
|
29
28
|
code: string;
|
30
|
-
display: string;
|
31
29
|
system: "INTERNAL";
|
30
|
+
display: string;
|
32
31
|
}[];
|
32
|
+
text: string;
|
33
33
|
}>, "many">>;
|
34
34
|
description: z.ZodOptional<z.ZodString>;
|
35
35
|
participant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
@@ -59,24 +59,24 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
59
59
|
display: z.ZodString;
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
61
61
|
code: string;
|
62
|
-
display: string;
|
63
62
|
system: "http://snomed.info/sct";
|
63
|
+
display: string;
|
64
64
|
}, {
|
65
65
|
code: string;
|
66
|
-
display: string;
|
67
66
|
system: "http://snomed.info/sct";
|
67
|
+
display: string;
|
68
68
|
}>, "many">;
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
70
70
|
coding: {
|
71
71
|
code: string;
|
72
|
-
display: string;
|
73
72
|
system: "http://snomed.info/sct";
|
73
|
+
display: string;
|
74
74
|
}[];
|
75
75
|
}, {
|
76
76
|
coding: {
|
77
77
|
code: string;
|
78
|
-
display: string;
|
79
78
|
system: "http://snomed.info/sct";
|
79
|
+
display: string;
|
80
80
|
}[];
|
81
81
|
}>;
|
82
82
|
start: z.ZodEffects<z.ZodDate, string, Date>;
|
@@ -127,9 +127,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
127
127
|
}>, "many">;
|
128
128
|
address: z.ZodString;
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
130
|
+
status: string;
|
130
131
|
id: string;
|
131
132
|
address: string;
|
132
|
-
status: string;
|
133
133
|
resourceType: "Endpoint";
|
134
134
|
connectionType: {
|
135
135
|
code: string;
|
@@ -140,9 +140,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
140
140
|
}[];
|
141
141
|
}[];
|
142
142
|
}, {
|
143
|
+
status: string;
|
143
144
|
id: string;
|
144
145
|
address: string;
|
145
|
-
status: string;
|
146
146
|
resourceType: "Endpoint";
|
147
147
|
connectionType: {
|
148
148
|
code: string;
|
@@ -155,14 +155,14 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
155
155
|
}>, "many">>;
|
156
156
|
status: z.ZodOptional<z.ZodLiteral<"proposed">>;
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
158
|
-
end: string;
|
159
158
|
start: string;
|
159
|
+
end: string;
|
160
160
|
resourceType: "Appointment";
|
161
161
|
appointmentType: {
|
162
162
|
coding: {
|
163
163
|
code: string;
|
164
|
-
display: string;
|
165
164
|
system: "http://snomed.info/sct";
|
165
|
+
display: string;
|
166
166
|
}[];
|
167
167
|
};
|
168
168
|
supportingInformation: ({
|
@@ -171,15 +171,15 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
171
171
|
type: "Endpoint";
|
172
172
|
reference: "#appointment-meeting-endpoint";
|
173
173
|
})[];
|
174
|
-
description?: string | undefined;
|
175
174
|
status?: "proposed" | undefined;
|
175
|
+
description?: string | undefined;
|
176
176
|
reasonCode?: {
|
177
|
-
text: string;
|
178
177
|
coding: {
|
179
178
|
code: string;
|
180
|
-
display: string;
|
181
179
|
system: "INTERNAL";
|
180
|
+
display: string;
|
182
181
|
}[];
|
182
|
+
text: string;
|
183
183
|
}[] | undefined;
|
184
184
|
participant?: {
|
185
185
|
status: "accepted";
|
@@ -188,9 +188,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
188
188
|
};
|
189
189
|
}[] | undefined;
|
190
190
|
contained?: {
|
191
|
+
status: string;
|
191
192
|
id: string;
|
192
193
|
address: string;
|
193
|
-
status: string;
|
194
194
|
resourceType: "Endpoint";
|
195
195
|
connectionType: {
|
196
196
|
code: string;
|
@@ -202,14 +202,14 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
202
202
|
}[];
|
203
203
|
}[] | undefined;
|
204
204
|
}, {
|
205
|
-
end: Date;
|
206
205
|
start: Date;
|
206
|
+
end: Date;
|
207
207
|
resourceType: "Appointment";
|
208
208
|
appointmentType: {
|
209
209
|
coding: {
|
210
210
|
code: string;
|
211
|
-
display: string;
|
212
211
|
system: "http://snomed.info/sct";
|
212
|
+
display: string;
|
213
213
|
}[];
|
214
214
|
};
|
215
215
|
supportingInformation: ({
|
@@ -218,15 +218,15 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
218
218
|
type: "Endpoint";
|
219
219
|
reference: "#appointment-meeting-endpoint";
|
220
220
|
})[];
|
221
|
-
description?: string | undefined;
|
222
221
|
status?: "proposed" | undefined;
|
222
|
+
description?: string | undefined;
|
223
223
|
reasonCode?: {
|
224
|
-
text: string;
|
225
224
|
coding: {
|
226
225
|
code: string;
|
227
|
-
display: string;
|
228
226
|
system: "INTERNAL";
|
227
|
+
display: string;
|
229
228
|
}[];
|
229
|
+
text: string;
|
230
230
|
}[] | undefined;
|
231
231
|
participant?: {
|
232
232
|
status: "accepted";
|
@@ -235,9 +235,9 @@ export declare const appointmentSchema: z.ZodObject<{
|
|
235
235
|
};
|
236
236
|
}[] | undefined;
|
237
237
|
contained?: {
|
238
|
+
status: string;
|
238
239
|
id: string;
|
239
240
|
address: string;
|
240
|
-
status: string;
|
241
241
|
resourceType: "Endpoint";
|
242
242
|
connectionType: {
|
243
243
|
code: string;
|
@@ -258,28 +258,28 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
258
258
|
display: z.ZodString;
|
259
259
|
}, "strip", z.ZodTypeAny, {
|
260
260
|
code: string;
|
261
|
-
display: string;
|
262
261
|
system: "INTERNAL";
|
262
|
+
display: string;
|
263
263
|
}, {
|
264
264
|
code: string;
|
265
|
-
display: string;
|
266
265
|
system: "INTERNAL";
|
266
|
+
display: string;
|
267
267
|
}>, "many">;
|
268
268
|
text: z.ZodString;
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
270
|
-
text: string;
|
271
270
|
coding: {
|
272
271
|
code: string;
|
273
|
-
display: string;
|
274
272
|
system: "INTERNAL";
|
273
|
+
display: string;
|
275
274
|
}[];
|
276
|
-
}, {
|
277
275
|
text: string;
|
276
|
+
}, {
|
278
277
|
coding: {
|
279
278
|
code: string;
|
280
|
-
display: string;
|
281
279
|
system: "INTERNAL";
|
280
|
+
display: string;
|
282
281
|
}[];
|
282
|
+
text: string;
|
283
283
|
}>, "many">>;
|
284
284
|
description: z.ZodOptional<z.ZodString>;
|
285
285
|
participant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
@@ -309,24 +309,24 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
309
309
|
display: z.ZodString;
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
311
311
|
code: string;
|
312
|
-
display: string;
|
313
312
|
system: "http://snomed.info/sct";
|
313
|
+
display: string;
|
314
314
|
}, {
|
315
315
|
code: string;
|
316
|
-
display: string;
|
317
316
|
system: "http://snomed.info/sct";
|
317
|
+
display: string;
|
318
318
|
}>, "many">;
|
319
319
|
}, "strip", z.ZodTypeAny, {
|
320
320
|
coding: {
|
321
321
|
code: string;
|
322
|
-
display: string;
|
323
322
|
system: "http://snomed.info/sct";
|
323
|
+
display: string;
|
324
324
|
}[];
|
325
325
|
}, {
|
326
326
|
coding: {
|
327
327
|
code: string;
|
328
|
-
display: string;
|
329
328
|
system: "http://snomed.info/sct";
|
329
|
+
display: string;
|
330
330
|
}[];
|
331
331
|
}>;
|
332
332
|
start: z.ZodEffects<z.ZodDate, string, Date>;
|
@@ -377,9 +377,9 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
377
377
|
}>, "many">;
|
378
378
|
address: z.ZodString;
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
380
|
+
status: string;
|
380
381
|
id: string;
|
381
382
|
address: string;
|
382
|
-
status: string;
|
383
383
|
resourceType: "Endpoint";
|
384
384
|
connectionType: {
|
385
385
|
code: string;
|
@@ -390,9 +390,9 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
390
390
|
}[];
|
391
391
|
}[];
|
392
392
|
}, {
|
393
|
+
status: string;
|
393
394
|
id: string;
|
394
395
|
address: string;
|
395
|
-
status: string;
|
396
396
|
resourceType: "Endpoint";
|
397
397
|
connectionType: {
|
398
398
|
code: string;
|
@@ -408,14 +408,14 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
408
408
|
id: z.ZodString;
|
409
409
|
}>, "strip", z.ZodTypeAny, {
|
410
410
|
id: string;
|
411
|
-
end: string;
|
412
411
|
start: string;
|
412
|
+
end: string;
|
413
413
|
resourceType: "Appointment";
|
414
414
|
appointmentType: {
|
415
415
|
coding: {
|
416
416
|
code: string;
|
417
|
-
display: string;
|
418
417
|
system: "http://snomed.info/sct";
|
418
|
+
display: string;
|
419
419
|
}[];
|
420
420
|
};
|
421
421
|
supportingInformation: ({
|
@@ -424,15 +424,15 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
424
424
|
type: "Endpoint";
|
425
425
|
reference: "#appointment-meeting-endpoint";
|
426
426
|
})[];
|
427
|
-
description?: string | undefined;
|
428
427
|
status?: "proposed" | undefined;
|
428
|
+
description?: string | undefined;
|
429
429
|
reasonCode?: {
|
430
|
-
text: string;
|
431
430
|
coding: {
|
432
431
|
code: string;
|
433
|
-
display: string;
|
434
432
|
system: "INTERNAL";
|
433
|
+
display: string;
|
435
434
|
}[];
|
435
|
+
text: string;
|
436
436
|
}[] | undefined;
|
437
437
|
participant?: {
|
438
438
|
status: "accepted";
|
@@ -441,9 +441,9 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
441
441
|
};
|
442
442
|
}[] | undefined;
|
443
443
|
contained?: {
|
444
|
+
status: string;
|
444
445
|
id: string;
|
445
446
|
address: string;
|
446
|
-
status: string;
|
447
447
|
resourceType: "Endpoint";
|
448
448
|
connectionType: {
|
449
449
|
code: string;
|
@@ -456,14 +456,14 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
456
456
|
}[] | undefined;
|
457
457
|
}, {
|
458
458
|
id: string;
|
459
|
-
end: Date;
|
460
459
|
start: Date;
|
460
|
+
end: Date;
|
461
461
|
resourceType: "Appointment";
|
462
462
|
appointmentType: {
|
463
463
|
coding: {
|
464
464
|
code: string;
|
465
|
-
display: string;
|
466
465
|
system: "http://snomed.info/sct";
|
466
|
+
display: string;
|
467
467
|
}[];
|
468
468
|
};
|
469
469
|
supportingInformation: ({
|
@@ -472,15 +472,15 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
472
472
|
type: "Endpoint";
|
473
473
|
reference: "#appointment-meeting-endpoint";
|
474
474
|
})[];
|
475
|
-
description?: string | undefined;
|
476
475
|
status?: "proposed" | undefined;
|
476
|
+
description?: string | undefined;
|
477
477
|
reasonCode?: {
|
478
|
-
text: string;
|
479
478
|
coding: {
|
480
479
|
code: string;
|
481
|
-
display: string;
|
482
480
|
system: "INTERNAL";
|
481
|
+
display: string;
|
483
482
|
}[];
|
483
|
+
text: string;
|
484
484
|
}[] | undefined;
|
485
485
|
participant?: {
|
486
486
|
status: "accepted";
|
@@ -489,9 +489,9 @@ export declare const appointmentWithIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
489
489
|
};
|
490
490
|
}[] | undefined;
|
491
491
|
contained?: {
|
492
|
+
status: string;
|
492
493
|
id: string;
|
493
494
|
address: string;
|
494
|
-
status: string;
|
495
495
|
resourceType: "Endpoint";
|
496
496
|
connectionType: {
|
497
497
|
code: string;
|
@@ -20,14 +20,14 @@ export declare const claimSchema: z.ZodObject<{
|
|
20
20
|
item: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">;
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
22
22
|
type: Record<string, any>;
|
23
|
-
item: Record<string, any>[];
|
24
|
-
use: string;
|
25
23
|
status: string;
|
26
24
|
patient: {
|
27
25
|
reference: string;
|
28
26
|
};
|
29
|
-
created: string;
|
30
27
|
resourceType: "Claim";
|
28
|
+
use: string;
|
29
|
+
item: Record<string, any>[];
|
30
|
+
created: string;
|
31
31
|
provider: Record<string, any>;
|
32
32
|
diagnosis: Record<string, any>[];
|
33
33
|
insurance: Record<string, any>[];
|
@@ -35,14 +35,14 @@ export declare const claimSchema: z.ZodObject<{
|
|
35
35
|
supportingInfo?: any[] | undefined;
|
36
36
|
}, {
|
37
37
|
type: Record<string, any>;
|
38
|
-
item: Record<string, any>[];
|
39
|
-
use: string;
|
40
38
|
status: string;
|
41
39
|
patient: {
|
42
40
|
reference: string;
|
43
41
|
};
|
44
|
-
created: Date;
|
45
42
|
resourceType: "Claim";
|
43
|
+
use: string;
|
44
|
+
item: Record<string, any>[];
|
45
|
+
created: Date;
|
46
46
|
provider: Record<string, any>;
|
47
47
|
diagnosis: Record<string, any>[];
|
48
48
|
insurance: Record<string, any>[];
|
@@ -5,11 +5,11 @@ export declare const codeSchema: z.ZodObject<{
|
|
5
5
|
system: z.ZodOptional<z.ZodString>;
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
7
7
|
code: string;
|
8
|
-
display?: string | undefined;
|
9
8
|
system?: string | undefined;
|
9
|
+
display?: string | undefined;
|
10
10
|
}, {
|
11
11
|
code: string;
|
12
|
-
display?: string | undefined;
|
13
12
|
system?: string | undefined;
|
13
|
+
display?: string | undefined;
|
14
14
|
}>;
|
15
15
|
export type Code = z.infer<typeof codeSchema>;
|
@@ -33,7 +33,6 @@ export declare const coverageSchema: z.ZodObject<{
|
|
33
33
|
payor: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">;
|
34
34
|
class: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">>;
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
36
|
-
order: number;
|
37
36
|
status: string;
|
38
37
|
resourceType: "Coverage";
|
39
38
|
period: {
|
@@ -41,6 +40,7 @@ export declare const coverageSchema: z.ZodObject<{
|
|
41
40
|
end?: string | undefined;
|
42
41
|
};
|
43
42
|
relationship: Record<string, any>;
|
43
|
+
order: number;
|
44
44
|
subscriber: {
|
45
45
|
reference: string;
|
46
46
|
};
|
@@ -52,7 +52,6 @@ export declare const coverageSchema: z.ZodObject<{
|
|
52
52
|
subscriberId?: string | undefined;
|
53
53
|
class?: Record<string, any>[] | undefined;
|
54
54
|
}, {
|
55
|
-
order: number;
|
56
55
|
status: string;
|
57
56
|
resourceType: "Coverage";
|
58
57
|
period: {
|
@@ -60,6 +59,7 @@ export declare const coverageSchema: z.ZodObject<{
|
|
60
59
|
end?: Date | undefined;
|
61
60
|
};
|
62
61
|
relationship: Record<string, any>;
|
62
|
+
order: number;
|
63
63
|
subscriber: {
|
64
64
|
reference: string;
|
65
65
|
};
|
@@ -107,15 +107,15 @@ export declare const coverageWithIdSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
107
107
|
}, {
|
108
108
|
id: z.ZodString;
|
109
109
|
}>, "strip", z.ZodTypeAny, {
|
110
|
-
id: string;
|
111
|
-
order: number;
|
112
110
|
status: string;
|
111
|
+
id: string;
|
113
112
|
resourceType: "Coverage";
|
114
113
|
period: {
|
115
114
|
start: string;
|
116
115
|
end?: string | undefined;
|
117
116
|
};
|
118
117
|
relationship: Record<string, any>;
|
118
|
+
order: number;
|
119
119
|
subscriber: {
|
120
120
|
reference: string;
|
121
121
|
};
|
@@ -127,15 +127,15 @@ export declare const coverageWithIdSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
127
127
|
subscriberId?: string | undefined;
|
128
128
|
class?: Record<string, any>[] | undefined;
|
129
129
|
}, {
|
130
|
-
id: string;
|
131
|
-
order: number;
|
132
130
|
status: string;
|
131
|
+
id: string;
|
133
132
|
resourceType: "Coverage";
|
134
133
|
period: {
|
135
134
|
start: Date;
|
136
135
|
end?: Date | undefined;
|
137
136
|
};
|
138
137
|
relationship: Record<string, any>;
|
138
|
+
order: number;
|
139
139
|
subscriber: {
|
140
140
|
reference: string;
|
141
141
|
};
|
@@ -29,24 +29,24 @@ export declare const identifierSchema: z.ZodObject<{
|
|
29
29
|
system: z.ZodOptional<z.ZodString>;
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
31
31
|
code: string;
|
32
|
-
display?: string | undefined;
|
33
32
|
system?: string | undefined;
|
33
|
+
display?: string | undefined;
|
34
34
|
}, {
|
35
35
|
code: string;
|
36
|
-
display?: string | undefined;
|
37
36
|
system?: string | undefined;
|
37
|
+
display?: string | undefined;
|
38
38
|
}>, "many">;
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
40
40
|
coding: {
|
41
41
|
code: string;
|
42
|
-
display?: string | undefined;
|
43
42
|
system?: string | undefined;
|
43
|
+
display?: string | undefined;
|
44
44
|
}[];
|
45
45
|
}, {
|
46
46
|
coding: {
|
47
47
|
code: string;
|
48
|
-
display?: string | undefined;
|
49
48
|
system?: string | undefined;
|
49
|
+
display?: string | undefined;
|
50
50
|
}[];
|
51
51
|
}>>;
|
52
52
|
assigner: z.ZodOptional<z.ZodObject<{
|
@@ -60,12 +60,11 @@ export declare const identifierSchema: z.ZodObject<{
|
|
60
60
|
type?: {
|
61
61
|
coding: {
|
62
62
|
code: string;
|
63
|
-
display?: string | undefined;
|
64
63
|
system?: string | undefined;
|
64
|
+
display?: string | undefined;
|
65
65
|
}[];
|
66
66
|
} | undefined;
|
67
67
|
value?: string | undefined;
|
68
|
-
use?: "usual" | "official" | "secondary" | "temp" | "old" | undefined;
|
69
68
|
system?: string | undefined;
|
70
69
|
period?: {
|
71
70
|
start: string;
|
@@ -74,6 +73,7 @@ export declare const identifierSchema: z.ZodObject<{
|
|
74
73
|
start: string;
|
75
74
|
end?: string | undefined;
|
76
75
|
}[] | undefined;
|
76
|
+
use?: "usual" | "official" | "secondary" | "temp" | "old" | undefined;
|
77
77
|
assigner?: {
|
78
78
|
display: string;
|
79
79
|
} | undefined;
|
@@ -81,12 +81,11 @@ export declare const identifierSchema: z.ZodObject<{
|
|
81
81
|
type?: {
|
82
82
|
coding: {
|
83
83
|
code: string;
|
84
|
-
display?: string | undefined;
|
85
84
|
system?: string | undefined;
|
85
|
+
display?: string | undefined;
|
86
86
|
}[];
|
87
87
|
} | undefined;
|
88
88
|
value?: string | undefined;
|
89
|
-
use?: "usual" | "official" | "secondary" | "temp" | "old" | undefined;
|
90
89
|
system?: string | undefined;
|
91
90
|
period?: {
|
92
91
|
start: Date;
|
@@ -95,6 +94,7 @@ export declare const identifierSchema: z.ZodObject<{
|
|
95
94
|
start: Date;
|
96
95
|
end?: Date | undefined;
|
97
96
|
}[] | undefined;
|
97
|
+
use?: "usual" | "official" | "secondary" | "temp" | "old" | undefined;
|
98
98
|
assigner?: {
|
99
99
|
display: string;
|
100
100
|
} | undefined;
|