@medplum/definitions 2.0.24 → 2.0.25

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,3 @@
1
+ {
2
+ "presets": ["@babel/preset-env", "@babel/preset-typescript"]
3
+ }
@@ -0,0 +1,548 @@
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
+ "xpath": "f:Project/f:name",
22
+ "xpathUsage": "normal"
23
+ }
24
+ },
25
+ {
26
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-owner",
27
+ "resource": {
28
+ "resourceType": "SearchParameter",
29
+ "id": "Project-owner",
30
+ "url": "https://medplum.com/fhir/SearchParameter/Project-owner",
31
+ "version": "4.0.1",
32
+ "name": "name",
33
+ "status": "draft",
34
+ "publisher": "Medplum",
35
+ "description": "The user who owns the project",
36
+ "code": "owner",
37
+ "base": ["Project"],
38
+ "type": "reference",
39
+ "expression": "Project.owner",
40
+ "xpath": "f:Project/f:owner",
41
+ "xpathUsage": "normal",
42
+ "target": ["User"]
43
+ }
44
+ },
45
+ {
46
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
47
+ "resource": {
48
+ "resourceType": "SearchParameter",
49
+ "id": "Project-google-client-id",
50
+ "url": "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
51
+ "version": "4.0.1",
52
+ "name": "name",
53
+ "status": "draft",
54
+ "publisher": "Medplum",
55
+ "description": "The Google Client ID of the project",
56
+ "code": "google-client-id",
57
+ "base": ["Project"],
58
+ "type": "token",
59
+ "expression": "Project.site.googleClientId",
60
+ "xpath": "f:Project/f:site/f:googleClientId",
61
+ "xpathUsage": "normal"
62
+ }
63
+ },
64
+ {
65
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
66
+ "resource": {
67
+ "resourceType": "SearchParameter",
68
+ "id": "Project-recaptcha-site-key",
69
+ "url": "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
70
+ "version": "4.0.1",
71
+ "name": "name",
72
+ "status": "draft",
73
+ "publisher": "Medplum",
74
+ "description": "The reCAPTCHA site key of the project",
75
+ "code": "recaptcha-site-key",
76
+ "base": ["Project"],
77
+ "type": "token",
78
+ "expression": "Project.site.recaptchaSiteKey",
79
+ "xpath": "f:Project/f:site/f:recaptchaSiteKey",
80
+ "xpathUsage": "normal"
81
+ }
82
+ },
83
+ {
84
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
85
+ "resource": {
86
+ "resourceType": "SearchParameter",
87
+ "id": "ProjectMembership-project",
88
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
89
+ "version": "4.0.1",
90
+ "name": "project",
91
+ "status": "draft",
92
+ "publisher": "Medplum",
93
+ "description": "The project associated with the project membership",
94
+ "code": "project",
95
+ "base": ["ProjectMembership"],
96
+ "type": "reference",
97
+ "expression": "ProjectMembership.project",
98
+ "xpath": "f:ProjectMembership/f:project",
99
+ "xpathUsage": "normal",
100
+ "target": ["Project"]
101
+ }
102
+ },
103
+ {
104
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
105
+ "resource": {
106
+ "resourceType": "SearchParameter",
107
+ "id": "ProjectMembership-user",
108
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
109
+ "version": "4.0.1",
110
+ "name": "user",
111
+ "status": "draft",
112
+ "publisher": "Medplum",
113
+ "description": "The user associated with the project membership",
114
+ "code": "user",
115
+ "base": ["ProjectMembership"],
116
+ "type": "reference",
117
+ "expression": "ProjectMembership.user",
118
+ "xpath": "f:ProjectMembership/f:user",
119
+ "xpathUsage": "normal",
120
+ "target": ["ClientApplication", "User"]
121
+ }
122
+ },
123
+ {
124
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
125
+ "resource": {
126
+ "resourceType": "SearchParameter",
127
+ "id": "ProjectMembership-profile",
128
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
129
+ "version": "4.0.1",
130
+ "name": "profile",
131
+ "status": "draft",
132
+ "publisher": "Medplum",
133
+ "description": "The user profile associated with the project membership",
134
+ "code": "profile",
135
+ "base": ["ProjectMembership"],
136
+ "type": "reference",
137
+ "expression": "ProjectMembership.profile",
138
+ "xpath": "f:ProjectMembership/f:profile",
139
+ "xpathUsage": "normal",
140
+ "target": ["ClientApplication", "Patient", "Practitioner"]
141
+ }
142
+ },
143
+ {
144
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
145
+ "resource": {
146
+ "resourceType": "SearchParameter",
147
+ "id": "ProjectMembership-profile-type",
148
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
149
+ "version": "4.0.1",
150
+ "name": "profile-type",
151
+ "status": "draft",
152
+ "publisher": "Medplum",
153
+ "description": "Resource type of the user profile associated with the project membership",
154
+ "code": "profile-type",
155
+ "base": ["ProjectMembership"],
156
+ "type": "token",
157
+ "expression": "ProjectMembership.profile.resolve().resourceType",
158
+ "xpath": "f:ProjectMembership/f:profile",
159
+ "xpathUsage": "normal"
160
+ }
161
+ },
162
+ {
163
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
164
+ "resource": {
165
+ "resourceType": "SearchParameter",
166
+ "id": "ProjectMembership-external-id",
167
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
168
+ "version": "4.0.1",
169
+ "name": "external-id",
170
+ "status": "draft",
171
+ "publisher": "Medplum",
172
+ "description": "The externalID of the user",
173
+ "code": "external-id",
174
+ "base": ["ProjectMembership"],
175
+ "type": "string",
176
+ "expression": "ProjectMembership.externalId",
177
+ "xpath": "f:ProjectMembership/f:externalId",
178
+ "xpathUsage": "normal"
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
+ "xpath": "f:ClientApplication/f:name",
197
+ "xpathUsage": "normal"
198
+ }
199
+ },
200
+ {
201
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
202
+ "resource": {
203
+ "resourceType": "SearchParameter",
204
+ "id": "JsonWebKey-active",
205
+ "url": "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
206
+ "version": "4.0.1",
207
+ "name": "active",
208
+ "status": "draft",
209
+ "publisher": "Medplum",
210
+ "description": "Whether the JWK is active",
211
+ "code": "active",
212
+ "base": ["JsonWebKey"],
213
+ "type": "token",
214
+ "expression": "JsonWebKey.active",
215
+ "xpath": "f:JsonWebKey/f:active",
216
+ "xpathUsage": "normal"
217
+ }
218
+ },
219
+ {
220
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-email",
221
+ "resource": {
222
+ "resourceType": "SearchParameter",
223
+ "id": "User-email",
224
+ "url": "https://medplum.com/fhir/SearchParameter/User-email",
225
+ "version": "4.0.1",
226
+ "name": "email",
227
+ "status": "draft",
228
+ "publisher": "Medplum",
229
+ "description": "The email address of the user",
230
+ "code": "email",
231
+ "base": ["User"],
232
+ "type": "string",
233
+ "expression": "User.email",
234
+ "xpath": "f:User/f:email",
235
+ "xpathUsage": "normal"
236
+ }
237
+ },
238
+ {
239
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-external-id",
240
+ "resource": {
241
+ "resourceType": "SearchParameter",
242
+ "id": "User-external-id",
243
+ "url": "https://medplum.com/fhir/SearchParameter/User-external-id",
244
+ "version": "4.0.1",
245
+ "name": "external-id",
246
+ "status": "draft",
247
+ "publisher": "Medplum",
248
+ "description": "The externalID of the user",
249
+ "code": "external-id",
250
+ "base": ["User"],
251
+ "type": "string",
252
+ "expression": "User.externalId",
253
+ "xpath": "f:User/f:externalId",
254
+ "xpathUsage": "normal"
255
+ }
256
+ },
257
+ {
258
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/User-project",
259
+ "resource": {
260
+ "resourceType": "SearchParameter",
261
+ "id": "User-project",
262
+ "url": "https://medplum.com/fhir/SearchParameter/User-project",
263
+ "version": "4.0.1",
264
+ "name": "project",
265
+ "status": "draft",
266
+ "publisher": "Medplum",
267
+ "description": "The project that contains the user",
268
+ "code": "project",
269
+ "base": ["User"],
270
+ "type": "reference",
271
+ "expression": "User.project",
272
+ "xpath": "f:User/f:project",
273
+ "xpathUsage": "normal",
274
+ "target": ["Project"]
275
+ }
276
+ },
277
+ {
278
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-user",
279
+ "resource": {
280
+ "resourceType": "SearchParameter",
281
+ "id": "Login-user",
282
+ "url": "https://medplum.com/fhir/SearchParameter/Login-user",
283
+ "version": "4.0.1",
284
+ "name": "code",
285
+ "status": "draft",
286
+ "publisher": "Medplum",
287
+ "description": "The user of the login",
288
+ "code": "user",
289
+ "base": ["Login"],
290
+ "type": "reference",
291
+ "expression": "Login.user",
292
+ "xpath": "f:Login/f:user",
293
+ "xpathUsage": "normal",
294
+ "target": ["Bot", "ClientApplication", "User"]
295
+ }
296
+ },
297
+ {
298
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-code",
299
+ "resource": {
300
+ "resourceType": "SearchParameter",
301
+ "id": "Login-code",
302
+ "url": "https://medplum.com/fhir/SearchParameter/Login-code",
303
+ "version": "4.0.1",
304
+ "name": "code",
305
+ "status": "draft",
306
+ "publisher": "Medplum",
307
+ "description": "The code of the login",
308
+ "code": "code",
309
+ "base": ["Login"],
310
+ "type": "token",
311
+ "expression": "Login.code",
312
+ "xpath": "f:Login/f:code",
313
+ "xpathUsage": "normal"
314
+ }
315
+ },
316
+ {
317
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Login-cookie",
318
+ "resource": {
319
+ "resourceType": "SearchParameter",
320
+ "id": "Login-cookie",
321
+ "url": "https://medplum.com/fhir/SearchParameter/Login-cookie",
322
+ "version": "4.0.1",
323
+ "name": "cookie",
324
+ "status": "draft",
325
+ "publisher": "Medplum",
326
+ "description": "The cookie code of the login",
327
+ "code": "cookie",
328
+ "base": ["Login"],
329
+ "type": "token",
330
+ "expression": "Login.cookie",
331
+ "xpath": "f:Login/f:cookie",
332
+ "xpathUsage": "normal"
333
+ }
334
+ },
335
+ {
336
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-identifier",
337
+ "resource": {
338
+ "resourceType": "SearchParameter",
339
+ "id": "Bot-identifier",
340
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-identifier",
341
+ "version": "4.0.1",
342
+ "name": "name",
343
+ "status": "draft",
344
+ "publisher": "Medplum",
345
+ "description": "The identifier of the bot",
346
+ "code": "identifier",
347
+ "base": ["Bot"],
348
+ "type": "token",
349
+ "expression": "Bot.identifier",
350
+ "xpath": "f:Bot/f:identifier",
351
+ "xpathUsage": "normal"
352
+ }
353
+ },
354
+ {
355
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-name",
356
+ "resource": {
357
+ "resourceType": "SearchParameter",
358
+ "id": "Bot-name",
359
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-name",
360
+ "version": "4.0.1",
361
+ "name": "name",
362
+ "status": "draft",
363
+ "publisher": "Medplum",
364
+ "description": "The name of the bot",
365
+ "code": "name",
366
+ "base": ["Bot"],
367
+ "type": "string",
368
+ "expression": "Bot.name",
369
+ "xpath": "f:Bot/f:name",
370
+ "xpathUsage": "normal"
371
+ }
372
+ },
373
+ {
374
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Bot-category",
375
+ "resource": {
376
+ "resourceType": "SearchParameter",
377
+ "id": "Bot-category",
378
+ "url": "https://medplum.com/fhir/SearchParameter/Bot-category",
379
+ "version": "4.0.1",
380
+ "name": "category",
381
+ "status": "draft",
382
+ "publisher": "Medplum",
383
+ "description": "The category of the bot for the classification for service",
384
+ "code": "category",
385
+ "base": ["Bot"],
386
+ "type": "token",
387
+ "expression": "Bot.category",
388
+ "xpath": "f:Bot/f:category",
389
+ "xpathUsage": "normal"
390
+ }
391
+ },
392
+ {
393
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
394
+ "resource": {
395
+ "resourceType": "SearchParameter",
396
+ "id": "UserConfiguration-name",
397
+ "url": "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
398
+ "version": "4.0.1",
399
+ "name": "name",
400
+ "status": "draft",
401
+ "publisher": "Medplum",
402
+ "description": "The name of the user configuration",
403
+ "code": "name",
404
+ "base": ["UserConfiguration"],
405
+ "type": "string",
406
+ "expression": "UserConfiguration.name",
407
+ "xpath": "f:UserConfiguration/f:name",
408
+ "xpathUsage": "normal"
409
+ }
410
+ },
411
+ {
412
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
413
+ "resource": {
414
+ "resourceType": "SearchParameter",
415
+ "id": "AccessPolicy-name",
416
+ "url": "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
417
+ "version": "4.0.1",
418
+ "name": "name",
419
+ "status": "draft",
420
+ "publisher": "Medplum",
421
+ "description": "The name of the access policy",
422
+ "code": "name",
423
+ "base": ["AccessPolicy"],
424
+ "type": "string",
425
+ "expression": "AccessPolicy.name",
426
+ "xpath": "f:AccessPolicy/f:name",
427
+ "xpathUsage": "normal"
428
+ }
429
+ },
430
+ {
431
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
432
+ "resource": {
433
+ "resourceType": "SearchParameter",
434
+ "id": "BulkDataExport-status",
435
+ "url": "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
436
+ "version": "4.0.1",
437
+ "name": "name",
438
+ "status": "draft",
439
+ "publisher": "Medplum",
440
+ "description": "The name of the access policy",
441
+ "code": "status",
442
+ "base": ["BulkDataExport"],
443
+ "type": "token",
444
+ "expression": "BulkDataExport.status",
445
+ "xpath": "f:BulkDataExport/f:status",
446
+ "xpathUsage": "normal"
447
+ }
448
+ },
449
+ {
450
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code",
451
+ "resource": {
452
+ "resourceType": "SearchParameter",
453
+ "id": "OperationDefinition-code",
454
+ "url": "https://medplum.com/fhir/SearchParameter/ObservationDefinition-code",
455
+ "version": "4.0.1",
456
+ "name": "code",
457
+ "status": "draft",
458
+ "publisher": "Medplum",
459
+ "description": "The code of the observation definition.",
460
+ "code": "code",
461
+ "base": ["ObservationDefinition"],
462
+ "type": "token",
463
+ "expression": "ObservationDefinition.code",
464
+ "xpath": "f:ObservationDefinition/f:code",
465
+ "xpathUsage": "normal"
466
+ }
467
+ },
468
+ {
469
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-publisher",
470
+ "resource": {
471
+ "resourceType": "SearchParameter",
472
+ "id": "OperationDefinition-publisher",
473
+ "url": "https://medplum.com/fhir/SearchParameter/ObservationDefinition-publisher",
474
+ "version": "4.0.1",
475
+ "name": "publisher",
476
+ "status": "draft",
477
+ "publisher": "Medplum",
478
+ "description": "The publisher of the observation definition.",
479
+ "code": "publisher",
480
+ "base": ["ObservationDefinition"],
481
+ "type": "reference",
482
+ "expression": "ObservationDefinition.publisher",
483
+ "xpath": "f:ObservationDefinition/f:publisher",
484
+ "xpathUsage": "normal",
485
+ "target": ["Practitioner", "PractitionerRole", "Organization"]
486
+ }
487
+ },
488
+ {
489
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/DomainConfiguration-domain",
490
+ "resource": {
491
+ "resourceType": "SearchParameter",
492
+ "id": "DomainConfiguration-domain",
493
+ "url": "https://medplum.com/fhir/SearchParameter/DomainConfiguration-domain",
494
+ "version": "4.0.1",
495
+ "name": "publisher",
496
+ "status": "draft",
497
+ "publisher": "Medplum",
498
+ "description": "The publisher of the observation definition.",
499
+ "code": "domain",
500
+ "base": ["DomainConfiguration"],
501
+ "type": "token",
502
+ "expression": "DomainConfiguration.domain",
503
+ "xpath": "f:DomainConfiguration/f:domain",
504
+ "xpathUsage": "normal"
505
+ }
506
+ },
507
+ {
508
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
509
+ "resource": {
510
+ "resourceType": "SearchParameter",
511
+ "id": "PasswordChangeRequest-user",
512
+ "url": "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
513
+ "version": "4.0.1",
514
+ "name": "publisher",
515
+ "status": "draft",
516
+ "publisher": "Medplum",
517
+ "description": "The user for the password change request.",
518
+ "code": "user",
519
+ "base": ["PasswordChangeRequest"],
520
+ "type": "reference",
521
+ "expression": "PasswordChangeRequest.user",
522
+ "xpath": "f:PasswordChangeRequest/f:user",
523
+ "xpathUsage": "normal",
524
+ "target": ["User"]
525
+ }
526
+ },
527
+ {
528
+ "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-due-date",
529
+ "resource": {
530
+ "resourceType": "SearchParameter",
531
+ "id": "Task-due-date",
532
+ "url": "http://hl7.org/fhir/SearchParameter/Task-due-date",
533
+ "version": "4.0.1",
534
+ "name": "due-date",
535
+ "status": "draft",
536
+ "publisher": "Medplum",
537
+ "description": "Search by period Task is/was due",
538
+ "code": "due-date",
539
+ "base": ["Task"],
540
+ "type": "date",
541
+ "expression": "Task.restriction.period",
542
+ "xpath": "f:Task/f:restriction/f:period",
543
+ "xpathUsage": "normal",
544
+ "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"]
545
+ }
546
+ }
547
+ ]
548
+ }
@@ -65478,554 +65478,5 @@
65478
65478
  "xpath" : "f:VisionPrescription/f:status",
