@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.
@@ -0,0 +1,510 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "id": "medplumSearchParams",
4
+ "type": "collection",
5
+ "entry": [
6
+ {
7
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-name",
8
+ "resource": {
9
+ "resourceType": "SearchParameter",
10
+ "id": "Project-name",
11
+ "url": "https://medplum.com/fhir/SearchParameter/Project-name",
12
+ "version": "4.0.1",
13
+ "name": "name",
14
+ "status": "draft",
15
+ "publisher": "Medplum",
16
+ "description": "The name of the project",
17
+ "code": "name",
18
+ "base": ["Project"],
19
+ "type": "string",
20
+ "expression": "Project.name"
21
+ }
22
+ },
23
+ {
24
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-owner",
25
+ "resource": {
26
+ "resourceType": "SearchParameter",
27
+ "id": "Project-owner",
28
+ "url": "https://medplum.com/fhir/SearchParameter/Project-owner",
29
+ "version": "4.0.1",
30
+ "name": "name",
31
+ "status": "draft",
32
+ "publisher": "Medplum",
33
+ "description": "The user who owns the project",
34
+ "code": "owner",
35
+ "base": ["Project"],
36
+ "type": "reference",
37
+ "expression": "Project.owner",
38
+ "target": ["User"]
39
+ }
40
+ },
41
+ {
42
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
43
+ "resource": {
44
+ "resourceType": "SearchParameter",
45
+ "id": "Project-google-client-id",
46
+ "url": "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
47
+ "version": "4.0.1",
48
+ "name": "name",
49
+ "status": "draft",
50
+ "publisher": "Medplum",
51
+ "description": "The Google Client ID of the project",
52
+ "code": "google-client-id",
53
+ "base": ["Project"],
54
+ "type": "token",
55
+ "expression": "Project.site.googleClientId"
56
+ }
57
+ },
58
+ {
59
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
60
+ "resource": {
61
+ "resourceType": "SearchParameter",
62
+ "id": "Project-recaptcha-site-key",
63
+ "url": "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
64
+ "version": "4.0.1",
65
+ "name": "name",
66
+ "status": "draft",
67
+ "publisher": "Medplum",
68
+ "description": "The reCAPTCHA site key of the project",
69
+ "code": "recaptcha-site-key",
70
+ "base": ["Project"],
71
+ "type": "token",
72
+ "expression": "Project.site.recaptchaSiteKey"
73
+ }
74
+ },
75
+ {
76
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
77
+ "resource": {
78
+ "resourceType": "SearchParameter",
79
+ "id": "ProjectMembership-project",
80
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
81
+ "version": "4.0.1",
82
+ "name": "project",
83
+ "status": "draft",
84
+ "publisher": "Medplum",
85
+ "description": "The project associated with the project membership",
86
+ "code": "project",
87
+ "base": ["ProjectMembership"],
88
+ "type": "reference",
89
+ "expression": "ProjectMembership.project",
90
+ "target": ["Project"]
91
+ }
92
+ },
93
+ {
94
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
95
+ "resource": {
96
+ "resourceType": "SearchParameter",
97
+ "id": "ProjectMembership-user",
98
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
99
+ "version": "4.0.1",
100
+ "name": "user",
101
+ "status": "draft",
102
+ "publisher": "Medplum",
103
+ "description": "The user associated with the project membership",
104
+ "code": "user",
105
+ "base": ["ProjectMembership"],
106
+ "type": "reference",
107
+ "expression": "ProjectMembership.user",
108
+ "target": ["ClientApplication", "User"]
109
+ }
110
+ },
111
+ {
112
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
113
+ "resource": {
114
+ "resourceType": "SearchParameter",
115
+ "id": "ProjectMembership-profile",
116
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
117
+ "version": "4.0.1",
118
+ "name": "profile",
119
+ "status": "draft",
120
+ "publisher": "Medplum",
121
+ "description": "The user profile associated with the project membership",
122
+ "code": "profile",
123
+ "base": ["ProjectMembership"],
124
+ "type": "reference",
125
+ "expression": "ProjectMembership.profile",
126
+ "target": ["ClientApplication", "Patient", "Practitioner"]
127
+ }
128
+ },
129
+ {
130
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
131
+ "resource": {
132
+ "resourceType": "SearchParameter",
133
+ "id": "ProjectMembership-profile-type",
134
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
135
+ "version": "4.0.1",
136
+ "name": "profile-type",
137
+ "status": "draft",
138
+ "publisher": "Medplum",
139
+ "description": "Resource type of the user profile associated with the project membership",
140
+ "code": "profile-type",
141
+ "base": ["ProjectMembership"],
142
+ "type": "token",
143
+ "expression": "ProjectMembership.profile.resolve().resourceType"
144
+ }
145
+ },
146
+ {
147
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
148
+ "resource": {
149
+ "resourceType": "SearchParameter",
150
+ "id": "ProjectMembership-external-id",
151
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
152
+ "version": "4.0.1",
153
+ "name": "external-id",
154
+ "status": "draft",
155
+ "publisher": "Medplum",
156
+ "description": "The externalID of the user",
157
+ "code": "external-id",
158
+ "base": ["ProjectMembership"],
159
+ "type": "string",
160
+ "expression": "ProjectMembership.externalId"
161
+ }
162
+ },
163
+ {
164
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-access-policy",
165
+ "resource": {
166
+ "resourceType": "SearchParameter",
167
+ "id": "ProjectMembership-access-policy",
168
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-access-policy",
169
+ "version": "4.0.1",
170
+ "name": "access-policy",
171
+ "status": "draft",
172
+ "publisher": "Medplum",
173
+ "description": "The access policy of the user",
174
+ "code": "access-policy",
175
+ "base": ["ProjectMembership"],
176
+ "type": "reference",
177
+ "expression": "ProjectMembership.accessPolicy | ProjectMembership.access.policy",
178
+ "target": ["AccessPolicy"]
179
+ }
180
+ },
181
+ {
182
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
183
+ "resource": {
184
+ "resourceType": "SearchParameter",
185
+ "id": "ClientApplication-name",
186
+ "url": "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
187
+ "version": "4.0.1",
188
+ "name": "name",
189
+ "status": "draft",
190
+ "publisher": "Medplum",
191
+ "description": "The name of the client application",
192
+ "code": "name",
193
+ "base": ["ClientApplication"],
194
+ "type": "string",
195
+ "expression": "ClientApplication.name"
196
+ }
197
+ },
198
+ {
199
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
200
+ "resource": {
201
+ "resourceType": "SearchParameter",
202
+ "id": "JsonWebKey-active",
203
+ "url": "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
204
+ "version": "4.0.1",
205
+ "name": "active",
206
+ "status": "draft",
207
+ "publisher": "Medplum",
208
+ "description": "Whether the JWK is active",
209
+ "code": "active",
210
+ "base": ["JsonWebKey"],
211
+ "type": "token",
212
+ "expression": "JsonWebKey.active"
213
+ }
214
+ },
215
+ {
216
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-email",
217
+ "resource": {
218
+ "resourceType": "SearchParameter",
219
+ "id": "User-email",
220
+ "url": "https://medplum.com/fhir/SearchParameter/User-email",
221
+ "version": "4.0.1",
222
+ "name": "email",
223
+ "status": "draft",
224
+ "publisher": "Medplum",
225
+ "description": "The email address of the user",
226
+ "code": "email",
227
+ "base": ["User"],
228
+ "type": "string",
229
+ "expression": "User.email"
230
+ }
231
+ },
232
+ {
233
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-external-id",
234
+ "resource": {
235
+ "resourceType": "SearchParameter",
236
+ "id": "User-external-id",
237
+ "url": "https://medplum.com/fhir/SearchParameter/User-external-id",
238
+ "version": "4.0.1",
239
+ "name": "external-id",
240
+ "status": "draft",
241
+ "publisher": "Medplum",
242
+ "description": "The externalID of the user",
243
+ "code": "external-id",
244
+ "base": ["User"],
245
+ "type": "string",
246
+ "expression": "User.externalId"
247
+ }
248
+ },
249
+ {
250
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-project",
251
+ "resource": {
252
+ "resourceType": "SearchParameter",
253
+ "id": "User-project",
254
+ "url": "https://medplum.com/fhir/SearchParameter/User-project",
255
+ "version": "4.0.1",
256
+ "name": "project",
257
+ "status": "draft",
258
+ "publisher": "Medplum",
259
+ "description": "The project that contains the user",
260
+ "code": "project",
261
+ "base": ["User"],
262
+ "type": "reference",
263
+ "expression": "User.project",
264
+ "target": ["Project"]
265
+ }
266
+ },
267
+ {
268
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-user",
269
+ "resource": {
270
+ "resourceType": "SearchParameter",
271
+ "id": "Login-user",
272
+ "url": "https://medplum.com/fhir/SearchParameter/Login-user",
273
+ "version": "4.0.1",
274
+ "name": "code",
275
+ "status": "draft",
276
+ "publisher": "Medplum",
277
+ "description": "The user of the login",
278
+ "code": "user",
279
+ "base": ["Login"],
280
+ "type": "reference",
281
+ "expression": "Login.user",
282
+ "target": ["Bot", "ClientApplication", "User"]
283
+ }
284
+ },
285
+ {
286
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-code",
287
+ "resource": {
288
+ "resourceType": "SearchParameter",
289
+ "id": "Login-code",
290
+ "url": "https://medplum.com/fhir/SearchParameter/Login-code",
291
+ "version": "4.0.1",
292
+ "name": "code",
293
+ "status": "draft",
294
+ "publisher": "Medplum",
295
+ "description": "The code of the login",
296
+ "code": "code",
297
+ "base": ["Login"],
298
+ "type": "token",
299
+ "expression": "Login.code"
300
+ }
301
+ },
302
+ {
303
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-cookie",
304
+ "resource": {
305
+ "resourceType": "SearchParameter",
306
+ "id": "Login-cookie",
307
+ "url": "https://medplum.com/fhir/SearchParameter/Login-cookie",
308
+ "version": "4.0.1",
309
+ "name": "cookie",
310
+ "status": "draft",
311
+ "publisher": "Medplum",
312
+ "description": "The cookie code of the login",
313
+ "code": "cookie",
314
+ "base": ["Login"],
315
+ "type": "token",
316
+ "expression": "Login.cookie"
317
+ }
318
+ },
319
+ {
320
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-identifier",
321
+ "resource": {
322
+ "resourceType": "SearchParameter",
323
+ "id": "Bot-identifier",
324
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-identifier",
325
+ "version": "4.0.1",
326
+ "name": "name",
327
+ "status": "draft",
328
+ "publisher": "Medplum",
329
+ "description": "The identifier of the bot",
330
+ "code": "identifier",
331
+ "base": ["Bot"],
332
+ "type": "token",
333
+ "expression": "Bot.identifier"
334
+ }
335
+ },
336
+ {
337
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-name",
338
+ "resource": {
339
+ "resourceType": "SearchParameter",
340
+ "id": "Bot-name",
341
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-name",
342
+ "version": "4.0.1",
343
+ "name": "name",
344
+ "status": "draft",
345
+ "publisher": "Medplum",
346
+ "description": "The name of the bot",
347
+ "code": "name",
348
+ "base": ["Bot"],
349
+ "type": "string",
350
+ "expression": "Bot.name"
351
+ }
352
+ },
353
+ {
354
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-category",
355
+ "resource": {
356
+ "resourceType": "SearchParameter",
357
+ "id": "Bot-category",
358
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-category",
359
+ "version": "4.0.1",
360
+ "name": "category",
361
+ "status": "draft",
362
+ "publisher": "Medplum",
363
+ "description": "The category of the bot for the classification for service",
364
+ "code": "category",
365
+ "base": ["Bot"],
366
+ "type": "token",
367
+ "expression": "Bot.category"
368
+ }
369
+ },
370
+ {
371
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
372
+ "resource": {
373
+ "resourceType": "SearchParameter",
374
+ "id": "UserConfiguration-name",
375
+ "url": "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
376
+ "version": "4.0.1",
377
+ "name": "name",
378
+ "status": "draft",
379
+ "publisher": "Medplum",
380
+ "description": "The name of the user configuration",
381
+ "code": "name",
382
+ "base": ["UserConfiguration"],
383
+ "type": "string",
384
+ "expression": "UserConfiguration.name"
385
+ }
386
+ },
387
+ {
388
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
389
+ "resource": {
390
+ "resourceType": "SearchParameter",
391
+ "id": "AccessPolicy-name",
392
+ "url": "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
393
+ "version": "4.0.1",
394
+ "name": "name",
395
+ "status": "draft",
396
+ "publisher": "Medplum",
397
+ "description": "The name of the access policy",
398
+ "code": "name",
399
+ "base": ["AccessPolicy"],
400
+ "type": "string",
401
+ "expression": "AccessPolicy.name"
402
+ }
403
+ },
404
+ {
405
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
406
+ "resource": {
407
+ "resourceType": "SearchParameter",
408
+ "id": "BulkDataExport-status",
409
+ "url": "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
410
+ "version": "4.0.1",
411
+ "name": "name",
412
+ "status": "draft",
413
+ "publisher": "Medplum",
414
+ "description": "The name of the access policy",
415
+ "code": "status",
416
+ "base": ["BulkDataExport"],
417
+ "type": "token",
418
+ "expression": "BulkDataExport.status"
419
+ }
420
+ },
421
+ {
422
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code",
423
+ "resource": {
424
+ "resourceType": "SearchParameter",
425
+ "id": "OperationDefinition-code",
426
+ "url": "https://medplum.com/fhir/SearchParameter/ObservationDefinition-code",
427
+ "version": "4.0.1",
428
+ "name": "code",
429
+ "status": "draft",
430
+ "publisher": "Medplum",
431
+ "description": "The code of the observation definition.",
432
+ "code": "code",
433
+ "base": ["ObservationDefinition"],
434
+ "type": "token",
435
+ "expression": "ObservationDefinition.code"
436
+ }
437
+ },
438
+ {
439
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-publisher",
440
+ "resource": {
441
+ "resourceType": "SearchParameter",
442
+ "id": "OperationDefinition-publisher",
443
+ "url": "https://medplum.com/fhir/SearchParameter/ObservationDefinition-publisher",
444
+ "version": "4.0.1",
445
+ "name": "publisher",
446
+ "status": "draft",
447
+ "publisher": "Medplum",
448
+ "description": "The publisher of the observation definition.",
449
+ "code": "publisher",
450
+ "base": ["ObservationDefinition"],
451
+ "type": "reference",
452
+ "expression": "ObservationDefinition.publisher",
453
+ "target": ["Practitioner", "PractitionerRole", "Organization"]
454
+ }
455
+ },
456
+ {
457
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/DomainConfiguration-domain",
458
+ "resource": {
459
+ "resourceType": "SearchParameter",
460
+ "id": "DomainConfiguration-domain",
461
+ "url": "https://medplum.com/fhir/SearchParameter/DomainConfiguration-domain",
462
+ "version": "4.0.1",
463
+ "name": "publisher",
464
+ "status": "draft",
465
+ "publisher": "Medplum",
466
+ "description": "The publisher of the observation definition.",
467
+ "code": "domain",
468
+ "base": ["DomainConfiguration"],
469
+ "type": "token",
470
+ "expression": "DomainConfiguration.domain"
471
+ }
472
+ },
473
+ {
474
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
475
+ "resource": {
476
+ "resourceType": "SearchParameter",
477
+ "id": "PasswordChangeRequest-user",
478
+ "url": "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
479
+ "version": "4.0.1",
480
+ "name": "publisher",
481
+ "status": "draft",
482
+ "publisher": "Medplum",
483
+ "description": "The user for the password change request.",
484
+ "code": "user",
485
+ "base": ["PasswordChangeRequest"],
486
+ "type": "reference",
487
+ "expression": "PasswordChangeRequest.user",
488
+ "target": ["User"]
489
+ }
490
+ },
491
+ {
492
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-due-date",
493
+ "resource": {
494
+ "resourceType": "SearchParameter",
495
+ "id": "Task-due-date",
496
+ "url": "http://hl7.org/fhir/SearchParameter/Task-due-date",
497
+ "version": "4.0.1",
498
+ "name": "due-date",
499
+ "status": "draft",
500
+ "publisher": "Medplum",
501
+ "description": "Search by period Task is/was due",
502
+ "code": "due-date",
503
+ "base": ["Task"],
504
+ "type": "date",
505
+ "expression": "Task.restriction.period",
506
+ "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"]
507
+ }
508
+ }
509
+ ]
510
+ }