@medplum/definitions 2.0.24 → 2.0.26

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.
@@ -25,7 +25,12 @@
25
25
  "short" : "Encapsulation of resources for a specific project or organization.",
26
26
  "definition" : "Encapsulation of resources for a specific project or organization.",
27
27
  "min" : 0,
28
- "max" : "*"
28
+ "max" : "*",
29
+ "base": {
30
+ "min" : 0,
31
+ "max" : "*",
32
+ "path" : "Project"
33
+ }
29
34
  },
30
35
  {
31
36
  "id" : "Project.id",
@@ -96,7 +101,12 @@
96
101
  "max" : "1",
97
102
  "type" : [{
98
103
  "code" : "string"
99
- }]
104
+ }],
105
+ "base" : {
106
+ "path" : "Project.name",
107
+ "min" : 0,
108
+ "max" : "1"
109
+ }
100
110
  },
101
111
  {
102
112
  "id" : "Project.description",
@@ -106,7 +116,12 @@
106
116
  "max" : "1",
107
117
  "type" : [{
108
118
  "code" : "string"
109
- }]
119
+ }],
120
+ "base" : {
121
+ "path" : "Project.description",
122
+ "min" : 0,
123
+ "max" : "1"
124
+ }
110
125
  },
111
126
  {
112
127
  "id" : "Project.superAdmin",
@@ -117,7 +132,12 @@
117
132
  "max" : "1",
118
133
  "type" : [{
119
134
  "code" : "boolean"
120
- }]
135
+ }],
136
+ "base" : {
137
+ "path" : "Project.superAdmin",
138
+ "min" : 0,
139
+ "max" : "1"
140
+ }
121
141
  },
122
142
  {
123
143
  "id" : "Project.strictMode",
@@ -128,7 +148,12 @@
128
148
  "max" : "1",
129
149
  "type" : [{
130
150
  "code" : "boolean"
131
- }]
151
+ }],
152
+ "base" : {
153
+ "path" : "Project.strictMode",
154
+ "min" : 0,
155
+ "max" : "1"
156
+ }
132
157
  },
133
158
  {
134
159
  "id" : "Project.checkReferencesOnWrite",
@@ -139,7 +164,12 @@
139
164
  "max" : "1",
140
165
  "type" : [{
141
166
  "code" : "boolean"
142
- }]
167
+ }],
168
+ "base" : {
169
+ "path" : "Project.checkReferencesOnWrite",
170
+ "min" : 0,
171
+ "max" : "1"
172
+ }
143
173
  },
144
174
  {
145
175
  "id" : "Project.owner",
@@ -150,7 +180,12 @@
150
180
  "type" : [{
151
181
  "code" : "Reference",
152
182
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
153
- }]
183
+ }],
184
+ "base" : {
185
+ "path" : "Project.owner",
186
+ "min" : 0,
187
+ "max" : "1"
188
+ }
154
189
  },
155
190
  {
156
191
  "id" : "Project.features",
@@ -160,7 +195,12 @@
160
195
  "max" : "*",
161
196
  "type" : [{
162
197
  "code" : "code"
163
- }]
198
+ }],
199
+ "base" : {
200
+ "path" : "Project.features",
201
+ "min" : 0,
202
+ "max" : "*"
203
+ }
164
204
  },
165
205
  {
166
206
  "id" : "Project.defaultPatientAccessPolicy",
@@ -171,7 +211,12 @@
171
211
  "type" : [{
172
212
  "code" : "Reference",
173
213
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
174
- }]
214
+ }],
215
+ "base" : {
216
+ "path" : "Project.defaultPatientAccessPolicy",
217
+ "min" : 0,
218
+ "max" : "1"
219
+ }
175
220
  },
176
221
  {
177
222
  "id" : "Project.secret",
@@ -181,7 +226,12 @@
181
226
  "max" : "*",
182
227
  "type" : [{
183
228
  "code" : "BackboneElement"
184
- }]
229
+ }],
230
+ "base" : {
231
+ "path" : "Project.secret",
232
+ "min" : 0,
233
+ "max" : "*"
234
+ }
185
235
  },
186
236
  {
187
237
  "id" : "Project.secret.name",
@@ -191,7 +241,12 @@
191
241
  "max" : "1",
192
242
  "type" : [{
193
243
  "code" : "string"
194
- }]
244
+ }],
245
+ "base" : {
246
+ "path" : "Project.secret.name",
247
+ "min" : 1,
248
+ "max" : "1"
249
+ }
195
250
  },
196
251
  {
197
252
  "id" : "Project.secret.value[x]",
@@ -210,7 +265,12 @@
210
265
  },
211
266
  {
212
267
  "code" : "integer"
213
- }]
268
+ }],
269
+ "base" : {
270
+ "path" : "Project.secret.value[x]",
271
+ "min" : 1,
272
+ "max" : "1"
273
+ }
214
274
  },
215
275
  {
216
276
  "id" : "Project.site",
@@ -220,7 +280,12 @@
220
280
  "max" : "*",
221
281
  "type" : [{
222
282
  "code" : "BackboneElement"
223
- }]
283
+ }],
284
+ "base" : {
285
+ "path" : "Project.site",
286
+ "min" : 0,
287
+ "max" : "*"
288
+ }
224
289
  },
225
290
  {
226
291
  "id" : "Project.site.name",
@@ -230,7 +295,12 @@
230
295
  "max" : "1",
231
296
  "type" : [{
232
297
  "code" : "string"
233
- }]
298
+ }],
299
+ "base" : {
300
+ "path" : "Project.site.name",
301
+ "min" : 1,
302
+ "max" : "1"
303
+ }
234
304
  },
235
305
  {
236
306
  "id" : "Project.site.domain",
@@ -240,7 +310,12 @@
240
310
  "max" : "*",
241
311
  "type" : [{
242
312
  "code" : "string"
243
- }]
313
+ }],
314
+ "base" : {
315
+ "path" : "Project.site.domain",
316
+ "min" : 1,
317
+ "max" : "*"
318
+ }
244
319
  },
245
320
  {
246
321
  "id" : "Project.site.googleClientId",
@@ -250,7 +325,12 @@
250
325
  "max" : "1",
251
326
  "type" : [{
252
327
  "code" : "string"
253
- }]
328
+ }],
329
+ "base" : {
330
+ "path" : "Project.site.googleClientId",
331
+ "min" : 0,
332
+ "max" : "1"
333
+ }
254
334
  },
255
335
  {
256
336
  "id" : "Project.site.googleClientSecret",
@@ -260,7 +340,12 @@
260
340
  "max" : "1",
261
341
  "type" : [{
262
342
  "code" : "string"
263
- }]
343
+ }],
344
+ "base" : {
345
+ "path" : "Project.site.googleClientSecret",
346
+ "min" : 0,
347
+ "max" : "1"
348
+ }
264
349
  },
265
350
  {
266
351
  "id" : "Project.site.recaptchaSiteKey",
@@ -270,7 +355,12 @@
270
355
  "max" : "1",
271
356
  "type" : [{
272
357
  "code" : "string"
273
- }]
358
+ }],
359
+ "base" : {
360
+ "path" : "Project.site.recaptchaSiteKey",
361
+ "min" : 0,
362
+ "max" : "1"
363
+ }
274
364
  },
275
365
  {
276
366
  "id" : "Project.site.recaptchaSecretKey",
@@ -280,7 +370,12 @@
280
370
  "max" : "1",
281
371
  "type" : [{
282
372
  "code" : "string"
283
- }]
373
+ }],
374
+ "base" : {
375
+ "path" : "Project.site.recaptchaSecretKey",
376
+ "min" : 0,
377
+ "max" : "1"
378
+ }
284
379
  }
285
380
  ]
286
381
  }
@@ -306,7 +401,12 @@
306
401
  "short" : "Medplum client application for automated access.",
307
402
  "definition" : "Medplum client application for automated access.",
308
403
  "min" : 0,
309
- "max" : "*"
404
+ "max" : "*",
405
+ "base": {
406
+ "path" : "ClientApplication",
407
+ "min" : 0,
408
+ "max" : "*"
409
+ }
310
410
  },
311
411
  {
312
412
  "id" : "ClientApplication.id",
@@ -377,7 +477,12 @@
377
477
  "max" : "1",
378
478
  "type" : [{
379
479
  "code" : "string"
380
- }]
480
+ }],
481
+ "base": {
482
+ "path" : "ClientApplication.name",
483
+ "min" : 0,
484
+ "max" : "1"
485
+ }
381
486
  },
382
487
  {
383
488
  "id" : "ClientApplication.description",
@@ -387,7 +492,12 @@
387
492
  "max" : "1",
388
493
  "type" : [{
389
494
  "code" : "string"
390
- }]
495
+ }],
496
+ "base": {
497
+ "path" : "ClientApplication.description",
498
+ "min" : 0,
499
+ "max" : "1"
500
+ }
391
501
  },
392
502
  {
393
503
  "id" : "ClientApplication.secret",
@@ -397,7 +507,12 @@
397
507
  "max" : "1",
398
508
  "type" : [{
399
509
  "code" : "string"
400
- }]
510
+ }],
511
+ "base": {
512
+ "path" : "ClientApplication.secret",
513
+ "min" : 0,
514
+ "max" : "1"
515
+ }
401
516
  },
