@metriport/commonwell-sdk 4.4.3 → 4.4.4

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.
@@ -16,7 +16,7 @@ export declare const humanNameSchema: z.ZodObject<{
16
16
  family: z.ZodArray<z.ZodString, "many">;
17
17
  given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
18
18
  prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
19
- suffix: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19
+ suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
20
20
  period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
21
21
  start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
22
22
  end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
@@ -33,7 +33,7 @@ export declare const humanNameSchema: z.ZodObject<{
33
33
  text?: string | null | undefined;
34
34
  given?: string[] | undefined;
35
35
  prefix?: string | string[] | null | undefined;
36
- suffix?: string | null | undefined;
36
+ suffix?: string | string[] | null | undefined;
37
37
  period?: {
38
38
  start?: string | undefined;
39
39
  end?: string | undefined;
@@ -44,7 +44,7 @@ export declare const humanNameSchema: z.ZodObject<{
44
44
  text?: string | null | undefined;
45
45
  given?: string[] | undefined;
46
46
  prefix?: string | string[] | null | undefined;
47
- suffix?: string | null | undefined;
47
+ suffix?: string | string[] | null | undefined;
48
48
  period?: {
49
49
  start?: string | undefined;
50
50
  end?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"human-name.d.ts","sourceRoot":"","sources":["../../src/models/human-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,oBAAY,YAAY;IACtB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC5B;AACD,eAAO,MAAM,kBAAkB,kCAA6D,CAAC;AAU7F,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"human-name.d.ts","sourceRoot":"","sources":["../../src/models/human-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,oBAAY,YAAY;IACtB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC5B;AACD,eAAO,MAAM,kBAAkB,kCAA6D,CAAC;AAW7F,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -25,6 +25,7 @@ exports.nameUseCodesSchema = zod_1.z.enum(Object.keys(NameUseCodes));
25
25
  // names, the different parts may or may not be imbued with some implicit meaning; various
26
26
  // cultures associate different importance with the name parts and the degree to which systems
27
27
  // must care about name parts around the world varies widely.
28
+ //
28
29
  // See: https://specification.commonwellalliance.org/services/rest-api-reference (8.4.10 HumanName)
29
30
  exports.humanNameSchema = zod_1.z.object({
30
31
  use: exports.nameUseCodesSchema.optional().nullable(),
@@ -32,7 +33,7 @@ exports.humanNameSchema = zod_1.z.object({
32
33
  family: zod_1.z.array(zod_1.z.string()),
33
34
  given: zod_1.z.array(zod_1.z.string()).optional(),
34
35
  prefix: zod_1.z.string().or(zod_1.z.array(zod_1.z.string())).optional().nullable(),
35
- suffix: zod_1.z.string().optional().nullable(),
36
+ suffix: zod_1.z.string().or(zod_1.z.array(zod_1.z.string())).optional().nullable(),
36
37
  period: period_1.periodSchema.optional().nullable(),
37
38
  });
38
39
  //# sourceMappingURL=human-name.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"human-name.js","sourceRoot":"","sources":["../../src/models/human-name.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,qCAAwC;AAExC,mFAAmF;AACnF,qEAAqE;AACrE,mGAAmG;AACnG,IAAY,YASX;AATD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,6BAAa,CAAA;IACb,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;IACvB,2BAAW,CAAA;IACX,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB;AACY,QAAA,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAA0B,CAAC,CAAC;AAE7F,6DAA6D;AAC7D,6FAA6F;AAC7F,oFAAoF;AACpF,6FAA6F;AAC7F,0FAA0F;AAC1F,8FAA8F;AAC9F,6DAA6D;AAC7D,mGAAmG;AACtF,QAAA,eAAe,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,GAAG,EAAE,0BAAkB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC3B,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxC,MAAM,EAAE,qBAAY,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC"}
1
+ {"version":3,"file":"human-name.js","sourceRoot":"","sources":["../../src/models/human-name.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,qCAAwC;AAExC,mFAAmF;AACnF,qEAAqE;AACrE,mGAAmG;AACnG,IAAY,YASX;AATD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,6BAAa,CAAA;IACb,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;IACvB,2BAAW,CAAA;IACX,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB;AACY,QAAA,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAA0B,CAAC,CAAC;AAE7F,6DAA6D;AAC7D,6FAA6F;AAC7F,oFAAoF;AACpF,6FAA6F;AAC7F,0FAA0F;AAC1F,8FAA8F;AAC9F,6DAA6D;AAC7D,EAAE;AACF,mGAAmG;AACtF,QAAA,eAAe,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,GAAG,EAAE,0BAAkB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC3B,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,MAAM,EAAE,qBAAY,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC"}
@@ -145,7 +145,7 @@ export declare const networkLinkSchema: z.ZodObject<{
145
145
  family: z.ZodArray<z.ZodString, "many">;
146
146
  given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
147
147
  prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
148
- suffix: z.ZodNullable<z.ZodOptional<z.ZodString>>;
148
+ suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
149
149
  period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
150
150
  start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
151
151
  end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
@@ -162,7 +162,7 @@ export declare const networkLinkSchema: z.ZodObject<{
162
162
  text?: string | null | undefined;
163
163
  given?: string[] | undefined;
164
164
  prefix?: string | string[] | null | undefined;
165
- suffix?: string | null | undefined;
165
+ suffix?: string | string[] | null | undefined;
166
166
  period?: {
167
167
  start?: string | undefined;
168
168
  end?: string | undefined;
@@ -173,7 +173,7 @@ export declare const networkLinkSchema: z.ZodObject<{
173
173
  text?: string | null | undefined;
174
174
  given?: string[] | undefined;
175
175
  prefix?: string | string[] | null | undefined;
176
- suffix?: string | null | undefined;
176
+ suffix?: string | string[] | null | undefined;
177
177
  period?: {
178
178
  start?: string | undefined;
179
179
  end?: string | undefined;
@@ -272,7 +272,7 @@ export declare const networkLinkSchema: z.ZodObject<{
272
272
  text?: string | null | undefined;
273
273
  given?: string[] | undefined;
274
274
  prefix?: string | string[] | null | undefined;
275
- suffix?: string | null | undefined;
275
+ suffix?: string | string[] | null | undefined;
276
276
  period?: {
277
277
  start?: string | undefined;
278
278
  end?: string | undefined;
@@ -324,7 +324,7 @@ export declare const networkLinkSchema: z.ZodObject<{
324
324
  text?: string | null | undefined;
325
325
  given?: string[] | undefined;
326
326
  prefix?: string | string[] | null | undefined;
327
- suffix?: string | null | undefined;
327
+ suffix?: string | string[] | null | undefined;
328
328
  period?: {
329
329
  start?: string | undefined;
330
330
  end?: string | undefined;
@@ -378,7 +378,7 @@ export declare const networkLinkSchema: z.ZodObject<{
378
378
  text?: string | null | undefined;
379
379
  given?: string[] | undefined;
380
380
  prefix?: string | string[] | null | undefined;
381
- suffix?: string | null | undefined;
381
+ suffix?: string | string[] | null | undefined;
382
382
  period?: {
383
383
  start?: string | undefined;
384
384
  end?: string | undefined;
@@ -432,7 +432,7 @@ export declare const networkLinkSchema: z.ZodObject<{
432
432
  text?: string | null | undefined;
433
433
  given?: string[] | undefined;
434
434
  prefix?: string | string[] | null | undefined;
435
- suffix?: string | null | undefined;
435
+ suffix?: string | string[] | null | undefined;
436
436
  period?: {
437
437
  start?: string | undefined;
438
438
  end?: string | undefined;
@@ -506,7 +506,7 @@ export declare const networkLinkSchema: z.ZodObject<{
506
506
  text?: string | null | undefined;
507
507
  given?: string[] | undefined;
508
508
  prefix?: string | string[] | null | undefined;
509
- suffix?: string | null | undefined;
509
+ suffix?: string | string[] | null | undefined;
510
510
  period?: {
511
511
  start?: string | undefined;
512
512
  end?: string | undefined;
@@ -580,7 +580,7 @@ export declare const networkLinkSchema: z.ZodObject<{
580
580
  text?: string | null | undefined;
581
581
  given?: string[] | undefined;
582
582
  prefix?: string | string[] | null | undefined;
583
- suffix?: string | null | undefined;
583
+ suffix?: string | string[] | null | undefined;
584
584
  period?: {
585
585
  start?: string | undefined;
586
586
  end?: string | undefined;
@@ -72,14 +72,14 @@ export declare const organizationSchema: z.ZodObject<{
72
72
  email: z.ZodString;
73
73
  phone: z.ZodString;
74
74
  }, "strip", z.ZodTypeAny, {
75
+ name: string;
75
76
  phone: string;
76
77
  email: string;
77
- name: string;
78
78
  title: string;
79
79
  }, {
80
+ name: string;
80
81
  phone: string;
81
82
  email: string;
82
- name: string;
83
83
  title: string;
84
84
  }>, "many">;
85
85
  gateways: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -192,9 +192,9 @@ export declare const organizationSchema: z.ZodObject<{
192
192
  email?: string | null | undefined;
193
193
  }[];
194
194
  technicalContacts: {
195
+ name: string;
195
196
  phone: string;
196
197
  email: string;
197
- name: string;
198
198
  title: string;
199
199
  }[];
200
200
  sendingFacility?: {
@@ -255,9 +255,9 @@ export declare const organizationSchema: z.ZodObject<{
255
255
  email?: string | null | undefined;
256
256
  }[];
257
257
  technicalContacts: {
258
+ name: string;
258
259
  phone: string;
259
260
  email: string;
260
- name: string;
261
261
  title: string;
262
262
  }[];
263
263
  sendingFacility?: {
@@ -375,14 +375,14 @@ export declare const organizationListSchema: z.ZodObject<{
375
375
  email: z.ZodString;
376
376
  phone: z.ZodString;
377
377
  }, "strip", z.ZodTypeAny, {
378
+ name: string;
378
379
  phone: string;
379
380
  email: string;
380
- name: string;
381
381
  title: string;
382
382
  }, {
383
+ name: string;
383
384
  phone: string;
384
385
  email: string;
385
- name: string;
386
386
  title: string;
387
387
  }>, "many">;
388
388
  gateways: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -495,9 +495,9 @@ export declare const organizationListSchema: z.ZodObject<{
495
495
  email?: string | null | undefined;
496
496
  }[];
497
497
  technicalContacts: {
498
+ name: string;
498
499
  phone: string;
499
500
  email: string;
500
- name: string;
501
501
  title: string;
502
502
  }[];
503
503
  sendingFacility?: {
@@ -558,9 +558,9 @@ export declare const organizationListSchema: z.ZodObject<{
558
558
  email?: string | null | undefined;
559
559
  }[];
560
560
  technicalContacts: {
561
+ name: string;
561
562
  phone: string;
562
563
  email: string;
563
- name: string;
564
564
  title: string;
565
565
  }[];
566
566
  sendingFacility?: {
@@ -644,9 +644,9 @@ export declare const organizationListSchema: z.ZodObject<{
644
644
  email?: string | null | undefined;
645
645
  }[];
646
646
  technicalContacts: {
647
+ name: string;
647
648
  phone: string;
648
649
  email: string;
649
- name: string;
650
650
  title: string;
651
651
  }[];
652
652
  sendingFacility?: {
@@ -717,9 +717,9 @@ export declare const organizationListSchema: z.ZodObject<{
717
717
  email?: string | null | undefined;
718
718
  }[];
719
719
  technicalContacts: {
720
+ name: string;
720
721
  phone: string;
721
722
  email: string;
722
- name: string;
723
723
  title: string;
724
724
  }[];
725
725
  sendingFacility?: {
@@ -250,7 +250,7 @@ export declare const patientSchema: z.ZodObject<{
250
250
  family: z.ZodArray<z.ZodString, "many">;
251
251
  given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
252
252
  prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
253
- suffix: z.ZodNullable<z.ZodOptional<z.ZodString>>;
253
+ suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
254
254
  period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
255
255
  start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
256
256
  end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
@@ -267,7 +267,7 @@ export declare const patientSchema: z.ZodObject<{
267
267
  text?: string | null | undefined;
268
268
  given?: string[] | undefined;
269
269
  prefix?: string | string[] | null | undefined;
270
- suffix?: string | null | undefined;
270
+ suffix?: string | string[] | null | undefined;
271
271
  period?: {
272
272
  start?: string | undefined;
273
273
  end?: string | undefined;
@@ -278,7 +278,7 @@ export declare const patientSchema: z.ZodObject<{
278
278
  text?: string | null | undefined;
279
279
  given?: string[] | undefined;
280
280
  prefix?: string | string[] | null | undefined;
281
- suffix?: string | null | undefined;
281
+ suffix?: string | string[] | null | undefined;
282
282
  period?: {
283
283
  start?: string | undefined;
284
284
  end?: string | undefined;
@@ -377,7 +377,7 @@ export declare const patientSchema: z.ZodObject<{
377
377
  text?: string | null | undefined;
378
378
  given?: string[] | undefined;
379
379
  prefix?: string | string[] | null | undefined;
380
- suffix?: string | null | undefined;
380
+ suffix?: string | string[] | null | undefined;
381
381
  period?: {
382
382
  start?: string | undefined;
383
383
  end?: string | undefined;
@@ -429,7 +429,7 @@ export declare const patientSchema: z.ZodObject<{
429
429
  text?: string | null | undefined;
430
430
  given?: string[] | undefined;
431
431
  prefix?: string | string[] | null | undefined;
432
- suffix?: string | null | undefined;
432
+ suffix?: string | string[] | null | undefined;
433
433
  period?: {
434
434
  start?: string | undefined;
435
435
  end?: string | undefined;
@@ -699,7 +699,7 @@ export declare const patientSchema: z.ZodObject<{
699
699
  text?: string | null | undefined;
700
700
  given?: string[] | undefined;
701
701
  prefix?: string | string[] | null | undefined;
702
- suffix?: string | null | undefined;
702
+ suffix?: string | string[] | null | undefined;
703
703
  period?: {
704
704
  start?: string | undefined;
705
705
  end?: string | undefined;
@@ -818,7 +818,7 @@ export declare const patientSchema: z.ZodObject<{
818
818
  text?: string | null | undefined;
819
819
  given?: string[] | undefined;
820
820
  prefix?: string | string[] | null | undefined;
821
- suffix?: string | null | undefined;
821
+ suffix?: string | string[] | null | undefined;
822
822
  period?: {
823
823
  start?: string | undefined;
824
824
  end?: string | undefined;
@@ -1030,7 +1030,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1030
1030
  family: z.ZodArray<z.ZodString, "many">;
1031
1031
  given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1032
1032
  prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
1033
- suffix: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1033
+ suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
1034
1034
  period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1035
1035
  start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
1036
1036
  end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
@@ -1047,7 +1047,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1047
1047
  text?: string | null | undefined;
1048
1048
  given?: string[] | undefined;
1049
1049
  prefix?: string | string[] | null | undefined;
1050
- suffix?: string | null | undefined;
1050
+ suffix?: string | string[] | null | undefined;
1051
1051
  period?: {
1052
1052
  start?: string | undefined;
1053
1053
  end?: string | undefined;
@@ -1058,7 +1058,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1058
1058
  text?: string | null | undefined;
1059
1059
  given?: string[] | undefined;
1060
1060
  prefix?: string | string[] | null | undefined;
1061
- suffix?: string | null | undefined;
1061
+ suffix?: string | string[] | null | undefined;
1062
1062
  period?: {
1063
1063
  start?: string | undefined;
1064
1064
  end?: string | undefined;
@@ -1157,7 +1157,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1157
1157
  text?: string | null | undefined;
1158
1158
  given?: string[] | undefined;
1159
1159
  prefix?: string | string[] | null | undefined;
1160
- suffix?: string | null | undefined;
1160
+ suffix?: string | string[] | null | undefined;
1161
1161
  period?: {
1162
1162
  start?: string | undefined;
1163
1163
  end?: string | undefined;
@@ -1209,7 +1209,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1209
1209
  text?: string | null | undefined;
1210
1210
  given?: string[] | undefined;
1211
1211
  prefix?: string | string[] | null | undefined;
1212
- suffix?: string | null | undefined;
1212
+ suffix?: string | string[] | null | undefined;
1213
1213
  period?: {
1214
1214
  start?: string | undefined;
1215
1215
  end?: string | undefined;
@@ -1479,7 +1479,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1479
1479
  text?: string | null | undefined;
1480
1480
  given?: string[] | undefined;
1481
1481
  prefix?: string | string[] | null | undefined;
1482
- suffix?: string | null | undefined;
1482
+ suffix?: string | string[] | null | undefined;
1483
1483
  period?: {
1484
1484
  start?: string | undefined;
1485
1485
  end?: string | undefined;
@@ -1598,7 +1598,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1598
1598
  text?: string | null | undefined;
1599
1599
  given?: string[] | undefined;
1600
1600
  prefix?: string | string[] | null | undefined;
1601
- suffix?: string | null | undefined;
1601
+ suffix?: string | string[] | null | undefined;
1602
1602
  period?: {
1603
1603
  start?: string | undefined;
1604
1604
  end?: string | undefined;
@@ -1719,7 +1719,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1719
1719
  text?: string | null | undefined;
1720
1720
  given?: string[] | undefined;
1721
1721
  prefix?: string | string[] | null | undefined;
1722
- suffix?: string | null | undefined;
1722
+ suffix?: string | string[] | null | undefined;
1723
1723
  period?: {
1724
1724
  start?: string | undefined;
1725
1725
  end?: string | undefined;
@@ -1840,7 +1840,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1840
1840
  text?: string | null | undefined;
1841
1841
  given?: string[] | undefined;
1842
1842
  prefix?: string | string[] | null | undefined;
1843
- suffix?: string | null | undefined;
1843
+ suffix?: string | string[] | null | undefined;
1844
1844
  period?: {
1845
1845
  start?: string | undefined;
1846
1846
  end?: string | undefined;
@@ -1998,7 +1998,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
1998
1998
  text?: string | null | undefined;
1999
1999
  given?: string[] | undefined;
2000
2000
  prefix?: string | string[] | null | undefined;
2001
- suffix?: string | null | undefined;
2001
+ suffix?: string | string[] | null | undefined;
2002
2002
  period?: {
2003
2003
  start?: string | undefined;
2004
2004
  end?: string | undefined;
@@ -2129,7 +2129,7 @@ export declare const patientSearchRespSchema: z.ZodObject<{
2129
2129
  text?: string | null | undefined;
2130
2130
  given?: string[] | undefined;
2131
2131
  prefix?: string | string[] | null | undefined;
2132
- suffix?: string | null | undefined;
2132
+ suffix?: string | string[] | null | undefined;
2133
2133
  period?: {
2134
2134
  start?: string | undefined;
2135
2135
  end?: string | undefined;
@@ -2366,7 +2366,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2366
2366
  family: z.ZodArray<z.ZodString, "many">;
2367
2367
  given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2368
2368
  prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
2369
- suffix: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2369
+ suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
2370
2370
  period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2371
2371
  start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
2372
2372
  end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
@@ -2383,7 +2383,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2383
2383
  text?: string | null | undefined;
2384
2384
  given?: string[] | undefined;
2385
2385
  prefix?: string | string[] | null | undefined;
2386
- suffix?: string | null | undefined;
2386
+ suffix?: string | string[] | null | undefined;
2387
2387
  period?: {
2388
2388
  start?: string | undefined;
2389
2389
  end?: string | undefined;
@@ -2394,7 +2394,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2394
2394
  text?: string | null | undefined;
2395
2395
  given?: string[] | undefined;
2396
2396
  prefix?: string | string[] | null | undefined;
2397
- suffix?: string | null | undefined;
2397
+ suffix?: string | string[] | null | undefined;
2398
2398
  period?: {
2399
2399
  start?: string | undefined;
2400
2400
  end?: string | undefined;
@@ -2493,7 +2493,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2493
2493
  text?: string | null | undefined;
2494
2494
  given?: string[] | undefined;
2495
2495
  prefix?: string | string[] | null | undefined;
2496
- suffix?: string | null | undefined;
2496
+ suffix?: string | string[] | null | undefined;
2497
2497
  period?: {
2498
2498
  start?: string | undefined;
2499
2499
  end?: string | undefined;
@@ -2545,7 +2545,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2545
2545
  text?: string | null | undefined;
2546
2546
  given?: string[] | undefined;
2547
2547
  prefix?: string | string[] | null | undefined;
2548
- suffix?: string | null | undefined;
2548
+ suffix?: string | string[] | null | undefined;
2549
2549
  period?: {
2550
2550
  start?: string | undefined;
2551
2551
  end?: string | undefined;
@@ -2599,7 +2599,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2599
2599
  text?: string | null | undefined;
2600
2600
  given?: string[] | undefined;
2601
2601
  prefix?: string | string[] | null | undefined;
2602
- suffix?: string | null | undefined;
2602
+ suffix?: string | string[] | null | undefined;
2603
2603
  period?: {
2604
2604
  start?: string | undefined;
2605
2605
  end?: string | undefined;
@@ -2653,7 +2653,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2653
2653
  text?: string | null | undefined;
2654
2654
  given?: string[] | undefined;
2655
2655
  prefix?: string | string[] | null | undefined;
2656
- suffix?: string | null | undefined;
2656
+ suffix?: string | string[] | null | undefined;
2657
2657
  period?: {
2658
2658
  start?: string | undefined;
2659
2659
  end?: string | undefined;
@@ -2727,7 +2727,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2727
2727
  text?: string | null | undefined;
2728
2728
  given?: string[] | undefined;
2729
2729
  prefix?: string | string[] | null | undefined;
2730
- suffix?: string | null | undefined;
2730
+ suffix?: string | string[] | null | undefined;
2731
2731
  period?: {
2732
2732
  start?: string | undefined;
2733
2733
  end?: string | undefined;
@@ -2801,7 +2801,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2801
2801
  text?: string | null | undefined;
2802
2802
  given?: string[] | undefined;
2803
2803
  prefix?: string | string[] | null | undefined;
2804
- suffix?: string | null | undefined;
2804
+ suffix?: string | string[] | null | undefined;
2805
2805
  period?: {
2806
2806
  start?: string | undefined;
2807
2807
  end?: string | undefined;
@@ -2877,7 +2877,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2877
2877
  text?: string | null | undefined;
2878
2878
  given?: string[] | undefined;
2879
2879
  prefix?: string | string[] | null | undefined;
2880
- suffix?: string | null | undefined;
2880
+ suffix?: string | string[] | null | undefined;
2881
2881
  period?: {
2882
2882
  start?: string | undefined;
2883
2883
  end?: string | undefined;
@@ -2953,7 +2953,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
2953
2953
  text?: string | null | undefined;
2954
2954
  given?: string[] | undefined;
2955
2955
  prefix?: string | string[] | null | undefined;
2956
- suffix?: string | null | undefined;
2956
+ suffix?: string | string[] | null | undefined;
2957
2957
  period?: {
2958
2958
  start?: string | undefined;
2959
2959
  end?: string | undefined;
@@ -3058,7 +3058,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
3058
3058
  text?: string | null | undefined;
3059
3059
  given?: string[] | undefined;
3060
3060
  prefix?: string | string[] | null | undefined;
3061
- suffix?: string | null | undefined;
3061
+ suffix?: string | string[] | null | undefined;
3062
3062
  period?: {
3063
3063
  start?: string | undefined;
3064
3064
  end?: string | undefined;
@@ -3143,7 +3143,7 @@ export declare const patientNetworkLinkRespSchema: z.ZodObject<{
3143
3143
  text?: string | null | undefined;
3144
3144
  given?: string[] | undefined;
3145
3145
  prefix?: string | string[] | null | undefined;
3146
- suffix?: string | null | undefined;
3146
+ suffix?: string | string[] | null | undefined;
3147
3147
  period?: {
3148
3148
  start?: string | undefined;
3149
3149
  end?: string | undefined;