@medplum/definitions 1.0.4 → 1.0.5

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.
@@ -16,6 +16,7 @@
16
16
  "kind" : "resource",
17
17
  "abstract" : false,
18
18
  "type" : "Project",
19
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
19
20
  "snapshot" : {
20
21
  "element" : [
21
22
  {
@@ -33,6 +34,11 @@
33
34
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
34
35
  "min" : 0,
35
36
  "max" : "1",
37
+ "base" : {
38
+ "path" : "Resource.id",
39
+ "min" : 0,
40
+ "max" : "1"
41
+ },
36
42
  "type" : [{
37
43
  "code" : "string"
38
44
  }]
@@ -43,6 +49,11 @@
43
49
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
44
50
  "min" : 0,
45
51
  "max" : "1",
52
+ "base" : {
53
+ "path" : "Resource.meta",
54
+ "min" : 0,
55
+ "max" : "1"
56
+ },
46
57
  "type" : [{
47
58
  "code" : "Meta"
48
59
  }]
@@ -53,6 +64,11 @@
53
64
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
54
65
  "min" : 0,
55
66
  "max" : "1",
67
+ "base" : {
68
+ "path" : "Resource.implicitRules",
69
+ "min" : 0,
70
+ "max" : "1"
71
+ },
56
72
  "type" : [{
57
73
  "code" : "uri"
58
74
  }]
@@ -63,6 +79,11 @@
63
79
  "definition" : "The base language in which the resource is written.",
64
80
  "min" : 0,
65
81
  "max" : "1",
82
+ "base" : {
83
+ "path" : "Resource.language",
84
+ "min" : 0,
85
+ "max" : "1"
86
+ },
66
87
  "type" : [{
67
88
  "code" : "code"
68
89
  }]
@@ -109,6 +130,17 @@
109
130
  "code" : "boolean"
110
131
  }]
111
132
  },