65479
65479
  "xpathUsage" : "normal"
65480
65480
  }
65481
- },
65482
- {
65483
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-name",
65484
- "resource" : {
65485
- "resourceType" : "SearchParameter",
65486
- "id" : "Project-name",
65487
- "url" : "https://medplum.com/fhir/SearchParameter/Project-name",
65488
- "version" : "4.0.1",
65489
- "name" : "name",
65490
- "status" : "draft",
65491
- "publisher" : "Medplum",
65492
- "description" : "The name of the project",
65493
- "code" : "name",
65494
- "base" : ["Project"],
65495
- "type" : "string",
65496
- "expression" : "Project.name",
65497
- "xpath" : "f:Project/f:name",
65498
- "xpathUsage" : "normal"
65499
- }
65500
- },
65501
- {
65502
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-owner",
65503
- "resource" : {
65504
- "resourceType" : "SearchParameter",
65505
- "id" : "Project-owner",
65506
- "url" : "https://medplum.com/fhir/SearchParameter/Project-owner",
65507
- "version" : "4.0.1",
65508
- "name" : "name",
65509
- "status" : "draft",
65510
- "publisher" : "Medplum",
65511
- "description" : "The user who owns the project",
65512
- "code" : "owner",
65513
- "base" : ["Project"],
65514
- "type" : "reference",
65515
- "expression" : "Project.owner",
65516
- "xpath" : "f:Project/f:owner",
65517
- "xpathUsage" : "normal",
65518
- "target" : ["User"]
65519
- }
65520
- },
65521
- {
65522
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
65523
- "resource" : {
65524
- "resourceType" : "SearchParameter",
65525
- "id" : "Project-google-client-id",
65526
- "url" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
65527
- "version" : "4.0.1",
65528
- "name" : "name",
65529
- "status" : "draft",
65530
- "publisher" : "Medplum",
65531
- "description" : "The Google Client ID of the project",
65532
- "code" : "google-client-id",
65533
- "base" : ["Project"],
65534
- "type" : "token",
65535
- "expression" : "Project.site.googleClientId",
65536
- "xpath" : "f:Project/f:site/f:googleClientId",
65537
- "xpathUsage" : "normal"
65538
- }
65539
- },
65540
- {
65541
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
65542
- "resource" : {
65543
- "resourceType" : "SearchParameter",
65544
- "id" : "Project-recaptcha-site-key",
65545
- "url" : "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
65546
- "version" : "4.0.1",
65547
- "name" : "name",
65548
- "status" : "draft",
65549
- "publisher" : "Medplum",
65550
- "description" : "The reCAPTCHA site key of the project",
65551
- "code" : "recaptcha-site-key",
65552
- "base" : ["Project"],
65553
- "type" : "token",
65554
- "expression" : "Project.site.recaptchaSiteKey",
65555
- "xpath" : "f:Project/f:site/f:recaptchaSiteKey",
65556
- "xpathUsage" : "normal"
65557
- }
65558
- },
65559
- {
65560
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
65561
- "resource" : {
65562
- "resourceType" : "SearchParameter",
65563
- "id" : "ProjectMembership-project",
65564
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
65565
- "version" : "4.0.1",
65566
- "name" : "project",
65567
- "status" : "draft",
65568
- "publisher" : "Medplum",
65569
- "description" : "The project associated with the project membership",
65570
- "code" : "project",
65571
- "base" : ["ProjectMembership"],
65572
- "type" : "reference",
65573
- "expression" : "ProjectMembership.project",
65574
- "xpath" : "f:ProjectMembership/f:project",
65575
- "xpathUsage" : "normal",
65576
- "target" : ["Project"]
65577
- }
65578
- },
65579
- {
65580
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
65581
- "resource" : {
65582
- "resourceType" : "SearchParameter",
65583
- "id" : "ProjectMembership-user",
65584
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
65585
- "version" : "4.0.1",
65586
- "name" : "user",
65587
- "status" : "draft",
65588
- "publisher" : "Medplum",
65589
- "description" : "The user associated with the project membership",
65590
- "code" : "user",
65591
- "base" : ["ProjectMembership"],
65592
- "type" : "reference",
65593
- "expression" : "ProjectMembership.user",
65594
- "xpath" : "f:ProjectMembership/f:user",
65595
- "xpathUsage" : "normal",
65596
- "target" : ["ClientApplication", "User"]
65597
- }
65598
- },
65599
- {
65600
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
65601
- "resource" : {
65602
- "resourceType" : "SearchParameter",
65603
- "id" : "ProjectMembership-profile",
65604
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
65605
- "version" : "4.0.1",
65606
- "name" : "profile",
65607
- "status" : "draft",
65608
- "publisher" : "Medplum",
65609
- "description" : "The user profile associated with the project membership",
65610
- "code" : "profile",
65611
- "base" : ["ProjectMembership"],
65612
- "type" : "reference",
65613
- "expression" : "ProjectMembership.profile",
65614
- "xpath" : "f:ProjectMembership/f:profile",
65615
- "xpathUsage" : "normal",
65616
- "target" : ["ClientApplication", "Patient", "Practitioner"]
65617
- }
65618
- },
65619
- {
65620
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
65621
- "resource" : {
65622
- "resourceType" : "SearchParameter",
65623
- "id" : "ProjectMembership-profile-type",
65624
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
65625
- "version" : "4.0.1",
65626
- "name" : "profile-type",
65627
- "status" : "draft",
65628
- "publisher" : "Medplum",
65629
- "description" : "Resource type of the user profile associated with the project membership",
65630
- "code" : "profile-type",
65631
- "base" : ["ProjectMembership"],
65632
- "type" : "token",
65633
- "expression" : "ProjectMembership.profile.resolve().resourceType",
65634
- "xpath" : "f:ProjectMembership/f:profile",
65635
- "xpathUsage" : "normal"
65636
- }
65637
- },
65638
- {
65639
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65640
- "resource" : {
65641
- "resourceType" : "SearchParameter",
65642
- "id" : "ProjectMembership-external-id",
65643
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65644
- "version" : "4.0.1",
65645
- "name" : "external-id",
65646
- "status" : "draft",
65647
- "publisher" : "Medplum",
65648
- "description" : "The externalID of the user",
65649
- "code" : "external-id",
65650
- "base" : ["ProjectMembership"],
65651
- "type" : "string",
65652
- "expression" : "ProjectMembership.externalId",
65653
- "xpath" : "f:ProjectMembership/f:externalId",
65654
- "xpathUsage" : "normal"
65655
- }
65656
- },
65657
- {
65658
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65659
- "resource" : {
65660
- "resourceType" : "SearchParameter",
65661
- "id" : "ClientApplication-name",
65662
- "url" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65663
- "version" : "4.0.1",
65664
- "name" : "name",
65665
- "status" : "draft",
65666
- "publisher" : "Medplum",
65667
- "description" : "The name of the client application",
65668
- "code" : "name",
65669
- "base" : ["ClientApplication"],
65670
- "type" : "string",
65671
- "expression" : "ClientApplication.name",
65672
- "xpath" : "f:ClientApplication/f:name",
65673
- "xpathUsage" : "normal"
65674
- }
65675
- },
65676
- {
65677
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
65678
- "resource" : {
65679
- "resourceType" : "SearchParameter",
65680
- "id" : "JsonWebKey-active",
65681
- "url" : "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
65682
- "version" : "4.0.1",
65683
- "name" : "active",
65684
- "status" : "draft",
65685
- "publisher" : "Medplum",
65686
- "description" : "Whether the JWK is active",
65687
- "code" : "active",
65688
- "base" : ["JsonWebKey"],
65689
- "type" : "token",
65690
- "expression" : "JsonWebKey.active",
65691
- "xpath" : "f:JsonWebKey/f:active",
65692
- "xpathUsage" : "normal"
65693
- }
65694
- },
65695
- {
65696
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-email",
65697
- "resource" : {
65698
- "resourceType" : "SearchParameter",
65699
- "id" : "User-email",
65700
- "url" : "https://medplum.com/fhir/SearchParameter/User-email",
65701
- "version" : "4.0.1",
65702
- "name" : "email",
65703
- "status" : "draft",
65704
- "publisher" : "Medplum",
65705
- "description" : "The email address of the user",
65706
- "code" : "email",
65707
- "base" : ["User"],
65708
- "type" : "string",
65709
- "expression" : "User.email",
65710
- "xpath" : "f:User/f:email",
65711
- "xpathUsage" : "normal"
65712
- }
65713
- },
65714
- {
65715
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-external-id",
65716
- "resource" : {
65717
- "resourceType" : "SearchParameter",
65718
- "id" : "User-external-id",
65719
- "url" : "https://medplum.com/fhir/SearchParameter/User-external-id",
65720
- "version" : "4.0.1",
65721
- "name" : "external-id",
65722
- "status" : "draft",
65723
- "publisher" : "Medplum",
65724
- "description" : "The externalID of the user",
65725
- "code" : "external-id",
65726
- "base" : ["User"],
65727
- "type" : "string",
65728
- "expression" : "User.externalId",
65729
- "xpath" : "f:User/f:externalId",
65730
- "xpathUsage" : "normal"
65731
- }
65732
- },
65733
- {
65734
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-project",
65735
- "resource" : {
65736
- "resourceType" : "SearchParameter",
65737
- "id" : "User-project",
65738
- "url" : "https://medplum.com/fhir/SearchParameter/User-project",
65739
- "version" : "4.0.1",
65740
- "name" : "project",
65741
- "status" : "draft",
65742
- "publisher" : "Medplum",
65743
- "description" : "The project that contains the user",
65744
- "code" : "project",
65745
- "base" : ["User"],
65746
- "type" : "reference",
65747
- "expression" : "User.project",
65748
- "xpath" : "f:User/f:project",
65749
- "xpathUsage" : "normal",
65750
- "target" : ["Project"]
65751
- }
65752
- },
65753
- {
65754
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-user",
65755
- "resource" : {
65756
- "resourceType" : "SearchParameter",
65757
- "id" : "Login-user",
65758
- "url" : "https://medplum.com/fhir/SearchParameter/Login-user",
65759
- "version" : "4.0.1",
65760
- "name" : "code",
65761
- "status" : "draft",
65762
- "publisher" : "Medplum",
65763
- "description" : "The user of the login",
65764
- "code" : "user",
65765
- "base" : ["Login"],
65766
- "type" : "reference",
65767
- "expression" : "Login.user",
65768
- "xpath" : "f:Login/f:user",
65769
- "xpathUsage" : "normal",
65770
- "target" : ["Bot", "ClientApplication", "User"]
65771
- }
65772
- },
65773
- {
65774
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-code",
65775
- "resource" : {
65776
- "resourceType" : "SearchParameter",
65777
- "id" : "Login-code",
65778
- "url" : "https://medplum.com/fhir/SearchParameter/Login-code",
65779
- "version" : "4.0.1",
65780
- "name" : "code",
65781
- "status" : "draft",
65782
- "publisher" : "Medplum",
65783
- "description" : "The code of the login",
65784
- "code" : "code",
65785
- "base" : ["Login"],
65786
- "type" : "token",
65787
- "expression" : "Login.code",
65788
- "xpath" : "f:Login/f:code",
65789
- "xpathUsage" : "normal"
65790
- }
65791
- },
65792
- {
65793
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
65794
- "resource" : {
65795
- "resourceType" : "SearchParameter",
65796
- "id" : "Login-cookie",
65797
- "url" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
65798
- "version" : "4.0.1",
65799
- "name" : "cookie",
65800
- "status" : "draft",
65801
- "publisher" : "Medplum",
65802
- "description" : "The cookie code of the login",
65803
- "code" : "cookie",
65804
- "base" : ["Login"],
65805
- "type" : "token",
65806
- "expression" : "Login.cookie",
65807
- "xpath" : "f:Login/f:cookie",
65808
- "xpathUsage" : "normal"
65809
- }
65810
- },
65811
- {
65812
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
65813
- "resource" : {
65814
- "resourceType" : "SearchParameter",
65815
- "id" : "Bot-identifier",
65816
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
65817
- "version" : "4.0.1",
65818
- "name" : "name",
65819
- "status" : "draft",
65820
- "publisher" : "Medplum",
65821
- "description" : "The identifier of the bot",
65822
- "code" : "identifier",
65823
- "base" : ["Bot"],
65824
- "type" : "token",
65825
- "expression" : "Bot.identifier",
65826
- "xpath" : "f:Bot/f:identifier",
65827
- "xpathUsage" : "normal"
65828
- }
65829
- },
65830
- {
65831
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-name",
65832
- "resource" : {
65833
- "resourceType" : "SearchParameter",
65834
- "id" : "Bot-name",
65835
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-name",
65836
- "version" : "4.0.1",
65837
- "name" : "name",
65838
- "status" : "draft",
65839
- "publisher" : "Medplum",
65840
- "description" : "The name of the bot",
65841
- "code" : "name",
65842
- "base" : ["Bot"],
65843
- "type" : "string",
65844
- "expression" : "Bot.name",
65845
- "xpath" : "f:Bot/f:name",
65846
- "xpathUsage" : "normal"
65847
- }
65848
- },
65849
- {
65850
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-category",
65851
- "resource" : {
65852
- "resourceType" : "SearchParameter",
65853
- "id" : "Bot-category",
65854
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-category",
65855
- "version" : "4.0.1",
65856
- "name" : "category",
65857
- "status" : "draft",
65858
- "publisher" : "Medplum",
65859
- "description" : "The category of the bot for the classification for service",
65860
- "code" : "category",
65861
- "base" : ["Bot"],
65862
- "type" : "token",
65863
- "expression" : "Bot.category",
65864
- "xpath" : "f:Bot/f:category",
65865
- "xpathUsage" : "normal"
65866
- }
65867
- },
65868
- {
65869
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
65870
- "resource" : {
65871
- "resourceType" : "SearchParameter",
65872
- "id" : "UserConfiguration-name",
65873
- "url" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
65874
- "version" : "4.0.1",
65875
- "name" : "name",
65876
- "status" : "draft",
65877
- "publisher" : "Medplum",
65878
- "description" : "The name of the user configuration",
65879
- "code" : "name",
65880
- "base" : ["UserConfiguration"],
65881
- "type" : "string",
65882
- "expression" : "UserConfiguration.name",
65883
- "xpath" : "f:UserConfiguration/f:name",
65884
- "xpathUsage" : "normal"
65885
- }
65886
- },
65887
- {
65888
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
65889
- "resource" : {
65890
- "resourceType" : "SearchParameter",
65891
- "id" : "AccessPolicy-name",
65892
- "url" : "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
65893
- "version" : "4.0.1",
65894
- "name" : "name",
65895
- "status" : "draft",
65896
- "publisher" : "Medplum",
65897
- "description" : "The name of the access policy",
65898
- "code" : "name",
65899
- "base" : ["AccessPolicy"],
65900
- "type" : "string",
65901
- "expression" : "AccessPolicy.name",
65902
- "xpath" : "f:AccessPolicy/f:name",
65903
- "xpathUsage" : "normal"
65904
- }
65905
- },
65906
- {
65907
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
65908
- "resource" : {
65909
- "resourceType" : "SearchParameter",
65910
- "id" : "BulkDataExport-status",
65911
- "url" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
65912
- "version" : "4.0.1",
65913
- "name" : "name",
65914
- "status" : "draft",
65915
- "publisher" : "Medplum",
65916
- "description" : "The name of the access policy",
65917
- "code" : "status",
65918
- "base" : ["BulkDataExport"],
65919
- "type" : "token",
65920
- "expression" : "BulkDataExport.status",
65921
- "xpath" : "f:BulkDataExport/f:status",
65922
- "xpathUsage" : "normal"
65923
- }
65924
- },
65925
- {
65926
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code",
65927
- "resource" : {
65928
- "resourceType" : "SearchParameter",
65929
- "id" : "OperationDefinition-code",
65930
- "url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-code",
65931
- "version" : "4.0.1",
65932
- "name" : "code",
65933
- "status" : "draft",
65934
- "publisher" : "Medplum",
65935
- "description" : "The code of the observation definition.",
65936
- "code" : "code",
65937
- "base" : ["ObservationDefinition"],
65938
- "type" : "token",
65939
- "expression" : "ObservationDefinition.code",
65940
- "xpath" : "f:ObservationDefinition/f:code",
65941
- "xpathUsage" : "normal"
65942
- }
65943
- },
65944
- {
65945
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-publisher",
65946
- "resource" : {
65947
- "resourceType" : "SearchParameter",
65948
- "id" : "OperationDefinition-publisher",
65949
- "url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-publisher",
65950
- "version" : "4.0.1",
65951
- "name" : "publisher",
65952
- "status" : "draft",
65953
- "publisher" : "Medplum",
65954
- "description" : "The publisher of the observation definition.",
65955
- "code" : "publisher",
65956
- "base" : ["ObservationDefinition"],
65957
- "type" : "reference",
65958
- "expression" : "ObservationDefinition.publisher",
65959
- "xpath" : "f:ObservationDefinition/f:publisher",
65960
- "xpathUsage" : "normal",
65961
- "target" : ["Practitioner", "PractitionerRole", "Organization"]
65962
- }
65963
- },
65964
- {
65965
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/DomainConfiguration-domain",
65966
- "resource" : {
65967
- "resourceType" : "SearchParameter",
65968
- "id" : "DomainConfiguration-domain",
65969
- "url" : "https://medplum.com/fhir/SearchParameter/DomainConfiguration-domain",
65970
- "version" : "4.0.1",
65971
- "name" : "publisher",
65972
- "status" : "draft",
65973
- "publisher" : "Medplum",
65974
- "description" : "The publisher of the observation definition.",
65975
- "code" : "domain",
65976
- "base" : ["DomainConfiguration"],
65977
- "type" : "token",
65978
- "expression" : "DomainConfiguration.domain",
65979
- "xpath" : "f:DomainConfiguration/f:domain",
65980
- "xpathUsage" : "normal"
65981
- }
65982
- },
65983
- {
65984
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
65985
- "resource" : {
65986
- "resourceType" : "SearchParameter",
65987
- "id" : "PasswordChangeRequest-user",
65988
- "url" : "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
65989
- "version" : "4.0.1",
65990
- "name" : "publisher",
65991
- "status" : "draft",
65992
- "publisher" : "Medplum",
65993
- "description" : "The user for the password change request.",
65994
- "code" : "user",
65995
- "base" : ["PasswordChangeRequest"],
65996
- "type" : "reference",
65997
- "expression" : "PasswordChangeRequest.user",
65998
- "xpath" : "f:PasswordChangeRequest/f:user",
65999
- "xpathUsage" : "normal",
66000
- "target" : ["User"]
66001
- }
66002
- },
66003
- {
66004
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-due-date",
66005
- "resource" : {
66006
- "resourceType" : "SearchParameter",
66007
- "id" : "Task-due-date",
66008
- "url" : "http://hl7.org/fhir/SearchParameter/Task-due-date",
66009
- "version" : "4.0.1",
66010
- "name" : "due-date",
66011
- "status" : "draft",
66012
- "publisher" : "Medplum",
66013
- "description" : "Search by period Task is/was due",
66014
- "code" : "due-date",
66015
- "base" : ["Task"],
66016
- "type" : "date",
66017
- "expression" : "Task.restriction.period",
66018
- "xpath" : "f:Task/f:restriction/f:period",
66019
- "xpathUsage" : "normal",
66020
- "comparator" : ["eq",
66021
- "ne",
66022
- "gt",
66023
- "ge",
66024
- "lt",
66025
- "le",
66026
- "sa",
66027
- "eb",
66028
- "ap"]
66029
- }
66030
- }]
66031
- }
65481
+ }
65482
+ ]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",
@@ -1,8 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "noEmit": false
6
- },
7
- "exclude": ["**/*.test.ts"]
8
- }