402
517
  {
403
518
  "id" : "ClientApplication.jwksUri",
@@ -407,7 +522,12 @@
407
522
  "max" : "1",
408
523
  "type" : [{
409
524
  "code" : "uri"
410
- }]
525
+ }],
526
+ "base": {
527
+ "path" : "ClientApplication.jwksUri",
528
+ "min" : 0,
529
+ "max" : "1"
530
+ }
411
531
  },
412
532
  {
413
533
  "id" : "ClientApplication.redirectUri",
@@ -417,7 +537,12 @@
417
537
  "max" : "1",
418
538
  "type" : [{
419
539
  "code" : "uri"
420
- }]
540
+ }],
541
+ "base": {
542
+ "path" : "ClientApplication.redirectUri",
543
+ "min" : 0,
544
+ "max" : "1"
545
+ }
421
546
  },
422
547
  {
423
548
  "id" : "ClientApplication.launchUri",
@@ -427,7 +552,12 @@
427
552
  "max" : "1",
428
553
  "type" : [{
429
554
  "code" : "uri"
430
- }]
555
+ }],
556
+ "base": {
557
+ "path" : "ClientApplication.launchUri",
558
+ "min" : 0,
559
+ "max" : "1"
560
+ }
431
561
  },
432
562
  {
433
563
  "id" : "ClientApplication.pkceOptional",
@@ -437,7 +567,12 @@
437
567
  "max" : "1",
438
568
  "type" : [{
439
569
  "code" : "boolean"
440
- }]
570
+ }],
571
+ "base": {
572
+ "path" : "ClientApplication.pkceOptional",
573
+ "min" : 0,
574
+ "max" : "1"
575
+ }
441
576
  },
442
577
  {
443
578
  "id" : "ClientApplication.identityProvider",
@@ -447,7 +582,12 @@
447
582
  "max" : "1",
448
583
  "type" : [{
449
584
  "code" : "IdentityProvider"
450
- }]
585
+ }],
586
+ "base": {
587
+ "path" : "ClientApplication.identityProvider",
588
+ "min" : 0,
589
+ "max" : "1"
590
+ }
451
591
  }
452
592
  ]
453
593
  }
@@ -474,7 +614,12 @@
474
614
  "short" : "Representation of a human user of the system",
475
615
  "definition" : "Representation of a human user of the system.",
476
616
  "min" : 0,
477
- "max" : "*"
617
+ "max" : "*",
618
+ "base" : {
619
+ "path" : "User",
620
+ "min" : 0,
621
+ "max" : "*"
622
+ }
478
623
  },
479
624
  {
480
625
  "id" : "User.id",
@@ -545,7 +690,12 @@
545
690
  "max" : "1",
546
691
  "type" : [{
547
692
  "code" : "string"
548
- }]
693
+ }],
694
+ "base": {
695
+ "path" : "User.firstName",
696
+ "min" : 1,
697
+ "max" : "1"
698
+ }
549
699
  },
550
700
  {
551
701
  "id" : "User.lastName",
@@ -555,7 +705,12 @@
555
705
  "max" : "1",
556
706
  "type" : [{
557
707
  "code" : "string"
558
- }]
708
+ }],
709
+ "base": {
710
+ "path" : "User.lastName",
711
+ "min" : 1,
712
+ "max" : "1"
713
+ }
559
714
  },
560
715
  {
561
716
  "id" : "User.externalId",
@@ -565,7 +720,12 @@
565
720
  "max" : "1",
566
721
  "type" : [{
567
722
  "code" : "string"
568
- }]
723
+ }],
724
+ "base": {
725
+ "path" : "User.externalId",
726
+ "min" : 0,
727
+ "max" : "1"
728
+ }
569
729
  },
570
730
  {
571
731
  "id" : "User.email",
@@ -575,7 +735,12 @@
575
735
  "max" : "1",
576
736
  "type" : [{
577
737
  "code" : "string"
578
- }]
738
+ }],
739
+ "base": {
740
+ "path" : "User.email",
741
+ "min" : 0,
742
+ "max" : "1"
743
+ }
579
744
  },
580
745
  {
581
746
  "id" : "User.emailVerified",
@@ -585,7 +750,12 @@
585
750
  "max" : "1",
586
751
  "type" : [{
587
752
  "code" : "boolean"
588
- }]
753
+ }],
754
+ "base": {
755
+ "path" : "User.emailVerified",
756
+ "min" : 0,
757
+ "max" : "1"
758
+ }
589
759
  },
590
760
  {
591
761
  "id" : "User.admin",
@@ -596,7 +766,12 @@
596
766
  "max" : "1",
597
767
  "type" : [{
598
768
  "code" : "boolean"
599
- }]
769
+ }],
770
+ "base": {
771
+ "path" : "User.admin",
772
+ "min" : 0,
773
+ "max" : "1"
774
+ }
600
775
  },
601
776
  {
602
777
  "id" : "User.passwordHash",
@@ -606,7 +781,12 @@
606
781
  "max" : "1",
607
782
  "type" : [{
608
783
  "code" : "string"
609
- }]
784
+ }],
785
+ "base": {
786
+ "path" : "User.passwordHash",
787
+ "min" : 0,
788
+ "max" : "1"
789
+ }
610
790
  },
611
791
  {
612
792
  "id" : "User.mfaSecret",
@@ -616,7 +796,12 @@
616
796
  "max" : "1",
617
797
  "type" : [{
618
798
  "code" : "string"
619
- }]
799
+ }],
800
+ "base": {
801
+ "path" : "User.mfaSecret",
802
+ "min" : 0,
803
+ "max" : "1"
804
+ }
620
805
  },
621
806
  {
622
807
  "id" : "User.mfaEnrolled",
@@ -626,7 +811,12 @@
626
811
  "max" : "1",
627
812
  "type" : [{
628
813
  "code" : "boolean"
629
- }]
814
+ }],
815
+ "base": {
816
+ "path" : "User.mfaEnrolled",
817
+ "min" : 0,
818
+ "max" : "1"
819
+ }
630
820
  },
631
821
  {
632
822
  "id" : "User.project",
@@ -637,7 +827,12 @@
637
827
  "type" : [{
638
828
  "code" : "Reference",
639
829
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Project"]
640
- }]
830
+ }],
831
+ "base": {
832
+ "path" : "User.project",
833
+ "min" : 0,
834
+ "max" : "1"
835
+ }
641
836
  }
642
837
  ]
643
838
  }
@@ -664,7 +859,12 @@
664
859
  "short" : "Medplum project membership. A project membership grants a user access to a project.",
665
860
  "definition" : "Medplum project membership. A project membership grants a user access to a project.",
666
861
  "min" : 0,
667
- "max" : "*"
862
+ "max" : "*",
863
+ "base": {
864
+ "path" : "ProjectMembership",
865
+ "min" : 0,
866
+ "max" : "*"
867
+ }
668
868
  },
669
869
  {
670
870
  "id" : "ProjectMembership.id",
@@ -736,7 +936,12 @@
736
936
  "type" : [{
737
937
  "code" : "Reference",
738
938
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Project"]
739
- }]
939
+ }],
940
+ "base": {
941
+ "path" : "ProjectMembership.project",
942
+ "min" : 1,
943
+ "max" : "1"
944
+ }
740
945
  },
741
946
  {
742
947
  "id" : "ProjectMembership.invitedBy",
@@ -747,7 +952,12 @@
747
952
  "type" : [{
748
953
  "code" : "Reference",
749
954
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
750
- }]
955
+ }],
956
+ "base": {
957
+ "path" : "ProjectMembership.invitedBy",
958
+ "min" : 0,
959
+ "max" : "1"
960
+ }
751
961
  },
752
962
  {
753
963
  "id" : "ProjectMembership.user",
@@ -760,7 +970,12 @@
760
970
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Bot",
761
971
  "https://medplum.com/fhir/StructureDefinition/ClientApplication",
762
972
  "https://medplum.com/fhir/StructureDefinition/User"]
763
- }]
973
+ }],
974
+ "base": {
975
+ "path" : "ProjectMembership.user",
976
+ "min" : 1,
977
+ "max" : "1"
978
+ }
764
979
  },
765
980
  {
766
981
  "id" : "ProjectMembership.profile",
@@ -775,7 +990,12 @@
775
990
  "http://hl7.org/fhir/StructureDefinition/Patient",
776
991
  "http://hl7.org/fhir/StructureDefinition/Practitioner",
777
992
  "http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
778
- }]
993
+ }],
994
+ "base": {
995
+ "path" : "ProjectMembership.profile",
996
+ "min" : 1,
997
+ "max" : "1"
998
+ }
779
999
  },
780
1000
  {
781
1001
  "id" : "ProjectMembership.externalId",
@@ -785,7 +1005,12 @@
785
1005
  "max" : "1",
786
1006
  "type" : [{
787
1007
  "code" : "string"
788
- }]
1008
+ }],
1009
+ "base": {
1010
+ "path" : "ProjectMembership.externalId",
1011
+ "min" : 0,
1012
+ "max" : "1"
1013
+ }
789
1014
  },
790
1015
  {
791
1016
  "id" : "ProjectMembership.accessPolicy",
@@ -796,7 +1021,12 @@
796
1021
  "type" : [{
797
1022
  "code" : "Reference",
798
1023
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
799
- }]
1024
+ }],
1025
+ "base": {
1026
+ "path" : "ProjectMembership.accessPolicy",
1027
+ "min" : 0,
1028
+ "max" : "1"
1029
+ }
800
1030
  },
