@metriport/commonwell-sdk 7.0.2 → 7.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/address.d.ts +4 -6
- package/dist/models/address.d.ts.map +1 -1
- package/dist/models/address.js +3 -5
- package/dist/models/address.js.map +1 -1
- package/dist/models/contact.d.ts +2 -3
- package/dist/models/contact.d.ts.map +1 -1
- package/dist/models/contact.js +2 -17
- package/dist/models/contact.js.map +1 -1
- package/dist/models/demographics.d.ts +18 -18
- package/dist/models/document.d.ts +280 -280
- package/dist/models/document.js +1 -1
- package/dist/models/document.js.map +1 -1
- package/dist/models/facility.d.ts +6 -6
- package/dist/models/human-name.d.ts +2 -3
- package/dist/models/human-name.d.ts.map +1 -1
- package/dist/models/human-name.js +2 -4
- package/dist/models/human-name.js.map +1 -1
- package/dist/models/identifier.d.ts +8 -16
- package/dist/models/identifier.d.ts.map +1 -1
- package/dist/models/identifier.js +5 -35
- package/dist/models/identifier.js.map +1 -1
- package/dist/models/organization.d.ts +89 -89
- package/dist/models/patient-organization.d.ts +2 -2
- package/dist/models/patient.d.ts +276 -276
- package/dist/models/reference.d.ts +6 -6
- package/package.json +3 -3
|
@@ -164,8 +164,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
164
164
|
masterIdentifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
165
165
|
value: z.ZodString;
|
|
166
166
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
167
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
168
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
167
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
168
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
169
169
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
170
170
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
171
171
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -194,8 +194,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
194
194
|
}>>>;
|
|
195
195
|
}, "strip", z.ZodTypeAny, {
|
|
196
196
|
value: string;
|
|
197
|
-
type?:
|
|
198
|
-
use?:
|
|
197
|
+
type?: string | null | undefined;
|
|
198
|
+
use?: string | null | undefined;
|
|
199
199
|
period?: {
|
|
200
200
|
start?: string | null | undefined;
|
|
201
201
|
end?: string | null | undefined;
|
|
@@ -226,8 +226,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
226
226
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
227
227
|
value: z.ZodString;
|
|
228
228
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
229
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
230
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
229
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
230
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
231
231
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
232
232
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
233
233
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -256,8 +256,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
256
256
|
}>>>;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
258
|
value: string;
|
|
259
|
-
type?:
|
|
260
|
-
use?:
|
|
259
|
+
type?: string | null | undefined;
|
|
260
|
+
use?: string | null | undefined;
|
|
261
261
|
period?: {
|
|
262
262
|
start?: string | null | undefined;
|
|
263
263
|
end?: string | null | undefined;
|
|
@@ -285,7 +285,7 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
285
285
|
display?: string | null | undefined;
|
|
286
286
|
} | null | undefined;
|
|
287
287
|
}>, "many">>>;
|
|
288
|
-
status: z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown
|
|
288
|
+
status: z.ZodDefault<z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown>>;
|
|
289
289
|
docStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["preliminary", "final", "amended", "entered-in-error"]>, "entered-in-error" | "preliminary" | "final" | "amended", unknown>>>;
|
|
290
290
|
type: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
291
291
|
coding: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -353,8 +353,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
353
353
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
354
354
|
value: z.ZodString;
|
|
355
355
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
356
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
357
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
356
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
357
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
358
358
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
359
359
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
360
360
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -383,8 +383,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
383
383
|
}>>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
value: string;
|
|
386
|
-
type?:
|
|
387
|
-
use?:
|
|
386
|
+
type?: string | null | undefined;
|
|
387
|
+
use?: string | null | undefined;
|
|
388
388
|
period?: {
|
|
389
389
|
start?: string | null | undefined;
|
|
390
390
|
end?: string | null | undefined;
|
|
@@ -418,8 +418,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
418
418
|
reference?: string | null | undefined;
|
|
419
419
|
identifier?: {
|
|
420
420
|
value: string;
|
|
421
|
-
type?:
|
|
422
|
-
use?:
|
|
421
|
+
type?: string | null | undefined;
|
|
422
|
+
use?: string | null | undefined;
|
|
423
423
|
period?: {
|
|
424
424
|
start?: string | null | undefined;
|
|
425
425
|
end?: string | null | undefined;
|
|
@@ -460,8 +460,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
460
460
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
461
461
|
value: z.ZodString;
|
|
462
462
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
463
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
464
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
463
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
464
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
465
465
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
466
466
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
467
467
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -490,8 +490,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
490
490
|
}>>>;
|
|
491
491
|
}, "strip", z.ZodTypeAny, {
|
|
492
492
|
value: string;
|
|
493
|
-
type?:
|
|
494
|
-
use?:
|
|
493
|
+
type?: string | null | undefined;
|
|
494
|
+
use?: string | null | undefined;
|
|
495
495
|
period?: {
|
|
496
496
|
start?: string | null | undefined;
|
|
497
497
|
end?: string | null | undefined;
|
|
@@ -525,8 +525,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
525
525
|
reference?: string | null | undefined;
|
|
526
526
|
identifier?: {
|
|
527
527
|
value: string;
|
|
528
|
-
type?:
|
|
529
|
-
use?:
|
|
528
|
+
type?: string | null | undefined;
|
|
529
|
+
use?: string | null | undefined;
|
|
530
530
|
period?: {
|
|
531
531
|
start?: string | null | undefined;
|
|
532
532
|
end?: string | null | undefined;
|
|
@@ -640,8 +640,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
640
640
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
641
641
|
value: z.ZodString;
|
|
642
642
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
643
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
644
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
643
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
644
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
645
645
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
646
646
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
647
647
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -670,8 +670,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
670
670
|
}>>>;
|
|
671
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
672
|
value: string;
|
|
673
|
-
type?:
|
|
674
|
-
use?:
|
|
673
|
+
type?: string | null | undefined;
|
|
674
|
+
use?: string | null | undefined;
|
|
675
675
|
period?: {
|
|
676
676
|
start?: string | null | undefined;
|
|
677
677
|
end?: string | null | undefined;
|
|
@@ -705,8 +705,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
705
705
|
reference?: string | null | undefined;
|
|
706
706
|
identifier?: {
|
|
707
707
|
value: string;
|
|
708
|
-
type?:
|
|
709
|
-
use?:
|
|
708
|
+
type?: string | null | undefined;
|
|
709
|
+
use?: string | null | undefined;
|
|
710
710
|
period?: {
|
|
711
711
|
start?: string | null | undefined;
|
|
712
712
|
end?: string | null | undefined;
|
|
@@ -847,8 +847,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
847
847
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
848
848
|
value: z.ZodString;
|
|
849
849
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
850
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
851
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
850
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
851
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
852
852
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
853
853
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
854
854
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -877,8 +877,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
877
877
|
}>>>;
|
|
878
878
|
}, "strip", z.ZodTypeAny, {
|
|
879
879
|
value: string;
|
|
880
|
-
type?:
|
|
881
|
-
use?:
|
|
880
|
+
type?: string | null | undefined;
|
|
881
|
+
use?: string | null | undefined;
|
|
882
882
|
period?: {
|
|
883
883
|
start?: string | null | undefined;
|
|
884
884
|
end?: string | null | undefined;
|
|
@@ -912,8 +912,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
912
912
|
reference?: string | null | undefined;
|
|
913
913
|
identifier?: {
|
|
914
914
|
value: string;
|
|
915
|
-
type?:
|
|
916
|
-
use?:
|
|
915
|
+
type?: string | null | undefined;
|
|
916
|
+
use?: string | null | undefined;
|
|
917
917
|
period?: {
|
|
918
918
|
start?: string | null | undefined;
|
|
919
919
|
end?: string | null | undefined;
|
|
@@ -959,8 +959,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
959
959
|
reference?: string | null | undefined;
|
|
960
960
|
identifier?: {
|
|
961
961
|
value: string;
|
|
962
|
-
type?:
|
|
963
|
-
use?:
|
|
962
|
+
type?: string | null | undefined;
|
|
963
|
+
use?: string | null | undefined;
|
|
964
964
|
period?: {
|
|
965
965
|
start?: string | null | undefined;
|
|
966
966
|
end?: string | null | undefined;
|
|
@@ -1004,8 +1004,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1004
1004
|
reference?: string | null | undefined;
|
|
1005
1005
|
identifier?: {
|
|
1006
1006
|
value: string;
|
|
1007
|
-
type?:
|
|
1008
|
-
use?:
|
|
1007
|
+
type?: string | null | undefined;
|
|
1008
|
+
use?: string | null | undefined;
|
|
1009
1009
|
period?: {
|
|
1010
1010
|
start?: string | null | undefined;
|
|
1011
1011
|
end?: string | null | undefined;
|
|
@@ -1123,8 +1123,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1123
1123
|
} | null | undefined;
|
|
1124
1124
|
identifier?: {
|
|
1125
1125
|
value: string;
|
|
1126
|
-
type?:
|
|
1127
|
-
use?:
|
|
1126
|
+
type?: string | null | undefined;
|
|
1127
|
+
use?: string | null | undefined;
|
|
1128
1128
|
period?: {
|
|
1129
1129
|
start?: string | null | undefined;
|
|
1130
1130
|
end?: string | null | undefined;
|
|
@@ -1140,8 +1140,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1140
1140
|
id?: string | null | undefined;
|
|
1141
1141
|
masterIdentifier?: {
|
|
1142
1142
|
value: string;
|
|
1143
|
-
type?:
|
|
1144
|
-
use?:
|
|
1143
|
+
type?: string | null | undefined;
|
|
1144
|
+
use?: string | null | undefined;
|
|
1145
1145
|
period?: {
|
|
1146
1146
|
start?: string | null | undefined;
|
|
1147
1147
|
end?: string | null | undefined;
|
|
@@ -1168,8 +1168,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1168
1168
|
reference?: string | null | undefined;
|
|
1169
1169
|
identifier?: {
|
|
1170
1170
|
value: string;
|
|
1171
|
-
type?:
|
|
1172
|
-
use?:
|
|
1171
|
+
type?: string | null | undefined;
|
|
1172
|
+
use?: string | null | undefined;
|
|
1173
1173
|
period?: {
|
|
1174
1174
|
start?: string | null | undefined;
|
|
1175
1175
|
end?: string | null | undefined;
|
|
@@ -1189,8 +1189,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1189
1189
|
reference?: string | null | undefined;
|
|
1190
1190
|
identifier?: {
|
|
1191
1191
|
value: string;
|
|
1192
|
-
type?:
|
|
1193
|
-
use?:
|
|
1192
|
+
type?: string | null | undefined;
|
|
1193
|
+
use?: string | null | undefined;
|
|
1194
1194
|
period?: {
|
|
1195
1195
|
start?: string | null | undefined;
|
|
1196
1196
|
end?: string | null | undefined;
|
|
@@ -1217,8 +1217,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1217
1217
|
reference?: string | null | undefined;
|
|
1218
1218
|
identifier?: {
|
|
1219
1219
|
value: string;
|
|
1220
|
-
type?:
|
|
1221
|
-
use?:
|
|
1220
|
+
type?: string | null | undefined;
|
|
1221
|
+
use?: string | null | undefined;
|
|
1222
1222
|
period?: {
|
|
1223
1223
|
start?: string | null | undefined;
|
|
1224
1224
|
end?: string | null | undefined;
|
|
@@ -1262,8 +1262,8 @@ export declare const documentReferenceSchema: z.ZodObject<{
|
|
|
1262
1262
|
reference?: string | null | undefined;
|
|
1263
1263
|
identifier?: {
|
|
1264
1264
|
value: string;
|
|
1265
|
-
type?:
|
|
1266
|
-
use?:
|
|
1265
|
+
type?: string | null | undefined;
|
|
1266
|
+
use?: string | null | undefined;
|
|
1267
1267
|
period?: {
|
|
1268
1268
|
start?: string | null | undefined;
|
|
1269
1269
|
end?: string | null | undefined;
|
|
@@ -1476,8 +1476,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1476
1476
|
masterIdentifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1477
1477
|
value: z.ZodString;
|
|
1478
1478
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1479
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1480
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1479
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1480
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1481
1481
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1482
1482
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1483
1483
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1506,8 +1506,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1506
1506
|
}>>>;
|
|
1507
1507
|
}, "strip", z.ZodTypeAny, {
|
|
1508
1508
|
value: string;
|
|
1509
|
-
type?:
|
|
1510
|
-
use?:
|
|
1509
|
+
type?: string | null | undefined;
|
|
1510
|
+
use?: string | null | undefined;
|
|
1511
1511
|
period?: {
|
|
1512
1512
|
start?: string | null | undefined;
|
|
1513
1513
|
end?: string | null | undefined;
|
|
@@ -1538,8 +1538,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1538
1538
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1539
1539
|
value: z.ZodString;
|
|
1540
1540
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1541
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1542
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1541
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1542
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1543
1543
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1544
1544
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1545
1545
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1568,8 +1568,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1568
1568
|
}>>>;
|
|
1569
1569
|
}, "strip", z.ZodTypeAny, {
|
|
1570
1570
|
value: string;
|
|
1571
|
-
type?:
|
|
1572
|
-
use?:
|
|
1571
|
+
type?: string | null | undefined;
|
|
1572
|
+
use?: string | null | undefined;
|
|
1573
1573
|
period?: {
|
|
1574
1574
|
start?: string | null | undefined;
|
|
1575
1575
|
end?: string | null | undefined;
|
|
@@ -1597,7 +1597,7 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1597
1597
|
display?: string | null | undefined;
|
|
1598
1598
|
} | null | undefined;
|
|
1599
1599
|
}>, "many">>>;
|
|
1600
|
-
status: z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown
|
|
1600
|
+
status: z.ZodDefault<z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown>>;
|
|
1601
1601
|
docStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["preliminary", "final", "amended", "entered-in-error"]>, "entered-in-error" | "preliminary" | "final" | "amended", unknown>>>;
|
|
1602
1602
|
type: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1603
1603
|
coding: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1665,8 +1665,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1665
1665
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1666
1666
|
value: z.ZodString;
|
|
1667
1667
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1668
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1669
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1668
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1669
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1670
1670
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1671
1671
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1672
1672
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1695,8 +1695,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1695
1695
|
}>>>;
|
|
1696
1696
|
}, "strip", z.ZodTypeAny, {
|
|
1697
1697
|
value: string;
|
|
1698
|
-
type?:
|
|
1699
|
-
use?:
|
|
1698
|
+
type?: string | null | undefined;
|
|
1699
|
+
use?: string | null | undefined;
|
|
1700
1700
|
period?: {
|
|
1701
1701
|
start?: string | null | undefined;
|
|
1702
1702
|
end?: string | null | undefined;
|
|
@@ -1730,8 +1730,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1730
1730
|
reference?: string | null | undefined;
|
|
1731
1731
|
identifier?: {
|
|
1732
1732
|
value: string;
|
|
1733
|
-
type?:
|
|
1734
|
-
use?:
|
|
1733
|
+
type?: string | null | undefined;
|
|
1734
|
+
use?: string | null | undefined;
|
|
1735
1735
|
period?: {
|
|
1736
1736
|
start?: string | null | undefined;
|
|
1737
1737
|
end?: string | null | undefined;
|
|
@@ -1772,8 +1772,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1772
1772
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1773
1773
|
value: z.ZodString;
|
|
1774
1774
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1775
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1776
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1775
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1776
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1777
1777
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1778
1778
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1779
1779
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1802,8 +1802,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1802
1802
|
}>>>;
|
|
1803
1803
|
}, "strip", z.ZodTypeAny, {
|
|
1804
1804
|
value: string;
|
|
1805
|
-
type?:
|
|
1806
|
-
use?:
|
|
1805
|
+
type?: string | null | undefined;
|
|
1806
|
+
use?: string | null | undefined;
|
|
1807
1807
|
period?: {
|
|
1808
1808
|
start?: string | null | undefined;
|
|
1809
1809
|
end?: string | null | undefined;
|
|
@@ -1837,8 +1837,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1837
1837
|
reference?: string | null | undefined;
|
|
1838
1838
|
identifier?: {
|
|
1839
1839
|
value: string;
|
|
1840
|
-
type?:
|
|
1841
|
-
use?:
|
|
1840
|
+
type?: string | null | undefined;
|
|
1841
|
+
use?: string | null | undefined;
|
|
1842
1842
|
period?: {
|
|
1843
1843
|
start?: string | null | undefined;
|
|
1844
1844
|
end?: string | null | undefined;
|
|
@@ -1952,8 +1952,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1952
1952
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1953
1953
|
value: z.ZodString;
|
|
1954
1954
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1955
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1956
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
1955
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1956
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1957
1957
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1958
1958
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1959
1959
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1982,8 +1982,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
1982
1982
|
}>>>;
|
|
1983
1983
|
}, "strip", z.ZodTypeAny, {
|
|
1984
1984
|
value: string;
|
|
1985
|
-
type?:
|
|
1986
|
-
use?:
|
|
1985
|
+
type?: string | null | undefined;
|
|
1986
|
+
use?: string | null | undefined;
|
|
1987
1987
|
period?: {
|
|
1988
1988
|
start?: string | null | undefined;
|
|
1989
1989
|
end?: string | null | undefined;
|
|
@@ -2017,8 +2017,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2017
2017
|
reference?: string | null | undefined;
|
|
2018
2018
|
identifier?: {
|
|
2019
2019
|
value: string;
|
|
2020
|
-
type?:
|
|
2021
|
-
use?:
|
|
2020
|
+
type?: string | null | undefined;
|
|
2021
|
+
use?: string | null | undefined;
|
|
2022
2022
|
period?: {
|
|
2023
2023
|
start?: string | null | undefined;
|
|
2024
2024
|
end?: string | null | undefined;
|
|
@@ -2159,8 +2159,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2159
2159
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2160
2160
|
value: z.ZodString;
|
|
2161
2161
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2162
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
2163
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
2162
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2163
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2164
2164
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2165
2165
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2166
2166
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2189,8 +2189,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2189
2189
|
}>>>;
|
|
2190
2190
|
}, "strip", z.ZodTypeAny, {
|
|
2191
2191
|
value: string;
|
|
2192
|
-
type?:
|
|
2193
|
-
use?:
|
|
2192
|
+
type?: string | null | undefined;
|
|
2193
|
+
use?: string | null | undefined;
|
|
2194
2194
|
period?: {
|
|
2195
2195
|
start?: string | null | undefined;
|
|
2196
2196
|
end?: string | null | undefined;
|
|
@@ -2224,8 +2224,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2224
2224
|
reference?: string | null | undefined;
|
|
2225
2225
|
identifier?: {
|
|
2226
2226
|
value: string;
|
|
2227
|
-
type?:
|
|
2228
|
-
use?:
|
|
2227
|
+
type?: string | null | undefined;
|
|
2228
|
+
use?: string | null | undefined;
|
|
2229
2229
|
period?: {
|
|
2230
2230
|
start?: string | null | undefined;
|
|
2231
2231
|
end?: string | null | undefined;
|
|
@@ -2271,8 +2271,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2271
2271
|
reference?: string | null | undefined;
|
|
2272
2272
|
identifier?: {
|
|
2273
2273
|
value: string;
|
|
2274
|
-
type?:
|
|
2275
|
-
use?:
|
|
2274
|
+
type?: string | null | undefined;
|
|
2275
|
+
use?: string | null | undefined;
|
|
2276
2276
|
period?: {
|
|
2277
2277
|
start?: string | null | undefined;
|
|
2278
2278
|
end?: string | null | undefined;
|
|
@@ -2316,8 +2316,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2316
2316
|
reference?: string | null | undefined;
|
|
2317
2317
|
identifier?: {
|
|
2318
2318
|
value: string;
|
|
2319
|
-
type?:
|
|
2320
|
-
use?:
|
|
2319
|
+
type?: string | null | undefined;
|
|
2320
|
+
use?: string | null | undefined;
|
|
2321
2321
|
period?: {
|
|
2322
2322
|
start?: string | null | undefined;
|
|
2323
2323
|
end?: string | null | undefined;
|
|
@@ -2435,8 +2435,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2435
2435
|
} | null | undefined;
|
|
2436
2436
|
identifier?: {
|
|
2437
2437
|
value: string;
|
|
2438
|
-
type?:
|
|
2439
|
-
use?:
|
|
2438
|
+
type?: string | null | undefined;
|
|
2439
|
+
use?: string | null | undefined;
|
|
2440
2440
|
period?: {
|
|
2441
2441
|
start?: string | null | undefined;
|
|
2442
2442
|
end?: string | null | undefined;
|
|
@@ -2452,8 +2452,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2452
2452
|
id?: string | null | undefined;
|
|
2453
2453
|
masterIdentifier?: {
|
|
2454
2454
|
value: string;
|
|
2455
|
-
type?:
|
|
2456
|
-
use?:
|
|
2455
|
+
type?: string | null | undefined;
|
|
2456
|
+
use?: string | null | undefined;
|
|
2457
2457
|
period?: {
|
|
2458
2458
|
start?: string | null | undefined;
|
|
2459
2459
|
end?: string | null | undefined;
|
|
@@ -2480,8 +2480,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2480
2480
|
reference?: string | null | undefined;
|
|
2481
2481
|
identifier?: {
|
|
2482
2482
|
value: string;
|
|
2483
|
-
type?:
|
|
2484
|
-
use?:
|
|
2483
|
+
type?: string | null | undefined;
|
|
2484
|
+
use?: string | null | undefined;
|
|
2485
2485
|
period?: {
|
|
2486
2486
|
start?: string | null | undefined;
|
|
2487
2487
|
end?: string | null | undefined;
|
|
@@ -2501,8 +2501,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2501
2501
|
reference?: string | null | undefined;
|
|
2502
2502
|
identifier?: {
|
|
2503
2503
|
value: string;
|
|
2504
|
-
type?:
|
|
2505
|
-
use?:
|
|
2504
|
+
type?: string | null | undefined;
|
|
2505
|
+
use?: string | null | undefined;
|
|
2506
2506
|
period?: {
|
|
2507
2507
|
start?: string | null | undefined;
|
|
2508
2508
|
end?: string | null | undefined;
|
|
@@ -2529,8 +2529,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2529
2529
|
reference?: string | null | undefined;
|
|
2530
2530
|
identifier?: {
|
|
2531
2531
|
value: string;
|
|
2532
|
-
type?:
|
|
2533
|
-
use?:
|
|
2532
|
+
type?: string | null | undefined;
|
|
2533
|
+
use?: string | null | undefined;
|
|
2534
2534
|
period?: {
|
|
2535
2535
|
start?: string | null | undefined;
|
|
2536
2536
|
end?: string | null | undefined;
|
|
@@ -2574,8 +2574,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2574
2574
|
reference?: string | null | undefined;
|
|
2575
2575
|
identifier?: {
|
|
2576
2576
|
value: string;
|
|
2577
|
-
type?:
|
|
2578
|
-
use?:
|
|
2577
|
+
type?: string | null | undefined;
|
|
2578
|
+
use?: string | null | undefined;
|
|
2579
2579
|
period?: {
|
|
2580
2580
|
start?: string | null | undefined;
|
|
2581
2581
|
end?: string | null | undefined;
|
|
@@ -2810,8 +2810,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2810
2810
|
} | null | undefined;
|
|
2811
2811
|
identifier?: {
|
|
2812
2812
|
value: string;
|
|
2813
|
-
type?:
|
|
2814
|
-
use?:
|
|
2813
|
+
type?: string | null | undefined;
|
|
2814
|
+
use?: string | null | undefined;
|
|
2815
2815
|
period?: {
|
|
2816
2816
|
start?: string | null | undefined;
|
|
2817
2817
|
end?: string | null | undefined;
|
|
@@ -2827,8 +2827,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2827
2827
|
id?: string | null | undefined;
|
|
2828
2828
|
masterIdentifier?: {
|
|
2829
2829
|
value: string;
|
|
2830
|
-
type?:
|
|
2831
|
-
use?:
|
|
2830
|
+
type?: string | null | undefined;
|
|
2831
|
+
use?: string | null | undefined;
|
|
2832
2832
|
period?: {
|
|
2833
2833
|
start?: string | null | undefined;
|
|
2834
2834
|
end?: string | null | undefined;
|
|
@@ -2855,8 +2855,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2855
2855
|
reference?: string | null | undefined;
|
|
2856
2856
|
identifier?: {
|
|
2857
2857
|
value: string;
|
|
2858
|
-
type?:
|
|
2859
|
-
use?:
|
|
2858
|
+
type?: string | null | undefined;
|
|
2859
|
+
use?: string | null | undefined;
|
|
2860
2860
|
period?: {
|
|
2861
2861
|
start?: string | null | undefined;
|
|
2862
2862
|
end?: string | null | undefined;
|
|
@@ -2876,8 +2876,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2876
2876
|
reference?: string | null | undefined;
|
|
2877
2877
|
identifier?: {
|
|
2878
2878
|
value: string;
|
|
2879
|
-
type?:
|
|
2880
|
-
use?:
|
|
2879
|
+
type?: string | null | undefined;
|
|
2880
|
+
use?: string | null | undefined;
|
|
2881
2881
|
period?: {
|
|
2882
2882
|
start?: string | null | undefined;
|
|
2883
2883
|
end?: string | null | undefined;
|
|
@@ -2904,8 +2904,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2904
2904
|
reference?: string | null | undefined;
|
|
2905
2905
|
identifier?: {
|
|
2906
2906
|
value: string;
|
|
2907
|
-
type?:
|
|
2908
|
-
use?:
|
|
2907
|
+
type?: string | null | undefined;
|
|
2908
|
+
use?: string | null | undefined;
|
|
2909
2909
|
period?: {
|
|
2910
2910
|
start?: string | null | undefined;
|
|
2911
2911
|
end?: string | null | undefined;
|
|
@@ -2949,8 +2949,8 @@ export declare const documentReferenceEntrySchema: z.ZodObject<{
|
|
|
2949
2949
|
reference?: string | null | undefined;
|
|
2950
2950
|
identifier?: {
|
|
2951
2951
|
value: string;
|
|
2952
|
-
type?:
|
|
2953
|
-
use?:
|
|
2952
|
+
type?: string | null | undefined;
|
|
2953
|
+
use?: string | null | undefined;
|
|
2954
2954
|
period?: {
|
|
2955
2955
|
start?: string | null | undefined;
|
|
2956
2956
|
end?: string | null | undefined;
|
|
@@ -3457,8 +3457,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3457
3457
|
masterIdentifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3458
3458
|
value: z.ZodString;
|
|
3459
3459
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3460
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3461
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3460
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3461
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3462
3462
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3463
3463
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3464
3464
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3487,8 +3487,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3487
3487
|
}>>>;
|
|
3488
3488
|
}, "strip", z.ZodTypeAny, {
|
|
3489
3489
|
value: string;
|
|
3490
|
-
type?:
|
|
3491
|
-
use?:
|
|
3490
|
+
type?: string | null | undefined;
|
|
3491
|
+
use?: string | null | undefined;
|
|
3492
3492
|
period?: {
|
|
3493
3493
|
start?: string | null | undefined;
|
|
3494
3494
|
end?: string | null | undefined;
|
|
@@ -3519,8 +3519,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3519
3519
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3520
3520
|
value: z.ZodString;
|
|
3521
3521
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3522
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3523
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3522
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3523
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3524
3524
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3525
3525
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3526
3526
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3549,8 +3549,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3549
3549
|
}>>>;
|
|
3550
3550
|
}, "strip", z.ZodTypeAny, {
|
|
3551
3551
|
value: string;
|
|
3552
|
-
type?:
|
|
3553
|
-
use?:
|
|
3552
|
+
type?: string | null | undefined;
|
|
3553
|
+
use?: string | null | undefined;
|
|
3554
3554
|
period?: {
|
|
3555
3555
|
start?: string | null | undefined;
|
|
3556
3556
|
end?: string | null | undefined;
|
|
@@ -3578,7 +3578,7 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3578
3578
|
display?: string | null | undefined;
|
|
3579
3579
|
} | null | undefined;
|
|
3580
3580
|
}>, "many">>>;
|
|
3581
|
-
status: z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown
|
|
3581
|
+
status: z.ZodDefault<z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown>>;
|
|
3582
3582
|
docStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["preliminary", "final", "amended", "entered-in-error"]>, "entered-in-error" | "preliminary" | "final" | "amended", unknown>>>;
|
|
3583
3583
|
type: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3584
3584
|
coding: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3646,8 +3646,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3646
3646
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3647
3647
|
value: z.ZodString;
|
|
3648
3648
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3649
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3650
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3649
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3650
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3651
3651
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3652
3652
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3653
3653
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3676,8 +3676,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3676
3676
|
}>>>;
|
|
3677
3677
|
}, "strip", z.ZodTypeAny, {
|
|
3678
3678
|
value: string;
|
|
3679
|
-
type?:
|
|
3680
|
-
use?:
|
|
3679
|
+
type?: string | null | undefined;
|
|
3680
|
+
use?: string | null | undefined;
|
|
3681
3681
|
period?: {
|
|
3682
3682
|
start?: string | null | undefined;
|
|
3683
3683
|
end?: string | null | undefined;
|
|
@@ -3711,8 +3711,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3711
3711
|
reference?: string | null | undefined;
|
|
3712
3712
|
identifier?: {
|
|
3713
3713
|
value: string;
|
|
3714
|
-
type?:
|
|
3715
|
-
use?:
|
|
3714
|
+
type?: string | null | undefined;
|
|
3715
|
+
use?: string | null | undefined;
|
|
3716
3716
|
period?: {
|
|
3717
3717
|
start?: string | null | undefined;
|
|
3718
3718
|
end?: string | null | undefined;
|
|
@@ -3753,8 +3753,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3753
3753
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3754
3754
|
value: z.ZodString;
|
|
3755
3755
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3756
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3757
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3756
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3757
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3758
3758
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3759
3759
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3760
3760
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3783,8 +3783,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3783
3783
|
}>>>;
|
|
3784
3784
|
}, "strip", z.ZodTypeAny, {
|
|
3785
3785
|
value: string;
|
|
3786
|
-
type?:
|
|
3787
|
-
use?:
|
|
3786
|
+
type?: string | null | undefined;
|
|
3787
|
+
use?: string | null | undefined;
|
|
3788
3788
|
period?: {
|
|
3789
3789
|
start?: string | null | undefined;
|
|
3790
3790
|
end?: string | null | undefined;
|
|
@@ -3818,8 +3818,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3818
3818
|
reference?: string | null | undefined;
|
|
3819
3819
|
identifier?: {
|
|
3820
3820
|
value: string;
|
|
3821
|
-
type?:
|
|
3822
|
-
use?:
|
|
3821
|
+
type?: string | null | undefined;
|
|
3822
|
+
use?: string | null | undefined;
|
|
3823
3823
|
period?: {
|
|
3824
3824
|
start?: string | null | undefined;
|
|
3825
3825
|
end?: string | null | undefined;
|
|
@@ -3933,8 +3933,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3933
3933
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3934
3934
|
value: z.ZodString;
|
|
3935
3935
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3936
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3937
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
3936
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3937
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
3938
3938
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3939
3939
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3940
3940
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3963,8 +3963,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3963
3963
|
}>>>;
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
3965
|
value: string;
|
|
3966
|
-
type?:
|
|
3967
|
-
use?:
|
|
3966
|
+
type?: string | null | undefined;
|
|
3967
|
+
use?: string | null | undefined;
|
|
3968
3968
|
period?: {
|
|
3969
3969
|
start?: string | null | undefined;
|
|
3970
3970
|
end?: string | null | undefined;
|
|
@@ -3998,8 +3998,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
3998
3998
|
reference?: string | null | undefined;
|
|
3999
3999
|
identifier?: {
|
|
4000
4000
|
value: string;
|
|
4001
|
-
type?:
|
|
4002
|
-
use?:
|
|
4001
|
+
type?: string | null | undefined;
|
|
4002
|
+
use?: string | null | undefined;
|
|
4003
4003
|
period?: {
|
|
4004
4004
|
start?: string | null | undefined;
|
|
4005
4005
|
end?: string | null | undefined;
|
|
@@ -4140,8 +4140,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4140
4140
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4141
4141
|
value: z.ZodString;
|
|
4142
4142
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4143
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
4144
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
4143
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4144
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4145
4145
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4146
4146
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4147
4147
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4170,8 +4170,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4170
4170
|
}>>>;
|
|
4171
4171
|
}, "strip", z.ZodTypeAny, {
|
|
4172
4172
|
value: string;
|
|
4173
|
-
type?:
|
|
4174
|
-
use?:
|
|
4173
|
+
type?: string | null | undefined;
|
|
4174
|
+
use?: string | null | undefined;
|
|
4175
4175
|
period?: {
|
|
4176
4176
|
start?: string | null | undefined;
|
|
4177
4177
|
end?: string | null | undefined;
|
|
@@ -4205,8 +4205,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4205
4205
|
reference?: string | null | undefined;
|
|
4206
4206
|
identifier?: {
|
|
4207
4207
|
value: string;
|
|
4208
|
-
type?:
|
|
4209
|
-
use?:
|
|
4208
|
+
type?: string | null | undefined;
|
|
4209
|
+
use?: string | null | undefined;
|
|
4210
4210
|
period?: {
|
|
4211
4211
|
start?: string | null | undefined;
|
|
4212
4212
|
end?: string | null | undefined;
|
|
@@ -4252,8 +4252,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4252
4252
|
reference?: string | null | undefined;
|
|
4253
4253
|
identifier?: {
|
|
4254
4254
|
value: string;
|
|
4255
|
-
type?:
|
|
4256
|
-
use?:
|
|
4255
|
+
type?: string | null | undefined;
|
|
4256
|
+
use?: string | null | undefined;
|
|
4257
4257
|
period?: {
|
|
4258
4258
|
start?: string | null | undefined;
|
|
4259
4259
|
end?: string | null | undefined;
|
|
@@ -4297,8 +4297,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4297
4297
|
reference?: string | null | undefined;
|
|
4298
4298
|
identifier?: {
|
|
4299
4299
|
value: string;
|
|
4300
|
-
type?:
|
|
4301
|
-
use?:
|
|
4300
|
+
type?: string | null | undefined;
|
|
4301
|
+
use?: string | null | undefined;
|
|
4302
4302
|
period?: {
|
|
4303
4303
|
start?: string | null | undefined;
|
|
4304
4304
|
end?: string | null | undefined;
|
|
@@ -4416,8 +4416,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4416
4416
|
} | null | undefined;
|
|
4417
4417
|
identifier?: {
|
|
4418
4418
|
value: string;
|
|
4419
|
-
type?:
|
|
4420
|
-
use?:
|
|
4419
|
+
type?: string | null | undefined;
|
|
4420
|
+
use?: string | null | undefined;
|
|
4421
4421
|
period?: {
|
|
4422
4422
|
start?: string | null | undefined;
|
|
4423
4423
|
end?: string | null | undefined;
|
|
@@ -4433,8 +4433,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4433
4433
|
id?: string | null | undefined;
|
|
4434
4434
|
masterIdentifier?: {
|
|
4435
4435
|
value: string;
|
|
4436
|
-
type?:
|
|
4437
|
-
use?:
|
|
4436
|
+
type?: string | null | undefined;
|
|
4437
|
+
use?: string | null | undefined;
|
|
4438
4438
|
period?: {
|
|
4439
4439
|
start?: string | null | undefined;
|
|
4440
4440
|
end?: string | null | undefined;
|
|
@@ -4461,8 +4461,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4461
4461
|
reference?: string | null | undefined;
|
|
4462
4462
|
identifier?: {
|
|
4463
4463
|
value: string;
|
|
4464
|
-
type?:
|
|
4465
|
-
use?:
|
|
4464
|
+
type?: string | null | undefined;
|
|
4465
|
+
use?: string | null | undefined;
|
|
4466
4466
|
period?: {
|
|
4467
4467
|
start?: string | null | undefined;
|
|
4468
4468
|
end?: string | null | undefined;
|
|
@@ -4482,8 +4482,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4482
4482
|
reference?: string | null | undefined;
|
|
4483
4483
|
identifier?: {
|
|
4484
4484
|
value: string;
|
|
4485
|
-
type?:
|
|
4486
|
-
use?:
|
|
4485
|
+
type?: string | null | undefined;
|
|
4486
|
+
use?: string | null | undefined;
|
|
4487
4487
|
period?: {
|
|
4488
4488
|
start?: string | null | undefined;
|
|
4489
4489
|
end?: string | null | undefined;
|
|
@@ -4510,8 +4510,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4510
4510
|
reference?: string | null | undefined;
|
|
4511
4511
|
identifier?: {
|
|
4512
4512
|
value: string;
|
|
4513
|
-
type?:
|
|
4514
|
-
use?:
|
|
4513
|
+
type?: string | null | undefined;
|
|
4514
|
+
use?: string | null | undefined;
|
|
4515
4515
|
period?: {
|
|
4516
4516
|
start?: string | null | undefined;
|
|
4517
4517
|
end?: string | null | undefined;
|
|
@@ -4555,8 +4555,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4555
4555
|
reference?: string | null | undefined;
|
|
4556
4556
|
identifier?: {
|
|
4557
4557
|
value: string;
|
|
4558
|
-
type?:
|
|
4559
|
-
use?:
|
|
4558
|
+
type?: string | null | undefined;
|
|
4559
|
+
use?: string | null | undefined;
|
|
4560
4560
|
period?: {
|
|
4561
4561
|
start?: string | null | undefined;
|
|
4562
4562
|
end?: string | null | undefined;
|
|
@@ -4791,8 +4791,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4791
4791
|
} | null | undefined;
|
|
4792
4792
|
identifier?: {
|
|
4793
4793
|
value: string;
|
|
4794
|
-
type?:
|
|
4795
|
-
use?:
|
|
4794
|
+
type?: string | null | undefined;
|
|
4795
|
+
use?: string | null | undefined;
|
|
4796
4796
|
period?: {
|
|
4797
4797
|
start?: string | null | undefined;
|
|
4798
4798
|
end?: string | null | undefined;
|
|
@@ -4808,8 +4808,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4808
4808
|
id?: string | null | undefined;
|
|
4809
4809
|
masterIdentifier?: {
|
|
4810
4810
|
value: string;
|
|
4811
|
-
type?:
|
|
4812
|
-
use?:
|
|
4811
|
+
type?: string | null | undefined;
|
|
4812
|
+
use?: string | null | undefined;
|
|
4813
4813
|
period?: {
|
|
4814
4814
|
start?: string | null | undefined;
|
|
4815
4815
|
end?: string | null | undefined;
|
|
@@ -4836,8 +4836,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4836
4836
|
reference?: string | null | undefined;
|
|
4837
4837
|
identifier?: {
|
|
4838
4838
|
value: string;
|
|
4839
|
-
type?:
|
|
4840
|
-
use?:
|
|
4839
|
+
type?: string | null | undefined;
|
|
4840
|
+
use?: string | null | undefined;
|
|
4841
4841
|
period?: {
|
|
4842
4842
|
start?: string | null | undefined;
|
|
4843
4843
|
end?: string | null | undefined;
|
|
@@ -4857,8 +4857,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4857
4857
|
reference?: string | null | undefined;
|
|
4858
4858
|
identifier?: {
|
|
4859
4859
|
value: string;
|
|
4860
|
-
type?:
|
|
4861
|
-
use?:
|
|
4860
|
+
type?: string | null | undefined;
|
|
4861
|
+
use?: string | null | undefined;
|
|
4862
4862
|
period?: {
|
|
4863
4863
|
start?: string | null | undefined;
|
|
4864
4864
|
end?: string | null | undefined;
|
|
@@ -4885,8 +4885,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4885
4885
|
reference?: string | null | undefined;
|
|
4886
4886
|
identifier?: {
|
|
4887
4887
|
value: string;
|
|
4888
|
-
type?:
|
|
4889
|
-
use?:
|
|
4888
|
+
type?: string | null | undefined;
|
|
4889
|
+
use?: string | null | undefined;
|
|
4890
4890
|
period?: {
|
|
4891
4891
|
start?: string | null | undefined;
|
|
4892
4892
|
end?: string | null | undefined;
|
|
@@ -4930,8 +4930,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
4930
4930
|
reference?: string | null | undefined;
|
|
4931
4931
|
identifier?: {
|
|
4932
4932
|
value: string;
|
|
4933
|
-
type?:
|
|
4934
|
-
use?:
|
|
4933
|
+
type?: string | null | undefined;
|
|
4934
|
+
use?: string | null | undefined;
|
|
4935
4935
|
period?: {
|
|
4936
4936
|
start?: string | null | undefined;
|
|
4937
4937
|
end?: string | null | undefined;
|
|
@@ -5169,8 +5169,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5169
5169
|
} | null | undefined;
|
|
5170
5170
|
identifier?: {
|
|
5171
5171
|
value: string;
|
|
5172
|
-
type?:
|
|
5173
|
-
use?:
|
|
5172
|
+
type?: string | null | undefined;
|
|
5173
|
+
use?: string | null | undefined;
|
|
5174
5174
|
period?: {
|
|
5175
5175
|
start?: string | null | undefined;
|
|
5176
5176
|
end?: string | null | undefined;
|
|
@@ -5186,8 +5186,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5186
5186
|
id?: string | null | undefined;
|
|
5187
5187
|
masterIdentifier?: {
|
|
5188
5188
|
value: string;
|
|
5189
|
-
type?:
|
|
5190
|
-
use?:
|
|
5189
|
+
type?: string | null | undefined;
|
|
5190
|
+
use?: string | null | undefined;
|
|
5191
5191
|
period?: {
|
|
5192
5192
|
start?: string | null | undefined;
|
|
5193
5193
|
end?: string | null | undefined;
|
|
@@ -5214,8 +5214,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5214
5214
|
reference?: string | null | undefined;
|
|
5215
5215
|
identifier?: {
|
|
5216
5216
|
value: string;
|
|
5217
|
-
type?:
|
|
5218
|
-
use?:
|
|
5217
|
+
type?: string | null | undefined;
|
|
5218
|
+
use?: string | null | undefined;
|
|
5219
5219
|
period?: {
|
|
5220
5220
|
start?: string | null | undefined;
|
|
5221
5221
|
end?: string | null | undefined;
|
|
@@ -5235,8 +5235,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5235
5235
|
reference?: string | null | undefined;
|
|
5236
5236
|
identifier?: {
|
|
5237
5237
|
value: string;
|
|
5238
|
-
type?:
|
|
5239
|
-
use?:
|
|
5238
|
+
type?: string | null | undefined;
|
|
5239
|
+
use?: string | null | undefined;
|
|
5240
5240
|
period?: {
|
|
5241
5241
|
start?: string | null | undefined;
|
|
5242
5242
|
end?: string | null | undefined;
|
|
@@ -5263,8 +5263,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5263
5263
|
reference?: string | null | undefined;
|
|
5264
5264
|
identifier?: {
|
|
5265
5265
|
value: string;
|
|
5266
|
-
type?:
|
|
5267
|
-
use?:
|
|
5266
|
+
type?: string | null | undefined;
|
|
5267
|
+
use?: string | null | undefined;
|
|
5268
5268
|
period?: {
|
|
5269
5269
|
start?: string | null | undefined;
|
|
5270
5270
|
end?: string | null | undefined;
|
|
@@ -5308,8 +5308,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5308
5308
|
reference?: string | null | undefined;
|
|
5309
5309
|
identifier?: {
|
|
5310
5310
|
value: string;
|
|
5311
|
-
type?:
|
|
5312
|
-
use?:
|
|
5311
|
+
type?: string | null | undefined;
|
|
5312
|
+
use?: string | null | undefined;
|
|
5313
5313
|
period?: {
|
|
5314
5314
|
start?: string | null | undefined;
|
|
5315
5315
|
end?: string | null | undefined;
|
|
@@ -5361,8 +5361,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5361
5361
|
} | null | undefined;
|
|
5362
5362
|
identifier?: {
|
|
5363
5363
|
value: string;
|
|
5364
|
-
type?:
|
|
5365
|
-
use?:
|
|
5364
|
+
type?: string | null | undefined;
|
|
5365
|
+
use?: string | null | undefined;
|
|
5366
5366
|
period?: {
|
|
5367
5367
|
start?: string | null | undefined;
|
|
5368
5368
|
end?: string | null | undefined;
|
|
@@ -5378,8 +5378,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5378
5378
|
id?: string | null | undefined;
|
|
5379
5379
|
masterIdentifier?: {
|
|
5380
5380
|
value: string;
|
|
5381
|
-
type?:
|
|
5382
|
-
use?:
|
|
5381
|
+
type?: string | null | undefined;
|
|
5382
|
+
use?: string | null | undefined;
|
|
5383
5383
|
period?: {
|
|
5384
5384
|
start?: string | null | undefined;
|
|
5385
5385
|
end?: string | null | undefined;
|
|
@@ -5406,8 +5406,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5406
5406
|
reference?: string | null | undefined;
|
|
5407
5407
|
identifier?: {
|
|
5408
5408
|
value: string;
|
|
5409
|
-
type?:
|
|
5410
|
-
use?:
|
|
5409
|
+
type?: string | null | undefined;
|
|
5410
|
+
use?: string | null | undefined;
|
|
5411
5411
|
period?: {
|
|
5412
5412
|
start?: string | null | undefined;
|
|
5413
5413
|
end?: string | null | undefined;
|
|
@@ -5427,8 +5427,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5427
5427
|
reference?: string | null | undefined;
|
|
5428
5428
|
identifier?: {
|
|
5429
5429
|
value: string;
|
|
5430
|
-
type?:
|
|
5431
|
-
use?:
|
|
5430
|
+
type?: string | null | undefined;
|
|
5431
|
+
use?: string | null | undefined;
|
|
5432
5432
|
period?: {
|
|
5433
5433
|
start?: string | null | undefined;
|
|
5434
5434
|
end?: string | null | undefined;
|
|
@@ -5455,8 +5455,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5455
5455
|
reference?: string | null | undefined;
|
|
5456
5456
|
identifier?: {
|
|
5457
5457
|
value: string;
|
|
5458
|
-
type?:
|
|
5459
|
-
use?:
|
|
5458
|
+
type?: string | null | undefined;
|
|
5459
|
+
use?: string | null | undefined;
|
|
5460
5460
|
period?: {
|
|
5461
5461
|
start?: string | null | undefined;
|
|
5462
5462
|
end?: string | null | undefined;
|
|
@@ -5500,8 +5500,8 @@ export declare const documentQueryResponseSchema: z.ZodObject<{
|
|
|
5500
5500
|
reference?: string | null | undefined;
|
|
5501
5501
|
identifier?: {
|
|
5502
5502
|
value: string;
|
|
5503
|
-
type?:
|
|
5504
|
-
use?:
|
|
5503
|
+
type?: string | null | undefined;
|
|
5504
|
+
use?: string | null | undefined;
|
|
5505
5505
|
period?: {
|
|
5506
5506
|
start?: string | null | undefined;
|
|
5507
5507
|
end?: string | null | undefined;
|
|
@@ -5535,8 +5535,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5535
5535
|
masterIdentifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5536
5536
|
value: z.ZodString;
|
|
5537
5537
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5538
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5539
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5538
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5539
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5540
5540
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5541
5541
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5542
5542
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5565,8 +5565,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5565
5565
|
}>>>;
|
|
5566
5566
|
}, "strip", z.ZodTypeAny, {
|
|
5567
5567
|
value: string;
|
|
5568
|
-
type?:
|
|
5569
|
-
use?:
|
|
5568
|
+
type?: string | null | undefined;
|
|
5569
|
+
use?: string | null | undefined;
|
|
5570
5570
|
period?: {
|
|
5571
5571
|
start?: string | null | undefined;
|
|
5572
5572
|
end?: string | null | undefined;
|
|
@@ -5597,8 +5597,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5597
5597
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5598
5598
|
value: z.ZodString;
|
|
5599
5599
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5600
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5601
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5600
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5601
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5602
5602
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5603
5603
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5604
5604
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5627,8 +5627,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5627
5627
|
}>>>;
|
|
5628
5628
|
}, "strip", z.ZodTypeAny, {
|
|
5629
5629
|
value: string;
|
|
5630
|
-
type?:
|
|
5631
|
-
use?:
|
|
5630
|
+
type?: string | null | undefined;
|
|
5631
|
+
use?: string | null | undefined;
|
|
5632
5632
|
period?: {
|
|
5633
5633
|
start?: string | null | undefined;
|
|
5634
5634
|
end?: string | null | undefined;
|
|
@@ -5656,7 +5656,7 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5656
5656
|
display?: string | null | undefined;
|
|
5657
5657
|
} | null | undefined;
|
|
5658
5658
|
}>, "many">>>;
|
|
5659
|
-
status: z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown
|
|
5659
|
+
status: z.ZodDefault<z.ZodEffects<z.ZodEnum<["current", "superseded", "entered-in-error"]>, "current" | "superseded" | "entered-in-error", unknown>>;
|
|
5660
5660
|
docStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["preliminary", "final", "amended", "entered-in-error"]>, "entered-in-error" | "preliminary" | "final" | "amended", unknown>>>;
|
|
5661
5661
|
type: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5662
5662
|
coding: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5724,8 +5724,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5724
5724
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5725
5725
|
value: z.ZodString;
|
|
5726
5726
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5727
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5728
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5727
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5728
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5729
5729
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5730
5730
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5731
5731
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5754,8 +5754,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5754
5754
|
}>>>;
|
|
5755
5755
|
}, "strip", z.ZodTypeAny, {
|
|
5756
5756
|
value: string;
|
|
5757
|
-
type?:
|
|
5758
|
-
use?:
|
|
5757
|
+
type?: string | null | undefined;
|
|
5758
|
+
use?: string | null | undefined;
|
|
5759
5759
|
period?: {
|
|
5760
5760
|
start?: string | null | undefined;
|
|
5761
5761
|
end?: string | null | undefined;
|
|
@@ -5789,8 +5789,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5789
5789
|
reference?: string | null | undefined;
|
|
5790
5790
|
identifier?: {
|
|
5791
5791
|
value: string;
|
|
5792
|
-
type?:
|
|
5793
|
-
use?:
|
|
5792
|
+
type?: string | null | undefined;
|
|
5793
|
+
use?: string | null | undefined;
|
|
5794
5794
|
period?: {
|
|
5795
5795
|
start?: string | null | undefined;
|
|
5796
5796
|
end?: string | null | undefined;
|
|
@@ -5831,8 +5831,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5831
5831
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5832
5832
|
value: z.ZodString;
|
|
5833
5833
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5834
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5835
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
5834
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5835
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5836
5836
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5837
5837
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5838
5838
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5861,8 +5861,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5861
5861
|
}>>>;
|
|
5862
5862
|
}, "strip", z.ZodTypeAny, {
|
|
5863
5863
|
value: string;
|
|
5864
|
-
type?:
|
|
5865
|
-
use?:
|
|
5864
|
+
type?: string | null | undefined;
|
|
5865
|
+
use?: string | null | undefined;
|
|
5866
5866
|
period?: {
|
|
5867
5867
|
start?: string | null | undefined;
|
|
5868
5868
|
end?: string | null | undefined;
|
|
@@ -5896,8 +5896,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
5896
5896
|
reference?: string | null | undefined;
|
|
5897
5897
|
identifier?: {
|
|
5898
5898
|
value: string;
|
|
5899
|
-
type?:
|
|
5900
|
-
use?:
|
|
5899
|
+
type?: string | null | undefined;
|
|
5900
|
+
use?: string | null | undefined;
|
|
5901
5901
|
period?: {
|
|
5902
5902
|
start?: string | null | undefined;
|
|
5903
5903
|
end?: string | null | undefined;
|
|
@@ -6011,8 +6011,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6011
6011
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6012
6012
|
value: z.ZodString;
|
|
6013
6013
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6014
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
6015
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
6014
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
6015
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
6016
6016
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6017
6017
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6018
6018
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6041,8 +6041,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6041
6041
|
}>>>;
|
|
6042
6042
|
}, "strip", z.ZodTypeAny, {
|
|
6043
6043
|
value: string;
|
|
6044
|
-
type?:
|
|
6045
|
-
use?:
|
|
6044
|
+
type?: string | null | undefined;
|
|
6045
|
+
use?: string | null | undefined;
|
|
6046
6046
|
period?: {
|
|
6047
6047
|
start?: string | null | undefined;
|
|
6048
6048
|
end?: string | null | undefined;
|
|
@@ -6076,8 +6076,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6076
6076
|
reference?: string | null | undefined;
|
|
6077
6077
|
identifier?: {
|
|
6078
6078
|
value: string;
|
|
6079
|
-
type?:
|
|
6080
|
-
use?:
|
|
6079
|
+
type?: string | null | undefined;
|
|
6080
|
+
use?: string | null | undefined;
|
|
6081
6081
|
period?: {
|
|
6082
6082
|
start?: string | null | undefined;
|
|
6083
6083
|
end?: string | null | undefined;
|
|
@@ -6218,8 +6218,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6218
6218
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6219
6219
|
value: z.ZodString;
|
|
6220
6220
|
system: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6221
|
-
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
6222
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.
|
|
6221
|
+
use: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
6222
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, unknown>, z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
6223
6223
|
assigner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6224
6224
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6225
6225
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6248,8 +6248,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6248
6248
|
}>>>;
|
|
6249
6249
|
}, "strip", z.ZodTypeAny, {
|
|
6250
6250
|
value: string;
|
|
6251
|
-
type?:
|
|
6252
|
-
use?:
|
|
6251
|
+
type?: string | null | undefined;
|
|
6252
|
+
use?: string | null | undefined;
|
|
6253
6253
|
period?: {
|
|
6254
6254
|
start?: string | null | undefined;
|
|
6255
6255
|
end?: string | null | undefined;
|
|
@@ -6283,8 +6283,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6283
6283
|
reference?: string | null | undefined;
|
|
6284
6284
|
identifier?: {
|
|
6285
6285
|
value: string;
|
|
6286
|
-
type?:
|
|
6287
|
-
use?:
|
|
6286
|
+
type?: string | null | undefined;
|
|
6287
|
+
use?: string | null | undefined;
|
|
6288
6288
|
period?: {
|
|
6289
6289
|
start?: string | null | undefined;
|
|
6290
6290
|
end?: string | null | undefined;
|
|
@@ -6330,8 +6330,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6330
6330
|
reference?: string | null | undefined;
|
|
6331
6331
|
identifier?: {
|
|
6332
6332
|
value: string;
|
|
6333
|
-
type?:
|
|
6334
|
-
use?:
|
|
6333
|
+
type?: string | null | undefined;
|
|
6334
|
+
use?: string | null | undefined;
|
|
6335
6335
|
period?: {
|
|
6336
6336
|
start?: string | null | undefined;
|
|
6337
6337
|
end?: string | null | undefined;
|
|
@@ -6375,8 +6375,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6375
6375
|
reference?: string | null | undefined;
|
|
6376
6376
|
identifier?: {
|
|
6377
6377
|
value: string;
|
|
6378
|
-
type?:
|
|
6379
|
-
use?:
|
|
6378
|
+
type?: string | null | undefined;
|
|
6379
|
+
use?: string | null | undefined;
|
|
6380
6380
|
period?: {
|
|
6381
6381
|
start?: string | null | undefined;
|
|
6382
6382
|
end?: string | null | undefined;
|
|
@@ -6494,8 +6494,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6494
6494
|
} | null | undefined;
|
|
6495
6495
|
identifier?: {
|
|
6496
6496
|
value: string;
|
|
6497
|
-
type?:
|
|
6498
|
-
use?:
|
|
6497
|
+
type?: string | null | undefined;
|
|
6498
|
+
use?: string | null | undefined;
|
|
6499
6499
|
period?: {
|
|
6500
6500
|
start?: string | null | undefined;
|
|
6501
6501
|
end?: string | null | undefined;
|
|
@@ -6511,8 +6511,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6511
6511
|
id?: string | null | undefined;
|
|
6512
6512
|
masterIdentifier?: {
|
|
6513
6513
|
value: string;
|
|
6514
|
-
type?:
|
|
6515
|
-
use?:
|
|
6514
|
+
type?: string | null | undefined;
|
|
6515
|
+
use?: string | null | undefined;
|
|
6516
6516
|
period?: {
|
|
6517
6517
|
start?: string | null | undefined;
|
|
6518
6518
|
end?: string | null | undefined;
|
|
@@ -6539,8 +6539,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6539
6539
|
reference?: string | null | undefined;
|
|
6540
6540
|
identifier?: {
|
|
6541
6541
|
value: string;
|
|
6542
|
-
type?:
|
|
6543
|
-
use?:
|
|
6542
|
+
type?: string | null | undefined;
|
|
6543
|
+
use?: string | null | undefined;
|
|
6544
6544
|
period?: {
|
|
6545
6545
|
start?: string | null | undefined;
|
|
6546
6546
|
end?: string | null | undefined;
|
|
@@ -6560,8 +6560,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6560
6560
|
reference?: string | null | undefined;
|
|
6561
6561
|
identifier?: {
|
|
6562
6562
|
value: string;
|
|
6563
|
-
type?:
|
|
6564
|
-
use?:
|
|
6563
|
+
type?: string | null | undefined;
|
|
6564
|
+
use?: string | null | undefined;
|
|
6565
6565
|
period?: {
|
|
6566
6566
|
start?: string | null | undefined;
|
|
6567
6567
|
end?: string | null | undefined;
|
|
@@ -6588,8 +6588,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6588
6588
|
reference?: string | null | undefined;
|
|
6589
6589
|
identifier?: {
|
|
6590
6590
|
value: string;
|
|
6591
|
-
type?:
|
|
6592
|
-
use?:
|
|
6591
|
+
type?: string | null | undefined;
|
|
6592
|
+
use?: string | null | undefined;
|
|
6593
6593
|
period?: {
|
|
6594
6594
|
start?: string | null | undefined;
|
|
6595
6595
|
end?: string | null | undefined;
|
|
@@ -6633,8 +6633,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6633
6633
|
reference?: string | null | undefined;
|
|
6634
6634
|
identifier?: {
|
|
6635
6635
|
value: string;
|
|
6636
|
-
type?:
|
|
6637
|
-
use?:
|
|
6636
|
+
type?: string | null | undefined;
|
|
6637
|
+
use?: string | null | undefined;
|
|
6638
6638
|
period?: {
|
|
6639
6639
|
start?: string | null | undefined;
|
|
6640
6640
|
end?: string | null | undefined;
|
|
@@ -6869,8 +6869,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6869
6869
|
} | null | undefined;
|
|
6870
6870
|
identifier?: {
|
|
6871
6871
|
value: string;
|
|
6872
|
-
type?:
|
|
6873
|
-
use?:
|
|
6872
|
+
type?: string | null | undefined;
|
|
6873
|
+
use?: string | null | undefined;
|
|
6874
6874
|
period?: {
|
|
6875
6875
|
start?: string | null | undefined;
|
|
6876
6876
|
end?: string | null | undefined;
|
|
@@ -6886,8 +6886,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6886
6886
|
id?: string | null | undefined;
|
|
6887
6887
|
masterIdentifier?: {
|
|
6888
6888
|
value: string;
|
|
6889
|
-
type?:
|
|
6890
|
-
use?:
|
|
6889
|
+
type?: string | null | undefined;
|
|
6890
|
+
use?: string | null | undefined;
|
|
6891
6891
|
period?: {
|
|
6892
6892
|
start?: string | null | undefined;
|
|
6893
6893
|
end?: string | null | undefined;
|
|
@@ -6914,8 +6914,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6914
6914
|
reference?: string | null | undefined;
|
|
6915
6915
|
identifier?: {
|
|
6916
6916
|
value: string;
|
|
6917
|
-
type?:
|
|
6918
|
-
use?:
|
|
6917
|
+
type?: string | null | undefined;
|
|
6918
|
+
use?: string | null | undefined;
|
|
6919
6919
|
period?: {
|
|
6920
6920
|
start?: string | null | undefined;
|
|
6921
6921
|
end?: string | null | undefined;
|
|
@@ -6935,8 +6935,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6935
6935
|
reference?: string | null | undefined;
|
|
6936
6936
|
identifier?: {
|
|
6937
6937
|
value: string;
|
|
6938
|
-
type?:
|
|
6939
|
-
use?:
|
|
6938
|
+
type?: string | null | undefined;
|
|
6939
|
+
use?: string | null | undefined;
|
|
6940
6940
|
period?: {
|
|
6941
6941
|
start?: string | null | undefined;
|
|
6942
6942
|
end?: string | null | undefined;
|
|
@@ -6963,8 +6963,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
6963
6963
|
reference?: string | null | undefined;
|
|
6964
6964
|
identifier?: {
|
|
6965
6965
|
value: string;
|
|
6966
|
-
type?:
|
|
6967
|
-
use?:
|
|
6966
|
+
type?: string | null | undefined;
|
|
6967
|
+
use?: string | null | undefined;
|
|
6968
6968
|
period?: {
|
|
6969
6969
|
start?: string | null | undefined;
|
|
6970
6970
|
end?: string | null | undefined;
|
|
@@ -7008,8 +7008,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7008
7008
|
reference?: string | null | undefined;
|
|
7009
7009
|
identifier?: {
|
|
7010
7010
|
value: string;
|
|
7011
|
-
type?:
|
|
7012
|
-
use?:
|
|
7011
|
+
type?: string | null | undefined;
|
|
7012
|
+
use?: string | null | undefined;
|
|
7013
7013
|
period?: {
|
|
7014
7014
|
start?: string | null | undefined;
|
|
7015
7015
|
end?: string | null | undefined;
|
|
@@ -7415,8 +7415,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7415
7415
|
} | null | undefined;
|
|
7416
7416
|
identifier?: {
|
|
7417
7417
|
value: string;
|
|
7418
|
-
type?:
|
|
7419
|
-
use?:
|
|
7418
|
+
type?: string | null | undefined;
|
|
7419
|
+
use?: string | null | undefined;
|
|
7420
7420
|
period?: {
|
|
7421
7421
|
start?: string | null | undefined;
|
|
7422
7422
|
end?: string | null | undefined;
|
|
@@ -7432,8 +7432,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7432
7432
|
id?: string | null | undefined;
|
|
7433
7433
|
masterIdentifier?: {
|
|
7434
7434
|
value: string;
|
|
7435
|
-
type?:
|
|
7436
|
-
use?:
|
|
7435
|
+
type?: string | null | undefined;
|
|
7436
|
+
use?: string | null | undefined;
|
|
7437
7437
|
period?: {
|
|
7438
7438
|
start?: string | null | undefined;
|
|
7439
7439
|
end?: string | null | undefined;
|
|
@@ -7460,8 +7460,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7460
7460
|
reference?: string | null | undefined;
|
|
7461
7461
|
identifier?: {
|
|
7462
7462
|
value: string;
|
|
7463
|
-
type?:
|
|
7464
|
-
use?:
|
|
7463
|
+
type?: string | null | undefined;
|
|
7464
|
+
use?: string | null | undefined;
|
|
7465
7465
|
period?: {
|
|
7466
7466
|
start?: string | null | undefined;
|
|
7467
7467
|
end?: string | null | undefined;
|
|
@@ -7481,8 +7481,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7481
7481
|
reference?: string | null | undefined;
|
|
7482
7482
|
identifier?: {
|
|
7483
7483
|
value: string;
|
|
7484
|
-
type?:
|
|
7485
|
-
use?:
|
|
7484
|
+
type?: string | null | undefined;
|
|
7485
|
+
use?: string | null | undefined;
|
|
7486
7486
|
period?: {
|
|
7487
7487
|
start?: string | null | undefined;
|
|
7488
7488
|
end?: string | null | undefined;
|
|
@@ -7509,8 +7509,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7509
7509
|
reference?: string | null | undefined;
|
|
7510
7510
|
identifier?: {
|
|
7511
7511
|
value: string;
|
|
7512
|
-
type?:
|
|
7513
|
-
use?:
|
|
7512
|
+
type?: string | null | undefined;
|
|
7513
|
+
use?: string | null | undefined;
|
|
7514
7514
|
period?: {
|
|
7515
7515
|
start?: string | null | undefined;
|
|
7516
7516
|
end?: string | null | undefined;
|
|
@@ -7554,8 +7554,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7554
7554
|
reference?: string | null | undefined;
|
|
7555
7555
|
identifier?: {
|
|
7556
7556
|
value: string;
|
|
7557
|
-
type?:
|
|
7558
|
-
use?:
|
|
7557
|
+
type?: string | null | undefined;
|
|
7558
|
+
use?: string | null | undefined;
|
|
7559
7559
|
period?: {
|
|
7560
7560
|
start?: string | null | undefined;
|
|
7561
7561
|
end?: string | null | undefined;
|
|
@@ -7631,8 +7631,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7631
7631
|
} | null | undefined;
|
|
7632
7632
|
identifier?: {
|
|
7633
7633
|
value: string;
|
|
7634
|
-
type?:
|
|
7635
|
-
use?:
|
|
7634
|
+
type?: string | null | undefined;
|
|
7635
|
+
use?: string | null | undefined;
|
|
7636
7636
|
period?: {
|
|
7637
7637
|
start?: string | null | undefined;
|
|
7638
7638
|
end?: string | null | undefined;
|
|
@@ -7648,8 +7648,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7648
7648
|
id?: string | null | undefined;
|
|
7649
7649
|
masterIdentifier?: {
|
|
7650
7650
|
value: string;
|
|
7651
|
-
type?:
|
|
7652
|
-
use?:
|
|
7651
|
+
type?: string | null | undefined;
|
|
7652
|
+
use?: string | null | undefined;
|
|
7653
7653
|
period?: {
|
|
7654
7654
|
start?: string | null | undefined;
|
|
7655
7655
|
end?: string | null | undefined;
|
|
@@ -7676,8 +7676,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7676
7676
|
reference?: string | null | undefined;
|
|
7677
7677
|
identifier?: {
|
|
7678
7678
|
value: string;
|
|
7679
|
-
type?:
|
|
7680
|
-
use?:
|
|
7679
|
+
type?: string | null | undefined;
|
|
7680
|
+
use?: string | null | undefined;
|
|
7681
7681
|
period?: {
|
|
7682
7682
|
start?: string | null | undefined;
|
|
7683
7683
|
end?: string | null | undefined;
|
|
@@ -7697,8 +7697,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7697
7697
|
reference?: string | null | undefined;
|
|
7698
7698
|
identifier?: {
|
|
7699
7699
|
value: string;
|
|
7700
|
-
type?:
|
|
7701
|
-
use?:
|
|
7700
|
+
type?: string | null | undefined;
|
|
7701
|
+
use?: string | null | undefined;
|
|
7702
7702
|
period?: {
|
|
7703
7703
|
start?: string | null | undefined;
|
|
7704
7704
|
end?: string | null | undefined;
|
|
@@ -7725,8 +7725,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7725
7725
|
reference?: string | null | undefined;
|
|
7726
7726
|
identifier?: {
|
|
7727
7727
|
value: string;
|
|
7728
|
-
type?:
|
|
7729
|
-
use?:
|
|
7728
|
+
type?: string | null | undefined;
|
|
7729
|
+
use?: string | null | undefined;
|
|
7730
7730
|
period?: {
|
|
7731
7731
|
start?: string | null | undefined;
|
|
7732
7732
|
end?: string | null | undefined;
|
|
@@ -7770,8 +7770,8 @@ export declare const documentQueryFullResponseSchema: z.ZodObject<{
|
|
|
7770
7770
|
reference?: string | null | undefined;
|
|
7771
7771
|
identifier?: {
|
|
7772
7772
|
value: string;
|
|
7773
|
-
type?:
|
|
7774
|
-
use?:
|
|
7773
|
+
type?: string | null | undefined;
|
|
7774
|
+
use?: string | null | undefined;
|
|
7775
7775
|
period?: {
|
|
7776
7776
|
start?: string | null | undefined;
|
|
7777
7777
|
end?: string | null | undefined;
|