133
+ {
134
+ "id" : "Project.checkReferencesOnWrite",
135
+ "path" : "Project.checkReferencesOnWrite",
136
+ "short" : "Whether this project uses referential integrity on write operations such as 'create' and 'update'.",
137
+ "definition" : "Whether this project uses referential integrity on write operations such as 'create' and 'update'.",
138
+ "min" : 0,
139
+ "max" : "1",
140
+ "type" : [{
141
+ "code" : "boolean"
142
+ }]
143
+ },
112
144
  {
113
145
  "id" : "Project.owner",
114
146
  "path" : "Project.owner",
@@ -265,6 +297,7 @@
265
297
  "kind" : "resource",
266
298
  "abstract" : false,
267
299
  "type" : "ClientApplication",
300
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
268
301
  "snapshot" : {
269
302
  "element" : [
270
303
  {
@@ -282,6 +315,11 @@
282
315
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
283
316
  "min" : 0,
284
317
  "max" : "1",
318
+ "base" : {
319
+ "path" : "Resource.id",
320
+ "min" : 0,
321
+ "max" : "1"
322
+ },
285
323
  "type" : [{
286
324
  "code" : "string"
287
325
  }]
@@ -292,6 +330,11 @@
292
330
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
293
331
  "min" : 0,
294
332
  "max" : "1",
333
+ "base" : {
334
+ "path" : "Resource.meta",
335
+ "min" : 0,
336
+ "max" : "1"
337
+ },
295
338
  "type" : [{
296
339
  "code" : "Meta"
297
340
  }]
@@ -302,6 +345,11 @@
302
345
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
303
346
  "min" : 0,
304
347
  "max" : "1",
348
+ "base" : {
349
+ "path" : "Resource.implicitRules",
350
+ "min" : 0,
351
+ "max" : "1"
352
+ },
305
353
  "type" : [{
306
354
  "code" : "uri"
307
355
  }]
@@ -312,6 +360,11 @@
312
360
  "definition" : "The base language in which the resource is written.",
313
361
  "min" : 0,
314
362
  "max" : "1",
363
+ "base" : {
364
+ "path" : "Resource.language",
365
+ "min" : 0,
366
+ "max" : "1"
367
+ },
315
368
  "type" : [{
316
369
  "code" : "code"
317
370
  }]
@@ -391,6 +444,7 @@
391
444
  "kind" : "resource",
392
445
  "abstract" : false,
393
446
  "type" : "User",
447
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
394
448
  "description" : "Representation of a human user of the system.",
395
449
  "snapshot" : {
396
450
  "element" : [
@@ -409,6 +463,11 @@
409
463
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
410
464
  "min" : 0,
411
465
  "max" : "1",
466
+ "base" : {
467
+ "path" : "Resource.id",
468
+ "min" : 0,
469
+ "max" : "1"
470
+ },
412
471
  "type" : [{
413
472
  "code" : "string"
414
473
  }]
@@ -419,6 +478,11 @@
419
478
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
420
479
  "min" : 0,
421
480
  "max" : "1",
481
+ "base" : {
482
+ "path" : "Resource.meta",
483
+ "min" : 0,
484
+ "max" : "1"
485
+ },
422
486
  "type" : [{
423
487
  "code" : "Meta"
424
488
  }]
@@ -429,6 +493,11 @@
429
493
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
430
494
  "min" : 0,
431
495
  "max" : "1",
496
+ "base" : {
497
+ "path" : "Resource.implicitRules",
498
+ "min" : 0,
499
+ "max" : "1"
500
+ },
432
501
  "type" : [{
433
502
  "code" : "uri"
434
503
  }]
@@ -439,6 +508,11 @@
439
508
  "definition" : "The base language in which the resource is written.",
440
509
  "min" : 0,
441
510
  "max" : "1",
511
+ "base" : {
512
+ "path" : "Resource.language",
513
+ "min" : 0,
514
+ "max" : "1"
515
+ },
442
516
  "type" : [{
443
517
  "code" : "code"
444
518
  }]
@@ -504,6 +578,26 @@
504
578
  "code" : "string"
505
579
  }]
506
580
  },
581
+ {
582
+ "id" : "User.mfaSecret",
583
+ "path" : "User.mfaSecret",
584
+ "definition" : "Shared secret for MFA authenticator applications.",
585
+ "min" : 0,
586
+ "max" : "1",
587
+ "type" : [{
588
+ "code" : "string"
589
+ }]
590
+ },
591
+ {
592
+ "id" : "User.mfaEnrolled",
593
+ "path" : "User.mfaEnrolled",
594
+ "definition" : "Whether the user has completed MFA enrollment.",
595
+ "min" : 0,
596
+ "max" : "1",
597
+ "type" : [{
598
+ "code" : "boolean"
599
+ }]
600
+ },
507
601
  {
508
602
  "id" : "User.project",
509
603
  "path" : "User.project",
@@ -530,6 +624,7 @@
530
624
  "kind" : "resource",
531
625
  "abstract" : false,
532
626
  "type" : "ProjectMembership",
627
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
533
628
  "description" : "Medplum project membership. A project membership grants a user access to a project.",
534
629
  "snapshot" : {
535
630
  "element" : [
@@ -548,6 +643,11 @@
548
643
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
549
644
  "min" : 0,
550
645
  "max" : "1",
646
+ "base" : {
647
+ "path" : "Resource.id",
648
+ "min" : 0,
649
+ "max" : "1"
650
+ },
551
651
  "type" : [{
552
652
  "code" : "string"
553
653
  }]
@@ -558,6 +658,11 @@
558
658
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
559
659
  "min" : 0,
560
660
  "max" : "1",
661
+ "base" : {
662
+ "path" : "Resource.meta",
663
+ "min" : 0,
664
+ "max" : "1"
665
+ },
561
666
  "type" : [{
562
667
  "code" : "Meta"
563
668
  }]
@@ -568,6 +673,11 @@
568
673
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
569
674
  "min" : 0,
570
675
  "max" : "1",
676
+ "base" : {
677
+ "path" : "Resource.implicitRules",
678
+ "min" : 0,
679
+ "max" : "1"
680
+ },
571
681
  "type" : [{
572
682
  "code" : "uri"
573
683
  }]
@@ -578,6 +688,11 @@
578
688
  "definition" : "The base language in which the resource is written.",
579
689
  "min" : 0,
580
690
  "max" : "1",
691
+ "base" : {
692
+ "path" : "Resource.language",
693
+ "min" : 0,
694
+ "max" : "1"
695
+ },
581
696
  "type" : [{
582
697
  "code" : "code"
583
698
  }]
@@ -669,6 +784,7 @@
669
784
  "kind" : "resource",
670
785
  "abstract" : false,
671
786
  "type" : "Bot",
787
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
672
788
  "description" : "Bot account for automated actions.",
673
789
  "snapshot" : {
674
790
  "element" : [
@@ -687,6 +803,11 @@
687
803
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
688
804
  "min" : 0,
689
805
  "max" : "1",
806
+ "base" : {
807
+ "path" : "Resource.id",
808
+ "min" : 0,
809
+ "max" : "1"
810
+ },
690
811
  "type" : [{
691
812
  "code" : "string"
692
813
  }]
@@ -697,6 +818,11 @@
697
818
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
698
819
  "min" : 0,
699
820
  "max" : "1",
821
+ "base" : {
822
+ "path" : "Resource.meta",
823
+ "min" : 0,
824
+ "max" : "1"
825
+ },
700
826
  "type" : [{
701
827
  "code" : "Meta"
702
828
  }]
@@ -707,6 +833,11 @@
707
833
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
708
834
  "min" : 0,
709
835
  "max" : "1",
836
+ "base" : {
837
+ "path" : "Resource.implicitRules",
838
+ "min" : 0,
839
+ "max" : "1"
840
+ },
710
841
  "type" : [{
711
842
  "code" : "uri"
712
843
  }]
@@ -717,6 +848,11 @@
717
848
  "definition" : "The base language in which the resource is written.",
718
849
  "min" : 0,
719
850
  "max" : "1",
851
+ "base" : {
852
+ "path" : "Resource.language",
853
+ "min" : 0,
854
+ "max" : "1"
855
+ },
720
856
  "type" : [{
721
857
  "code" : "code"
722
858
  }]
@@ -796,6 +932,7 @@
796
932
  "kind" : "resource",
797
933
  "abstract" : false,
798
934
  "type" : "Login",
935
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
799
936
  "description" : "Login event and session details.",
800
937
  "snapshot" : {
801
938
  "element" : [
@@ -814,6 +951,11 @@
814
951
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
815
952
  "min" : 0,
816
953
  "max" : "1",
954
+ "base" : {
955
+ "path" : "Resource.id",
956
+ "min" : 0,
957
+ "max" : "1"
958
+ },
817
959
  "type" : [{
818
960
  "code" : "string"
819
961
  }]
@@ -824,6 +966,11 @@
824
966
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
825
967
  "min" : 0,
826
968
  "max" : "1",
969
+ "base" : {
970
+ "path" : "Resource.meta",
971
+ "min" : 0,
972
+ "max" : "1"
973
+ },
827
974
  "type" : [{
828
975
  "code" : "Meta"
829
976
  }]
@@ -834,6 +981,11 @@
834
981
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
835
982
  "min" : 0,
836
983
  "max" : "1",
984
+ "base" : {
985
+ "path" : "Resource.implicitRules",
986
+ "min" : 0,
987
+ "max" : "1"
988
+ },
837
989
  "type" : [{
838
990
  "code" : "uri"
839
991
  }]
@@ -844,6 +996,11 @@
844
996
  "definition" : "The base language in which the resource is written.",
845
997
  "min" : 0,
846
998
  "max" : "1",
999
+ "base" : {
1000
+ "path" : "Resource.language",
1001
+ "min" : 0,
1002
+ "max" : "1"
1003
+ },
847
1004
  "type" : [{
848
1005
  "code" : "code"
849
1006
  }]
@@ -859,6 +1016,31 @@
859
1016
  "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ClientApplication"]
860
1017
  }]
861
1018
  },
1019
+ {
1020
+ "id" : "Login.profileType",
1021
+ "path" : "Login.profileType",
1022
+ "definition" : "Optional required profile resource type.",
1023
+ "min" : 0,
1024
+ "max" : "1",
1025
+ "type" : [{
1026
+ "code" : "code"
1027
+ }],
1028
+ "binding" : {
1029
+ "strength" : "required",
1030
+ "valueSet" : "http://hl7.org/fhir/ValueSet/resource-types|4.0.1"
1031
+ }
1032
+ },
1033
+ {
1034
+ "id" : "Login.project",
1035
+ "path" : "Login.project",
1036
+ "definition" : "Optional required project for the login.",
1037
+ "min" : 0,
1038
+ "max" : "1",
1039
+ "type" : [{
1040
+ "code" : "Reference",
1041
+ "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Project"]
1042
+ }]
1043
+ },
862
1044
  {
863
1045
  "id" : "Login.user",
864
1046
  "path" : "Login.user",
@@ -973,6 +1155,16 @@
973
1155
  "code" : "string"
974
1156
  }]
975
1157
  },
1158
+ {
1159
+ "id" : "Login.mfaVerified",
1160
+ "path" : "Login.mfaVerified",
1161
+ "definition" : "Whether the user has verified using multi-factor authentication (MFA). This will only be set is the user has MFA enabled (see User.mfaEnrolled).",
1162
+ "min" : 0,
1163
+ "max" : "1",
1164
+ "type" : [{
1165
+ "code" : "boolean"
1166
+ }]
1167
+ },
976
1168
  {
977
1169
  "id" : "Login.granted",
978
1170
  "path" : "Login.granted",
@@ -1059,6 +1251,7 @@
1059
1251
  "kind" : "resource",
1060
1252
  "abstract" : false,
1061
1253
  "type" : "PasswordChangeRequest",
1254
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
1062
1255
  "description" : "Password change request for the 'forgot password' flow.",
1063
1256
  "snapshot" : {
1064
1257
  "element" : [
@@ -1077,6 +1270,11 @@
1077
1270
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
1078
1271
  "min" : 0,
1079
1272
  "max" : "1",
1273
+ "base" : {
1274
+ "path" : "Resource.id",
1275
+ "min" : 0,
1276
+ "max" : "1"
1277
+ },
1080
1278
  "type" : [{
1081
1279
  "code" : "string"
1082
1280
  }]
@@ -1087,6 +1285,11 @@
1087
1285
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
1088
1286
  "min" : 0,
1089
1287
  "max" : "1",
1288
+ "base" : {
1289
+ "path" : "Resource.meta",
1290
+ "min" : 0,
1291
+ "max" : "1"
1292
+ },
1090
1293
  "type" : [{
1091
1294
  "code" : "Meta"
1092
1295
  }]
@@ -1097,6 +1300,11 @@
1097
1300
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
1098
1301
  "min" : 0,
1099
1302
  "max" : "1",
1303
+ "base" : {
1304
+ "path" : "Resource.implicitRules",
1305
+ "min" : 0,
1306
+ "max" : "1"
1307
+ },
1100
1308
  "type" : [{
1101
1309
  "code" : "uri"
1102
1310
  }]
@@ -1107,6 +1315,11 @@
1107
1315
  "definition" : "The base language in which the resource is written.",
1108
1316
  "min" : 0,
1109
1317
  "max" : "1",
1318
+ "base" : {
1319
+ "path" : "Resource.language",
1320
+ "min" : 0,
1321
+ "max" : "1"
1322
+ },
1110
1323
  "type" : [{
1111
1324
  "code" : "code"
1112
1325
  }]
@@ -1167,6 +1380,7 @@
1167
1380
  "kind" : "resource",
1168
1381
  "abstract" : false,
1169
1382
  "type" : "JsonWebKey",
1383
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
1170
1384
  "description" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
1171
1385
  "snapshot" : {
1172
1386
  "element" : [
@@ -1185,6 +1399,11 @@
1185
1399
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
1186
1400
  "min" : 0,
1187
1401
  "max" : "1",
1402
+ "base" : {
1403
+ "path" : "Resource.id",
1404
+ "min" : 0,
1405
+ "max" : "1"
1406
+ },
1188
1407
  "type" : [{
1189
1408
  "code" : "string"
1190
1409
  }]
@@ -1195,6 +1414,11 @@
1195
1414
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
1196
1415
  "min" : 0,
1197
1416
  "max" : "1",
1417
+ "base" : {
1418
+ "path" : "Resource.meta",
1419
+ "min" : 0,
1420
+ "max" : "1"
1421
+ },
1198
1422
  "type" : [{
1199
1423
  "code" : "Meta"
1200
1424
  }]
@@ -1205,6 +1429,11 @@
1205
1429
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
1206
1430
  "min" : 0,
1207
1431
  "max" : "1",
1432
+ "base" : {
1433
+ "path" : "Resource.implicitRules",
1434
+ "min" : 0,
1435
+ "max" : "1"
1436
+ },
1208
1437
  "type" : [{
1209
1438
  "code" : "uri"
1210
1439
  }]
@@ -1215,6 +1444,11 @@
1215
1444
  "definition" : "The base language in which the resource is written.",
1216
1445
  "min" : 0,
1217
1446
  "max" : "1",
1447
+ "base" : {
1448
+ "path" : "Resource.language",
1449
+ "min" : 0,
1450
+ "max" : "1"
1451
+ },
1218
1452
  "type" : [{
1219
1453
  "code" : "code"
1220
1454
  }]
@@ -1426,6 +1660,7 @@
1426
1660
  "kind" : "resource",
1427
1661
  "abstract" : false,
1428
1662
  "type" : "AccessPolicy",
1663
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
1429
1664
  "description" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
1430
1665
  "snapshot" : {
1431
1666
  "element" : [
@@ -1444,6 +1679,11 @@
1444
1679
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
1445
1680
  "min" : 0,
1446
1681
  "max" : "1",
1682
+ "base" : {
1683
+ "path" : "Resource.id",
1684
+ "min" : 0,
1685
+ "max" : "1"
1686
+ },
1447
1687
  "type" : [{
1448
1688
  "code" : "string"
1449
1689
  }]
@@ -1454,6 +1694,11 @@
1454
1694
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
1455
1695
  "min" : 0,
1456
1696
  "max" : "1",
1697
+ "base" : {
1698
+ "path" : "Resource.meta",
1699
+ "min" : 0,
1700
+ "max" : "1"
1701
+ },
1457
1702
  "type" : [{
1458
1703
  "code" : "Meta"
1459
1704
  }]
@@ -1464,6 +1709,11 @@
1464
1709
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
1465
1710
  "min" : 0,
1466
1711
  "max" : "1",
1712
+ "base" : {
1713
+ "path" : "Resource.implicitRules",
1714
+ "min" : 0,
1715
+ "max" : "1"
1716
+ },
1467
1717
  "type" : [{
1468
1718
  "code" : "uri"
1469
1719
  }]
@@ -1474,6 +1724,11 @@
1474
1724
  "definition" : "The base language in which the resource is written.",
1475
1725
  "min" : 0,
1476
1726
  "max" : "1",
1727
+ "base" : {
1728
+ "path" : "Resource.language",
1729
+ "min" : 0,
1730
+ "max" : "1"
1731
+ },
1477
1732
  "type" : [{
1478
1733
  "code" : "code"
1479
1734
  }]
@@ -1584,6 +1839,7 @@
1584
1839
  "kind" : "resource",
1585
1840
  "abstract" : false,
1586
1841
  "type" : "UserConfiguration",
1842
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
1587
1843
  "description" : "User specific configuration for the Medplum application.",
1588
1844
  "snapshot" : {
1589
1845
  "element" : [
@@ -1602,6 +1858,11 @@
1602
1858
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
1603
1859
  "min" : 0,
1604
1860
  "max" : "1",
1861
+ "base" : {
1862
+ "path" : "Resource.id",
1863
+ "min" : 0,
1864
+ "max" : "1"
1865
+ },
1605
1866
  "type" : [{
1606
1867
  "code" : "string"
1607
1868
  }]
@@ -1612,6 +1873,11 @@
1612
1873
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
1613
1874
  "min" : 0,
1614
1875
  "max" : "1",
1876
+ "base" : {
1877
+ "path" : "Resource.meta",
1878
+ "min" : 0,
1879
+ "max" : "1"
1880
+ },
1615
1881
  "type" : [{
1616
1882
  "code" : "Meta"
1617
1883
  }]
@@ -1622,6 +1888,11 @@
1622
1888
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
1623
1889
  "min" : 0,
1624
1890
  "max" : "1",
1891
+ "base" : {
1892
+ "path" : "Resource.implicitRules",
1893
+ "min" : 0,
1894
+ "max" : "1"
1895
+ },
1625
1896
  "type" : [{
1626
1897
  "code" : "uri"
1627
1898
  }]
@@ -1632,6 +1903,11 @@
1632
1903
  "definition" : "The base language in which the resource is written.",
1633
1904
  "min" : 0,
1634
1905
  "max" : "1",
1906
+ "base" : {
1907
+ "path" : "Resource.language",
1908
+ "min" : 0,
1909
+ "max" : "1"
1910
+ },
1635
1911
  "type" : [{
1636
1912
  "code" : "code"
1637
1913
  }]
@@ -1786,6 +2062,7 @@
1786
2062
  "kind" : "resource",
1787
2063
  "abstract" : false,
1788
2064
  "type" : "BulkDataExport",
2065
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
1789
2066
  "description" : "User specific configuration for the Medplum application.",
1790
2067
  "snapshot" : {
1791
2068
  "element" : [
@@ -1804,6 +2081,11 @@
1804
2081
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
1805
2082
  "min" : 0,
1806
2083
  "max" : "1",
2084
+ "base" : {
2085
+ "path" : "Resource.id",
2086
+ "min" : 0,
2087
+ "max" : "1"
2088
+ },
1807
2089
  "type" : [{
1808
2090
  "code" : "string"
1809
2091
  }]
@@ -1814,6 +2096,11 @@
1814
2096
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
1815
2097
  "min" : 0,
1816
2098
  "max" : "1",
2099
+ "base" : {
2100
+ "path" : "Resource.meta",
2101
+ "min" : 0,
2102
+ "max" : "1"
2103
+ },
1817
2104
  "type" : [{
1818
2105
  "code" : "Meta"
1819
2106
  }]
@@ -1824,6 +2111,11 @@
1824
2111
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
1825
2112
  "min" : 0,
1826
2113
  "max" : "1",
2114
+ "base" : {
2115
+ "path" : "Resource.implicitRules",
2116
+ "min" : 0,
2117
+ "max" : "1"
2118
+ },
1827
2119
  "type" : [{
1828
2120
  "code" : "uri"
1829
2121
  }]
@@ -1834,6 +2126,11 @@
1834
2126
  "definition" : "The base language in which the resource is written.",
1835
2127
  "min" : 0,
1836
2128
  "max" : "1",
2129
+ "base" : {
2130
+ "path" : "Resource.language",
2131
+ "min" : 0,
2132
+ "max" : "1"
2133
+ },
1837
2134
  "type" : [{
1838
2135
  "code" : "code"
1839
2136
  }]
@@ -2038,6 +2335,7 @@
2038
2335
  "kind" : "resource",
2039
2336
  "abstract" : false,
2040
2337
  "type" : "SmartAppLaunch",
2338
+ "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
2041
2339
  "description" : "User specific configuration for the Medplum application.",
2042
2340
  "snapshot" : {
2043
2341
  "element" : [
@@ -2056,6 +2354,11 @@
2056
2354
  "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
2057
2355
  "min" : 0,
2058
2356
  "max" : "1",
2357
+ "base" : {
2358
+ "path" : "Resource.id",
2359
+ "min" : 0,
2360
+ "max" : "1"
2361
+ },
2059
2362
  "type" : [{
2060
2363
  "code" : "string"
2061
2364
  }]
@@ -2066,6 +2369,11 @@
2066
2369
  "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
2067
2370
  "min" : 0,
2068
2371
  "max" : "1",
2372
+ "base" : {
2373
+ "path" : "Resource.meta",
2374
+ "min" : 0,
2375
+ "max" : "1"
2376
+ },
2069
2377
  "type" : [{
2070
2378
  "code" : "Meta"
2071
2379
  }]
@@ -2076,6 +2384,11 @@
2076
2384
  "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
2077
2385
  "min" : 0,
2078
2386
  "max" : "1",
2387
+ "base" : {
2388
+ "path" : "Resource.implicitRules",
2389
+ "min" : 0,
2390
+ "max" : "1"
2391
+ },
2079
2392
  "type" : [{
2080
2393
  "code" : "uri"
2081
2394
  }]