801
1031
  {
802
1032
  "id" : "ProjectMembership.access",
@@ -806,7 +1036,12 @@
806
1036
  "max" : "*",
807
1037
  "type" : [{
808
1038
  "code" : "BackboneElement"
809
- }]
1039
+ }],
1040
+ "base": {
1041
+ "path" : "ProjectMembership.access",
1042
+ "min" : 0,
1043
+ "max" : "*"
1044
+ }
810
1045
  },
811
1046
  {
812
1047
  "id" : "ProjectMembership.access.policy",
@@ -819,7 +1054,12 @@
819
1054
  "code" : "Reference",
820
1055
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
821
1056
  }
822
- ]
1057
+ ],
1058
+ "base": {
1059
+ "path" : "ProjectMembership.access.policy",
1060
+ "min" : 1,
1061
+ "max" : "1"
1062
+ }
823
1063
  },
824
1064
  {
825
1065
  "id" : "ProjectMembership.access.parameter",
@@ -829,7 +1069,12 @@
829
1069
  "max" : "*",
830
1070
  "type" : [{
831
1071
  "code" : "BackboneElement"
832
- }]
1072
+ }],
1073
+ "base": {
1074
+ "path" : "ProjectMembership.access.parameter",
1075
+ "min" : 0,
1076
+ "max" : "*"
1077
+ }
833
1078
  },
834
1079
  {
835
1080
  "id" : "ProjectMembership.access.parameter.name",
@@ -839,7 +1084,12 @@
839
1084
  "max" : "1",
840
1085
  "type" : [{
841
1086
  "code" : "code"
842
- }]
1087
+ }],
1088
+ "base": {
1089
+ "path" : "ProjectMembership.access.parameter.name",
1090
+ "min" : 1,
1091
+ "max" : "1"
1092
+ }
843
1093
  },
844
1094
  {
845
1095
  "id" : "ProjectMembership.access.parameter.value[x]",
@@ -854,9 +1104,14 @@
854
1104
  },
855
1105
  {
856
1106
  "code" : "Reference"
857
- }]
858
- },
859
- {
1107
+ }],
1108
+ "base": {
1109
+ "path" : "ProjectMembership.access.parameter.value[x]",
1110
+ "min" : 1,
1111
+ "max" : "1"
1112
+ }
1113
+ },
1114
+ {
860
1115
  "id" : "ProjectMembership.userConfiguration",
861
1116
  "path" : "ProjectMembership.userConfiguration",
862
1117
  "definition" : "The user configuration for the user within the project memebership such as menu links, saved searches, and features.",
@@ -865,7 +1120,12 @@
865
1120
  "type" : [{
866
1121
  "code" : "Reference",
867
1122
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/UserConfiguration"]
868
- }]
1123
+ }],
1124
+ "base": {
1125
+ "path" : "ProjectMembership.userConfiguration",
1126
+ "min" : 0,
1127
+ "max" : "1"
1128
+ }
869
1129
  },
870
1130
  {
871
1131
  "id" : "ProjectMembership.admin",
@@ -876,7 +1136,12 @@
876
1136
  "max" : "1",
877
1137
  "type" : [{
878
1138
  "code" : "boolean"
879
- }]
1139
+ }],
1140
+ "base": {
1141
+ "path" : "ProjectMembership.admin",
1142
+ "min" : 0,
1143
+ "max" : "1"
1144
+ }
880
1145
  }
881
1146
  ]
882
1147
  }
@@ -903,7 +1168,12 @@
903
1168
  "short" : "Bot account for automated actions.",
904
1169
  "definition" : "Bot account for automated actions.",
905
1170
  "min" : 0,
906
- "max" : "*"
1171
+ "max" : "*",
1172
+ "base" : {
1173
+ "path" : "Bot",
1174
+ "min" : 0,
1175
+ "max" : "*"
1176
+ }
907
1177
  },
908
1178
  {
909
1179
  "id" : "Bot.id",
@@ -975,7 +1245,12 @@
975
1245
  "max" : "*",
976
1246
  "type" : [{
977
1247
  "code" : "Identifier"
978
- }]
1248
+ }],
1249
+ "base" : {
1250
+ "path" : "Bot.identifier",
1251
+ "min" : 0,
1252
+ "max" : "*"
1253
+ }
979
1254
  },
980
1255
  {
981
1256
  "id" : "Bot.name",
@@ -985,7 +1260,12 @@
985
1260
  "max" : "1",
986
1261
  "type" : [{
987
1262
  "code" : "string"
988
- }]
1263
+ }],
1264
+ "base" : {
1265
+ "path" : "Bot.name",
1266
+ "min" : 0,
1267
+ "max" : "1"
1268
+ }
989
1269
  },
990
1270
  {
991
1271
  "id" : "Bot.description",
@@ -995,7 +1275,12 @@
995
1275
  "max" : "1",
996
1276
  "type" : [{
997
1277
  "code" : "string"
998
- }]
1278
+ }],
1279
+ "base" : {
1280
+ "path" : "Bot.description",
1281
+ "min" : 0,
1282
+ "max" : "1"
1283
+ }
999
1284
  },
1000
1285
  {
1001
1286
  "id" : "Bot.runtimeVersion",
@@ -1005,7 +1290,12 @@
1005
1290
  "max" : "1",
1006
1291
  "type" : [{
1007
1292
  "code" : "string"
1008
- }]
1293
+ }],
1294
+ "base" : {
1295
+ "path" : "Bot.runtimeVersion",
1296
+ "min" : 0,
1297
+ "max" : "1"
1298
+ }
1009
1299
  },
1010
1300
  {
1011
1301
  "id" : "Bot.photo",
@@ -1015,7 +1305,12 @@
1015
1305
  "max" : "1",
1016
1306
  "type" : [{
1017
1307
  "code" : "Attachment"
1018
- }]
1308
+ }],
1309
+ "base" : {
1310
+ "path" : "Bot.photo",
1311
+ "min" : 0,
1312
+ "max" : "1"
1313
+ }
1019
1314
  },
1020
1315
  {
1021
1316
  "id": "Bot.cron[x]",
@@ -1027,7 +1322,12 @@
1027
1322
  "code": "Timing"
1028
1323
  }, {
1029
1324
  "code": "string"
1030
- }]
1325
+ }],
1326
+ "base": {
1327
+ "path": "Bot.cron[x]",
1328
+ "min": 0,
1329
+ "max": "1"
1330
+ }
1031
1331
  },
1032
1332
  {
1033
1333
  "id" : "Bot.code",
@@ -1037,7 +1337,12 @@
1037
1337
  "max" : "1",
1038
1338
  "type" : [{
1039
1339
  "code" : "string"
1040
- }]
1340
+ }],
1341
+ "base" : {
1342
+ "path" : "Bot.code",
1343
+ "min" : 0,
1344
+ "max" : "1"
1345
+ }
1041
1346
  },
1042
1347
  {
1043
1348
  "id" : "Bot.category",
@@ -1049,7 +1354,12 @@
1049
1354
  "max" : "*",
1050
1355
  "type" : [{
1051
1356
  "code" : "CodeableConcept"
1052
- }]
1357
+ }],
1358
+ "base" : {
1359
+ "path" : "Bot.category",
1360
+ "min" : 0,
1361
+ "max" : "*"
1362
+ }
1053
1363
  },
1054
1364
  {
1055
1365
  "id" : "Bot.runAsUser",
@@ -1059,7 +1369,12 @@
1059
1369
  "max" : "1",
1060
1370
  "type" : [{
1061
1371
  "code" : "boolean"
1062
- }]
1372
+ }],
1373
+ "base" : {
1374
+ "path" : "Bot.runAsUser",
1375
+ "min" : 0,
1376
+ "max" : "1"
1377
+ }
1063
1378
  }
1064
1379
  ]
1065
1380
  }
@@ -1086,7 +1401,12 @@
1086
1401
  "short" : "Login event and session details.",
1087
1402
  "definition" : "Login event and session details.",
1088
1403
  "min" : 0,
1089
- "max" : "*"
1404
+ "max" : "*",
1405
+ "base" : {
1406
+ "path" : "Login",
1407
+ "min" : 0,
1408
+ "max" : "*"
1409
+ }
1090
1410
  },
1091
1411
  {
1092
1412
  "id" : "Login.id",
@@ -1158,7 +1478,12 @@
1158
1478
  "type" : [{
1159
1479
  "code" : "Reference",
1160
1480
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ClientApplication"]
1161
- }]
1481
+ }],
1482
+ "base" : {
1483
+ "path" : "Login.client",
1484
+ "min" : 0,
1485
+ "max" : "1"
1486
+ }
1162
1487
  },
1163
1488
  {
1164
1489
  "id" : "Login.profileType",
@@ -1172,6 +1497,11 @@
1172
1497
  "binding" : {
1173
1498
  "strength" : "required",
1174
1499
  "valueSet" : "http://hl7.org/fhir/ValueSet/resource-types|4.0.1"
1500
+ },
1501
+ "base" : {
1502
+ "path" : "Login.profileType",
1503
+ "min" : 0,
1504
+ "max" : "1"
1175
1505
  }
1176
1506
  },
