@medplum/definitions 0.9.30 → 0.9.31
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.
|
@@ -61077,6 +61077,10 @@
|
|
|
61077
61077
|
"description": "A summary, characterization or explanation of the Project.",
|
|
61078
61078
|
"$ref": "#/definitions/string"
|
|
61079
61079
|
},
|
|
61080
|
+
"superAdmin": {
|
|
61081
|
+
"description": "Whether this project is the super administrator project. A super administrator is a user who has complete access to all resources in all projects.",
|
|
61082
|
+
"$ref": "#/definitions/boolean"
|
|
61083
|
+
},
|
|
61080
61084
|
"owner": {
|
|
61081
61085
|
"description": "Indicates the user with responsibility for managing the Project.",
|
|
61082
61086
|
"$ref": "#/definitions/Reference"
|
|
@@ -61445,6 +61449,10 @@
|
|
|
61445
61449
|
"description": "Whether this login has system administrator privileges.",
|
|
61446
61450
|
"$ref": "#/definitions/boolean"
|
|
61447
61451
|
},
|
|
61452
|
+
"superAdmin": {
|
|
61453
|
+
"description": "Whether this login has super administrator privileges.",
|
|
61454
|
+
"$ref": "#/definitions/boolean"
|
|
61455
|
+
},
|
|
61448
61456
|
"remoteAddress": {
|
|
61449
61457
|
"description": "The Internet Protocol (IP) address of the client or last proxy that sent the request.",
|
|
61450
61458
|
"$ref": "#/definitions/string"
|
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
"resourceType" : "StructureDefinition",
|
|
12
12
|
"id" : "Project",
|
|
13
13
|
"name" : "Project",
|
|
14
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/Project",
|
|
15
|
+
"status" : "active",
|
|
16
|
+
"kind" : "resource",
|
|
17
|
+
"abstract" : false,
|
|
18
|
+
"type" : "Project",
|
|
14
19
|
"snapshot" : {
|
|
15
20
|
"element" : [
|
|
16
21
|
{
|
|
@@ -74,6 +79,17 @@
|
|
|
74
79
|
"code" : "string"
|
|
75
80
|
}]
|
|
76
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"id" : "Project.superAdmin",
|
|
84
|
+
"path" : "Project.superAdmin",
|
|
85
|
+
"short" : "Whether this project is the super administrator project.",
|
|
86
|
+
"definition" : "Whether this project is the super administrator project. A super administrator is a user who has complete access to all resources in all projects.",
|
|
87
|
+
"min" : 0,
|
|
88
|
+
"max" : "1",
|
|
89
|
+
"type" : [{
|
|
90
|
+
"code" : "boolean"
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
77
93
|
{
|
|
78
94
|
"id" : "Project.owner",
|
|
79
95
|
"path" : "Project.owner",
|
|
@@ -225,6 +241,11 @@
|
|
|
225
241
|
"resourceType" : "StructureDefinition",
|
|
226
242
|
"id" : "ClientApplication",
|
|
227
243
|
"name" : "ClientApplication",
|
|
244
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/ClientApplication",
|
|
245
|
+
"status" : "active",
|
|
246
|
+
"kind" : "resource",
|
|
247
|
+
"abstract" : false,
|
|
248
|
+
"type" : "ClientApplication",
|
|
228
249
|
"snapshot" : {
|
|
229
250
|
"element" : [
|
|
230
251
|
{
|
|
@@ -318,6 +339,11 @@
|
|
|
318
339
|
"resourceType" : "StructureDefinition",
|
|
319
340
|
"id" : "User",
|
|
320
341
|
"name" : "User",
|
|
342
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/User",
|
|
343
|
+
"status" : "active",
|
|
344
|
+
"kind" : "resource",
|
|
345
|
+
"abstract" : false,
|
|
346
|
+
"type" : "User",
|
|
321
347
|
"description" : "OAuth user.",
|
|
322
348
|
"snapshot" : {
|
|
323
349
|
"element" : [
|
|
@@ -405,8 +431,8 @@
|
|
|
405
431
|
{
|
|
406
432
|
"id" : "User.admin",
|
|
407
433
|
"path" : "User.admin",
|
|
408
|
-
"short" : "
|
|
409
|
-
"definition" : "
|
|
434
|
+
"short" : "DEPRECATED",
|
|
435
|
+
"definition" : "DEPRECATED",
|
|
410
436
|
"min" : 0,
|
|
411
437
|
"max" : "1",
|
|
412
438
|
"type" : [{
|
|
@@ -417,7 +443,7 @@
|
|
|
417
443
|
"id" : "User.passwordHash",
|
|
418
444
|
"path" : "User.passwordHash",
|
|
419
445
|
"definition" : "Encrypted hash of the user's password.",
|
|
420
|
-
"min" :
|
|
446
|
+
"min" : 0,
|
|
421
447
|
"max" : "1",
|
|
422
448
|
"type" : [{
|
|
423
449
|
"code" : "string"
|
|
@@ -444,6 +470,11 @@
|
|
|
444
470
|
"resourceType" : "StructureDefinition",
|
|
445
471
|
"id" : "ProjectMembership",
|
|
446
472
|
"name" : "ProjectMembership",
|
|
473
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/ProjectMembership",
|
|
474
|
+
"status" : "active",
|
|
475
|
+
"kind" : "resource",
|
|
476
|
+
"abstract" : false,
|
|
477
|
+
"type" : "ProjectMembership",
|
|
447
478
|
"description" : "Medplum project membership. A project membership grants a user access to a project.",
|
|
448
479
|
"snapshot" : {
|
|
449
480
|
"element" : [
|
|
@@ -520,11 +551,11 @@
|
|
|
520
551
|
"max" : "1",
|
|
521
552
|
"type" : [{
|
|
522
553
|
"code" : "Reference",
|
|
523
|
-
"targetProfile" : ["
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
554
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Bot",
|
|
555
|
+
"https://medplum.com/fhir/StructureDefinition/ClientApplication",
|
|
556
|
+
"https://medplum.com/fhir/StructureDefinition/Patient",
|
|
557
|
+
"https://medplum.com/fhir/StructureDefinition/Practitioner",
|
|
558
|
+
"https://medplum.com/fhir/StructureDefinition/RelatedPerson"]
|
|
528
559
|
}]
|
|
529
560
|
},
|
|
530
561
|
{
|
|
@@ -570,6 +601,11 @@
|
|
|
570
601
|
"resourceType" : "StructureDefinition",
|
|
571
602
|
"id" : "Bot",
|
|
572
603
|
"name" : "Bot",
|
|
604
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/Bot",
|
|
605
|
+
"status" : "active",
|
|
606
|
+
"kind" : "resource",
|
|
607
|
+
"abstract" : false,
|
|
608
|
+
"type" : "Bot",
|
|
573
609
|
"description" : "Bot account for automated actions.",
|
|
574
610
|
"snapshot" : {
|
|
575
611
|
"element" : [
|
|
@@ -684,6 +720,11 @@
|
|
|
684
720
|
"resourceType" : "StructureDefinition",
|
|
685
721
|
"id" : "Login",
|
|
686
722
|
"name" : "Login",
|
|
723
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/Login",
|
|
724
|
+
"status" : "active",
|
|
725
|
+
"kind" : "resource",
|
|
726
|
+
"abstract" : false,
|
|
727
|
+
"type" : "Login",
|
|
687
728
|
"description" : "OAuth login.",
|
|
688
729
|
"snapshot" : {
|
|
689
730
|
"element" : [
|
|
@@ -732,7 +773,7 @@
|
|
|
732
773
|
"id" : "Login.client",
|
|
733
774
|
"path" : "Login.client",
|
|
734
775
|
"definition" : "The client requesting the code.",
|
|
735
|
-
"min" :
|
|
776
|
+
"min" : 0,
|
|
736
777
|
"max" : "1",
|
|
737
778
|
"type" : [{
|
|
738
779
|
"code" : "Reference",
|
|
@@ -747,7 +788,8 @@
|
|
|
747
788
|
"max" : "1",
|
|
748
789
|
"type" : [{
|
|
749
790
|
"code" : "Reference",
|
|
750
|
-
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/
|
|
791
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Bot",
|
|
792
|
+
"https://medplum.com/fhir/StructureDefinition/ClientApplication",
|
|
751
793
|
"https://medplum.com/fhir/StructureDefinition/User"]
|
|
752
794
|
}]
|
|
753
795
|
},
|
|
@@ -755,11 +797,11 @@
|
|
|
755
797
|
"id" : "Login.membership",
|
|
756
798
|
"path" : "Login.membership",
|
|
757
799
|
"definition" : "Reference to the project membership which includes FHIR identity (patient, practitioner, etc), access policy, and user configuration.",
|
|
758
|
-
"min" :
|
|
800
|
+
"min" : 0,
|
|
759
801
|
"max" : "1",
|
|
760
802
|
"type" : [{
|
|
761
803
|
"code" : "Reference",
|
|
762
|
-
"targetProfile" : ["
|
|
804
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ProjectMembership"]
|
|
763
805
|
}]
|
|
764
806
|
},
|
|
765
807
|
{
|
|
@@ -875,7 +917,17 @@
|
|
|
875
917
|
{
|
|
876
918
|
"id" : "Login.admin",
|
|
877
919
|
"path" : "Login.admin",
|
|
878
|
-
"definition" : "
|
|
920
|
+
"definition" : "DEPRECATED",
|
|
921
|
+
"min" : 0,
|
|
922
|
+
"max" : "1",
|
|
923
|
+
"type" : [{
|
|
924
|
+
"code" : "boolean"
|
|
925
|
+
}]
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"id" : "Login.superAdmin",
|
|
929
|
+
"path" : "Login.superAdmin",
|
|
930
|
+
"definition" : "Whether this login has super administrator privileges.",
|
|
879
931
|
"min" : 0,
|
|
880
932
|
"max" : "1",
|
|
881
933
|
"type" : [{
|
|
@@ -912,6 +964,11 @@
|
|
|
912
964
|
"resourceType" : "StructureDefinition",
|
|
913
965
|
"id" : "PasswordChangeRequest",
|
|
914
966
|
"name" : "PasswordChangeRequest",
|
|
967
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/PasswordChangeRequest",
|
|
968
|
+
"status" : "active",
|
|
969
|
+
"kind" : "resource",
|
|
970
|
+
"abstract" : false,
|
|
971
|
+
"type" : "PasswordChangeRequest",
|
|
915
972
|
"description" : "Password change request for the 'forgot password' flow.",
|
|
916
973
|
"snapshot" : {
|
|
917
974
|
"element" : [
|
|
@@ -1007,6 +1064,11 @@
|
|
|
1007
1064
|
"resourceType" : "StructureDefinition",
|
|
1008
1065
|
"id" : "JsonWebKey",
|
|
1009
1066
|
"name" : "JsonWebKey",
|
|
1067
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/JsonWebKey",
|
|
1068
|
+
"status" : "active",
|
|
1069
|
+
"kind" : "resource",
|
|
1070
|
+
"abstract" : false,
|
|
1071
|
+
"type" : "JsonWebKey",
|
|
1010
1072
|
"description" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
|
|
1011
1073
|
"snapshot" : {
|
|
1012
1074
|
"element" : [
|
|
@@ -1253,6 +1315,11 @@
|
|
|
1253
1315
|
"resourceType" : "StructureDefinition",
|
|
1254
1316
|
"id" : "AccessPolicy",
|
|
1255
1317
|
"name" : "AccessPolicy",
|
|
1318
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/AccessPolicy",
|
|
1319
|
+
"status" : "active",
|
|
1320
|
+
"kind" : "resource",
|
|
1321
|
+
"abstract" : false,
|
|
1322
|
+
"type" : "AccessPolicy",
|
|
1256
1323
|
"description" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
|
|
1257
1324
|
"snapshot" : {
|
|
1258
1325
|
"element" : [
|
|
@@ -1398,6 +1465,11 @@
|
|
|
1398
1465
|
"resourceType" : "StructureDefinition",
|
|
1399
1466
|
"id" : "UserConfiguration",
|
|
1400
1467
|
"name" : "UserConfiguration",
|
|
1468
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/UserConfiguration",
|
|
1469
|
+
"status" : "active",
|
|
1470
|
+
"kind" : "resource",
|
|
1471
|
+
"abstract" : false,
|
|
1472
|
+
"type" : "UserConfiguration",
|
|
1401
1473
|
"description" : "User specific configuration for the Medplum application.",
|
|
1402
1474
|
"snapshot" : {
|
|
1403
1475
|
"element" : [
|
|
@@ -65487,7 +65487,9 @@
|
|
|
65487
65487
|
"url" : "https://medplum.com/fhir/SearchParameter/Project-name",
|
|
65488
65488
|
"version" : "4.0.1",
|
|
65489
65489
|
"name" : "name",
|
|
65490
|
+
"status" : "draft",
|
|
65490
65491
|
"publisher" : "Medplum",
|
|
65492
|
+
"description" : "The name of the project",
|
|
65491
65493
|
"code" : "name",
|
|
65492
65494
|
"base" : ["Project"],
|
|
65493
65495
|
"type" : "string",
|
|
@@ -65504,7 +65506,9 @@
|
|
|
65504
65506
|
"url" : "https://medplum.com/fhir/SearchParameter/Project-owner",
|
|
65505
65507
|
"version" : "4.0.1",
|
|
65506
65508
|
"name" : "name",
|
|
65509
|
+
"status" : "draft",
|
|
65507
65510
|
"publisher" : "Medplum",
|
|
65511
|
+
"description" : "The user who owns the project",
|
|
65508
65512
|
"code" : "owner",
|
|
65509
65513
|
"base" : ["Project"],
|
|
65510
65514
|
"type" : "reference",
|
|
@@ -65522,7 +65526,9 @@
|
|
|
65522
65526
|
"url" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
|
|
65523
65527
|
"version" : "4.0.1",
|
|
65524
65528
|
"name" : "name",
|
|
65529
|
+
"status" : "draft",
|
|
65525
65530
|
"publisher" : "Medplum",
|
|
65531
|
+
"description" : "The Google Client ID of the project",
|
|
65526
65532
|
"code" : "google-client-id",
|
|
65527
65533
|
"base" : ["Project"],
|
|
65528
65534
|
"type" : "token",
|
|
@@ -65539,7 +65545,9 @@
|
|
|
65539
65545
|
"url" : "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
|
|
65540
65546
|
"version" : "4.0.1",
|
|
65541
65547
|
"name" : "name",
|
|
65548
|
+
"status" : "draft",
|
|
65542
65549
|
"publisher" : "Medplum",
|
|
65550
|
+
"description" : "The reCAPTCHA site key of the project",
|
|
65543
65551
|
"code" : "recaptcha-site-key",
|
|
65544
65552
|
"base" : ["Project"],
|
|
65545
65553
|
"type" : "token",
|
|
@@ -65556,7 +65564,9 @@
|
|
|
65556
65564
|
"url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
|
|
65557
65565
|
"version" : "4.0.1",
|
|
65558
65566
|
"name" : "project",
|
|
65567
|
+
"status" : "draft",
|
|
65559
65568
|
"publisher" : "Medplum",
|
|
65569
|
+
"description" : "The project associated with the project membership",
|
|
65560
65570
|
"code" : "project",
|
|
65561
65571
|
"base" : ["ProjectMembership"],
|
|
65562
65572
|
"type" : "reference",
|
|
@@ -65574,7 +65584,9 @@
|
|
|
65574
65584
|
"url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
|
|
65575
65585
|
"version" : "4.0.1",
|
|
65576
65586
|
"name" : "user",
|
|
65587
|
+
"status" : "draft",
|
|
65577
65588
|
"publisher" : "Medplum",
|
|
65589
|
+
"description" : "The user associated with the project membership",
|
|
65578
65590
|
"code" : "user",
|
|
65579
65591
|
"base" : ["ProjectMembership"],
|
|
65580
65592
|
"type" : "reference",
|
|
@@ -65592,7 +65604,9 @@
|
|
|
65592
65604
|
"url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
|
|
65593
65605
|
"version" : "4.0.1",
|
|
65594
65606
|
"name" : "profile",
|
|
65607
|
+
"status" : "draft",
|
|
65595
65608
|
"publisher" : "Medplum",
|
|
65609
|
+
"description" : "The user profile associated with the project membership",
|
|
65596
65610
|
"code" : "profile",
|
|
65597
65611
|
"base" : ["ProjectMembership"],
|
|
65598
65612
|
"type" : "reference",
|
|
@@ -65610,7 +65624,9 @@
|
|
|
65610
65624
|
"url" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
|
|
65611
65625
|
"version" : "4.0.1",
|
|
65612
65626
|
"name" : "name",
|
|
65627
|
+
"status" : "draft",
|
|
65613
65628
|
"publisher" : "Medplum",
|
|
65629
|
+
"description" : "The name of the client application",
|
|
65614
65630
|
"code" : "name",
|
|
65615
65631
|
"base" : ["ClientApplication"],
|
|
65616
65632
|
"type" : "string",
|
|
@@ -65629,6 +65645,7 @@
|
|
|
65629
65645
|
"name" : "active",
|
|
65630
65646
|
"status" : "draft",
|
|
65631
65647
|
"publisher" : "Medplum",
|
|
65648
|
+
"description" : "Whether the JWK is active",
|
|
65632
65649
|
"code" : "active",
|
|
65633
65650
|
"base" : ["JsonWebKey"],
|
|
65634
65651
|
"type" : "token",
|
|
@@ -65645,7 +65662,9 @@
|
|
|
65645
65662
|
"url" : "https://medplum.com/fhir/SearchParameter/User-email",
|
|
65646
65663
|
"version" : "4.0.1",
|
|
65647
65664
|
"name" : "email",
|
|
65665
|
+
"status" : "draft",
|
|
65648
65666
|
"publisher" : "Medplum",
|
|
65667
|
+
"description" : "The email address of the user",
|
|
65649
65668
|
"code" : "email",
|
|
65650
65669
|
"base" : ["User"],
|
|
65651
65670
|
"type" : "token",
|
|
@@ -65662,7 +65681,9 @@
|
|
|
65662
65681
|
"url" : "https://medplum.com/fhir/SearchParameter/User-project",
|
|
65663
65682
|
"version" : "4.0.1",
|
|
65664
65683
|
"name" : "project",
|
|
65684
|
+
"status" : "draft",
|
|
65665
65685
|
"publisher" : "Medplum",
|
|
65686
|
+
"description" : "The project that contains the user",
|
|
65666
65687
|
"code" : "project",
|
|
65667
65688
|
"base" : ["User"],
|
|
65668
65689
|
"type" : "reference",
|
|
@@ -65680,7 +65701,9 @@
|
|
|
65680
65701
|
"url" : "https://medplum.com/fhir/SearchParameter/Login-code",
|
|
65681
65702
|
"version" : "4.0.1",
|
|
65682
65703
|
"name" : "code",
|
|
65704
|
+
"status" : "draft",
|
|
65683
65705
|
"publisher" : "Medplum",
|
|
65706
|
+
"description" : "The code of the login",
|
|
65684
65707
|
"code" : "code",
|
|
65685
65708
|
"base" : ["Login"],
|
|
65686
65709
|
"type" : "token",
|
|
@@ -65697,7 +65720,9 @@
|
|
|
65697
65720
|
"url" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
|
|
65698
65721
|
"version" : "4.0.1",
|
|
65699
65722
|
"name" : "cookie",
|
|
65723
|
+
"status" : "draft",
|
|
65700
65724
|
"publisher" : "Medplum",
|
|
65725
|
+
"description" : "The cookie code of the login",
|
|
65701
65726
|
"code" : "cookie",
|
|
65702
65727
|
"base" : ["Login"],
|
|
65703
65728
|
"type" : "token",
|
|
@@ -65714,7 +65739,9 @@
|
|
|
65714
65739
|
"url" : "https://medplum.com/fhir/SearchParameter/Bot-name",
|
|
65715
65740
|
"version" : "4.0.1",
|
|
65716
65741
|
"name" : "name",
|
|
65742
|
+
"status" : "draft",
|
|
65717
65743
|
"publisher" : "Medplum",
|
|
65744
|
+
"description" : "The name of the bot",
|
|
65718
65745
|
"code" : "name",
|
|
65719
65746
|
"base" : ["Bot"],
|
|
65720
65747
|
"type" : "string",
|
|
@@ -65731,7 +65758,9 @@
|
|
|
65731
65758
|
"url" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
|
|
65732
65759
|
"version" : "4.0.1",
|
|
65733
65760
|
"name" : "name",
|
|
65761
|
+
"status" : "draft",
|
|
65734
65762
|
"publisher" : "Medplum",
|
|
65763
|
+
"description" : "The name of the user configuration",
|
|
65735
65764
|
"code" : "name",
|
|
65736
65765
|
"base" : ["UserConfiguration"],
|
|
65737
65766
|
"type" : "string",
|