@metriport/ihe-gateway-sdk 0.28.0 → 0.28.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/document-query/document-query-requests.d.ts +3 -0
- package/dist/models/document-query/document-query-requests.d.ts.map +1 -1
- package/dist/models/document-query/document-query-requests.js +1 -0
- package/dist/models/document-query/document-query-requests.js.map +1 -1
- package/dist/models/document-query/document-query-responses.d.ts +18 -0
- package/dist/models/document-query/document-query-responses.d.ts.map +1 -1
- package/dist/models/document-retrieval/document-retrieval-responses.d.ts +18 -0
- package/dist/models/document-retrieval/document-retrieval-responses.d.ts.map +1 -1
- package/dist/models/patient-discovery/patient-discovery-responses.d.ts +26 -0
- package/dist/models/patient-discovery/patient-discovery-responses.d.ts.map +1 -1
- package/dist/models/shared.d.ts +6 -0
- package/dist/models/shared.d.ts.map +1 -1
- package/dist/models/shared.js +1 -0
- package/dist/models/shared.js.map +1 -1
- package/package.json +4 -4
|
@@ -152,6 +152,7 @@ export declare const outboundDocumentQueryReqSchema: z.ZodObject<z.objectUtil.ex
|
|
|
152
152
|
patientId: z.ZodString;
|
|
153
153
|
cxId: z.ZodString;
|
|
154
154
|
documentType: z.ZodOptional<z.ZodString>;
|
|
155
|
+
facilityId: z.ZodOptional<z.ZodString>;
|
|
155
156
|
}>, "strip", z.ZodTypeAny, {
|
|
156
157
|
id: string;
|
|
157
158
|
cxId: string;
|
|
@@ -185,6 +186,7 @@ export declare const outboundDocumentQueryReqSchema: z.ZodObject<z.objectUtil.ex
|
|
|
185
186
|
};
|
|
186
187
|
requestChunkId?: string | undefined;
|
|
187
188
|
signatureConfirmation?: string | undefined;
|
|
189
|
+
facilityId?: string | undefined;
|
|
188
190
|
classCode?: {
|
|
189
191
|
code: string;
|
|
190
192
|
system: string;
|
|
@@ -239,6 +241,7 @@ export declare const outboundDocumentQueryReqSchema: z.ZodObject<z.objectUtil.ex
|
|
|
239
241
|
};
|
|
240
242
|
requestChunkId?: string | undefined;
|
|
241
243
|
signatureConfirmation?: string | undefined;
|
|
244
|
+
facilityId?: string | undefined;
|
|
242
245
|
classCode?: {
|
|
243
246
|
code: string;
|
|
244
247
|
system: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-query-requests.d.ts","sourceRoot":"","sources":["../../../src/models/document-query/document-query-requests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AASzB,eAAO,MAAM,eAAe;;;;;;;;;EAG1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAYxD,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"document-query-requests.d.ts","sourceRoot":"","sources":["../../../src/models/document-query/document-query-requests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AASzB,eAAO,MAAM,eAAe;;;;;;;;;EAG1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAYxD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAGtF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAC;AAC3E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,QAAA,MAAM,kBAAkB,6FAAoE,CAAC;AAC7F,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAIvE,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEhD,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -45,6 +45,7 @@ exports.outboundDocumentQueryReqSchema = documentQueryDefaultReqSchema.extend({
|
|
|
45
45
|
patientId: z.string(),
|
|
46
46
|
cxId: z.string(),
|
|
47
47
|
documentType: z.string().optional(),
|
|
48
|
+
facilityId: z.string().optional(),
|
|
48
49
|
});
|
|
49
50
|
// FROM EXTERNAL GATEWAY
|
|
50
51
|
exports.inboundDocumentQueryReqSchema = documentQueryDefaultReqSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-query-requests.js","sourceRoot":"","sources":["../../../src/models/document-query/document-query-requests.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAyB;AACzB,6BAAgF;AAChF,sCAKmB;AAEN,QAAA,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAIH,MAAM,6BAA6B,GAAG,0BAAiB,CAAC,MAAM,CAAC;IAC7D,sBAAsB,EAAE,qCAA4B;IACpD,SAAS,EAAE,mBAAU,CAAC,QAAQ,EAAE;IAChC,mBAAmB,EAAE,mBAAU,CAAC,QAAQ,EAAE;IAC1C,gBAAgB,EAAE,mBAAU,CAAC,QAAQ,EAAE;IACvC,oBAAoB,EAAE,uBAAe,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,uBAAe,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAEH,sBAAsB;AACT,QAAA,8BAA8B,GAAG,6BAA6B,CAAC,MAAM,CAAC;IACjF,OAAO,EAAE,yBAAgB;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"document-query-requests.js","sourceRoot":"","sources":["../../../src/models/document-query/document-query-requests.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAyB;AACzB,6BAAgF;AAChF,sCAKmB;AAEN,QAAA,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAIH,MAAM,6BAA6B,GAAG,0BAAiB,CAAC,MAAM,CAAC;IAC7D,sBAAsB,EAAE,qCAA4B;IACpD,SAAS,EAAE,mBAAU,CAAC,QAAQ,EAAE;IAChC,mBAAmB,EAAE,mBAAU,CAAC,QAAQ,EAAE;IAC1C,gBAAgB,EAAE,mBAAU,CAAC,QAAQ,EAAE;IACvC,oBAAoB,EAAE,uBAAe,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,uBAAe,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAEH,sBAAsB;AACT,QAAA,8BAA8B,GAAG,6BAA6B,CAAC,MAAM,CAAC;IACjF,OAAO,EAAE,yBAAgB;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAIH,wBAAwB;AACX,QAAA,6BAA6B,GAAG,6BAA6B,CAAC;AAG3E,MAAM,kBAAkB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,6BAAyB,EAAE,gCAA4B,CAAC,CAAC,CAAC;AAG7F,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;AAEnD,QAAA,qCAAqC,GAAG,qCAA6B,CAAC,MAAM,CAAC;IACxF,YAAY,EAAE,2BAA2B;CAC1C,CAAC,CAAC"}
|
|
@@ -19,6 +19,7 @@ declare const inboundDocumentQueryRespSuccessfulSchema: z.ZodObject<z.objectUtil
|
|
|
19
19
|
id: string;
|
|
20
20
|
}>>;
|
|
21
21
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
23
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
24
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
24
25
|
resourceType: z.ZodString;
|
|
@@ -122,6 +123,7 @@ declare const inboundDocumentQueryRespSuccessfulSchema: z.ZodObject<z.objectUtil
|
|
|
122
123
|
system: string;
|
|
123
124
|
id: string;
|
|
124
125
|
} | undefined;
|
|
126
|
+
facilityId?: string | null | undefined;
|
|
125
127
|
decodedPatientId?: string | null | undefined;
|
|
126
128
|
operationOutcome?: {
|
|
127
129
|
id: string;
|
|
@@ -156,6 +158,7 @@ declare const inboundDocumentQueryRespSuccessfulSchema: z.ZodObject<z.objectUtil
|
|
|
156
158
|
system: string;
|
|
157
159
|
id: string;
|
|
158
160
|
} | undefined;
|
|
161
|
+
facilityId?: string | null | undefined;
|
|
159
162
|
decodedPatientId?: string | null | undefined;
|
|
160
163
|
operationOutcome?: {
|
|
161
164
|
id: string;
|
|
@@ -196,6 +199,7 @@ declare const inboundDocumentQueryRespFaultSchema: z.ZodObject<z.objectUtil.exte
|
|
|
196
199
|
id: string;
|
|
197
200
|
}>>;
|
|
198
201
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
202
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
199
203
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
200
204
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
201
205
|
resourceType: z.ZodString;
|
|
@@ -380,6 +384,7 @@ declare const inboundDocumentQueryRespFaultSchema: z.ZodObject<z.objectUtil.exte
|
|
|
380
384
|
system: string;
|
|
381
385
|
id: string;
|
|
382
386
|
} | undefined;
|
|
387
|
+
facilityId?: string | null | undefined;
|
|
383
388
|
decodedPatientId?: string | null | undefined;
|
|
384
389
|
operationOutcome?: {
|
|
385
390
|
id: string;
|
|
@@ -414,6 +419,7 @@ declare const inboundDocumentQueryRespFaultSchema: z.ZodObject<z.objectUtil.exte
|
|
|
414
419
|
system: string;
|
|
415
420
|
id: string;
|
|
416
421
|
} | undefined;
|
|
422
|
+
facilityId?: string | null | undefined;
|
|
417
423
|
decodedPatientId?: string | null | undefined;
|
|
418
424
|
operationOutcome?: {
|
|
419
425
|
id: string;
|
|
@@ -455,6 +461,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
455
461
|
id: string;
|
|
456
462
|
}>>;
|
|
457
463
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
464
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
458
465
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
459
466
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
460
467
|
resourceType: z.ZodString;
|
|
@@ -558,6 +565,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
558
565
|
system: string;
|
|
559
566
|
id: string;
|
|
560
567
|
} | undefined;
|
|
568
|
+
facilityId?: string | null | undefined;
|
|
561
569
|
decodedPatientId?: string | null | undefined;
|
|
562
570
|
operationOutcome?: {
|
|
563
571
|
id: string;
|
|
@@ -592,6 +600,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
592
600
|
system: string;
|
|
593
601
|
id: string;
|
|
594
602
|
} | undefined;
|
|
603
|
+
facilityId?: string | null | undefined;
|
|
595
604
|
decodedPatientId?: string | null | undefined;
|
|
596
605
|
operationOutcome?: {
|
|
597
606
|
id: string;
|
|
@@ -630,6 +639,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
630
639
|
id: string;
|
|
631
640
|
}>>;
|
|
632
641
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
642
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
633
643
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
634
644
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
635
645
|
resourceType: z.ZodString;
|
|
@@ -814,6 +824,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
814
824
|
system: string;
|
|
815
825
|
id: string;
|
|
816
826
|
} | undefined;
|
|
827
|
+
facilityId?: string | null | undefined;
|
|
817
828
|
decodedPatientId?: string | null | undefined;
|
|
818
829
|
operationOutcome?: {
|
|
819
830
|
id: string;
|
|
@@ -848,6 +859,7 @@ export declare const inboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.o
|
|
|
848
859
|
system: string;
|
|
849
860
|
id: string;
|
|
850
861
|
} | undefined;
|
|
862
|
+
facilityId?: string | null | undefined;
|
|
851
863
|
decodedPatientId?: string | null | undefined;
|
|
852
864
|
operationOutcome?: {
|
|
853
865
|
id: string;
|
|
@@ -889,6 +901,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
889
901
|
id: string;
|
|
890
902
|
}>>;
|
|
891
903
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
904
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
892
905
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
893
906
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
894
907
|
resourceType: z.ZodString;
|
|
@@ -1286,6 +1299,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
1286
1299
|
system: string;
|
|
1287
1300
|
id: string;
|
|
1288
1301
|
} | undefined;
|
|
1302
|
+
facilityId?: string | null | undefined;
|
|
1289
1303
|
decodedPatientId?: string | null | undefined;
|
|
1290
1304
|
operationOutcome?: {
|
|
1291
1305
|
id: string;
|
|
@@ -1381,6 +1395,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
1381
1395
|
system: string;
|
|
1382
1396
|
id: string;
|
|
1383
1397
|
} | undefined;
|
|
1398
|
+
facilityId?: string | null | undefined;
|
|
1384
1399
|
decodedPatientId?: string | null | undefined;
|
|
1385
1400
|
operationOutcome?: {
|
|
1386
1401
|
id: string;
|
|
@@ -1419,6 +1434,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
1419
1434
|
id: string;
|
|
1420
1435
|
}>>;
|
|
1421
1436
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1437
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1422
1438
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1423
1439
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1424
1440
|
resourceType: z.ZodString;
|
|
@@ -1621,6 +1637,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
1621
1637
|
system: string;
|
|
1622
1638
|
id: string;
|
|
1623
1639
|
} | undefined;
|
|
1640
|
+
facilityId?: string | null | undefined;
|
|
1624
1641
|
decodedPatientId?: string | null | undefined;
|
|
1625
1642
|
operationOutcome?: {
|
|
1626
1643
|
id: string;
|
|
@@ -1660,6 +1677,7 @@ export declare const outboundDocumentQueryRespSchema: z.ZodUnion<[z.ZodObject<z.
|
|
|
1660
1677
|
system: string;
|
|
1661
1678
|
id: string;
|
|
1662
1679
|
} | undefined;
|
|
1680
|
+
facilityId?: string | null | undefined;
|
|
1663
1681
|
decodedPatientId?: string | null | undefined;
|
|
1664
1682
|
operationOutcome?: {
|
|
1665
1683
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-query-responses.d.ts","sourceRoot":"","sources":["../../../src/models/document-query/document-query-responses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,YAAY,EAEZ,iBAAiB,EAGlB,MAAM,WAAW,CAAC;AAGnB,QAAA,MAAM,wCAAwC
|
|
1
|
+
{"version":3,"file":"document-query-responses.d.ts","sourceRoot":"","sources":["../../../src/models/document-query/document-query-responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,6 +19,7 @@ declare const inboundDocumentRetrievalRespSuccessfulSchema: z.ZodObject<z.object
|
|
|
19
19
|
id: string;
|
|
20
20
|
}>>;
|
|
21
21
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
23
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
24
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
24
25
|
resourceType: z.ZodString;
|
|
@@ -398,6 +399,7 @@ declare const inboundDocumentRetrievalRespSuccessfulSchema: z.ZodObject<z.object
|
|
|
398
399
|
system: string;
|
|
399
400
|
id: string;
|
|
400
401
|
} | undefined;
|
|
402
|
+
facilityId?: string | null | undefined;
|
|
401
403
|
decodedPatientId?: string | null | undefined;
|
|
402
404
|
operationOutcome?: {
|
|
403
405
|
id: string;
|
|
@@ -488,6 +490,7 @@ declare const inboundDocumentRetrievalRespSuccessfulSchema: z.ZodObject<z.object
|
|
|
488
490
|
system: string;
|
|
489
491
|
id: string;
|
|
490
492
|
} | undefined;
|
|
493
|
+
facilityId?: string | null | undefined;
|
|
491
494
|
decodedPatientId?: string | null | undefined;
|
|
492
495
|
operationOutcome?: {
|
|
493
496
|
id: string;
|
|
@@ -528,6 +531,7 @@ declare const inboundDocumentRetrievalRespFaultSchema: z.ZodObject<z.objectUtil.
|
|
|
528
531
|
id: string;
|
|
529
532
|
}>>;
|
|
530
533
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
534
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
531
535
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
532
536
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
533
537
|
resourceType: z.ZodString;
|
|
@@ -712,6 +716,7 @@ declare const inboundDocumentRetrievalRespFaultSchema: z.ZodObject<z.objectUtil.
|
|
|
712
716
|
system: string;
|
|
713
717
|
id: string;
|
|
714
718
|
} | undefined;
|
|
719
|
+
facilityId?: string | null | undefined;
|
|
715
720
|
decodedPatientId?: string | null | undefined;
|
|
716
721
|
operationOutcome?: {
|
|
717
722
|
id: string;
|
|
@@ -746,6 +751,7 @@ declare const inboundDocumentRetrievalRespFaultSchema: z.ZodObject<z.objectUtil.
|
|
|
746
751
|
system: string;
|
|
747
752
|
id: string;
|
|
748
753
|
} | undefined;
|
|
754
|
+
facilityId?: string | null | undefined;
|
|
749
755
|
decodedPatientId?: string | null | undefined;
|
|
750
756
|
operationOutcome?: {
|
|
751
757
|
id: string;
|
|
@@ -787,6 +793,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
787
793
|
id: string;
|
|
788
794
|
}>>;
|
|
789
795
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
796
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
790
797
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
791
798
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
792
799
|
resourceType: z.ZodString;
|
|
@@ -1166,6 +1173,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1166
1173
|
system: string;
|
|
1167
1174
|
id: string;
|
|
1168
1175
|
} | undefined;
|
|
1176
|
+
facilityId?: string | null | undefined;
|
|
1169
1177
|
decodedPatientId?: string | null | undefined;
|
|
1170
1178
|
operationOutcome?: {
|
|
1171
1179
|
id: string;
|
|
@@ -1256,6 +1264,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1256
1264
|
system: string;
|
|
1257
1265
|
id: string;
|
|
1258
1266
|
} | undefined;
|
|
1267
|
+
facilityId?: string | null | undefined;
|
|
1259
1268
|
decodedPatientId?: string | null | undefined;
|
|
1260
1269
|
operationOutcome?: {
|
|
1261
1270
|
id: string;
|
|
@@ -1294,6 +1303,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1294
1303
|
id: string;
|
|
1295
1304
|
}>>;
|
|
1296
1305
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1306
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1297
1307
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1298
1308
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1299
1309
|
resourceType: z.ZodString;
|
|
@@ -1478,6 +1488,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1478
1488
|
system: string;
|
|
1479
1489
|
id: string;
|
|
1480
1490
|
} | undefined;
|
|
1491
|
+
facilityId?: string | null | undefined;
|
|
1481
1492
|
decodedPatientId?: string | null | undefined;
|
|
1482
1493
|
operationOutcome?: {
|
|
1483
1494
|
id: string;
|
|
@@ -1512,6 +1523,7 @@ export declare const inboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1512
1523
|
system: string;
|
|
1513
1524
|
id: string;
|
|
1514
1525
|
} | undefined;
|
|
1526
|
+
facilityId?: string | null | undefined;
|
|
1515
1527
|
decodedPatientId?: string | null | undefined;
|
|
1516
1528
|
operationOutcome?: {
|
|
1517
1529
|
id: string;
|
|
@@ -1553,6 +1565,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
1553
1565
|
id: string;
|
|
1554
1566
|
}>>;
|
|
1555
1567
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1568
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1556
1569
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1557
1570
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1558
1571
|
resourceType: z.ZodString;
|
|
@@ -1952,6 +1965,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
1952
1965
|
system: string;
|
|
1953
1966
|
id: string;
|
|
1954
1967
|
} | undefined;
|
|
1968
|
+
facilityId?: string | null | undefined;
|
|
1955
1969
|
decodedPatientId?: string | null | undefined;
|
|
1956
1970
|
operationOutcome?: {
|
|
1957
1971
|
id: string;
|
|
@@ -2049,6 +2063,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
2049
2063
|
system: string;
|
|
2050
2064
|
id: string;
|
|
2051
2065
|
} | undefined;
|
|
2066
|
+
facilityId?: string | null | undefined;
|
|
2052
2067
|
decodedPatientId?: string | null | undefined;
|
|
2053
2068
|
operationOutcome?: {
|
|
2054
2069
|
id: string;
|
|
@@ -2089,6 +2104,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
2089
2104
|
id: string;
|
|
2090
2105
|
}>>;
|
|
2091
2106
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2107
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2092
2108
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2093
2109
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
2094
2110
|
resourceType: z.ZodString;
|
|
@@ -2293,6 +2309,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
2293
2309
|
system: string;
|
|
2294
2310
|
id: string;
|
|
2295
2311
|
} | undefined;
|
|
2312
|
+
facilityId?: string | null | undefined;
|
|
2296
2313
|
decodedPatientId?: string | null | undefined;
|
|
2297
2314
|
operationOutcome?: {
|
|
2298
2315
|
id: string;
|
|
@@ -2334,6 +2351,7 @@ export declare const outboundDocumentRetrievalRespSchema: z.ZodUnion<[z.ZodObjec
|
|
|
2334
2351
|
system: string;
|
|
2335
2352
|
id: string;
|
|
2336
2353
|
} | undefined;
|
|
2354
|
+
facilityId?: string | null | undefined;
|
|
2337
2355
|
decodedPatientId?: string | null | undefined;
|
|
2338
2356
|
operationOutcome?: {
|
|
2339
2357
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-retrieval-responses.d.ts","sourceRoot":"","sources":["../../../src/models/document-retrieval/document-retrieval-responses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,YAAY,EAKZ,iBAAiB,EAClB,MAAM,WAAW,CAAC;AAGnB,QAAA,MAAM,4CAA4C
|
|
1
|
+
{"version":3,"file":"document-retrieval-responses.d.ts","sourceRoot":"","sources":["../../../src/models/document-retrieval/document-retrieval-responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,6 +18,7 @@ declare const inboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z.objectU
|
|
|
18
18
|
id: string;
|
|
19
19
|
}>>;
|
|
20
20
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
22
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
23
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
23
24
|
resourceType: z.ZodString;
|
|
@@ -263,6 +264,7 @@ declare const inboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z.objectU
|
|
|
263
264
|
signatureConfirmation?: string | undefined;
|
|
264
265
|
requestTimestamp?: string | undefined;
|
|
265
266
|
duration?: number | undefined;
|
|
267
|
+
facilityId?: string | null | undefined;
|
|
266
268
|
decodedPatientId?: string | null | undefined;
|
|
267
269
|
operationOutcome?: {
|
|
268
270
|
id: string;
|
|
@@ -324,6 +326,7 @@ declare const inboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z.objectU
|
|
|
324
326
|
signatureConfirmation?: string | undefined;
|
|
325
327
|
requestTimestamp?: string | undefined;
|
|
326
328
|
duration?: number | undefined;
|
|
329
|
+
facilityId?: string | null | undefined;
|
|
327
330
|
decodedPatientId?: string | null | undefined;
|
|
328
331
|
operationOutcome?: {
|
|
329
332
|
id: string;
|
|
@@ -364,6 +367,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
364
367
|
id: string;
|
|
365
368
|
}>>;
|
|
366
369
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
370
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
371
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
368
372
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
369
373
|
resourceType: z.ZodString;
|
|
@@ -609,6 +613,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
609
613
|
signatureConfirmation?: string | undefined;
|
|
610
614
|
requestTimestamp?: string | undefined;
|
|
611
615
|
duration?: number | undefined;
|
|
616
|
+
facilityId?: string | null | undefined;
|
|
612
617
|
decodedPatientId?: string | null | undefined;
|
|
613
618
|
operationOutcome?: {
|
|
614
619
|
id: string;
|
|
@@ -670,6 +675,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
670
675
|
signatureConfirmation?: string | undefined;
|
|
671
676
|
requestTimestamp?: string | undefined;
|
|
672
677
|
duration?: number | undefined;
|
|
678
|
+
facilityId?: string | null | undefined;
|
|
673
679
|
decodedPatientId?: string | null | undefined;
|
|
674
680
|
operationOutcome?: {
|
|
675
681
|
id: string;
|
|
@@ -709,6 +715,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
709
715
|
id: string;
|
|
710
716
|
}>>;
|
|
711
717
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
718
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
712
719
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
713
720
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
714
721
|
resourceType: z.ZodString;
|
|
@@ -814,6 +821,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
814
821
|
system: string;
|
|
815
822
|
id: string;
|
|
816
823
|
} | undefined;
|
|
824
|
+
facilityId?: string | null | undefined;
|
|
817
825
|
decodedPatientId?: string | null | undefined;
|
|
818
826
|
operationOutcome?: {
|
|
819
827
|
id: string;
|
|
@@ -849,6 +857,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
849
857
|
system: string;
|
|
850
858
|
id: string;
|
|
851
859
|
} | undefined;
|
|
860
|
+
facilityId?: string | null | undefined;
|
|
852
861
|
decodedPatientId?: string | null | undefined;
|
|
853
862
|
operationOutcome?: {
|
|
854
863
|
id: string;
|
|
@@ -887,6 +896,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
887
896
|
id: string;
|
|
888
897
|
}>>;
|
|
889
898
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
899
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
890
900
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
891
901
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
892
902
|
resourceType: z.ZodString;
|
|
@@ -1074,6 +1084,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
1074
1084
|
system: string;
|
|
1075
1085
|
id: string;
|
|
1076
1086
|
} | undefined;
|
|
1087
|
+
facilityId?: string | null | undefined;
|
|
1077
1088
|
decodedPatientId?: string | null | undefined;
|
|
1078
1089
|
operationOutcome?: {
|
|
1079
1090
|
id: string;
|
|
@@ -1109,6 +1120,7 @@ export declare const inboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject<
|
|
|
1109
1120
|
system: string;
|
|
1110
1121
|
id: string;
|
|
1111
1122
|
} | undefined;
|
|
1123
|
+
facilityId?: string | null | undefined;
|
|
1112
1124
|
decodedPatientId?: string | null | undefined;
|
|
1113
1125
|
operationOutcome?: {
|
|
1114
1126
|
id: string;
|
|
@@ -1150,6 +1162,7 @@ export declare const outboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z
|
|
|
1150
1162
|
id: string;
|
|
1151
1163
|
}>>;
|
|
1152
1164
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1165
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1153
1166
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1154
1167
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1155
1168
|
resourceType: z.ZodString;
|
|
@@ -1269,6 +1282,7 @@ export declare const outboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z
|
|
|
1269
1282
|
id: string;
|
|
1270
1283
|
}>>;
|
|
1271
1284
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1285
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1272
1286
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1273
1287
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1274
1288
|
resourceType: z.ZodString;
|
|
@@ -1508,6 +1522,7 @@ export declare const outboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z
|
|
|
1508
1522
|
system: string;
|
|
1509
1523
|
id: string;
|
|
1510
1524
|
} | undefined;
|
|
1525
|
+
facilityId?: string | null | undefined;
|
|
1511
1526
|
decodedPatientId?: string | null | undefined;
|
|
1512
1527
|
operationOutcome?: {
|
|
1513
1528
|
id: string;
|
|
@@ -1573,6 +1588,7 @@ export declare const outboundPatientDiscoveryRespSuccessfulSchema: z.ZodObject<z
|
|
|
1573
1588
|
system: string;
|
|
1574
1589
|
id: string;
|
|
1575
1590
|
} | undefined;
|
|
1591
|
+
facilityId?: string | null | undefined;
|
|
1576
1592
|
decodedPatientId?: string | null | undefined;
|
|
1577
1593
|
operationOutcome?: {
|
|
1578
1594
|
id: string;
|
|
@@ -1612,6 +1628,7 @@ export declare const outboundPatientDiscoveryRespFaultSchema: z.ZodObject<z.obje
|
|
|
1612
1628
|
id: string;
|
|
1613
1629
|
}>>;
|
|
1614
1630
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1631
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1615
1632
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1616
1633
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1617
1634
|
resourceType: z.ZodString;
|
|
@@ -1734,6 +1751,7 @@ export declare const outboundPatientDiscoveryRespFaultSchema: z.ZodObject<z.obje
|
|
|
1734
1751
|
system: string;
|
|
1735
1752
|
id: string;
|
|
1736
1753
|
} | undefined;
|
|
1754
|
+
facilityId?: string | null | undefined;
|
|
1737
1755
|
decodedPatientId?: string | null | undefined;
|
|
1738
1756
|
operationOutcome?: {
|
|
1739
1757
|
id: string;
|
|
@@ -1773,6 +1791,7 @@ export declare const outboundPatientDiscoveryRespFaultSchema: z.ZodObject<z.obje
|
|
|
1773
1791
|
system: string;
|
|
1774
1792
|
id: string;
|
|
1775
1793
|
} | undefined;
|
|
1794
|
+
facilityId?: string | null | undefined;
|
|
1776
1795
|
decodedPatientId?: string | null | undefined;
|
|
1777
1796
|
operationOutcome?: {
|
|
1778
1797
|
id: string;
|
|
@@ -1814,6 +1833,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1814
1833
|
id: string;
|
|
1815
1834
|
}>>;
|
|
1816
1835
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1836
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1817
1837
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1818
1838
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1819
1839
|
resourceType: z.ZodString;
|
|
@@ -1933,6 +1953,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
1933
1953
|
id: string;
|
|
1934
1954
|
}>>;
|
|
1935
1955
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1956
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1936
1957
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1937
1958
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
1938
1959
|
resourceType: z.ZodString;
|
|
@@ -2172,6 +2193,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
2172
2193
|
system: string;
|
|
2173
2194
|
id: string;
|
|
2174
2195
|
} | undefined;
|
|
2196
|
+
facilityId?: string | null | undefined;
|
|
2175
2197
|
decodedPatientId?: string | null | undefined;
|
|
2176
2198
|
operationOutcome?: {
|
|
2177
2199
|
id: string;
|
|
@@ -2237,6 +2259,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
2237
2259
|
system: string;
|
|
2238
2260
|
id: string;
|
|
2239
2261
|
} | undefined;
|
|
2262
|
+
facilityId?: string | null | undefined;
|
|
2240
2263
|
decodedPatientId?: string | null | undefined;
|
|
2241
2264
|
operationOutcome?: {
|
|
2242
2265
|
id: string;
|
|
@@ -2275,6 +2298,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
2275
2298
|
id: string;
|
|
2276
2299
|
}>>;
|
|
2277
2300
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2301
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2278
2302
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2279
2303
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
2280
2304
|
resourceType: z.ZodString;
|
|
@@ -2397,6 +2421,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
2397
2421
|
system: string;
|
|
2398
2422
|
id: string;
|
|
2399
2423
|
} | undefined;
|
|
2424
|
+
facilityId?: string | null | undefined;
|
|
2400
2425
|
decodedPatientId?: string | null | undefined;
|
|
2401
2426
|
operationOutcome?: {
|
|
2402
2427
|
id: string;
|
|
@@ -2436,6 +2461,7 @@ export declare const outboundPatientDiscoveryRespSchema: z.ZodUnion<[z.ZodObject
|
|
|
2436
2461
|
system: string;
|
|
2437
2462
|
id: string;
|
|
2438
2463
|
} | undefined;
|
|
2464
|
+
facilityId?: string | null | undefined;
|
|
2439
2465
|
decodedPatientId?: string | null | undefined;
|
|
2440
2466
|
operationOutcome?: {
|
|
2441
2467
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-discovery-responses.d.ts","sourceRoot":"","sources":["../../../src/models/patient-discovery/patient-discovery-responses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAezB,QAAA,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"patient-discovery-responses.d.ts","sourceRoot":"","sources":["../../../src/models/patient-discovery/patient-discovery-responses.ts"],"names":[],"mappings":"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"}
|
package/dist/models/shared.d.ts
CHANGED
|
@@ -453,6 +453,7 @@ export declare const baseResponseSchema: z.ZodObject<{
|
|
|
453
453
|
id: string;
|
|
454
454
|
}>>;
|
|
455
455
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
456
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
456
457
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
457
458
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
458
459
|
resourceType: z.ZodString;
|
|
@@ -553,6 +554,7 @@ export declare const baseResponseSchema: z.ZodObject<{
|
|
|
553
554
|
system: string;
|
|
554
555
|
id: string;
|
|
555
556
|
} | undefined;
|
|
557
|
+
facilityId?: string | null | undefined;
|
|
556
558
|
decodedPatientId?: string | null | undefined;
|
|
557
559
|
operationOutcome?: {
|
|
558
560
|
id: string;
|
|
@@ -586,6 +588,7 @@ export declare const baseResponseSchema: z.ZodObject<{
|
|
|
586
588
|
system: string;
|
|
587
589
|
id: string;
|
|
588
590
|
} | undefined;
|
|
591
|
+
facilityId?: string | null | undefined;
|
|
589
592
|
decodedPatientId?: string | null | undefined;
|
|
590
593
|
operationOutcome?: {
|
|
591
594
|
id: string;
|
|
@@ -629,6 +632,7 @@ export declare const baseErrorResponseSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
629
632
|
id: string;
|
|
630
633
|
}>>;
|
|
631
634
|
patientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
635
|
+
facilityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
632
636
|
decodedPatientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
633
637
|
operationOutcome: z.ZodOptional<z.ZodObject<{
|
|
634
638
|
resourceType: z.ZodString;
|
|
@@ -811,6 +815,7 @@ export declare const baseErrorResponseSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
811
815
|
system: string;
|
|
812
816
|
id: string;
|
|
813
817
|
} | undefined;
|
|
818
|
+
facilityId?: string | null | undefined;
|
|
814
819
|
decodedPatientId?: string | null | undefined;
|
|
815
820
|
operationOutcome?: {
|
|
816
821
|
id: string;
|
|
@@ -844,6 +849,7 @@ export declare const baseErrorResponseSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
844
849
|
system: string;
|
|
845
850
|
id: string;
|
|
846
851
|
} | undefined;
|
|
852
|
+
facilityId?: string | null | undefined;
|
|
847
853
|
decodedPatientId?: string | null | undefined;
|
|
848
854
|
operationOutcome?: {
|
|
849
855
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/models/shared.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe,2CAGuC,CAAC;AAEpE,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,oBAAoB,+DAA2B,CAAC;AAE7D,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,eAAe,2CAEwC,CAAC;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;EAIrB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,oBAAoB;IAG/B,kFAAkF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYlF,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,4BAA4B;IAfvC,kFAAkF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAepB,CAAC;AACjE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF,eAAO,MAAM,iBAAiB;;;;;;QAlB5B,kFAAkF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BlF,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,UAAU;;;;;;;;;EAGrB,CAAC;AAEH,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAE9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;EAGxB,CAAC;AAEH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItB,CAAC;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEhD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAEzE,eAAO,MAAM,kBAAkB;;;;IAI7B,sDAAsD;;IAEtD,sDAAsD;;IAEtD,sDAAsD
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/models/shared.ts"],"names":[],"mappings":"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"}
|
package/dist/models/shared.js
CHANGED
|
@@ -77,6 +77,7 @@ exports.baseResponseSchema = zod_1.z.object({
|
|
|
77
77
|
cxId: zod_1.z.string().optional(),
|
|
78
78
|
externalGatewayPatient: exports.externalGatewayPatientSchema.optional(),
|
|
79
79
|
patientId: zod_1.z.string().nullish(),
|
|
80
|
+
facilityId: zod_1.z.string().nullish(),
|
|
80
81
|
decodedPatientId: zod_1.z.string().nullish(),
|
|
81
82
|
operationOutcome: exports.operationOutcomeSchema.optional(),
|
|
82
83
|
responseHttpStatusCode: zod_1.z.number().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../src/models/shared.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../src/models/shared.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metriport/ihe-gateway-sdk",
|
|
3
|
-
"version": "0.28.0",
|
|
3
|
+
"version": "0.28.1-alpha.0",
|
|
4
4
|
"description": "SDK to interact with other IHE Gateways - by Metriport Inc.",
|
|
5
5
|
"author": "Metriport Inc. <contact@metriport.com>",
|
|
6
6
|
"homepage": "https://metriport.com/",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"url": "https://github.com/metriport/metriport/issues"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@metriport/shared": "^0.33.0",
|
|
61
|
-
"axios": "^1.
|
|
60
|
+
"@metriport/shared": "^0.33.1-alpha.0",
|
|
61
|
+
"axios": "^1.15.0",
|
|
62
62
|
"zod": "^3.22.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f4d9ef3f650f36a990a9688a57eb7a6612c2b0cb"
|
|
65
65
|
}
|