1177
1507
  {
@@ -1183,7 +1513,12 @@
1183
1513
  "type" : [{
1184
1514
  "code" : "Reference",
1185
1515
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Project"]
1186
- }]
1516
+ }],
1517
+ "base" : {
1518
+ "path" : "Login.project",
1519
+ "min" : 0,
1520
+ "max" : "1"
1521
+ }
1187
1522
  },
1188
1523
  {
1189
1524
  "id" : "Login.user",
@@ -1196,7 +1531,12 @@
1196
1531
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Bot",
1197
1532
  "https://medplum.com/fhir/StructureDefinition/ClientApplication",
1198
1533
  "https://medplum.com/fhir/StructureDefinition/User"]
1199
- }]
1534
+ }],
1535
+ "base" : {
1536
+ "path" : "Login.user",
1537
+ "min" : 1,
1538
+ "max" : "1"
1539
+ }
1200
1540
  },
1201
1541
  {
1202
1542
  "id" : "Login.membership",
@@ -1207,7 +1547,12 @@
1207
1547
  "type" : [{
1208
1548
  "code" : "Reference",
1209
1549
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ProjectMembership"]
1210
- }]
1550
+ }],
1551
+ "base" : {
1552
+ "path" : "Login.membership",
1553
+ "min" : 0,
1554
+ "max" : "1"
1555
+ }
1211
1556
  },
1212
1557
  {
1213
1558
  "id" : "Login.scope",
@@ -1217,7 +1562,12 @@
1217
1562
  "max" : "1",
1218
1563
  "type" : [{
1219
1564
  "code" : "string"
1220
- }]
1565
+ }],
1566
+ "base" : {
1567
+ "path" : "Login.scope",
1568
+ "min" : 0,
1569
+ "max" : "1"
1570
+ }
1221
1571
  },
1222
1572
  {
1223
1573
  "id" : "Login.authMethod",
@@ -1227,7 +1577,12 @@
1227
1577
  "max" : "1",
1228
1578
  "type" : [{
1229
1579
  "code" : "string"
1230
- }]
1580
+ }],
1581
+ "base" : {
1582
+ "path" : "Login.authMethod",
1583
+ "min" : 1,
1584
+ "max" : "1"
1585
+ }
1231
1586
  },
1232
1587
  {
1233
1588
  "id" : "Login.authTime",
@@ -1237,7 +1592,12 @@
1237
1592
  "max" : "1",
1238
1593
  "type" : [{
1239
1594
  "code" : "instant"
1240
- }]
1595
+ }],
1596
+ "base" : {
1597
+ "path" : "Login.authTime",
1598
+ "min" : 1,
1599
+ "max" : "1"
1600
+ }
1241
1601
  },
1242
1602
  {
1243
1603
  "id" : "Login.cookie",
@@ -1247,7 +1607,12 @@
1247
1607
  "max" : "1",
1248
1608
  "type" : [{
1249
1609
  "code" : "string"
1250
- }]
1610
+ }],
1611
+ "base" : {
1612
+ "path" : "Login.cookie",
1613
+ "min" : 0,
1614
+ "max" : "1"
1615
+ }
1251
1616
  },
1252
1617
  {
1253
1618
  "id" : "Login.code",
@@ -1257,7 +1622,12 @@
1257
1622
  "max" : "1",
1258
1623
  "type" : [{
1259
1624
  "code" : "string"
1260
- }]
1625
+ }],
1626
+ "base" : {
1627
+ "path" : "Login.code",
1628
+ "min" : 0,
1629
+ "max" : "1"
1630
+ }
1261
1631
  },
1262
1632
  {
1263
1633
  "id" : "Login.codeChallenge",
@@ -1267,7 +1637,12 @@
1267
1637
  "max" : "1",
1268
1638
  "type" : [{
1269
1639
  "code" : "string"
1270
- }]
1640
+ }],
1641
+ "base" : {
1642
+ "path" : "Login.codeChallenge",
1643
+ "min" : 0,
1644
+ "max" : "1"
1645
+ }
1271
1646
  },
1272
1647
  {
1273
1648
  "id" : "Login.codeChallengeMethod",
@@ -1277,7 +1652,12 @@
1277
1652
  "max" : "1",
1278
1653
  "type" : [{
1279
1654
  "code" : "string"
1280
- }]
1655
+ }],
1656
+ "base" : {
1657
+ "path" : "Login.codeChallengeMethod",
1658
+ "min" : 0,
1659
+ "max" : "1"
1660
+ }
1281
1661
  },
1282
1662
  {
1283
1663
  "id" : "Login.refreshSecret",
@@ -1287,7 +1667,12 @@
1287
1667
  "max" : "1",
1288
1668
  "type" : [{
1289
1669
  "code" : "string"
1290
- }]
1670
+ }],
1671
+ "base" : {
1672
+ "path" : "Login.refreshSecret",
1673
+ "min" : 0,
1674
+ "max" : "1"
1675
+ }
1291
1676
  },
1292
1677
  {
1293
1678
  "id" : "Login.nonce",
@@ -1297,7 +1682,12 @@
1297
1682
  "max" : "1",
1298
1683
  "type" : [{
1299
1684
  "code" : "string"
1300
- }]
1685
+ }],
1686
+ "base" : {
1687
+ "path" : "Login.nonce",
1688
+ "min" : 0,
1689
+ "max" : "1"
1690
+ }
1301
1691
  },
1302
1692
  {
1303
1693
  "id" : "Login.mfaVerified",
@@ -1307,7 +1697,12 @@
1307
1697
  "max" : "1",
1308
1698
  "type" : [{
1309
1699
  "code" : "boolean"
1310
- }]
1700
+ }],
1701
+ "base" : {
1702
+ "path" : "Login.mfaVerified",
1703
+ "min" : 0,
1704
+ "max" : "1"
1705
+ }
1311
1706
  },
1312
1707
  {
1313
1708
  "id" : "Login.granted",
@@ -1317,7 +1712,12 @@
1317
1712
  "max" : "1",
1318
1713
  "type" : [{
1319
1714
  "code" : "boolean"
1320
- }]
1715
+ }],
1716
+ "base" : {
1717
+ "path" : "Login.granted",
1718
+ "min" : 0,
1719
+ "max" : "1"
1720
+ }
1321
1721
  },
1322
1722
  {
1323
1723
  "id" : "Login.revoked",
@@ -1327,7 +1727,12 @@
1327
1727
  "max" : "1",
1328
1728
  "type" : [{
1329
1729
  "code" : "boolean"
1330
- }]
1730
+ }],
1731
+ "base" : {
1732
+ "path" : "Login.revoked",
1733
+ "min" : 0,
1734
+ "max" : "1"
1735
+ }
1331
1736
  },
1332
1737
  {
1333
1738
  "id" : "Login.admin",
@@ -1337,7 +1742,12 @@
1337
1742
  "max" : "1",
1338
1743
  "type" : [{
1339
1744
  "code" : "boolean"
1340
- }]
1745
+ }],
1746
+ "base" : {
1747
+ "path" : "Login.admin",
1748
+ "min" : 0,
1749
+ "max" : "1"
1750
+ }
1341
1751
  },
1342
1752
  {
1343
1753
  "id" : "Login.superAdmin",
@@ -1347,7 +1757,12 @@
1347
1757
  "max" : "1",
1348
1758
  "type" : [{
1349
1759
  "code" : "boolean"
1350
- }]
1760
+ }],
1761
+ "base" : {
1762
+ "path" : "Login.superAdmin",
1763
+ "min" : 0,
1764
+ "max" : "1"
1765
+ }
1351
1766
  },
1352
1767
  {
1353
1768
  "id" : "Login.launch",
@@ -1358,7 +1773,12 @@
1358
1773
  "type" : [{
1359
1774
  "code" : "Reference",
1360
1775
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/SmartAppLaunch"]
1361
- }]
1776
+ }],
1777
+ "base" : {
1778
+ "path" : "Login.launch",
1779
+ "min" : 0,
1780
+ "max" : "1"
1781
+ }
1362
1782
  },
1363
1783
  {
1364
1784
  "id" : "Login.remoteAddress",
@@ -1368,7 +1788,12 @@
1368
1788
  "max" : "1",
1369
1789
  "type" : [{
1370
1790
  "code" : "string"
1371
- }]
1791
+ }],
1792
+ "base" : {
1793
+ "path" : "Login.remoteAddress",
1794
+ "min" : 0,
1795
+ "max" : "1"
1796
+ }
1372
1797
  },
1373
1798
  {
1374
1799
  "id" : "Login.userAgent",
@@ -1378,7 +1803,12 @@
1378
1803
  "max" : "1",
1379
1804
  "type" : [{
1380
1805
  "code" : "string"
1381
- }]
1806
+ }],
1807
+ "base" : {
1808
+ "path" : "Login.userAgent",
1809
+ "min" : 0,
1810
+ "max" : "1"
1811
+ }
1382
1812
  }
1383
1813
  ]
1384
1814
  }
@@ -1405,7 +1835,12 @@
1405
1835
  "short" : "Password change request for the 'forgot password' flow.",
1406
1836
  "definition" : "Password change request for the 'forgot password' flow.",
1407
1837
  "min" : 0,
1408
- "max" : "*"
1838
+ "max" : "*",
1839
+ "base": {
1840
+ "path" : "PasswordChangeRequest",
1841
+ "min" : 0,
1842
+ "max" : "*"
1843
+ }
1409
1844
  },
