@medplum/definitions 3.0.13 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1916,7 +1916,7 @@
|
|
|
1916
1916
|
{
|
|
1917
1917
|
"id" : "Login.admin",
|
|
1918
1918
|
"path" : "Login.admin",
|
|
1919
|
-
"definition" : "
|
|
1919
|
+
"definition" : "@deprecated",
|
|
1920
1920
|
"min" : 0,
|
|
1921
1921
|
"max" : "1",
|
|
1922
1922
|
"type" : [{
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
{
|
|
1932
1932
|
"id" : "Login.superAdmin",
|
|
1933
1933
|
"path" : "Login.superAdmin",
|
|
1934
|
-
"definition" : "
|
|
1934
|
+
"definition" : "@deprecated",
|
|
1935
1935
|
"min" : 0,
|
|
1936
1936
|
"max" : "1",
|
|
1937
1937
|
"type" : [{
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
"abstract" : false,
|
|
2006
2006
|
"type" : "PasswordChangeRequest",
|
|
2007
2007
|
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
2008
|
-
"description" : "Password change request for the 'forgot password' flow.",
|
|
2008
|
+
"description" : "DEPRECATED Password change request for the 'forgot password' flow. Use UserSecurityCheck instead.",
|
|
2009
2009
|
"snapshot" : {
|
|
2010
2010
|
"element" : [
|
|
2011
2011
|
{
|
|
@@ -2166,6 +2166,179 @@
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
},
|
|
2169
|
+
{
|
|
2170
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/UserSecurityRequest",
|
|
2171
|
+
"resource" : {
|
|
2172
|
+
"resourceType" : "StructureDefinition",
|
|
2173
|
+
"id" : "UserSecurityRequest",
|
|
2174
|
+
"name" : "UserSecurityRequest",
|
|
2175
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/UserSecurityRequest",
|
|
2176
|
+
"status" : "active",
|
|
2177
|
+
"kind" : "resource",
|
|
2178
|
+
"abstract" : false,
|
|
2179
|
+
"type" : "UserSecurityRequest",
|
|
2180
|
+
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
2181
|
+
"description" : "User security request for the 'forgot password' flow, email verification, etc.",
|
|
2182
|
+
"snapshot" : {
|
|
2183
|
+
"element" : [
|
|
2184
|
+
{
|
|
2185
|
+
"id" : "UserSecurityRequest",
|
|
2186
|
+
"path" : "UserSecurityRequest",
|
|
2187
|
+
"short" : "User security request for the 'forgot password' flow, email verification, etc.",
|
|
2188
|
+
"definition" : "User security request for the 'forgot password' flow, email verification, etc.",
|
|
2189
|
+
"min" : 0,
|
|
2190
|
+
"max" : "*",
|
|
2191
|
+
"base": {
|
|
2192
|
+
"path" : "UserSecurityRequest",
|
|
2193
|
+
"min" : 0,
|
|
2194
|
+
"max" : "*"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"id" : "UserSecurityRequest.id",
|
|
2199
|
+
"path" : "UserSecurityRequest.id",
|
|
2200
|
+
"short" : "Logical id of this artifact",
|
|
2201
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
2202
|
+
"min" : 0,
|
|
2203
|
+
"max" : "1",
|
|
2204
|
+
"base" : {
|
|
2205
|
+
"path" : "Resource.id",
|
|
2206
|
+
"min" : 0,
|
|
2207
|
+
"max" : "1"
|
|
2208
|
+
},
|
|
2209
|
+
"type" : [{
|
|
2210
|
+
"code" : "string"
|
|
2211
|
+
}]
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"id" : "UserSecurityRequest.meta",
|
|
2215
|
+
"path" : "UserSecurityRequest.meta",
|
|
2216
|
+
"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.",
|
|
2217
|
+
"min" : 0,
|
|
2218
|
+
"max" : "1",
|
|
2219
|
+
"base" : {
|
|
2220
|
+
"path" : "Resource.meta",
|
|
2221
|
+
"min" : 0,
|
|
2222
|
+
"max" : "1"
|
|
2223
|
+
},
|
|
2224
|
+
"type" : [{
|
|
2225
|
+
"code" : "Meta"
|
|
2226
|
+
}]
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"id" : "UserSecurityRequest.implicitRules",
|
|
2230
|
+
"path" : "UserSecurityRequest.implicitRules",
|
|
2231
|
+
"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.",
|
|
2232
|
+
"min" : 0,
|
|
2233
|
+
"max" : "1",
|
|
2234
|
+
"base" : {
|
|
2235
|
+
"path" : "Resource.implicitRules",
|
|
2236
|
+
"min" : 0,
|
|
2237
|
+
"max" : "1"
|
|
2238
|
+
},
|
|
2239
|
+
"type" : [{
|
|
2240
|
+
"code" : "uri"
|
|
2241
|
+
}]
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"id" : "UserSecurityRequest.language",
|
|
2245
|
+
"path" : "UserSecurityRequest.language",
|
|
2246
|
+
"definition" : "The base language in which the resource is written.",
|
|
2247
|
+
"min" : 0,
|
|
2248
|
+
"max" : "1",
|
|
2249
|
+
"base" : {
|
|
2250
|
+
"path" : "Resource.language",
|
|
2251
|
+
"min" : 0,
|
|
2252
|
+
"max" : "1"
|
|
2253
|
+
},
|
|
2254
|
+
"type" : [{
|
|
2255
|
+
"code" : "code"
|
|
2256
|
+
}]
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"id" : "UserSecurityRequest.type",
|
|
2260
|
+
"path" : "UserSecurityRequest.type",
|
|
2261
|
+
"definition" : "The type of user security request.",
|
|
2262
|
+
"min" : 0,
|
|
2263
|
+
"max" : "1",
|
|
2264
|
+
"type" : [{
|
|
2265
|
+
"code" : "code"
|
|
2266
|
+
}],
|
|
2267
|
+
"base" : {
|
|
2268
|
+
"path" : "UserSecurityRequest.type",
|
|
2269
|
+
"min" : 0,
|
|
2270
|
+
"max" : "1"
|
|
2271
|
+
},
|
|
2272
|
+
"binding" : {
|
|
2273
|
+
"strength" : "required",
|
|
2274
|
+
"valueSet" : "https://medplum.com/fhir/ValueSet/user-security-request-type"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"id" : "UserSecurityRequest.user",
|
|
2279
|
+
"path" : "UserSecurityRequest.user",
|
|
2280
|
+
"definition" : "The user performing the security request.",
|
|
2281
|
+
"min" : 1,
|
|
2282
|
+
"max" : "1",
|
|
2283
|
+
"type" : [{
|
|
2284
|
+
"code" : "Reference",
|
|
2285
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
|
|
2286
|
+
}],
|
|
2287
|
+
"base" : {
|
|
2288
|
+
"path" : "UserSecurityRequest.user",
|
|
2289
|
+
"min" : 1,
|
|
2290
|
+
"max" : "1"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"id" : "UserSecurityRequest.secret",
|
|
2295
|
+
"path" : "UserSecurityRequest.secret",
|
|
2296
|
+
"definition" : "Secret string used to verify the identity of the user.",
|
|
2297
|
+
"min" : 1,
|
|
2298
|
+
"max" : "1",
|
|
2299
|
+
"type" : [{
|
|
2300
|
+
"code" : "string"
|
|
2301
|
+
}],
|
|
2302
|
+
"base" : {
|
|
2303
|
+
"path" : "UserSecurityRequest.secret",
|
|
2304
|
+
"min" : 1,
|
|
2305
|
+
"max" : "1"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"id" : "UserSecurityRequest.used",
|
|
2310
|
+
"path" : "UserSecurityRequest.used",
|
|
2311
|
+
"definition" : "Whether this request has been used, and is therefore no longer valid.",
|
|
2312
|
+
"min" : 0,
|
|
2313
|
+
"max" : "1",
|
|
2314
|
+
"type" : [{
|
|
2315
|
+
"code" : "boolean"
|
|
2316
|
+
}],
|
|
2317
|
+
"base" : {
|
|
2318
|
+
"path" : "UserSecurityRequest.used",
|
|
2319
|
+
"min" : 0,
|
|
2320
|
+
"max" : "1"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"id" : "UserSecurityRequest.redirectUri",
|
|
2325
|
+
"path" : "UserSecurityRequest.redirectUri",
|
|
2326
|
+
"definition" : "Redirect URI used when redirecting a client back to the client application.",
|
|
2327
|
+
"min" : 0,
|
|
2328
|
+
"max" : "1",
|
|
2329
|
+
"type" : [{
|
|
2330
|
+
"code" : "uri"
|
|
2331
|
+
}],
|
|
2332
|
+
"base" : {
|
|
2333
|
+
"path" : "UserSecurityRequest.redirectUri",
|
|
2334
|
+
"min" : 0,
|
|
2335
|
+
"max" : "1"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2169
2342
|
{
|
|
2170
2343
|
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/JsonWebKey",
|
|
2171
2344
|
"resource" : {
|
|
@@ -539,6 +539,24 @@
|
|
|
539
539
|
"target": ["User"]
|
|
540
540
|
}
|
|
541
541
|
},
|
|
542
|
+
{
|
|
543
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/UserSecurityRequest-user",
|
|
544
|
+
"resource": {
|
|
545
|
+
"resourceType": "SearchParameter",
|
|
546
|
+
"id": "UserSecurityRequest-user",
|
|
547
|
+
"url": "https://medplum.com/fhir/SearchParameter/UserSecurityRequest-user",
|
|
548
|
+
"version": "4.0.1",
|
|
549
|
+
"name": "user",
|
|
550
|
+
"status": "draft",
|
|
551
|
+
"publisher": "Medplum",
|
|
552
|
+
"description": "The user for the security request.",
|
|
553
|
+
"code": "user",
|
|
554
|
+
"base": ["UserSecurityRequest"],
|
|
555
|
+
"type": "reference",
|
|
556
|
+
"expression": "UserSecurityRequest.user",
|
|
557
|
+
"target": ["User"]
|
|
558
|
+
}
|
|
559
|
+
},
|
|
542
560
|
{
|
|
543
561
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Task-due-date",
|
|
544
562
|
"resource": {
|
|
@@ -65,7 +65,12 @@
|
|
|
65
65
|
{
|
|
66
66
|
"code": "PasswordChangeRequest",
|
|
67
67
|
"display": "PasswordChangeRequest",
|
|
68
|
-
"definition": "Password change request for the 'forgot password' flow."
|
|
68
|
+
"definition": "DEPRECATED Password change request for the 'forgot password' flow. Use UserSecurityRequest instead."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"code": "UserSecurityRequest",
|
|
72
|
+
"display": "UserSecurityRequest",
|
|
73
|
+
"definition": "User security request for the 'forgot password' flow or email verification."
|
|
69
74
|
},
|
|
70
75
|
{
|
|
71
76
|
"code": "Project",
|
|
@@ -618,6 +623,50 @@
|
|
|
618
623
|
}
|
|
619
624
|
}
|
|
620
625
|
},
|
|
626
|
+
{
|
|
627
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
|
|
628
|
+
"resource": {
|
|
629
|
+
"resourceType": "CodeSystem",
|
|
630
|
+
"id": "user-security-request-type",
|
|
631
|
+
"url": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
|
|
632
|
+
"status": "active",
|
|
633
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/user-security-request-type",
|
|
634
|
+
"content": "complete",
|
|
635
|
+
"concept": [
|
|
636
|
+
{
|
|
637
|
+
"code": "invite",
|
|
638
|
+
"display": "Invite",
|
|
639
|
+
"definition": "Initial user invite"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"code": "verify-email",
|
|
643
|
+
"display": "Verify email",
|
|
644
|
+
"definition": "Email verification of a user"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"code": "reset",
|
|
648
|
+
"display": "Reset",
|
|
649
|
+
"definition": "User requested password reset"
|
|
650
|
+
}
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/user-security-request-type",
|
|
656
|
+
"resource": {
|
|
657
|
+
"resourceType": "ValueSet",
|
|
658
|
+
"id": "user-security-request-type",
|
|
659
|
+
"url": "https://medplum.com/fhir/ValueSet/user-security-request-type",
|
|
660
|
+
"status": "active",
|
|
661
|
+
"compose": {
|
|
662
|
+
"include": [
|
|
663
|
+
{
|
|
664
|
+
"system": "https://medplum.com/fhir/CodeSystem/user-security-request-type"
|
|
665
|
+
}
|
|
666
|
+
]
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
621
670
|
{
|
|
622
671
|
"fullUrl": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",
|
|
623
672
|
"resource": {
|