@medplum/definitions 0.9.28 → 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"
|
|
@@ -61092,17 +61096,10 @@
|
|
|
61092
61096
|
"description": "The default access policy for patients using open registration.",
|
|
61093
61097
|
"$ref": "#/definitions/Reference"
|
|
61094
61098
|
},
|
|
61095
|
-
"
|
|
61096
|
-
"description": "
|
|
61097
|
-
"items": {
|
|
61098
|
-
"$ref": "#/definitions/string"
|
|
61099
|
-
},
|
|
61100
|
-
"type": "array"
|
|
61101
|
-
},
|
|
61102
|
-
"recaptchaSiteKey": {
|
|
61103
|
-
"description": "DEPRECATED",
|
|
61099
|
+
"secret": {
|
|
61100
|
+
"description": "Secure environment variable that can be used to store secrets for bots.",
|
|
61104
61101
|
"items": {
|
|
61105
|
-
"$ref": "#/definitions/
|
|
61102
|
+
"$ref": "#/definitions/Project_Secret"
|
|
61106
61103
|
},
|
|
61107
61104
|
"type": "array"
|
|
61108
61105
|
},
|
|
@@ -61119,17 +61116,38 @@
|
|
|
61119
61116
|
"owner"
|
|
61120
61117
|
]
|
|
61121
61118
|
},
|
|
61122
|
-
"
|
|
61123
|
-
"description": "
|
|
61119
|
+
"Project_Secret": {
|
|
61120
|
+
"description": "Secure environment variable that can be used to store secrets for bots.",
|
|
61124
61121
|
"properties": {
|
|
61125
|
-
"
|
|
61126
|
-
"description": "
|
|
61127
|
-
"const": "Project"
|
|
61128
|
-
},
|
|
61129
|
-
"id": {
|
|
61130
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
61122
|
+
"name": {
|
|
61123
|
+
"description": "A name associated with the Project.",
|
|
61131
61124
|
"$ref": "#/definitions/string"
|
|
61132
61125
|
},
|
|
61126
|
+
"valueBoolean": {
|
|
61127
|
+
"description": "Value of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
61128
|
+
"pattern": "^true|false$",
|
|
61129
|
+
"type": "boolean"
|
|
61130
|
+
},
|
|
61131
|
+
"valueDecimal": {
|
|
61132
|
+
"description": "Value of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
61133
|
+
"pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
|
|
61134
|
+
"type": "number"
|
|
61135
|
+
},
|
|
61136
|
+
"valueInteger": {
|
|
61137
|
+
"description": "Value of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
61138
|
+
"pattern": "^-?([0]|([1-9][0-9]*))$",
|
|
61139
|
+
"type": "number"
|
|
61140
|
+
},
|
|
61141
|
+
"valueString": {
|
|
61142
|
+
"description": "Value of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
61143
|
+
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
61144
|
+
"type": "string"
|
|
61145
|
+
}
|
|
61146
|
+
}
|
|
61147
|
+
},
|
|
61148
|
+
"Project_Site": {
|
|
61149
|
+
"description": "Web application or web site that is associated with the project.",
|
|
61150
|
+
"properties": {
|
|
61133
61151
|
"name": {
|
|
61134
61152
|
"description": "A name associated with the Project.",
|
|
61135
61153
|
"$ref": "#/definitions/string"
|
|
@@ -61300,10 +61318,22 @@
|
|
|
61300
61318
|
"description": "Extensions for language",
|
|
61301
61319
|
"$ref": "#/definitions/Element"
|
|
61302
61320
|
},
|
|
61321
|
+
"firstName": {
|
|
61322
|
+
"description": "The first name or given name of the user. This is the value as entered when the user is created. It is used to populate the profile resource.",
|
|
61323
|
+
"$ref": "#/definitions/string"
|
|
61324
|
+
},
|
|
61325
|
+
"lastName": {
|
|
61326
|
+
"description": "The last name or family name of the user. This is the value as entered when the user is created. It is used to populate the profile resource.",
|
|
61327
|
+
"$ref": "#/definitions/string"
|
|
61328
|
+
},
|
|
61303
61329
|
"email": {
|
|
61304
|
-
"description": "
|
|
61330
|
+
"description": "The email address that uniquely identifies the user.",
|
|
61305
61331
|
"$ref": "#/definitions/string"
|
|
61306
61332
|
},
|
|
61333
|
+
"emailVerified": {
|
|
61334
|
+
"description": "Whether the system has verified that the user has access to the email address.",
|
|
61335
|
+
"$ref": "#/definitions/boolean"
|
|
61336
|
+
},
|
|
61307
61337
|
"passwordHash": {
|
|
61308
61338
|
"description": "Encrypted hash of the user's password.",
|
|
61309
61339
|
"$ref": "#/definitions/string"
|
|
@@ -61419,6 +61449,10 @@
|
|
|
61419
61449
|
"description": "Whether this login has system administrator privileges.",
|
|
61420
61450
|
"$ref": "#/definitions/boolean"
|
|
61421
61451
|
},
|
|
61452
|
+
"superAdmin": {
|
|
61453
|
+
"description": "Whether this login has super administrator privileges.",
|
|
61454
|
+
"$ref": "#/definitions/boolean"
|
|
61455
|
+
},
|
|
61422
61456
|
"remoteAddress": {
|
|
61423
61457
|
"description": "The Internet Protocol (IP) address of the client or last proxy that sent the request.",
|
|
61424
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",
|
|
@@ -107,23 +123,42 @@
|
|
|
107
123
|
}]
|
|
108
124
|
},
|
|
109
125
|
{
|
|
110
|
-
"id" : "Project.
|
|
111
|
-
"path" : "Project.
|
|
112
|
-
"definition" : "
|
|
126
|
+
"id" : "Project.secret",
|
|
127
|
+
"path" : "Project.secret",
|
|
128
|
+
"definition" : "Secure environment variable that can be used to store secrets for bots.",
|
|
113
129
|
"min" : 0,
|
|
114
130
|
"max" : "*",
|
|
131
|
+
"type" : [{
|
|
132
|
+
"code" : "BackboneElement"
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id" : "Project.secret.name",
|
|
137
|
+
"path" : "Project.secret.name",
|
|
138
|
+
"definition" : "The secret name.",
|
|
139
|
+
"min" : 1,
|
|
140
|
+
"max" : "1",
|
|
115
141
|
"type" : [{
|
|
116
142
|
"code" : "string"
|
|
117
143
|
}]
|
|
118
144
|
},
|
|
119
145
|
{
|
|
120
|
-
"id" : "Project.
|
|
121
|
-
"path" : "Project.
|
|
122
|
-
"definition" : "
|
|
123
|
-
"min" :
|
|
124
|
-
"max" : "
|
|
146
|
+
"id" : "Project.secret.value[x]",
|
|
147
|
+
"path" : "Project.secret.value[x]",
|
|
148
|
+
"definition" : "The secret value.",
|
|
149
|
+
"min" : 1,
|
|
150
|
+
"max" : "1",
|
|
125
151
|
"type" : [{
|
|
126
152
|
"code" : "string"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"code" : "boolean"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"code" : "decimal"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"code" : "integer"
|
|
127
162
|
}]
|
|
128
163
|
},
|
|
129
164
|
{
|
|
@@ -206,6 +241,11 @@
|
|
|
206
241
|
"resourceType" : "StructureDefinition",
|
|
207
242
|
"id" : "ClientApplication",
|
|
208
243
|
"name" : "ClientApplication",
|
|
244
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/ClientApplication",
|
|
245
|
+
"status" : "active",
|
|
246
|
+
"kind" : "resource",
|
|
247
|
+
"abstract" : false,
|
|
248
|
+
"type" : "ClientApplication",
|
|
209
249
|
"snapshot" : {
|
|
210
250
|
"element" : [
|
|
211
251
|
{
|
|
@@ -299,6 +339,11 @@
|
|
|
299
339
|
"resourceType" : "StructureDefinition",
|
|
300
340
|
"id" : "User",
|
|
301
341
|
"name" : "User",
|
|
342
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/User",
|
|
343
|
+
"status" : "active",
|
|
344
|
+
"kind" : "resource",
|
|
345
|
+
"abstract" : false,
|
|
346
|
+
"type" : "User",
|
|
302
347
|
"description" : "OAuth user.",
|
|
303
348
|
"snapshot" : {
|
|
304
349
|
"element" : [
|
|
@@ -343,21 +388,51 @@
|
|
|
343
388
|
"code" : "code"
|
|
344
389
|
}]
|
|
345
390
|
},
|
|
391
|
+
{
|
|
392
|
+
"id" : "User.firstName",
|
|
393
|
+
"path" : "User.firstName",
|
|
394
|
+
"definition" : "The first name or given name of the user. This is the value as entered when the user is created. It is used to populate the profile resource.",
|
|
395
|
+
"min" : 1,
|
|
396
|
+
"max" : "1",
|
|
397
|
+
"type" : [{
|
|
398
|
+
"code" : "string"
|
|
399
|
+
}]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id" : "User.lastName",
|
|
403
|
+
"path" : "User.lastName",
|
|
404
|
+
"definition" : "The last name or family name of the user. This is the value as entered when the user is created. It is used to populate the profile resource.",
|
|
405
|
+
"min" : 1,
|
|
406
|
+
"max" : "1",
|
|
407
|
+
"type" : [{
|
|
408
|
+
"code" : "string"
|
|
409
|
+
}]
|
|
410
|
+
},
|
|
346
411
|
{
|
|
347
412
|
"id" : "User.email",
|
|
348
413
|
"path" : "User.email",
|
|
349
|
-
"definition" : "The email address that uniquely identifies the user.
|
|
414
|
+
"definition" : "The email address that uniquely identifies the user.",
|
|
350
415
|
"min" : 1,
|
|
351
416
|
"max" : "1",
|
|
352
417
|
"type" : [{
|
|
353
418
|
"code" : "string"
|
|
354
419
|
}]
|
|
355
420
|
},
|
|
421
|
+
{
|
|
422
|
+
"id" : "User.emailVerified",
|
|
423
|
+
"path" : "User.emailVerified",
|
|
424
|
+
"definition" : "Whether the system has verified that the user has access to the email address.",
|
|
425
|
+
"min" : 0,
|
|
426
|
+
"max" : "1",
|
|
427
|
+
"type" : [{
|
|
428
|
+
"code" : "boolean"
|
|
429
|
+
}]
|
|
430
|
+
},
|
|
356
431
|
{
|
|
357
432
|
"id" : "User.admin",
|
|
358
433
|
"path" : "User.admin",
|
|
359
|
-
"short" : "
|
|
360
|
-
"definition" : "
|
|
434
|
+
"short" : "DEPRECATED",
|
|
435
|
+
"definition" : "DEPRECATED",
|
|
361
436
|
"min" : 0,
|
|
362
437
|
"max" : "1",
|
|
363
438
|
"type" : [{
|
|
@@ -368,7 +443,7 @@
|
|
|
368
443
|
"id" : "User.passwordHash",
|
|
369
444
|
"path" : "User.passwordHash",
|
|
370
445
|
"definition" : "Encrypted hash of the user's password.",
|
|
371
|
-
"min" :
|
|
446
|
+
"min" : 0,
|
|
372
447
|
"max" : "1",
|
|
373
448
|
"type" : [{
|
|
374
449
|
"code" : "string"
|
|
@@ -395,6 +470,11 @@
|
|
|
395
470
|
"resourceType" : "StructureDefinition",
|
|
396
471
|
"id" : "ProjectMembership",
|
|
397
472
|
"name" : "ProjectMembership",
|
|
473
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/ProjectMembership",
|
|
474
|
+
"status" : "active",
|
|
475
|
+
"kind" : "resource",
|
|
476
|
+
"abstract" : false,
|
|
477
|
+
"type" : "ProjectMembership",
|
|
398
478
|
"description" : "Medplum project membership. A project membership grants a user access to a project.",
|
|
399
479
|
"snapshot" : {
|
|
400
480
|
"element" : [
|
|
@@ -471,11 +551,11 @@
|
|
|
471
551
|
"max" : "1",
|
|
472
552
|
"type" : [{
|
|
473
553
|
"code" : "Reference",
|
|
474
|
-
"targetProfile" : ["
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
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"]
|
|
479
559
|
}]
|
|
480
560
|
},
|
|
481
561
|
{
|
|
@@ -521,6 +601,11 @@
|
|
|
521
601
|
"resourceType" : "StructureDefinition",
|
|
522
602
|
"id" : "Bot",
|
|
523
603
|
"name" : "Bot",
|
|
604
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/Bot",
|
|
605
|
+
"status" : "active",
|
|
606
|
+
"kind" : "resource",
|
|
607
|
+
"abstract" : false,
|
|
608
|
+
"type" : "Bot",
|
|
524
609
|
"description" : "Bot account for automated actions.",
|
|
525
610
|
"snapshot" : {
|
|
526
611
|
"element" : [
|
|
@@ -635,6 +720,11 @@
|
|
|
635
720
|
"resourceType" : "StructureDefinition",
|
|
636
721
|
"id" : "Login",
|
|
637
722
|
"name" : "Login",
|
|
723
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/Login",
|
|
724
|
+
"status" : "active",
|
|
725
|
+
"kind" : "resource",
|
|
726
|
+
"abstract" : false,
|
|
727
|
+
"type" : "Login",
|
|
638
728
|
"description" : "OAuth login.",
|
|
639
729
|
"snapshot" : {
|
|
640
730
|
"element" : [
|
|
@@ -683,7 +773,7 @@
|
|
|
683
773
|
"id" : "Login.client",
|
|
684
774
|
"path" : "Login.client",
|
|
685
775
|
"definition" : "The client requesting the code.",
|
|
686
|
-
"min" :
|
|
776
|
+
"min" : 0,
|
|
687
777
|
"max" : "1",
|
|
688
778
|
"type" : [{
|
|
689
779
|
"code" : "Reference",
|
|
@@ -698,7 +788,8 @@
|
|
|
698
788
|
"max" : "1",
|
|
699
789
|
"type" : [{
|
|
700
790
|
"code" : "Reference",
|
|
701
|
-
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/
|
|
791
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Bot",
|
|
792
|
+
"https://medplum.com/fhir/StructureDefinition/ClientApplication",
|
|
702
793
|
"https://medplum.com/fhir/StructureDefinition/User"]
|
|
703
794
|
}]
|
|
704
795
|
},
|
|
@@ -706,11 +797,11 @@
|
|
|
706
797
|
"id" : "Login.membership",
|
|
707
798
|
"path" : "Login.membership",
|
|
708
799
|
"definition" : "Reference to the project membership which includes FHIR identity (patient, practitioner, etc), access policy, and user configuration.",
|
|
709
|
-
"min" :
|
|
800
|
+
"min" : 0,
|
|
710
801
|
"max" : "1",
|
|
711
802
|
"type" : [{
|
|
712
803
|
"code" : "Reference",
|
|
713
|
-
"targetProfile" : ["
|
|
804
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ProjectMembership"]
|
|
714
805
|
}]
|
|
715
806
|
},
|
|
716
807
|
{
|
|
@@ -826,7 +917,17 @@
|
|
|
826
917
|
{
|
|
827
918
|
"id" : "Login.admin",
|
|
828
919
|
"path" : "Login.admin",
|
|
829
|
-
"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.",
|
|
830
931
|
"min" : 0,
|
|
831
932
|
"max" : "1",
|
|
832
933
|
"type" : [{
|
|
@@ -863,6 +964,11 @@
|
|
|
863
964
|
"resourceType" : "StructureDefinition",
|
|
864
965
|
"id" : "PasswordChangeRequest",
|
|
865
966
|
"name" : "PasswordChangeRequest",
|
|
967
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/PasswordChangeRequest",
|
|
968
|
+
"status" : "active",
|
|
969
|
+
"kind" : "resource",
|
|
970
|
+
"abstract" : false,
|
|
971
|
+
"type" : "PasswordChangeRequest",
|
|
866
972
|
"description" : "Password change request for the 'forgot password' flow.",
|
|
867
973
|
"snapshot" : {
|
|
868
974
|
"element" : [
|
|
@@ -958,6 +1064,11 @@
|
|
|
958
1064
|
"resourceType" : "StructureDefinition",
|
|
959
1065
|
"id" : "JsonWebKey",
|
|
960
1066
|
"name" : "JsonWebKey",
|
|
1067
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/JsonWebKey",
|
|
1068
|
+
"status" : "active",
|
|
1069
|
+
"kind" : "resource",
|
|
1070
|
+
"abstract" : false,
|
|
1071
|
+
"type" : "JsonWebKey",
|
|
961
1072
|
"description" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
|
|
962
1073
|
"snapshot" : {
|
|
963
1074
|
"element" : [
|
|
@@ -1204,6 +1315,11 @@
|
|
|
1204
1315
|
"resourceType" : "StructureDefinition",
|
|
1205
1316
|
"id" : "AccessPolicy",
|
|
1206
1317
|
"name" : "AccessPolicy",
|
|
1318
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/AccessPolicy",
|
|
1319
|
+
"status" : "active",
|
|
1320
|
+
"kind" : "resource",
|
|
1321
|
+
"abstract" : false,
|
|
1322
|
+
"type" : "AccessPolicy",
|
|
1207
1323
|
"description" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
|
|
1208
1324
|
"snapshot" : {
|
|
1209
1325
|
"element" : [
|
|
@@ -1349,6 +1465,11 @@
|
|
|
1349
1465
|
"resourceType" : "StructureDefinition",
|
|
1350
1466
|
"id" : "UserConfiguration",
|
|
1351
1467
|
"name" : "UserConfiguration",
|
|
1468
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/UserConfiguration",
|
|
1469
|
+
"status" : "active",
|
|
1470
|
+
"kind" : "resource",
|
|
1471
|
+
"abstract" : false,
|
|
1472
|
+
"type" : "UserConfiguration",
|
|
1352
1473
|
"description" : "User specific configuration for the Medplum application.",
|
|
1353
1474
|
"snapshot" : {
|
|
1354
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,13 +65681,16 @@
|
|
|
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
|
-
"type" : "
|
|
65689
|
+
"type" : "reference",
|
|
65669
65690
|
"expression" : "User.project",
|
|
65670
65691
|
"xpath" : "f:User/f:project",
|
|
65671
|
-
"xpathUsage" : "normal"
|
|
65692
|
+
"xpathUsage" : "normal",
|
|
65693
|
+
"target" : ["Project"]
|
|
65672
65694
|
}
|
|
65673
65695
|
},
|
|
65674
65696
|
{
|
|
@@ -65679,7 +65701,9 @@
|
|
|
65679
65701
|
"url" : "https://medplum.com/fhir/SearchParameter/Login-code",
|
|
65680
65702
|
"version" : "4.0.1",
|
|
65681
65703
|
"name" : "code",
|
|
65704
|
+
"status" : "draft",
|
|
65682
65705
|
"publisher" : "Medplum",
|
|
65706
|
+
"description" : "The code of the login",
|
|
65683
65707
|
"code" : "code",
|
|
65684
65708
|
"base" : ["Login"],
|
|
65685
65709
|
"type" : "token",
|
|
@@ -65696,7 +65720,9 @@
|
|
|
65696
65720
|
"url" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
|
|
65697
65721
|
"version" : "4.0.1",
|
|
65698
65722
|
"name" : "cookie",
|
|
65723
|
+
"status" : "draft",
|
|
65699
65724
|
"publisher" : "Medplum",
|
|
65725
|
+
"description" : "The cookie code of the login",
|
|
65700
65726
|
"code" : "cookie",
|
|
65701
65727
|
"base" : ["Login"],
|
|
65702
65728
|
"type" : "token",
|
|
@@ -65713,7 +65739,9 @@
|
|
|
65713
65739
|
"url" : "https://medplum.com/fhir/SearchParameter/Bot-name",
|
|
65714
65740
|
"version" : "4.0.1",
|
|
65715
65741
|
"name" : "name",
|
|
65742
|
+
"status" : "draft",
|
|
65716
65743
|
"publisher" : "Medplum",
|
|
65744
|
+
"description" : "The name of the bot",
|
|
65717
65745
|
"code" : "name",
|
|
65718
65746
|
"base" : ["Bot"],
|
|
65719
65747
|
"type" : "string",
|
|
@@ -65730,7 +65758,9 @@
|
|
|
65730
65758
|
"url" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
|
|
65731
65759
|
"version" : "4.0.1",
|
|
65732
65760
|
"name" : "name",
|
|
65761
|
+
"status" : "draft",
|
|
65733
65762
|
"publisher" : "Medplum",
|
|
65763
|
+
"description" : "The name of the user configuration",
|
|
65734
65764
|
"code" : "name",
|
|
65735
65765
|
"base" : ["UserConfiguration"],
|
|
65736
65766
|
"type" : "string",
|