1410
1845
  {
1411
1846
  "id" : "PasswordChangeRequest.id",
@@ -1477,7 +1912,12 @@
1477
1912
  "type" : [{
1478
1913
  "code" : "Reference",
1479
1914
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
1480
- }]
1915
+ }],
1916
+ "base" : {
1917
+ "path" : "PasswordChangeRequest.user",
1918
+ "min" : 1,
1919
+ "max" : "1"
1920
+ }
1481
1921
  },
1482
1922
  {
1483
1923
  "id" : "PasswordChangeRequest.secret",
@@ -1487,7 +1927,12 @@
1487
1927
  "max" : "1",
1488
1928
  "type" : [{
1489
1929
  "code" : "string"
1490
- }]
1930
+ }],
1931
+ "base" : {
1932
+ "path" : "PasswordChangeRequest.secret",
1933
+ "min" : 1,
1934
+ "max" : "1"
1935
+ }
1491
1936
  },
1492
1937
  {
1493
1938
  "id" : "PasswordChangeRequest.used",
@@ -1497,7 +1942,12 @@
1497
1942
  "max" : "1",
1498
1943
  "type" : [{
1499
1944
  "code" : "boolean"
1500
- }]
1945
+ }],
1946
+ "base" : {
1947
+ "path" : "PasswordChangeRequest.used",
1948
+ "min" : 0,
1949
+ "max" : "1"
1950
+ }
1501
1951
  },
1502
1952
  {
1503
1953
  "id" : "PasswordChangeRequest.redirectUri",
@@ -1507,7 +1957,12 @@
1507
1957
  "max" : "1",
1508
1958
  "type" : [{
1509
1959
  "code" : "uri"
1510
- }]
1960
+ }],
1961
+ "base" : {
1962
+ "path" : "PasswordChangeRequest.redirectUri",
1963
+ "min" : 0,
1964
+ "max" : "1"
1965
+ }
1511
1966
  }
1512
1967
  ]
1513
1968
  }
@@ -1534,7 +1989,12 @@
1534
1989
  "short" : "A JSON object that represents a cryptographic key.",
1535
1990
  "definition" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
1536
1991
  "min" : 0,
1537
- "max" : "*"
1992
+ "max" : "*",
1993
+ "base": {
1994
+ "path" : "JsonWebKey",
1995
+ "min" : 0,
1996
+ "max" : "*"
1997
+ }
1538
1998
  },
1539
1999
  {
1540
2000
  "id" : "JsonWebKey.id",
@@ -1607,7 +2067,12 @@
1607
2067
  {
1608
2068
  "code": "boolean"
1609
2069
  }
1610
- ]
2070
+ ],
2071
+ "base": {
2072
+ "path": "JsonWebKey.active",
2073
+ "min": 0,
2074
+ "max": "1"
2075
+ }
1611
2076
  },
1612
2077
  {
1613
2078
  "id": "JsonWebKey.alg",
@@ -1619,7 +2084,12 @@
1619
2084
  {
1620
2085
  "code": "string"
1621
2086
  }
1622
- ]
2087
+ ],
2088
+ "base": {
2089
+ "path": "JsonWebKey.alg",
2090
+ "min": 0,
2091
+ "max": "1"
2092
+ }
1623
2093
  },
1624
2094
  {
1625
2095
  "id": "JsonWebKey.kty",
@@ -1631,7 +2101,12 @@
1631
2101
  {
1632
2102
  "code": "string"
1633
2103
  }
1634
- ]
2104
+ ],
2105
+ "base": {
2106
+ "path": "JsonWebKey.kty",
2107
+ "min": 0,
2108
+ "max": "1"
2109
+ }
1635
2110
  },
1636
2111
  {
1637
2112
  "id": "JsonWebKey.use",
@@ -1643,7 +2118,12 @@
1643
2118
  {
1644
2119
  "code": "string"
1645
2120
  }
1646
- ]
2121
+ ],
2122
+ "base": {
2123
+ "path" : "JsonWebKey.use",
2124
+ "min" : 0,
2125
+ "max" : "1"
2126
+ }
1647
2127
  },
1648
2128
  {
1649
2129
  "id": "JsonWebKey.key_ops",
@@ -1655,7 +2135,12 @@
1655
2135
  {
1656
2136
  "code": "string"
1657
2137
  }
1658
- ]
2138
+ ],
2139
+ "base": {
2140
+ "path" : "JsonWebKey.key_ops",
2141
+ "min" : 0,
2142
+ "max" : "*"
2143
+ }
1659
2144
  },
1660
2145
  {
1661
2146
  "id": "JsonWebKey.x5c",
@@ -1667,7 +2152,12 @@
1667
2152
  {
1668
2153
  "code": "string"
1669
2154
  }
1670
- ]
2155
+ ],
2156
+ "base": {
2157
+ "path" : "JsonWebKey.x5c",
2158
+ "min" : 0,
2159
+ "max" : "*"
2160
+ }
1671
2161
  },
1672
2162
  {
1673
2163
  "id": "JsonWebKey.n",
@@ -1679,7 +2169,12 @@
1679
2169
  {
1680
2170
  "code": "string"
1681
2171
  }
1682
- ]
2172
+ ],
2173
+ "base": {
2174
+ "path" : "JsonWebKey.n",
2175
+ "min" : 0,
2176
+ "max" : "1"
2177
+ }
1683
2178
  },
1684
2179
  {
1685
2180
  "id": "JsonWebKey.e",
@@ -1691,7 +2186,12 @@
1691
2186
  {
1692
2187
  "code": "string"
1693
2188
  }
1694
- ]
2189
+ ],
2190
+ "base": {
2191
+ "path" : "JsonWebKey.e",
2192
+ "min" : 0,
2193
+ "max" : "1"
2194
+ }
1695
2195
  },
1696
2196
  {
1697
2197
  "id": "JsonWebKey.kid",
@@ -1703,7 +2203,12 @@
1703
2203
  {
1704
2204
  "code": "string"
1705
2205
  }
1706
- ]
2206
+ ],
2207
+ "base": {
2208
+ "path" : "JsonWebKey.kid",
2209
+ "min" : 0,
2210
+ "max" : "1"
2211
+ }
1707
2212
  },
1708
2213
  {
1709
2214
  "id": "JsonWebKey.x5t",
@@ -1715,7 +2220,12 @@
1715
2220
  {
1716
2221
  "code": "string"
1717
2222
  }
1718
- ]
2223
+ ],
2224
+ "base": {
2225
+ "path" : "JsonWebKey.x5t",
2226
+ "min" : 0,
2227
+ "max" : "1"
2228
+ }
1719
2229
  },
1720
2230
  {
1721
2231
  "id": "JsonWebKey.d",
@@ -1727,7 +2237,12 @@
1727
2237
  {
1728
2238
  "code": "string"
1729
2239
  }
1730
- ]
2240
+ ],
2241
+ "base": {
2242
+ "path" : "JsonWebKey.d",
2243
+ "min" : 0,
2244
+ "max" : "1"
2245
+ }
1731
2246
  },
1732
2247
  {
1733
2248
  "id": "JsonWebKey.p",
@@ -1739,7 +2254,12 @@
1739
2254
  {
1740
2255
  "code": "string"
1741
2256
  }
1742
- ]
2257
+ ],
2258
+ "base": {
2259
+ "path" : "JsonWebKey.p",
2260
+ "min" : 0,
2261
+ "max" : "1"
2262
+ }
1743
2263
  },
1744
2264
  {
1745
2265
  "id": "JsonWebKey.q",
@@ -1751,7 +2271,12 @@
1751
2271
  {
1752
2272
  "code": "string"
1753
2273
  }
1754
- ]
2274
+ ],
2275
+ "base": {
2276
+ "path" : "JsonWebKey.q",
2277
+ "min" : 0,
2278
+ "max" : "1"
2279
+ }
1755
2280
  },
1756
2281
  {
1757
2282
  "id": "JsonWebKey.dp",
@@ -1763,7 +2288,12 @@
1763
2288
  {
1764
2289
  "code": "string"
1765
2290
  }
1766
- ]
2291
+ ],
2292
+ "base": {
2293
+ "path" : "JsonWebKey.dp",
2294
+ "min" : 0,
2295
+ "max" : "1"
2296
+ }
1767
2297
  },
1768
2298
  {
1769
2299
  "id": "JsonWebKey.dq",
@@ -1775,7 +2305,12 @@
1775
2305
  {
1776
2306
  "code": "string"
1777
2307
  }
1778
- ]
2308
+ ],
2309
+ "base": {
2310
+ "path" : "JsonWebKey.dq",
2311
+ "min" : 0,
2312
+ "max" : "1"
2313
+ }
1779
2314
  },
1780
2315
  {
1781
2316
  "id": "JsonWebKey.qi",
@@ -1787,7 +2322,12 @@
1787
2322
  {
1788
2323
  "code": "string"
1789
2324
  }
1790
- ]
2325
+ ],
2326
+ "base": {
2327
+ "path" : "JsonWebKey.qi",
2328
+ "min" : 0,
2329
+ "max" : "1"
2330
+ }
1791
2331
  }
1792
2332
  ]
1793
2333
  }
@@ -1814,7 +2354,12 @@
1814
2354
  "short" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
1815
2355
  "definition" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
1816
2356
  "min" : 0,
1817
- "max" : "*"
2357
+ "max" : "*",
2358
+ "base": {
2359
+ "path" : "AccessPolicy",
2360
+ "min" : 0,
2361
+ "max" : "*"
2362
+ }
1818
2363
  },
