@metriport/commonwell-sdk 6.1.0 → 6.2.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/client/document.d.ts +8 -0
- package/dist/client/document.d.ts.map +1 -0
- package/dist/client/document.js +60 -0
- package/dist/client/document.js.map +1 -0
- package/dist/models/__tests__/document.d.ts +29 -0
- package/dist/models/__tests__/document.d.ts.map +1 -0
- package/dist/models/__tests__/document.js +131 -0
- package/dist/models/__tests__/document.js.map +1 -0
- package/dist/models/enrollment-summary.d.ts +19 -0
- package/dist/models/enrollment-summary.d.ts.map +1 -0
- package/dist/models/enrollment-summary.js +15 -0
- package/dist/models/enrollment-summary.js.map +1 -0
- package/dist/models/iso-date.d.ts +4 -0
- package/dist/models/iso-date.d.ts.map +1 -0
- package/dist/models/iso-date.js +7 -0
- package/dist/models/iso-date.js.map +1 -0
- package/dist/models/iso-datetime.d.ts +4 -0
- package/dist/models/iso-datetime.d.ts.map +1 -0
- package/dist/models/iso-datetime.js +9 -0
- package/dist/models/iso-datetime.js.map +1 -0
- package/dist/models/link.d.ts +1219 -0
- package/dist/models/link.d.ts.map +1 -0
- package/dist/models/link.js +53 -0
- package/dist/models/link.js.map +1 -0
- package/dist/models/organization.d.ts +81 -17
- package/dist/models/organization.d.ts.map +1 -1
- package/dist/models/organization.js +1 -5
- package/dist/models/organization.js.map +1 -1
- package/dist/models/person.d.ts +2443 -0
- package/dist/models/person.d.ts.map +1 -0
- package/dist/models/person.js +44 -0
- package/dist/models/person.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../src/models/link.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,oBAAY,IAAI;IACd,OAAO,MAAM;IACb,OAAO,MAAM;IACb,OAAO,MAAM;IACb,OAAO,MAAM;IACb,OAAO,MAAM;CACd;AAED,eAAO,MAAM,OAAO,UAAW,WAAW,wBAAiD,CAAC;AAC5F,eAAO,MAAM,OAAO,UAAW,WAAW,wBAAiD,CAAC;AAC5F,eAAO,MAAM,OAAO,UAAW,WAAW,wBAAiD,CAAC;AAC5F,eAAO,MAAM,OAAO,UAAW,WAAW,wBAAiD,CAAC;AAE5F,eAAO,MAAM,UAAU,kCAAuD,CAAC;AAI/E,eAAO,MAAM,UAAU;;;;;;;;;;;;EAIrB,CAAC;AACH,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAE9C,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.patientLinkProxySchema = exports.networkLinkSchema = exports.patientNetworkLinkSchema = exports.linkSchema = exports.lolaSchema = exports.isLOLA4 = exports.isLOLA3 = exports.isLOLA2 = exports.isLOLA1 = exports.LOLA = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const demographics_1 = require("./demographics");
|
|
6
|
+
const identifier_1 = require("./identifier");
|
|
7
|
+
const patient_organization_1 = require("./patient-organization");
|
|
8
|
+
var LOLA;
|
|
9
|
+
(function (LOLA) {
|
|
10
|
+
LOLA["level_0"] = "0";
|
|
11
|
+
LOLA["level_1"] = "1";
|
|
12
|
+
LOLA["level_2"] = "2";
|
|
13
|
+
LOLA["level_3"] = "3";
|
|
14
|
+
LOLA["level_4"] = "4";
|
|
15
|
+
})(LOLA = exports.LOLA || (exports.LOLA = {}));
|
|
16
|
+
const isLOLA1 = (link) => link && link.assuranceLevel === LOLA.level_1;
|
|
17
|
+
exports.isLOLA1 = isLOLA1;
|
|
18
|
+
const isLOLA2 = (link) => link && link.assuranceLevel === LOLA.level_2;
|
|
19
|
+
exports.isLOLA2 = isLOLA2;
|
|
20
|
+
const isLOLA3 = (link) => link && link.assuranceLevel === LOLA.level_3;
|
|
21
|
+
exports.isLOLA3 = isLOLA3;
|
|
22
|
+
const isLOLA4 = (link) => link && link.assuranceLevel === LOLA.level_4;
|
|
23
|
+
exports.isLOLA4 = isLOLA4;
|
|
24
|
+
exports.lolaSchema = zod_1.z.enum(Object.values(LOLA));
|
|
25
|
+
// A Link Object represents a hyperlink from the containing resource to a URI.
|
|
26
|
+
// See: https://specification.commonwellalliance.org/services/rest-api-reference (8.4.3 Address)
|
|
27
|
+
exports.linkSchema = zod_1.z.object({
|
|
28
|
+
href: zod_1.z.string().optional().nullable(),
|
|
29
|
+
templated: zod_1.z.boolean().optional().nullable(),
|
|
30
|
+
type: zod_1.z.string().optional().nullable(),
|
|
31
|
+
});
|
|
32
|
+
exports.patientNetworkLinkSchema = zod_1.z.object({
|
|
33
|
+
details: demographics_1.demographicsSchema,
|
|
34
|
+
provider: patient_organization_1.patientOrganizationSchema.optional().nullable(),
|
|
35
|
+
identifier: zod_1.z.array(identifier_1.identifierSchema).optional().nullable(),
|
|
36
|
+
});
|
|
37
|
+
exports.networkLinkSchema = zod_1.z.object({
|
|
38
|
+
_links: zod_1.z
|
|
39
|
+
.object({
|
|
40
|
+
self: exports.linkSchema.optional().nullable(),
|
|
41
|
+
upgrade: exports.linkSchema.optional().nullable(),
|
|
42
|
+
downgrade: exports.linkSchema.optional().nullable(),
|
|
43
|
+
})
|
|
44
|
+
.optional()
|
|
45
|
+
.nullable(),
|
|
46
|
+
assuranceLevel: exports.lolaSchema.optional().nullable(),
|
|
47
|
+
patient: exports.patientNetworkLinkSchema.optional().nullable(),
|
|
48
|
+
});
|
|
49
|
+
exports.patientLinkProxySchema = zod_1.z.object({
|
|
50
|
+
relationship: zod_1.z.string().optional().nullable(),
|
|
51
|
+
name: zod_1.z.string().optional().nullable(),
|
|
52
|
+
});
|
|
53
|
+
//# sourceMappingURL=link.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../src/models/link.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAoD;AACpD,6CAAgD;AAChD,iEAAmE;AAEnE,IAAY,IAMX;AAND,WAAY,IAAI;IACd,qBAAa,CAAA;IACb,qBAAa,CAAA;IACb,qBAAa,CAAA;IACb,qBAAa,CAAA;IACb,qBAAa,CAAA;AACf,CAAC,EANW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAMf;AAEM,MAAM,OAAO,GAAG,CAAC,IAAkB,EAAE,EAAE,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,OAAO,CAAC;AAA/E,QAAA,OAAO,WAAwE;AACrF,MAAM,OAAO,GAAG,CAAC,IAAkB,EAAE,EAAE,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,OAAO,CAAC;AAA/E,QAAA,OAAO,WAAwE;AACrF,MAAM,OAAO,GAAG,CAAC,IAAkB,EAAE,EAAE,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,OAAO,CAAC;AAA/E,QAAA,OAAO,WAAwE;AACrF,MAAM,OAAO,GAAG,CAAC,IAAkB,EAAE,EAAE,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,OAAO,CAAC;AAA/E,QAAA,OAAO,WAAwE;AAE/E,QAAA,UAAU,GAAG,OAAC,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAA0B,CAAC,CAAC;AAE/E,8EAA8E;AAC9E,gGAAgG;AACnF,QAAA,UAAU,GAAG,OAAC,CAAC,MAAM,CAAC;IACjC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC;AAGU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,OAAO,EAAE,iCAAkB;IAC3B,QAAQ,EAAE,gDAAyB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACzD,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,6BAAgB,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC5D,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,OAAC;SACN,MAAM,CAAC;QACN,IAAI,EAAE,kBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACtC,OAAO,EAAE,kBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACzC,SAAS,EAAE,kBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;KAC5C,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,cAAc,EAAE,kBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChD,OAAO,EAAE,gCAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACxD,CAAC,CAAC;AAGU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC"}
|
|
@@ -86,7 +86,7 @@ export declare const organizationSchemaWithNetworkInfo: z.ZodObject<z.objectUtil
|
|
|
86
86
|
title: string;
|
|
87
87
|
}>, "many">;
|
|
88
88
|
}, {
|
|
89
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
89
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
90
|
networks: z.ZodArray<z.ZodObject<{
|
|
91
91
|
type: z.ZodString;
|
|
92
92
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -220,7 +220,7 @@ export declare const organizationSchemaWithNetworkInfo: z.ZodObject<z.objectUtil
|
|
|
220
220
|
universalIdType?: string | null | undefined;
|
|
221
221
|
} | null | undefined;
|
|
222
222
|
searchRadius?: number | null | undefined;
|
|
223
|
-
securityTokenKeyType?:
|
|
223
|
+
securityTokenKeyType?: string | null | undefined;
|
|
224
224
|
gateways?: {
|
|
225
225
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
226
226
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -286,7 +286,7 @@ export declare const organizationSchemaWithNetworkInfo: z.ZodObject<z.objectUtil
|
|
|
286
286
|
universalIdType?: string | null | undefined;
|
|
287
287
|
} | null | undefined;
|
|
288
288
|
searchRadius?: number | null | undefined;
|
|
289
|
-
securityTokenKeyType?:
|
|
289
|
+
securityTokenKeyType?: string | null | undefined;
|
|
290
290
|
gateways?: {
|
|
291
291
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
292
292
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -390,7 +390,7 @@ export declare const organizationSchemaWithoutNetworkInfo: z.ZodObject<Omit<z.ob
|
|
|
390
390
|
title: string;
|
|
391
391
|
}>, "many">;
|
|
392
392
|
}, {
|
|
393
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
393
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
394
394
|
networks: z.ZodArray<z.ZodObject<{
|
|
395
395
|
type: z.ZodString;
|
|
396
396
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -473,7 +473,7 @@ export declare const organizationSchemaWithoutNetworkInfo: z.ZodObject<Omit<z.ob
|
|
|
473
473
|
documentReferenceScope?: string | null | undefined;
|
|
474
474
|
binaryScope?: string | null | undefined;
|
|
475
475
|
}>>>;
|
|
476
|
-
}>, "
|
|
476
|
+
}>, "networks" | "authorizationInformation">, "strip", z.ZodTypeAny, {
|
|
477
477
|
homeCommunityId: string;
|
|
478
478
|
type: string;
|
|
479
479
|
name: string;
|
|
@@ -512,6 +512,14 @@ export declare const organizationSchemaWithoutNetworkInfo: z.ZodObject<Omit<z.ob
|
|
|
512
512
|
universalIdType?: string | null | undefined;
|
|
513
513
|
} | null | undefined;
|
|
514
514
|
searchRadius?: number | null | undefined;
|
|
515
|
+
securityTokenKeyType?: string | null | undefined;
|
|
516
|
+
gateways?: {
|
|
517
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
518
|
+
gatewayType: "FHIR" | "XCA";
|
|
519
|
+
isAsync?: boolean | null | undefined;
|
|
520
|
+
gatewayTimeout?: number | null | undefined;
|
|
521
|
+
endpointLocation?: string | null | undefined;
|
|
522
|
+
}[] | null | undefined;
|
|
515
523
|
}, {
|
|
516
524
|
homeCommunityId: string;
|
|
517
525
|
type: string;
|
|
@@ -551,6 +559,14 @@ export declare const organizationSchemaWithoutNetworkInfo: z.ZodObject<Omit<z.ob
|
|
|
551
559
|
universalIdType?: string | null | undefined;
|
|
552
560
|
} | null | undefined;
|
|
553
561
|
searchRadius?: number | null | undefined;
|
|
562
|
+
securityTokenKeyType?: string | null | undefined;
|
|
563
|
+
gateways?: {
|
|
564
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
565
|
+
gatewayType: "FHIR" | "XCA";
|
|
566
|
+
isAsync?: boolean | null | undefined;
|
|
567
|
+
gatewayTimeout?: number | null | undefined;
|
|
568
|
+
endpointLocation?: string | null | undefined;
|
|
569
|
+
}[] | null | undefined;
|
|
554
570
|
}>;
|
|
555
571
|
export type OrganizationWithoutNetworkInfo = z.infer<typeof organizationSchemaWithoutNetworkInfo>;
|
|
556
572
|
export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -640,7 +656,7 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
640
656
|
title: string;
|
|
641
657
|
}>, "many">;
|
|
642
658
|
}, {
|
|
643
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
659
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
644
660
|
networks: z.ZodArray<z.ZodObject<{
|
|
645
661
|
type: z.ZodString;
|
|
646
662
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -774,7 +790,7 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
774
790
|
universalIdType?: string | null | undefined;
|
|
775
791
|
} | null | undefined;
|
|
776
792
|
searchRadius?: number | null | undefined;
|
|
777
|
-
securityTokenKeyType?:
|
|
793
|
+
securityTokenKeyType?: string | null | undefined;
|
|
778
794
|
gateways?: {
|
|
779
795
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
780
796
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -840,7 +856,7 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
840
856
|
universalIdType?: string | null | undefined;
|
|
841
857
|
} | null | undefined;
|
|
842
858
|
searchRadius?: number | null | undefined;
|
|
843
|
-
securityTokenKeyType?:
|
|
859
|
+
securityTokenKeyType?: string | null | undefined;
|
|
844
860
|
gateways?: {
|
|
845
861
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
846
862
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -942,7 +958,7 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
942
958
|
title: string;
|
|
943
959
|
}>, "many">;
|
|
944
960
|
}, {
|
|
945
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
961
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
946
962
|
networks: z.ZodArray<z.ZodObject<{
|
|
947
963
|
type: z.ZodString;
|
|
948
964
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -1025,7 +1041,7 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
1025
1041
|
documentReferenceScope?: string | null | undefined;
|
|
1026
1042
|
binaryScope?: string | null | undefined;
|
|
1027
1043
|
}>>>;
|
|
1028
|
-
}>, "
|
|
1044
|
+
}>, "networks" | "authorizationInformation">, "strip", z.ZodTypeAny, {
|
|
1029
1045
|
homeCommunityId: string;
|
|
1030
1046
|
type: string;
|
|
1031
1047
|
name: string;
|
|
@@ -1064,6 +1080,14 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
1064
1080
|
universalIdType?: string | null | undefined;
|
|
1065
1081
|
} | null | undefined;
|
|
1066
1082
|
searchRadius?: number | null | undefined;
|
|
1083
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1084
|
+
gateways?: {
|
|
1085
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1086
|
+
gatewayType: "FHIR" | "XCA";
|
|
1087
|
+
isAsync?: boolean | null | undefined;
|
|
1088
|
+
gatewayTimeout?: number | null | undefined;
|
|
1089
|
+
endpointLocation?: string | null | undefined;
|
|
1090
|
+
}[] | null | undefined;
|
|
1067
1091
|
}, {
|
|
1068
1092
|
homeCommunityId: string;
|
|
1069
1093
|
type: string;
|
|
@@ -1103,6 +1127,14 @@ export declare const organizationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
1103
1127
|
universalIdType?: string | null | undefined;
|
|
1104
1128
|
} | null | undefined;
|
|
1105
1129
|
searchRadius?: number | null | undefined;
|
|
1130
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1131
|
+
gateways?: {
|
|
1132
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1133
|
+
gatewayType: "FHIR" | "XCA";
|
|
1134
|
+
isAsync?: boolean | null | undefined;
|
|
1135
|
+
gatewayTimeout?: number | null | undefined;
|
|
1136
|
+
endpointLocation?: string | null | undefined;
|
|
1137
|
+
}[] | null | undefined;
|
|
1106
1138
|
}>]>;
|
|
1107
1139
|
export type Organization = z.infer<typeof organizationSchema>;
|
|
1108
1140
|
export declare const organizationListSchema: z.ZodObject<{
|
|
@@ -1196,7 +1228,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1196
1228
|
title: string;
|
|
1197
1229
|
}>, "many">;
|
|
1198
1230
|
}, {
|
|
1199
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
1231
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1200
1232
|
networks: z.ZodArray<z.ZodObject<{
|
|
1201
1233
|
type: z.ZodString;
|
|
1202
1234
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -1330,7 +1362,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1330
1362
|
universalIdType?: string | null | undefined;
|
|
1331
1363
|
} | null | undefined;
|
|
1332
1364
|
searchRadius?: number | null | undefined;
|
|
1333
|
-
securityTokenKeyType?:
|
|
1365
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1334
1366
|
gateways?: {
|
|
1335
1367
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1336
1368
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -1396,7 +1428,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1396
1428
|
universalIdType?: string | null | undefined;
|
|
1397
1429
|
} | null | undefined;
|
|
1398
1430
|
searchRadius?: number | null | undefined;
|
|
1399
|
-
securityTokenKeyType?:
|
|
1431
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1400
1432
|
gateways?: {
|
|
1401
1433
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1402
1434
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -1498,7 +1530,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1498
1530
|
title: string;
|
|
1499
1531
|
}>, "many">;
|
|
1500
1532
|
}, {
|
|
1501
|
-
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.
|
|
1533
|
+
securityTokenKeyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1502
1534
|
networks: z.ZodArray<z.ZodObject<{
|
|
1503
1535
|
type: z.ZodString;
|
|
1504
1536
|
purposeOfUse: z.ZodArray<z.ZodObject<{
|
|
@@ -1581,7 +1613,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1581
1613
|
documentReferenceScope?: string | null | undefined;
|
|
1582
1614
|
binaryScope?: string | null | undefined;
|
|
1583
1615
|
}>>>;
|
|
1584
|
-
}>, "
|
|
1616
|
+
}>, "networks" | "authorizationInformation">, "strip", z.ZodTypeAny, {
|
|
1585
1617
|
homeCommunityId: string;
|
|
1586
1618
|
type: string;
|
|
1587
1619
|
name: string;
|
|
@@ -1620,6 +1652,14 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1620
1652
|
universalIdType?: string | null | undefined;
|
|
1621
1653
|
} | null | undefined;
|
|
1622
1654
|
searchRadius?: number | null | undefined;
|
|
1655
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1656
|
+
gateways?: {
|
|
1657
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1658
|
+
gatewayType: "FHIR" | "XCA";
|
|
1659
|
+
isAsync?: boolean | null | undefined;
|
|
1660
|
+
gatewayTimeout?: number | null | undefined;
|
|
1661
|
+
endpointLocation?: string | null | undefined;
|
|
1662
|
+
}[] | null | undefined;
|
|
1623
1663
|
}, {
|
|
1624
1664
|
homeCommunityId: string;
|
|
1625
1665
|
type: string;
|
|
@@ -1659,6 +1699,14 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1659
1699
|
universalIdType?: string | null | undefined;
|
|
1660
1700
|
} | null | undefined;
|
|
1661
1701
|
searchRadius?: number | null | undefined;
|
|
1702
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1703
|
+
gateways?: {
|
|
1704
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1705
|
+
gatewayType: "FHIR" | "XCA";
|
|
1706
|
+
isAsync?: boolean | null | undefined;
|
|
1707
|
+
gatewayTimeout?: number | null | undefined;
|
|
1708
|
+
endpointLocation?: string | null | undefined;
|
|
1709
|
+
}[] | null | undefined;
|
|
1662
1710
|
}>]>, "many">;
|
|
1663
1711
|
}, "strip", z.ZodTypeAny, {
|
|
1664
1712
|
count: number;
|
|
@@ -1715,7 +1763,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1715
1763
|
universalIdType?: string | null | undefined;
|
|
1716
1764
|
} | null | undefined;
|
|
1717
1765
|
searchRadius?: number | null | undefined;
|
|
1718
|
-
securityTokenKeyType?:
|
|
1766
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1719
1767
|
gateways?: {
|
|
1720
1768
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1721
1769
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -1769,6 +1817,14 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1769
1817
|
universalIdType?: string | null | undefined;
|
|
1770
1818
|
} | null | undefined;
|
|
1771
1819
|
searchRadius?: number | null | undefined;
|
|
1820
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1821
|
+
gateways?: {
|
|
1822
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1823
|
+
gatewayType: "FHIR" | "XCA";
|
|
1824
|
+
isAsync?: boolean | null | undefined;
|
|
1825
|
+
gatewayTimeout?: number | null | undefined;
|
|
1826
|
+
endpointLocation?: string | null | undefined;
|
|
1827
|
+
}[] | null | undefined;
|
|
1772
1828
|
})[];
|
|
1773
1829
|
}, {
|
|
1774
1830
|
count: number;
|
|
@@ -1825,7 +1881,7 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1825
1881
|
universalIdType?: string | null | undefined;
|
|
1826
1882
|
} | null | undefined;
|
|
1827
1883
|
searchRadius?: number | null | undefined;
|
|
1828
|
-
securityTokenKeyType?:
|
|
1884
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1829
1885
|
gateways?: {
|
|
1830
1886
|
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1831
1887
|
gatewayType: "FHIR" | "XCA";
|
|
@@ -1879,6 +1935,14 @@ export declare const organizationListSchema: z.ZodObject<{
|
|
|
1879
1935
|
universalIdType?: string | null | undefined;
|
|
1880
1936
|
} | null | undefined;
|
|
1881
1937
|
searchRadius?: number | null | undefined;
|
|
1938
|
+
securityTokenKeyType?: string | null | undefined;
|
|
1939
|
+
gateways?: {
|
|
1940
|
+
serviceType: "R4_Base" | "XCA-ITI-38" | "XCA-ITI-39";
|
|
1941
|
+
gatewayType: "FHIR" | "XCA";
|
|
1942
|
+
isAsync?: boolean | null | undefined;
|
|
1943
|
+
gatewayTimeout?: number | null | undefined;
|
|
1944
|
+
endpointLocation?: string | null | undefined;
|
|
1945
|
+
}[] | null | undefined;
|
|
1882
1946
|
})[];
|
|
1883
1947
|
}>;
|
|
1884
1948
|
export type OrganizationList = z.infer<typeof organizationListSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.d.ts","sourceRoot":"","sources":["../../src/models/organization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0DxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAjB5C,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"organization.d.ts","sourceRoot":"","sources":["../../src/models/organization.ts"],"names":[],"mappings":"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"}
|
|
@@ -54,9 +54,7 @@ const organizationBaseSchema = zod_1.z.object({
|
|
|
54
54
|
})),
|
|
55
55
|
});
|
|
56
56
|
exports.organizationSchemaWithNetworkInfo = organizationBaseSchema.extend({
|
|
57
|
-
securityTokenKeyType: zod_1.z
|
|
58
|
-
.union([zod_1.z.literal("JWT"), zod_1.z.literal("BEARER"), zod_1.z.literal("HOLDER-OF-KEY")])
|
|
59
|
-
.nullish(),
|
|
57
|
+
securityTokenKeyType: zod_1.z.string().nullish(),
|
|
60
58
|
networks: zod_1.z.array(zod_1.z.object({
|
|
61
59
|
type: zod_1.z.string(),
|
|
62
60
|
purposeOfUse: zod_1.z.array(zod_1.z.object({
|
|
@@ -93,9 +91,7 @@ exports.organizationSchemaWithNetworkInfo = organizationBaseSchema.extend({
|
|
|
93
91
|
.nullish(),
|
|
94
92
|
});
|
|
95
93
|
exports.organizationSchemaWithoutNetworkInfo = exports.organizationSchemaWithNetworkInfo.omit({
|
|
96
|
-
securityTokenKeyType: true,
|
|
97
94
|
networks: true,
|
|
98
|
-
gateways: true,
|
|
99
95
|
authorizationInformation: true,
|
|
100
96
|
});
|
|
101
97
|
exports.organizationSchema = zod_1.z.union([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../src/models/organization.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uCAAuC;AAEvC,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC9B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IAC9B,wBAAwB,EAAE,OAAC,CAAC,MAAM,EAAE;IACpC,eAAe,EAAE,OAAC;SACf,MAAM,CAAC;QACN,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QACjC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QACjC,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KACtC,CAAC;SACD,OAAO,EAAE;IACZ,kBAAkB,EAAE,OAAC;SAClB,MAAM,CAAC;QACN,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QACjC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QACjC,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KACtC,CAAC;SACD,OAAO,EAAE;IACZ,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,KAAK,CAChB,OAAC,CAAC,MAAM,CAAC;QACP,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;QACpB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;QACnB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC3B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC5B,CAAC,CACH;IACD,2DAA2D;IAC3D,YAAY,EAAE,OAAC;SACZ,MAAM,EAAE;SACR,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;QAC3C,OAAO,EAAE,4CAA4C;KACtD,CAAC;SACD,OAAO,EAAE;IACZ,iBAAiB,EAAE,OAAC,CAAC,KAAK,CACxB,OAAC,CAAC,MAAM,CAAC;QACP,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;KAClB,CAAC,CACH;CACF,CAAC,CAAC;AAEU,QAAA,iCAAiC,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC7E,oBAAoB,EAAE,OAAC
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../src/models/organization.ts"],"names":[],"mappings":"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"}
|