@digitalmedika/satusehat 0.1.0 → 0.3.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/README.md +120 -2
- package/dist/builders/chest-xray-study-builder.d.ts +16 -0
- package/dist/builders/encounter-builder.d.ts +124 -0
- package/dist/builders/encounter-condition-builder.d.ts +28 -0
- package/dist/builders/risk-assessment-builder.d.ts +39 -0
- package/dist/builders/service-request-imaging-study-diagnostic-report-builder.d.ts +49 -0
- package/dist/client/create-client.d.ts +1 -0
- package/dist/client/transport.d.ts +9 -0
- package/dist/core/types.d.ts +160 -0
- package/dist/endpoints/allergy-intolerance.d.ts +720 -0
- package/dist/endpoints/clinical-impression.d.ts +530 -0
- package/dist/endpoints/composition.d.ts +3 -0
- package/dist/endpoints/condition.d.ts +195 -195
- package/dist/endpoints/diagnostic-report.d.ts +70 -70
- package/dist/endpoints/dicom-router.d.ts +6 -0
- package/dist/endpoints/encounter.d.ts +156 -115
- package/dist/endpoints/imaging-study.d.ts +790 -0
- package/dist/endpoints/location.d.ts +30 -30
- package/dist/endpoints/medication-administration.d.ts +910 -0
- package/dist/endpoints/medication-request.d.ts +260 -260
- package/dist/endpoints/nutrition-order.d.ts +1510 -0
- package/dist/endpoints/observation.d.ts +230 -230
- package/dist/endpoints/organization.d.ts +20 -20
- package/dist/endpoints/practitioner-role.d.ts +25 -25
- package/dist/endpoints/procedure.d.ts +215 -215
- package/dist/endpoints/questionnaire-response.d.ts +195 -0
- package/dist/endpoints/risk-assessment.d.ts +770 -0
- package/dist/endpoints/service-request.d.ts +190 -190
- package/dist/endpoints/specimen.d.ts +105 -105
- package/dist/index.d.ts +21 -3
- package/dist/index.js +15 -1
- package/dist/schemas/allergy-intolerance.d.ts +4148 -0
- package/dist/schemas/clinical-impression.d.ts +2666 -0
- package/dist/schemas/composition.d.ts +2914 -0
- package/dist/schemas/condition.d.ts +476 -476
- package/dist/schemas/diagnostic-report.d.ts +172 -172
- package/dist/schemas/encounter.d.ts +1124 -564
- package/dist/schemas/imaging-study.d.ts +4609 -0
- package/dist/schemas/location.d.ts +72 -72
- package/dist/schemas/medication-administration.d.ts +5420 -0
- package/dist/schemas/medication-request.d.ts +1083 -1083
- package/dist/schemas/nutrition-order.d.ts +12261 -0
- package/dist/schemas/observation.d.ts +598 -598
- package/dist/schemas/organization.d.ts +60 -60
- package/dist/schemas/practitioner-role.d.ts +60 -60
- package/dist/schemas/procedure.d.ts +536 -536
- package/dist/schemas/questionnaire-response.d.ts +939 -0
- package/dist/schemas/risk-assessment.d.ts +4591 -0
- package/dist/schemas/service-request.d.ts +470 -470
- package/dist/schemas/specimen.d.ts +312 -312
- package/package.json +8 -1
|
@@ -727,6 +727,11 @@ export declare const OrganizationBaseSchema: z.ZodObject<{
|
|
|
727
727
|
use?: string | undefined;
|
|
728
728
|
}[];
|
|
729
729
|
name: string;
|
|
730
|
+
endpoint?: {
|
|
731
|
+
reference: string;
|
|
732
|
+
type?: string | undefined;
|
|
733
|
+
display?: string | undefined;
|
|
734
|
+
}[] | undefined;
|
|
730
735
|
partOf?: {
|
|
731
736
|
reference: string;
|
|
732
737
|
type?: string | undefined;
|
|
@@ -759,11 +764,6 @@ export declare const OrganizationBaseSchema: z.ZodObject<{
|
|
|
759
764
|
end?: string | undefined;
|
|
760
765
|
} | undefined;
|
|
761
766
|
}[] | undefined;
|
|
762
|
-
endpoint?: {
|
|
763
|
-
reference: string;
|
|
764
|
-
type?: string | undefined;
|
|
765
|
-
display?: string | undefined;
|
|
766
|
-
}[] | undefined;
|
|
767
767
|
alias?: string[] | undefined;
|
|
768
768
|
contact?: {
|
|
769
769
|
purpose: {
|
|
@@ -827,6 +827,11 @@ export declare const OrganizationBaseSchema: z.ZodObject<{
|
|
|
827
827
|
use?: string | undefined;
|
|
828
828
|
}[];
|
|
829
829
|
name: string;
|
|
830
|
+
endpoint?: {
|
|
831
|
+
reference: string;
|
|
832
|
+
type?: string | undefined;
|
|
833
|
+
display?: string | undefined;
|
|
834
|
+
}[] | undefined;
|
|
830
835
|
partOf?: {
|
|
831
836
|
reference: string;
|
|
832
837
|
type?: string | undefined;
|
|
@@ -859,11 +864,6 @@ export declare const OrganizationBaseSchema: z.ZodObject<{
|
|
|
859
864
|
end?: string | undefined;
|
|
860
865
|
} | undefined;
|
|
861
866
|
}[] | undefined;
|
|
862
|
-
endpoint?: {
|
|
863
|
-
reference: string;
|
|
864
|
-
type?: string | undefined;
|
|
865
|
-
display?: string | undefined;
|
|
866
|
-
}[] | undefined;
|
|
867
867
|
alias?: string[] | undefined;
|
|
868
868
|
contact?: {
|
|
869
869
|
purpose: {
|
|
@@ -1349,6 +1349,11 @@ export declare const OrganizationCreateSchema: z.ZodObject<{
|
|
|
1349
1349
|
use?: string | undefined;
|
|
1350
1350
|
}[];
|
|
1351
1351
|
name: string;
|
|
1352
|
+
endpoint?: {
|
|
1353
|
+
reference: string;
|
|
1354
|
+
type?: string | undefined;
|
|
1355
|
+
display?: string | undefined;
|
|
1356
|
+
}[] | undefined;
|
|
1352
1357
|
partOf?: {
|
|
1353
1358
|
reference: string;
|
|
1354
1359
|
type?: string | undefined;
|
|
@@ -1381,11 +1386,6 @@ export declare const OrganizationCreateSchema: z.ZodObject<{
|
|
|
1381
1386
|
end?: string | undefined;
|
|
1382
1387
|
} | undefined;
|
|
1383
1388
|
}[] | undefined;
|
|
1384
|
-
endpoint?: {
|
|
1385
|
-
reference: string;
|
|
1386
|
-
type?: string | undefined;
|
|
1387
|
-
display?: string | undefined;
|
|
1388
|
-
}[] | undefined;
|
|
1389
1389
|
alias?: string[] | undefined;
|
|
1390
1390
|
contact?: {
|
|
1391
1391
|
purpose: {
|
|
@@ -1449,6 +1449,11 @@ export declare const OrganizationCreateSchema: z.ZodObject<{
|
|
|
1449
1449
|
use?: string | undefined;
|
|
1450
1450
|
}[];
|
|
1451
1451
|
name: string;
|
|
1452
|
+
endpoint?: {
|
|
1453
|
+
reference: string;
|
|
1454
|
+
type?: string | undefined;
|
|
1455
|
+
display?: string | undefined;
|
|
1456
|
+
}[] | undefined;
|
|
1452
1457
|
partOf?: {
|
|
1453
1458
|
reference: string;
|
|
1454
1459
|
type?: string | undefined;
|
|
@@ -1481,11 +1486,6 @@ export declare const OrganizationCreateSchema: z.ZodObject<{
|
|
|
1481
1486
|
end?: string | undefined;
|
|
1482
1487
|
} | undefined;
|
|
1483
1488
|
}[] | undefined;
|
|
1484
|
-
endpoint?: {
|
|
1485
|
-
reference: string;
|
|
1486
|
-
type?: string | undefined;
|
|
1487
|
-
display?: string | undefined;
|
|
1488
|
-
}[] | undefined;
|
|
1489
1489
|
alias?: string[] | undefined;
|
|
1490
1490
|
contact?: {
|
|
1491
1491
|
purpose: {
|
|
@@ -1992,6 +1992,11 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
1992
1992
|
profile?: string[] | undefined;
|
|
1993
1993
|
versionId?: string | undefined;
|
|
1994
1994
|
} | undefined;
|
|
1995
|
+
endpoint?: {
|
|
1996
|
+
reference: string;
|
|
1997
|
+
type?: string | undefined;
|
|
1998
|
+
display?: string | undefined;
|
|
1999
|
+
}[] | undefined;
|
|
1995
2000
|
partOf?: {
|
|
1996
2001
|
reference: string;
|
|
1997
2002
|
type?: string | undefined;
|
|
@@ -2024,11 +2029,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
2024
2029
|
end?: string | undefined;
|
|
2025
2030
|
} | undefined;
|
|
2026
2031
|
}[] | undefined;
|
|
2027
|
-
endpoint?: {
|
|
2028
|
-
reference: string;
|
|
2029
|
-
type?: string | undefined;
|
|
2030
|
-
display?: string | undefined;
|
|
2031
|
-
}[] | undefined;
|
|
2032
2032
|
alias?: string[] | undefined;
|
|
2033
2033
|
contact?: {
|
|
2034
2034
|
purpose: {
|
|
@@ -2098,6 +2098,11 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
2098
2098
|
profile?: string[] | undefined;
|
|
2099
2099
|
versionId?: string | undefined;
|
|
2100
2100
|
} | undefined;
|
|
2101
|
+
endpoint?: {
|
|
2102
|
+
reference: string;
|
|
2103
|
+
type?: string | undefined;
|
|
2104
|
+
display?: string | undefined;
|
|
2105
|
+
}[] | undefined;
|
|
2101
2106
|
partOf?: {
|
|
2102
2107
|
reference: string;
|
|
2103
2108
|
type?: string | undefined;
|
|
@@ -2130,11 +2135,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
2130
2135
|
end?: string | undefined;
|
|
2131
2136
|
} | undefined;
|
|
2132
2137
|
}[] | undefined;
|
|
2133
|
-
endpoint?: {
|
|
2134
|
-
reference: string;
|
|
2135
|
-
type?: string | undefined;
|
|
2136
|
-
display?: string | undefined;
|
|
2137
|
-
}[] | undefined;
|
|
2138
2138
|
alias?: string[] | undefined;
|
|
2139
2139
|
contact?: {
|
|
2140
2140
|
purpose: {
|
|
@@ -2680,6 +2680,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2680
2680
|
profile?: string[] | undefined;
|
|
2681
2681
|
versionId?: string | undefined;
|
|
2682
2682
|
} | undefined;
|
|
2683
|
+
endpoint?: {
|
|
2684
|
+
reference: string;
|
|
2685
|
+
type?: string | undefined;
|
|
2686
|
+
display?: string | undefined;
|
|
2687
|
+
}[] | undefined;
|
|
2683
2688
|
partOf?: {
|
|
2684
2689
|
reference: string;
|
|
2685
2690
|
type?: string | undefined;
|
|
@@ -2712,11 +2717,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2712
2717
|
end?: string | undefined;
|
|
2713
2718
|
} | undefined;
|
|
2714
2719
|
}[] | undefined;
|
|
2715
|
-
endpoint?: {
|
|
2716
|
-
reference: string;
|
|
2717
|
-
type?: string | undefined;
|
|
2718
|
-
display?: string | undefined;
|
|
2719
|
-
}[] | undefined;
|
|
2720
2720
|
alias?: string[] | undefined;
|
|
2721
2721
|
contact?: {
|
|
2722
2722
|
purpose: {
|
|
@@ -2786,6 +2786,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2786
2786
|
profile?: string[] | undefined;
|
|
2787
2787
|
versionId?: string | undefined;
|
|
2788
2788
|
} | undefined;
|
|
2789
|
+
endpoint?: {
|
|
2790
|
+
reference: string;
|
|
2791
|
+
type?: string | undefined;
|
|
2792
|
+
display?: string | undefined;
|
|
2793
|
+
}[] | undefined;
|
|
2789
2794
|
partOf?: {
|
|
2790
2795
|
reference: string;
|
|
2791
2796
|
type?: string | undefined;
|
|
@@ -2818,11 +2823,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2818
2823
|
end?: string | undefined;
|
|
2819
2824
|
} | undefined;
|
|
2820
2825
|
}[] | undefined;
|
|
2821
|
-
endpoint?: {
|
|
2822
|
-
reference: string;
|
|
2823
|
-
type?: string | undefined;
|
|
2824
|
-
display?: string | undefined;
|
|
2825
|
-
}[] | undefined;
|
|
2826
2826
|
alias?: string[] | undefined;
|
|
2827
2827
|
contact?: {
|
|
2828
2828
|
purpose: {
|
|
@@ -2901,6 +2901,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2901
2901
|
profile?: string[] | undefined;
|
|
2902
2902
|
versionId?: string | undefined;
|
|
2903
2903
|
} | undefined;
|
|
2904
|
+
endpoint?: {
|
|
2905
|
+
reference: string;
|
|
2906
|
+
type?: string | undefined;
|
|
2907
|
+
display?: string | undefined;
|
|
2908
|
+
}[] | undefined;
|
|
2904
2909
|
partOf?: {
|
|
2905
2910
|
reference: string;
|
|
2906
2911
|
type?: string | undefined;
|
|
@@ -2933,11 +2938,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
2933
2938
|
end?: string | undefined;
|
|
2934
2939
|
} | undefined;
|
|
2935
2940
|
}[] | undefined;
|
|
2936
|
-
endpoint?: {
|
|
2937
|
-
reference: string;
|
|
2938
|
-
type?: string | undefined;
|
|
2939
|
-
display?: string | undefined;
|
|
2940
|
-
}[] | undefined;
|
|
2941
2941
|
alias?: string[] | undefined;
|
|
2942
2942
|
contact?: {
|
|
2943
2943
|
purpose: {
|
|
@@ -3013,6 +3013,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3013
3013
|
profile?: string[] | undefined;
|
|
3014
3014
|
versionId?: string | undefined;
|
|
3015
3015
|
} | undefined;
|
|
3016
|
+
endpoint?: {
|
|
3017
|
+
reference: string;
|
|
3018
|
+
type?: string | undefined;
|
|
3019
|
+
display?: string | undefined;
|
|
3020
|
+
}[] | undefined;
|
|
3016
3021
|
partOf?: {
|
|
3017
3022
|
reference: string;
|
|
3018
3023
|
type?: string | undefined;
|
|
@@ -3045,11 +3050,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3045
3050
|
end?: string | undefined;
|
|
3046
3051
|
} | undefined;
|
|
3047
3052
|
}[] | undefined;
|
|
3048
|
-
endpoint?: {
|
|
3049
|
-
reference: string;
|
|
3050
|
-
type?: string | undefined;
|
|
3051
|
-
display?: string | undefined;
|
|
3052
|
-
}[] | undefined;
|
|
3053
3053
|
alias?: string[] | undefined;
|
|
3054
3054
|
contact?: {
|
|
3055
3055
|
purpose: {
|
|
@@ -3134,6 +3134,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3134
3134
|
profile?: string[] | undefined;
|
|
3135
3135
|
versionId?: string | undefined;
|
|
3136
3136
|
} | undefined;
|
|
3137
|
+
endpoint?: {
|
|
3138
|
+
reference: string;
|
|
3139
|
+
type?: string | undefined;
|
|
3140
|
+
display?: string | undefined;
|
|
3141
|
+
}[] | undefined;
|
|
3137
3142
|
partOf?: {
|
|
3138
3143
|
reference: string;
|
|
3139
3144
|
type?: string | undefined;
|
|
@@ -3166,11 +3171,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3166
3171
|
end?: string | undefined;
|
|
3167
3172
|
} | undefined;
|
|
3168
3173
|
}[] | undefined;
|
|
3169
|
-
endpoint?: {
|
|
3170
|
-
reference: string;
|
|
3171
|
-
type?: string | undefined;
|
|
3172
|
-
display?: string | undefined;
|
|
3173
|
-
}[] | undefined;
|
|
3174
3174
|
alias?: string[] | undefined;
|
|
3175
3175
|
contact?: {
|
|
3176
3176
|
purpose: {
|
|
@@ -3255,6 +3255,11 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3255
3255
|
profile?: string[] | undefined;
|
|
3256
3256
|
versionId?: string | undefined;
|
|
3257
3257
|
} | undefined;
|
|
3258
|
+
endpoint?: {
|
|
3259
|
+
reference: string;
|
|
3260
|
+
type?: string | undefined;
|
|
3261
|
+
display?: string | undefined;
|
|
3262
|
+
}[] | undefined;
|
|
3258
3263
|
partOf?: {
|
|
3259
3264
|
reference: string;
|
|
3260
3265
|
type?: string | undefined;
|
|
@@ -3287,11 +3292,6 @@ export declare const OrganizationBundleSchema: z.ZodObject<{
|
|
|
3287
3292
|
end?: string | undefined;
|
|
3288
3293
|
} | undefined;
|
|
3289
3294
|
}[] | undefined;
|
|
3290
|
-
endpoint?: {
|
|
3291
|
-
reference: string;
|
|
3292
|
-
type?: string | undefined;
|
|
3293
|
-
display?: string | undefined;
|
|
3294
|
-
}[] | undefined;
|
|
3295
3295
|
alias?: string[] | undefined;
|
|
3296
3296
|
contact?: {
|
|
3297
3297
|
purpose: {
|
|
@@ -302,6 +302,11 @@ export declare const PractitionerRoleBaseSchema: z.ZodObject<{
|
|
|
302
302
|
system?: string | undefined;
|
|
303
303
|
use?: string | undefined;
|
|
304
304
|
}[] | undefined;
|
|
305
|
+
endpoint?: {
|
|
306
|
+
reference: string;
|
|
307
|
+
type?: string | undefined;
|
|
308
|
+
display?: string | undefined;
|
|
309
|
+
}[] | undefined;
|
|
305
310
|
location?: {
|
|
306
311
|
reference: string;
|
|
307
312
|
type?: string | undefined;
|
|
@@ -349,11 +354,6 @@ export declare const PractitionerRoleBaseSchema: z.ZodObject<{
|
|
|
349
354
|
} | undefined;
|
|
350
355
|
}[] | undefined;
|
|
351
356
|
availabilityExceptions?: string | undefined;
|
|
352
|
-
endpoint?: {
|
|
353
|
-
reference: string;
|
|
354
|
-
type?: string | undefined;
|
|
355
|
-
display?: string | undefined;
|
|
356
|
-
}[] | undefined;
|
|
357
357
|
}, {
|
|
358
358
|
resourceType: "PractitionerRole";
|
|
359
359
|
code?: {
|
|
@@ -374,6 +374,11 @@ export declare const PractitionerRoleBaseSchema: z.ZodObject<{
|
|
|
374
374
|
system?: string | undefined;
|
|
375
375
|
use?: string | undefined;
|
|
376
376
|
}[] | undefined;
|
|
377
|
+
endpoint?: {
|
|
378
|
+
reference: string;
|
|
379
|
+
type?: string | undefined;
|
|
380
|
+
display?: string | undefined;
|
|
381
|
+
}[] | undefined;
|
|
377
382
|
location?: {
|
|
378
383
|
reference: string;
|
|
379
384
|
type?: string | undefined;
|
|
@@ -421,11 +426,6 @@ export declare const PractitionerRoleBaseSchema: z.ZodObject<{
|
|
|
421
426
|
} | undefined;
|
|
422
427
|
}[] | undefined;
|
|
423
428
|
availabilityExceptions?: string | undefined;
|
|
424
|
-
endpoint?: {
|
|
425
|
-
reference: string;
|
|
426
|
-
type?: string | undefined;
|
|
427
|
-
display?: string | undefined;
|
|
428
|
-
}[] | undefined;
|
|
429
429
|
}>;
|
|
430
430
|
export declare const PractitionerRoleCreateSchema: z.ZodObject<{
|
|
431
431
|
resourceType: z.ZodLiteral<"PractitionerRole">;
|
|
@@ -653,6 +653,11 @@ export declare const PractitionerRoleCreateSchema: z.ZodObject<{
|
|
|
653
653
|
system?: string | undefined;
|
|
654
654
|
use?: string | undefined;
|
|
655
655
|
}[] | undefined;
|
|
656
|
+
endpoint?: {
|
|
657
|
+
reference: string;
|
|
658
|
+
type?: string | undefined;
|
|
659
|
+
display?: string | undefined;
|
|
660
|
+
}[] | undefined;
|
|
656
661
|
location?: {
|
|
657
662
|
reference: string;
|
|
658
663
|
type?: string | undefined;
|
|
@@ -700,11 +705,6 @@ export declare const PractitionerRoleCreateSchema: z.ZodObject<{
|
|
|
700
705
|
} | undefined;
|
|
701
706
|
}[] | undefined;
|
|
702
707
|
availabilityExceptions?: string | undefined;
|
|
703
|
-
endpoint?: {
|
|
704
|
-
reference: string;
|
|
705
|
-
type?: string | undefined;
|
|
706
|
-
display?: string | undefined;
|
|
707
|
-
}[] | undefined;
|
|
708
708
|
}, {
|
|
709
709
|
resourceType: "PractitionerRole";
|
|
710
710
|
code?: {
|
|
@@ -725,6 +725,11 @@ export declare const PractitionerRoleCreateSchema: z.ZodObject<{
|
|
|
725
725
|
system?: string | undefined;
|
|
726
726
|
use?: string | undefined;
|
|
727
727
|
}[] | undefined;
|
|
728
|
+
endpoint?: {
|
|
729
|
+
reference: string;
|
|
730
|
+
type?: string | undefined;
|
|
731
|
+
display?: string | undefined;
|
|
732
|
+
}[] | undefined;
|
|
728
733
|
location?: {
|
|
729
734
|
reference: string;
|
|
730
735
|
type?: string | undefined;
|
|
@@ -772,11 +777,6 @@ export declare const PractitionerRoleCreateSchema: z.ZodObject<{
|
|
|
772
777
|
} | undefined;
|
|
773
778
|
}[] | undefined;
|
|
774
779
|
availabilityExceptions?: string | undefined;
|
|
775
|
-
endpoint?: {
|
|
776
|
-
reference: string;
|
|
777
|
-
type?: string | undefined;
|
|
778
|
-
display?: string | undefined;
|
|
779
|
-
}[] | undefined;
|
|
780
780
|
}>;
|
|
781
781
|
export declare const PractitionerRoleSchema: z.ZodObject<{
|
|
782
782
|
resourceType: z.ZodLiteral<"PractitionerRole">;
|
|
@@ -1025,6 +1025,11 @@ export declare const PractitionerRoleSchema: z.ZodObject<{
|
|
|
1025
1025
|
profile?: string[] | undefined;
|
|
1026
1026
|
versionId?: string | undefined;
|
|
1027
1027
|
} | undefined;
|
|
1028
|
+
endpoint?: {
|
|
1029
|
+
reference: string;
|
|
1030
|
+
type?: string | undefined;
|
|
1031
|
+
display?: string | undefined;
|
|
1032
|
+
}[] | undefined;
|
|
1028
1033
|
location?: {
|
|
1029
1034
|
reference: string;
|
|
1030
1035
|
type?: string | undefined;
|
|
@@ -1072,11 +1077,6 @@ export declare const PractitionerRoleSchema: z.ZodObject<{
|
|
|
1072
1077
|
} | undefined;
|
|
1073
1078
|
}[] | undefined;
|
|
1074
1079
|
availabilityExceptions?: string | undefined;
|
|
1075
|
-
endpoint?: {
|
|
1076
|
-
reference: string;
|
|
1077
|
-
type?: string | undefined;
|
|
1078
|
-
display?: string | undefined;
|
|
1079
|
-
}[] | undefined;
|
|
1080
1080
|
}, {
|
|
1081
1081
|
resourceType: "PractitionerRole";
|
|
1082
1082
|
id: string;
|
|
@@ -1103,6 +1103,11 @@ export declare const PractitionerRoleSchema: z.ZodObject<{
|
|
|
1103
1103
|
profile?: string[] | undefined;
|
|
1104
1104
|
versionId?: string | undefined;
|
|
1105
1105
|
} | undefined;
|
|
1106
|
+
endpoint?: {
|
|
1107
|
+
reference: string;
|
|
1108
|
+
type?: string | undefined;
|
|
1109
|
+
display?: string | undefined;
|
|
1110
|
+
}[] | undefined;
|
|
1106
1111
|
location?: {
|
|
1107
1112
|
reference: string;
|
|
1108
1113
|
type?: string | undefined;
|
|
@@ -1150,11 +1155,6 @@ export declare const PractitionerRoleSchema: z.ZodObject<{
|
|
|
1150
1155
|
} | undefined;
|
|
1151
1156
|
}[] | undefined;
|
|
1152
1157
|
availabilityExceptions?: string | undefined;
|
|
1153
|
-
endpoint?: {
|
|
1154
|
-
reference: string;
|
|
1155
|
-
type?: string | undefined;
|
|
1156
|
-
display?: string | undefined;
|
|
1157
|
-
}[] | undefined;
|
|
1158
1158
|
}>;
|
|
1159
1159
|
export declare const PractitionerRoleUpdateParamsSchema: z.ZodObject<{
|
|
1160
1160
|
id: z.ZodString;
|
|
@@ -1426,6 +1426,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1426
1426
|
profile?: string[] | undefined;
|
|
1427
1427
|
versionId?: string | undefined;
|
|
1428
1428
|
} | undefined;
|
|
1429
|
+
endpoint?: {
|
|
1430
|
+
reference: string;
|
|
1431
|
+
type?: string | undefined;
|
|
1432
|
+
display?: string | undefined;
|
|
1433
|
+
}[] | undefined;
|
|
1429
1434
|
location?: {
|
|
1430
1435
|
reference: string;
|
|
1431
1436
|
type?: string | undefined;
|
|
@@ -1473,11 +1478,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1473
1478
|
} | undefined;
|
|
1474
1479
|
}[] | undefined;
|
|
1475
1480
|
availabilityExceptions?: string | undefined;
|
|
1476
|
-
endpoint?: {
|
|
1477
|
-
reference: string;
|
|
1478
|
-
type?: string | undefined;
|
|
1479
|
-
display?: string | undefined;
|
|
1480
|
-
}[] | undefined;
|
|
1481
1481
|
}, {
|
|
1482
1482
|
resourceType: "PractitionerRole";
|
|
1483
1483
|
id: string;
|
|
@@ -1504,6 +1504,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1504
1504
|
profile?: string[] | undefined;
|
|
1505
1505
|
versionId?: string | undefined;
|
|
1506
1506
|
} | undefined;
|
|
1507
|
+
endpoint?: {
|
|
1508
|
+
reference: string;
|
|
1509
|
+
type?: string | undefined;
|
|
1510
|
+
display?: string | undefined;
|
|
1511
|
+
}[] | undefined;
|
|
1507
1512
|
location?: {
|
|
1508
1513
|
reference: string;
|
|
1509
1514
|
type?: string | undefined;
|
|
@@ -1551,11 +1556,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1551
1556
|
} | undefined;
|
|
1552
1557
|
}[] | undefined;
|
|
1553
1558
|
availabilityExceptions?: string | undefined;
|
|
1554
|
-
endpoint?: {
|
|
1555
|
-
reference: string;
|
|
1556
|
-
type?: string | undefined;
|
|
1557
|
-
display?: string | undefined;
|
|
1558
|
-
}[] | undefined;
|
|
1559
1559
|
}>;
|
|
1560
1560
|
search: z.ZodOptional<z.ZodObject<{
|
|
1561
1561
|
mode: z.ZodOptional<z.ZodString>;
|
|
@@ -1591,6 +1591,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1591
1591
|
profile?: string[] | undefined;
|
|
1592
1592
|
versionId?: string | undefined;
|
|
1593
1593
|
} | undefined;
|
|
1594
|
+
endpoint?: {
|
|
1595
|
+
reference: string;
|
|
1596
|
+
type?: string | undefined;
|
|
1597
|
+
display?: string | undefined;
|
|
1598
|
+
}[] | undefined;
|
|
1594
1599
|
location?: {
|
|
1595
1600
|
reference: string;
|
|
1596
1601
|
type?: string | undefined;
|
|
@@ -1638,11 +1643,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1638
1643
|
} | undefined;
|
|
1639
1644
|
}[] | undefined;
|
|
1640
1645
|
availabilityExceptions?: string | undefined;
|
|
1641
|
-
endpoint?: {
|
|
1642
|
-
reference: string;
|
|
1643
|
-
type?: string | undefined;
|
|
1644
|
-
display?: string | undefined;
|
|
1645
|
-
}[] | undefined;
|
|
1646
1646
|
};
|
|
1647
1647
|
fullUrl?: string | undefined;
|
|
1648
1648
|
search?: {
|
|
@@ -1675,6 +1675,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1675
1675
|
profile?: string[] | undefined;
|
|
1676
1676
|
versionId?: string | undefined;
|
|
1677
1677
|
} | undefined;
|
|
1678
|
+
endpoint?: {
|
|
1679
|
+
reference: string;
|
|
1680
|
+
type?: string | undefined;
|
|
1681
|
+
display?: string | undefined;
|
|
1682
|
+
}[] | undefined;
|
|
1678
1683
|
location?: {
|
|
1679
1684
|
reference: string;
|
|
1680
1685
|
type?: string | undefined;
|
|
@@ -1722,11 +1727,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1722
1727
|
} | undefined;
|
|
1723
1728
|
}[] | undefined;
|
|
1724
1729
|
availabilityExceptions?: string | undefined;
|
|
1725
|
-
endpoint?: {
|
|
1726
|
-
reference: string;
|
|
1727
|
-
type?: string | undefined;
|
|
1728
|
-
display?: string | undefined;
|
|
1729
|
-
}[] | undefined;
|
|
1730
1730
|
};
|
|
1731
1731
|
fullUrl?: string | undefined;
|
|
1732
1732
|
search?: {
|
|
@@ -1768,6 +1768,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1768
1768
|
profile?: string[] | undefined;
|
|
1769
1769
|
versionId?: string | undefined;
|
|
1770
1770
|
} | undefined;
|
|
1771
|
+
endpoint?: {
|
|
1772
|
+
reference: string;
|
|
1773
|
+
type?: string | undefined;
|
|
1774
|
+
display?: string | undefined;
|
|
1775
|
+
}[] | undefined;
|
|
1771
1776
|
location?: {
|
|
1772
1777
|
reference: string;
|
|
1773
1778
|
type?: string | undefined;
|
|
@@ -1815,11 +1820,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1815
1820
|
} | undefined;
|
|
1816
1821
|
}[] | undefined;
|
|
1817
1822
|
availabilityExceptions?: string | undefined;
|
|
1818
|
-
endpoint?: {
|
|
1819
|
-
reference: string;
|
|
1820
|
-
type?: string | undefined;
|
|
1821
|
-
display?: string | undefined;
|
|
1822
|
-
}[] | undefined;
|
|
1823
1823
|
};
|
|
1824
1824
|
fullUrl?: string | undefined;
|
|
1825
1825
|
search?: {
|
|
@@ -1861,6 +1861,11 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1861
1861
|
profile?: string[] | undefined;
|
|
1862
1862
|
versionId?: string | undefined;
|
|
1863
1863
|
} | undefined;
|
|
1864
|
+
endpoint?: {
|
|
1865
|
+
reference: string;
|
|
1866
|
+
type?: string | undefined;
|
|
1867
|
+
display?: string | undefined;
|
|
1868
|
+
}[] | undefined;
|
|
1864
1869
|
location?: {
|
|
1865
1870
|
reference: string;
|
|
1866
1871
|
type?: string | undefined;
|
|
@@ -1908,11 +1913,6 @@ export declare const PractitionerRoleBundleSchema: z.ZodObject<{
|
|
|
1908
1913
|
} | undefined;
|
|
1909
1914
|
}[] | undefined;
|
|
1910
1915
|
availabilityExceptions?: string | undefined;
|
|
1911
|
-
endpoint?: {
|
|
1912
|
-
reference: string;
|
|
1913
|
-
type?: string | undefined;
|
|
1914
|
-
display?: string | undefined;
|
|
1915
|
-
}[] | undefined;
|
|
1916
1916
|
};
|
|
1917
1917
|
fullUrl?: string | undefined;
|
|
1918
1918
|
search?: {
|