1819
2364
  {
1820
2365
  "id" : "AccessPolicy.id",
@@ -1885,7 +2430,12 @@
1885
2430
  "max" : "1",
1886
2431
  "type" : [{
1887
2432
  "code" : "string"
1888
- }]
2433
+ }],
2434
+ "base" : {
2435
+ "path" : "AccessPolicy.name",
2436
+ "min" : 0,
2437
+ "max" : "1"
2438
+ }
1889
2439
  },
1890
2440
  {
1891
2441
  "id" : "AccessPolicy.compartment",
@@ -1895,7 +2445,12 @@
1895
2445
  "max" : "1",
1896
2446
  "type" : [{
1897
2447
  "code" : "Reference"
1898
- }]
2448
+ }],
2449
+ "base" : {
2450
+ "path" : "AccessPolicy.compartment",
2451
+ "min" : 0,
2452
+ "max" : "1"
2453
+ }
1899
2454
  },
1900
2455
  {
1901
2456
  "id" : "AccessPolicy.resource",
@@ -1905,7 +2460,12 @@
1905
2460
  "max" : "*",
1906
2461
  "type" : [{
1907
2462
  "code" : "BackboneElement"
1908
- }]
2463
+ }],
2464
+ "base" : {
2465
+ "path" : "AccessPolicy.resource",
2466
+ "min" : 0,
2467
+ "max" : "*"
2468
+ }
1909
2469
  },
1910
2470
  {
1911
2471
  "id" : "AccessPolicy.resource.resourceType",
@@ -1915,7 +2475,12 @@
1915
2475
  "max" : "1",
1916
2476
  "type" : [{
1917
2477
  "code" : "string"
1918
- }]
2478
+ }],
2479
+ "base" : {
2480
+ "path" : "AccessPolicy.resource.resourceType",
2481
+ "min" : 1,
2482
+ "max" : "1"
2483
+ }
1919
2484
  },
1920
2485
  {
1921
2486
  "id" : "AccessPolicy.resource.compartment",
@@ -1925,7 +2490,12 @@
1925
2490
  "max" : "1",
1926
2491
  "type" : [{
1927
2492
  "code" : "Reference"
1928
- }]
2493
+ }],
2494
+ "base" : {
2495
+ "path" : "AccessPolicy.resource.compartment",
2496
+ "min" : 0,
2497
+ "max" : "1"
2498
+ }
1929
2499
  },
1930
2500
  {
1931
2501
  "id" : "AccessPolicy.resource.criteria",
@@ -1936,7 +2506,12 @@
1936
2506
  "max" : "1",
1937
2507
  "type" : [{
1938
2508
  "code" : "string"
1939
- }]
2509
+ }],
2510
+ "base" : {
2511
+ "path" : "AccessPolicy.resource.criteria",
2512
+ "min" : 0,
2513
+ "max" : "1"
2514
+ }
1940
2515
  },
1941
2516
  {
1942
2517
  "id" : "AccessPolicy.resource.readonly",
@@ -1946,7 +2521,12 @@
1946
2521
  "max" : "1",
1947
2522
  "type" : [{
1948
2523
  "code" : "boolean"
1949
- }]
2524
+ }],
2525
+ "base" : {
2526
+ "path" : "AccessPolicy.resource.readonly",
2527
+ "min" : 0,
2528
+ "max" : "1"
2529
+ }
1950
2530
  },
1951
2531
  {
1952
2532
  "id" : "AccessPolicy.resource.hiddenFields",
@@ -1956,7 +2536,12 @@
1956
2536
  "max" : "*",
1957
2537
  "type" : [{
1958
2538
  "code" : "string"
1959
- }]
2539
+ }],
2540
+ "base" : {
2541
+ "path" : "AccessPolicy.resource.hiddenFields",
2542
+ "min" : 0,
2543
+ "max" : "*"
2544
+ }
1960
2545
  },
1961
2546
  {
1962
2547
  "id" : "AccessPolicy.resource.readonlyFields",
@@ -1966,7 +2551,12 @@
1966
2551
  "max" : "*",
1967
2552
  "type" : [{
1968
2553
  "code" : "string"
1969
- }]
2554
+ }],
2555
+ "base" : {
2556
+ "path" : "AccessPolicy.resource.readonlyFields",
2557
+ "min" : 0,
2558
+ "max" : "*"
2559
+ }
1970
2560
  },
1971
2561
  {
1972
2562
  "id" : "AccessPolicy.ipAccessRule",
@@ -1976,7 +2566,12 @@
1976
2566
  "max" : "*",
1977
2567
  "type" : [{
1978
2568
  "code" : "BackboneElement"
1979
- }]
2569
+ }],
2570
+ "base" : {
2571
+ "path" : "AccessPolicy.ipAccessRule",
2572
+ "min" : 0,
2573
+ "max" : "*"
2574
+ }
1980
2575
  },
1981
2576
  {
1982
2577
  "id" : "AccessPolicy.ipAccessRule.name",
@@ -1986,7 +2581,12 @@
1986
2581
  "max" : "1",
1987
2582
  "type" : [{
1988
2583
  "code" : "string"
1989
- }]
2584
+ }],
2585
+ "base" : {
2586
+ "path" : "AccessPolicy.ipAccessRule.name",
2587
+ "min" : 0,
2588
+ "max" : "1"
2589
+ }
1990
2590
  },
1991
2591
  {
1992
2592
  "id" : "AccessPolicy.ipAccessRule.value",
@@ -1996,7 +2596,12 @@
1996
2596
  "max" : "1",
1997
2597
  "type" : [{
1998
2598
  "code" : "string"
1999
- }]
2599
+ }],
2600
+ "base" : {
2601
+ "path" : "AccessPolicy.ipAccessRule.value",
2602
+ "min" : 1,
2603
+ "max" : "1"
2604
+ }
2000
2605
  },
2001
2606
  {
2002
2607
  "id" : "AccessPolicy.ipAccessRule.action",
@@ -2006,7 +2611,12 @@
2006
2611
  "max" : "1",
2007
2612
  "type" : [{
2008
2613
  "code" : "string"
2009
- }]
2614
+ }],
2615
+ "base" : {
2616
+ "path" : "AccessPolicy.ipAccessRule.action",
2617
+ "min" : 1,
2618
+ "max" : "1"
2619
+ }
2010
2620
  }
2011
2621
  ]
2012
2622
  }
@@ -2033,7 +2643,12 @@
2033
2643
  "short" : "User specific configuration for the Medplum application.",
2034
2644
  "definition" : "User specific configuration for the Medplum application.",
2035
2645
  "min" : 0,
2036
- "max" : "*"
2646
+ "max" : "*",
2647
+ "base": {
2648
+ "path" : "UserConfiguration",
2649
+ "min" : 0,
2650
+ "max" : "*"
2651
+ }
2037
2652
  },
2038
2653
  {
2039
2654
  "id" : "UserConfiguration.id",
@@ -2104,7 +2719,12 @@
2104
2719
  "max" : "1",
2105
2720
  "type" : [{
2106
2721
  "code" : "string"
2107
- }]
2722
+ }],
2723
+ "base" : {
2724
+ "path" : "UserConfiguration.name",
2725
+ "min" : 0,
2726
+ "max" : "1"
2727
+ }
2108
2728
  },
2109
2729
  {
2110
2730
  "id" : "UserConfiguration.menu",
@@ -2114,7 +2734,12 @@
2114
2734
  "max" : "*",
2115
2735
  "type" : [{
2116
2736
  "code" : "BackboneElement"
2117
- }]
2737
+ }],
2738
+ "base" : {
2739
+ "path" : "UserConfiguration.menu",
2740
+ "min" : 0,
2741
+ "max" : "*"
2742
+ }
2118
2743
  },
2119
2744
  {
2120
2745
  "id" : "UserConfiguration.menu.title",
@@ -2124,7 +2749,12 @@
2124
2749
  "max" : "1",
2125
2750
  "type" : [{
2126
2751
  "code" : "string"
2127
- }]
2752
+ }],
2753
+ "base" : {
2754
+ "path" : "UserConfiguration.menu.title",
2755
+ "min" : 1,
2756
+ "max" : "1"
2757
+ }
2128
2758
  },
2129
2759
  {
2130
2760
  "id" : "UserConfiguration.menu.link",
@@ -2134,7 +2764,12 @@
2134
2764
  "max" : "*",
2135
2765
  "type" : [{
2136
2766
  "code" : "BackboneElement"
2137
- }]
2767
+ }],
2768
+ "base" : {
2769
+ "path" : "UserConfiguration.menu.link",
2770
+ "min" : 0,
2771
+ "max" : "*"
2772
+ }
2138
2773
  },
2139
2774
  {
2140
2775
  "id" : "UserConfiguration.menu.link.name",
@@ -2144,7 +2779,12 @@
2144
2779
  "max" : "1",
2145
2780
  "type" : [{
2146
2781
  "code" : "string"
2147
- }]
2782
+ }],
2783
+ "base" : {
2784
+ "path" : "UserConfiguration.menu.link.name",
2785
+ "min" : 1,
2786
+ "max" : "1"
2787
+ }
2148
2788
  },
2149
2789
  {
2150
2790
  "id" : "UserConfiguration.menu.link.target",
@@ -2154,7 +2794,12 @@
2154
2794
  "max" : "1",
2155
2795
  "type" : [{
2156
2796
  "code" : "url"
2157
- }]
2797
+ }],
2798
+ "base" : {
2799
+ "path" : "UserConfiguration.menu.link.target",
2800
+ "min" : 1,
2801
+ "max" : "1"
2802
+ }
2158
2803
  },
2159
2804
  {
2160
2805
  "id" : "UserConfiguration.search",
@@ -2164,7 +2809,12 @@
2164
2809
  "max" : "*",
2165
2810
  "type" : [{
2166
2811
  "code" : "BackboneElement"
2167
- }]
2812
+ }],
2813
+ "base" : {
2814
+ "path" : "UserConfiguration.search",
2815
+ "min" : 0,
2816
+ "max" : "*"
2817
+ }
2168
2818
  },
2169
2819
  {
2170
2820
  "id" : "UserConfiguration.search.name",
@@ -2174,7 +2824,12 @@
2174
2824
  "max" : "1",
2175
2825
  "type" : [{
2176
2826
  "code" : "string"
2177
- }]
2827
+ }],
2828
+ "base" : {
2829
+ "path" : "UserConfiguration.search.name",
2830
+ "min" : 1,
2831
+ "max" : "1"
2832
+ }
2178
2833
  },
2179
2834
  {
2180
2835
  "id" : "UserConfiguration.search.criteria",
@@ -2185,7 +2840,12 @@
2185
2840
  "max" : "1",
2186
2841
  "type" : [{
2187
2842
  "code" : "string"
2188
- }]
2843
+ }],
2844
+ "base" : {
2845
+ "path" : "UserConfiguration.search.criteria",
2846
+ "min" : 1,
2847
+ "max" : "1"
2848
+ }
2189
2849
  },
2190
2850
  {
2191
2851
  "id" : "UserConfiguration.option",
@@ -2195,7 +2855,12 @@
2195
2855
  "max" : "*",
2196
2856
  "type" : [{
2197
2857
  "code" : "BackboneElement"
2198
- }]
2858
+ }],
2859
+ "base" : {
2860
+ "path" : "UserConfiguration.option",
2861
+ "min" : 0,
2862
+ "max" : "*"
2863
+ }
2199
2864
  },
2200
2865
  {
2201
2866
  "id" : "UserConfiguration.option.id",
@@ -2205,7 +2870,12 @@
2205
2870
  "max" : "1",
2206
2871
  "type" : [{
2207
2872
  "code" : "code"
2208
- }]
2873
+ }],
2874
+ "base" : {
2875
+ "path" : "UserConfiguration.option.id",
2876
+ "min" : 1,
2877
+ "max" : "1"
2878
+ }
2209
2879
  },
2210
2880
  {
2211
2881
  "id" : "UserConfiguration.option.value[x]",
@@ -2229,7 +2899,12 @@
2229
2899
  },
2230
2900
  {
2231
2901
  "code" : "string"
2232
- }]
2902
+ }],
2903
+ "base" : {
2904
+ "path" : "UserConfiguration.option.value[x]",
2905
+ "min" : 1,
2906
+ "max" : "1"
2907
+ }
2233
2908
  }
2234
2909
  ]
2235
2910
  }
@@ -2256,7 +2931,12 @@
2256
2931
  "short" : "User specific configuration for the Medplum application.",
2257
2932
  "definition" : "User specific configuration for the Medplum application.",
2258
2933
  "min" : 0,
2259
- "max" : "*"
2934
+ "max" : "*",
2935
+ "base": {
2936
+ "path" : "BulkDataExport",
2937
+ "min" : 0,
2938
+ "max" : "*"
2939
+ }
2260
2940
  },
2261
2941
  {
2262
2942
  "id" : "BulkDataExport.id",
@@ -2343,7 +3023,12 @@
2343
3023
  "max" : "1",
2344
3024
  "type" : [{
2345
3025
  "code" : "instant"
2346
- }]
3026
+ }],
3027
+ "base" : {
3028
+ "path" : "BulkDataExport.requestTime",
3029
+ "min" : 1,
3030
+ "max" : "1"
3031
+ }
2347
3032
  },
2348
3033
  {
2349
3034
  "id" : "BulkDataExport.transactionTime",
@@ -2353,7 +3038,12 @@
2353
3038
  "max" : "1",
2354
3039
  "type" : [{
2355
3040
  "code" : "instant"
2356
- }]
3041
+ }],
3042
+ "base" : {
3043
+ "path" : "BulkDataExport.transactionTime",
3044
+ "min" : 0,
3045
+ "max" : "1"
3046
+ }
2357
3047
  },
2358
3048
  {
2359
3049
  "id" : "BulkDataExport.request",
@@ -2363,7 +3053,12 @@
2363
3053
  "max" : "1",
2364
3054
  "type" : [{
2365
3055
  "code" : "uri"
2366
- }]
3056
+ }],
3057
+ "base" : {
3058
+ "path" : "BulkDataExport.request",
3059
+ "min" : 1,
3060
+ "max" : "1"
3061
+ }
2367
3062
  },
2368
3063
  {
2369
3064
  "id" : "BulkDataExport.requiresAccessToken",
@@ -2373,7 +3068,12 @@
2373
3068
  "max" : "1",
2374
3069
  "type" : [{
2375
3070
  "code" : "boolean"
2376
- }]
3071
+ }],
3072
+ "base" : {
3073
+ "path" : "BulkDataExport.requiresAccessToken",
3074
+ "min" : 0,
3075
+ "max" : "1"
3076
+ }
2377
3077
  },
2378
3078
  {
2379
3079
  "id" : "BulkDataExport.output",
@@ -2383,7 +3083,12 @@
2383
3083
  "max" : "*",
2384
3084
  "type" : [{
2385
3085
  "code" : "BackboneElement"
2386
- }]
3086
+ }],
3087
+ "base" : {
3088
+ "path" : "BulkDataExport.output",
3089
+ "min" : 0,
3090
+ "max" : "*"
3091
+ }
2387
3092
  },
2388
3093
  {
2389
3094
  "id" : "BulkDataExport.output.type",
@@ -2394,6 +3099,11 @@
2394
3099
  "type" : [{
2395
3100
  "code" : "code"
2396
3101
  }],
3102
+ "base" : {
3103
+ "path" : "BulkDataExport.output.type",
3104
+ "min" : 1,
3105
+ "max" : "1"
3106
+ },
2397
3107
  "binding" : {
2398
3108
  "extension" : [{
2399
3109
  "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
@@ -2416,7 +3126,12 @@
2416
3126
  "max" : "1",
2417
3127
  "type" : [{
2418
3128
  "code" : "uri"
2419
- }]
3129
+ }],
3130
+ "base" : {
3131
+ "path" : "BulkDataExport.output.url",
3132
+ "min" : 1,
3133
+ "max" : "1"
3134
+ }
2420
3135
  },
2421
3136
  {
2422
3137
  "id" : "BulkDataExport.deleted",
@@ -2426,7 +3141,12 @@
2426
3141
  "max" : "*",
2427
3142
  "type" : [{
2428
3143
  "code" : "BackboneElement"
2429
- }]
3144
+ }],
3145
+ "base" : {
3146
+ "path" : "BulkDataExport.deleted",
3147
+ "min" : 0,
3148
+ "max" : "*"
3149
+ }
2430
3150
  },
2431
3151
  {
2432
3152
  "id" : "BulkDataExport.deleted.type",
@@ -2437,6 +3157,11 @@
2437
3157
  "type" : [{
2438
3158
  "code" : "code"
2439
3159
  }],
3160
+ "base" : {
3161
+ "path" : "BulkDataExport.deleted.type",
3162
+ "min" : 1,
3163
+ "max" : "1"
3164
+ },
2440
3165
  "binding" : {
2441
3166
  "extension" : [{
2442
3167
  "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
@@ -2459,7 +3184,12 @@
2459
3184
  "max" : "1",
2460
3185
  "type" : [{
2461
3186
  "code" : "uri"
2462
- }]
3187
+ }],
3188
+ "base" : {
3189
+ "path" : "BulkDataExport.deleted.url",
3190
+ "min" : 1,
3191
+ "max" : "1"
3192
+ }
2463
3193
  },
2464
3194
  {
2465
3195
  "id" : "BulkDataExport.error",
@@ -2469,7 +3199,12 @@
2469
3199
  "max" : "*",
2470
3200
  "type" : [{
2471
3201
  "code" : "BackboneElement"
2472
- }]
3202
+ }],
3203
+ "base" : {
3204
+ "path" : "BulkDataExport.error",
3205
+ "min" : 0,
3206
+ "max" : "*"
3207
+ }
2473
3208
  },
2474
3209
  {
2475
3210
  "id" : "BulkDataExport.error.type",
@@ -2480,6 +3215,11 @@
2480
3215
  "type" : [{
2481
3216
  "code" : "code"
2482
3217
  }],
3218
+ "base" : {
3219
+ "path" : "BulkDataExport.error.type",
3220
+ "min" : 1,
3221
+ "max" : "1"
3222
+ },
2483
3223
  "binding" : {
2484
3224
  "extension" : [{
2485
3225
  "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
@@ -2502,7 +3242,12 @@
2502
3242
  "max" : "1",
2503
3243
  "type" : [{
2504
3244
  "code" : "uri"
2505
- }]
3245
+ }],
3246
+ "base" : {
3247
+ "path" : "BulkDataExport.error.url",
3248
+ "min" : 1,
3249
+ "max" : "1"
3250
+ }
2506
3251
  }
2507
3252
  ]
2508
3253
  }
@@ -2529,7 +3274,12 @@
2529
3274
  "short" : "This resource contains context details for a SMART App Launch.",
2530
3275
  "definition" : "This resource contains context details for a SMART App Launch.",
2531
3276
  "min" : 0,
2532
- "max" : "*"
3277
+ "max" : "*",
3278
+ "base": {
3279
+ "path" : "SmartAppLaunch",
3280
+ "min" : 0,
3281
+ "max" : "*"
3282
+ }
2533
3283
  },
2534
3284
  {
2535
3285
  "id" : "SmartAppLaunch.id",
@@ -2585,7 +3335,12 @@
2585
3335
  "max" : "1",
2586
3336
  "type" : [{
2587
3337
  "code" : "code"
2588
- }]
3338
+ }],
3339
+ "base" : {
3340
+ "path" : "SmartAppLaunch.language",
3341
+ "min" : 0,
3342
+ "max" : "1"
3343
+ }
2589
3344
  },
2590
3345
  {
2591
3346
  "id" : "SmartAppLaunch.patient",
@@ -2596,7 +3351,12 @@
2596
3351
  "type" : [{
2597
3352
  "code" : "Reference",
2598
3353
  "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Patient"]
2599
- }]
3354
+ }],
3355
+ "base" : {
3356
+ "path" : "SmartAppLaunch.patient",
3357
+ "min" : 0,
3358
+ "max" : "1"
3359
+ }
2600
3360
  },
2601
3361
  {
2602
3362
  "id" : "SmartAppLaunch.encounter",
@@ -2607,7 +3367,12 @@
2607
3367
  "type" : [{
2608
3368
  "code" : "Reference",
2609
3369
  "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Encounter"]
2610
- }]
3370
+ }],
3371
+ "base" : {
3372
+ "path" : "SmartAppLaunch.encounter",
3373
+ "min" : 0,
3374
+ "max" : "1"
3375
+ }
2611
3376
  }
2612
3377
  ]
2613
3378
  }
@@ -2634,7 +3399,12 @@
2634
3399
  "short" : "Domain specific configuration for the Medplum application.",
2635
3400
  "definition" : "Domain specific configuration for the Medplum application.",
2636
3401
  "min" : 0,
2637
- "max" : "*"
3402
+ "max" : "*",
3403
+ "base": {
3404
+ "path" : "DomainConfiguration",
3405
+ "min" : 0,
3406
+ "max" : "*"
3407
+ }
2638
3408
  },
2639
3409
  {
2640
3410
  "id" : "DomainConfiguration.id",
@@ -2690,7 +3460,12 @@
2690
3460
  "max" : "1",
2691
3461
  "type" : [{
2692
3462
  "code" : "code"
2693
- }]
3463
+ }],
3464
+ "base" : {
3465
+ "path" : "DomainConfiguration.language",
3466
+ "min" : 0,
3467
+ "max" : "1"
3468
+ }
2694
3469
  },
2695
3470
  {
2696
3471
  "id" : "DomainConfiguration.domain",
@@ -2700,7 +3475,12 @@
2700
3475
  "max" : "1",
2701
3476
  "type" : [{
2702
3477
  "code" : "uri"
2703
- }]
3478
+ }],
3479
+ "base" : {
3480
+ "path" : "DomainConfiguration.domain",
3481
+ "min" : 1,
3482
+ "max" : "1"
3483
+ }
2704
3484
  },
2705
3485
  {
2706
3486
  "id" : "DomainConfiguration.identityProvider",
@@ -2710,7 +3490,12 @@
2710
3490
  "max" : "1",
2711
3491
  "type" : [{
2712
3492
  "code" : "IdentityProvider"
2713
- }]
3493
+ }],
3494
+ "base" : {
3495
+ "path" : "DomainConfiguration.identityProvider",
3496
+ "min" : 0,
3497
+ "max" : "1"
3498
+ }
2714
3499
  }
2715
3500
  ]
2716
3501
  }
@@ -2737,7 +3522,12 @@
2737
3522
  "short" : "External Identity Provider (IdP) configuration details.",
2738
3523
  "definition" : "External Identity Provider (IdP) configuration details.",
2739
3524
  "min" : 0,
2740
- "max" : "*"
3525
+ "max" : "*",
3526
+ "base": {
3527
+ "path" : "IdentityProvider",
3528
+ "min" : 0,
3529
+ "max" : "*"
3530
+ }
2741
3531
  },
2742
3532
  {
2743
3533
  "id" : "IdentityProvider.authorizeUrl",
@@ -2747,7 +3537,12 @@
2747
3537
  "max" : "1",
2748
3538
  "type" : [{
2749
3539
  "code" : "string"
2750
- }]
3540
+ }],
3541
+ "base" : {
3542
+ "path" : "IdentityProvider.authorizeUrl",
3543
+ "min" : 1,
3544
+ "max" : "1"
3545
+ }
2751
3546
  },
2752
3547
  {
2753
3548
  "id" : "IdentityProvider.tokenUrl",
@@ -2757,7 +3552,12 @@
2757
3552
  "max" : "1",
2758
3553
  "type" : [{
2759
3554
  "code" : "string"
2760
- }]
3555
+ }],
3556
+ "base" : {
3557
+ "path" : "IdentityProvider.tokenUrl",
3558
+ "min" : 1,
3559
+ "max" : "1"
3560
+ }
2761
3561
  },
2762
3562
  {
2763
3563
  "id" : "IdentityProvider.userInfoUrl",
@@ -2767,7 +3567,12 @@
2767
3567
  "max" : "1",
2768
3568
  "type" : [{
2769
3569
  "code" : "string"
2770
- }]
3570
+ }],
3571
+ "base" : {
3572
+ "path" : "IdentityProvider.userInfoUrl",
3573
+ "min" : 1,
3574
+ "max" : "1"
3575
+ }
2771
3576
  },
2772
3577
  {
2773
3578
  "id" : "IdentityProvider.clientId",
@@ -2777,7 +3582,12 @@
2777
3582
  "max" : "1",
2778
3583
  "type" : [{
2779
3584
  "code" : "string"
2780
- }]
3585
+ }],
3586
+ "base" : {
3587
+ "path" : "IdentityProvider.clientId",
3588
+ "min" : 1,
3589
+ "max" : "1"
3590
+ }
2781
3591
  },
2782
3592
  {
2783
3593
  "id" : "IdentityProvider.clientSecret",
@@ -2787,7 +3597,12 @@
2787
3597
  "max" : "1",
2788
3598
  "type" : [{
2789
3599
  "code" : "string"
2790
- }]
3600
+ }],
3601
+ "base" : {
3602
+ "path" : "IdentityProvider.clientSecret",
3603
+ "min" : 1,
3604
+ "max" : "1"
3605
+ }
2791
3606
  },
2792
3607
  {
2793
3608
  "id" : "IdentityProvider.useSubject",
@@ -2798,7 +3613,12 @@
2798
3613
  "max" : "1",
2799
3614
  "type" : [{
2800
3615
  "code" : "boolean"
2801
- }]
3616
+ }],
3617
+ "base" : {
3618
+ "path" : "IdentityProvider.useSubject",
3619
+ "min" : 0,
3620
+ "max" : "1"
3621
+ }
2802
3622
  }
2803
3623
  ]
2804
3624
  }
@@ -2825,7 +3645,12 @@
2825
3645
  "short" : "Contains details of long running asynchronous/background jobs.",
2826
3646
  "definition" : "Contains details of long running asynchronous/background jobs.",
2827
3647
  "min" : 0,
2828
- "max" : "*"
3648
+ "max" : "*",
3649
+ "base": {
3650
+ "path" : "AsyncJob",
3651
+ "min" : 0,
3652
+ "max" : "*"
3653
+ }
2829
3654
  },
2830
3655
  {
2831
3656
  "id" : "AsyncJob.id",
@@ -2912,7 +3737,12 @@
2912
3737
  "max" : "1",
2913
3738
  "type" : [{
2914
3739
  "code" : "instant"
2915
- }]
3740
+ }],
3741
+ "base" : {
3742
+ "path" : "AsyncJob.requestTime",
3743
+ "min" : 1,
3744
+ "max" : "1"
3745
+ }
2916
3746
  },
2917
3747
  {
2918
3748
  "id" : "AsyncJob.transactionTime",
@@ -2922,7 +3752,12 @@
2922
3752
  "max" : "1",
2923
3753
  "type" : [{
2924
3754
  "code" : "instant"
2925
- }]
3755
+ }],
3756
+ "base" : {
3757
+ "path" : "AsyncJob.transactionTime",
3758
+ "min" : 0,
3759
+ "max" : "1"
3760
+ }
2926
3761
  },
2927
3762
  {
2928
3763
  "id" : "AsyncJob.request",
@@ -2932,7 +3767,12 @@
2932
3767
  "max" : "1",
2933
3768
  "type" : [{
2934
3769
  "code" : "uri"
2935
- }]
3770
+ }],
3771
+ "base" : {
3772
+ "path" : "AsyncJob.request",
3773
+ "min" : 1,
3774
+ "max" : "1"
3775
+ }
2936
3776
  }
2937
3777
  ]
2938
3778
  }