@medplum/definitions 3.0.3 → 3.0.4
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.
|
@@ -94,6 +94,22 @@
|
|
|
94
94
|
"code" : "code"
|
|
95
95
|
}]
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
"id" : "Project.identifier",
|
|
99
|
+
"path" : "Project.identifier",
|
|
100
|
+
"short" : "An identifier for this project",
|
|
101
|
+
"definition" : "An identifier for this project.",
|
|
102
|
+
"min" : 0,
|
|
103
|
+
"max" : "*",
|
|
104
|
+
"type" : [{
|
|
105
|
+
"code" : "Identifier"
|
|
106
|
+
}],
|
|
107
|
+
"base" : {
|
|
108
|
+
"path" : "Project.identifier",
|
|
109
|
+
"min" : 0,
|
|
110
|
+
"max" : "*"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
97
113
|
{
|
|
98
114
|
"id" : "Project.name",
|
|
99
115
|
"path" : "Project.name",
|
|
@@ -381,6 +397,32 @@
|
|
|
381
397
|
"min" : 0,
|
|
382
398
|
"max" : "1"
|
|
383
399
|
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id": "Project.link",
|
|
403
|
+
"path": "Project.link",
|
|
404
|
+
"definition": "Linked Projects whose contents are made available to this one",
|
|
405
|
+
"min": 0,
|
|
406
|
+
"max": "*",
|
|
407
|
+
"type": [{"code": "BackboneElement"}],
|
|
408
|
+
"base": {
|
|
409
|
+
"path": "Project.link",
|
|
410
|
+
"min": 0,
|
|
411
|
+
"max": "*"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"id": "Project.link.project",
|
|
416
|
+
"path": "Project.link.project",
|
|
417
|
+
"definition": "A reference to the Project to be linked into this one",
|
|
418
|
+
"min": 1,
|
|
419
|
+
"max": "1",
|
|
420
|
+
"type": [{"code": "Reference", "targetProfile": ["Project"]}],
|
|
421
|
+
"base": {
|
|
422
|
+
"path": "Project.link.project",
|
|
423
|
+
"min": 1,
|
|
424
|
+
"max": "1"
|
|
425
|
+
}
|
|
384
426
|
}
|
|
385
427
|
]
|
|
386
428
|
}
|
|
@@ -708,6 +750,22 @@
|
|
|
708
750
|
"code" : "code"
|
|
709
751
|
}]
|
|
710
752
|
},
|
|
753
|
+
{
|
|
754
|
+
"id" : "User.identifier",
|
|
755
|
+
"path" : "User.identifier",
|
|
756
|
+
"short" : "An identifier for this user",
|
|
757
|
+
"definition" : "An identifier for this user.",
|
|
758
|
+
"min" : 0,
|
|
759
|
+
"max" : "*",
|
|
760
|
+
"type" : [{
|
|
761
|
+
"code" : "Identifier"
|
|
762
|
+
}],
|
|
763
|
+
"base" : {
|
|
764
|
+
"path" : "User.identifier",
|
|
765
|
+
"min" : 0,
|
|
766
|
+
"max" : "*"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
711
769
|
{
|
|
712
770
|
"id" : "User.firstName",
|
|
713
771
|
"path" : "User.firstName",
|
|
@@ -3,6 +3,23 @@
|
|
|
3
3
|
"id": "medplumSearchParams",
|
|
4
4
|
"type": "collection",
|
|
5
5
|
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Project-identifier",
|
|
8
|
+
"resource": {
|
|
9
|
+
"resourceType": "SearchParameter",
|
|
10
|
+
"id": "Project-identifier",
|
|
11
|
+
"url": "https://medplum.com/fhir/SearchParameter/Project-identifier",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "identifier",
|
|
14
|
+
"status": "draft",
|
|
15
|
+
"publisher": "Medplum",
|
|
16
|
+
"description": "The identifier of the project",
|
|
17
|
+
"code": "identifier",
|
|
18
|
+
"base": ["Project"],
|
|
19
|
+
"type": "token",
|
|
20
|
+
"expression": "Project.identifier"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
6
23
|
{
|
|
7
24
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Project-name",
|
|
8
25
|
"resource": {
|
|
@@ -212,6 +229,23 @@
|
|
|
212
229
|
"expression": "JsonWebKey.active"
|
|
213
230
|
}
|
|
214
231
|
},
|
|
232
|
+
{
|
|
233
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/User-identifier",
|
|
234
|
+
"resource": {
|
|
235
|
+
"resourceType": "SearchParameter",
|
|
236
|
+
"id": "User-identifier",
|
|
237
|
+
"url": "https://medplum.com/fhir/SearchParameter/User-identifier",
|
|
238
|
+
"version": "4.0.1",
|
|
239
|
+
"name": "identifier",
|
|
240
|
+
"status": "draft",
|
|
241
|
+
"publisher": "Medplum",
|
|
242
|
+
"description": "The identifier of the user",
|
|
243
|
+
"code": "identifier",
|
|
244
|
+
"base": ["User"],
|
|
245
|
+
"type": "token",
|
|
246
|
+
"expression": "User.identifier"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
215
249
|
{
|
|
216
250
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/User-email",
|
|
217
251
|
"resource": {
|
|
@@ -573,6 +607,40 @@
|
|
|
573
607
|
"type": "number",
|
|
574
608
|
"expression": "iif(priority = 'stat', 50, iif(priority = 'asap', 40, iif(priority = 'urgent', 30, iif(priority = 'routine', 20, 10))))"
|
|
575
609
|
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/CareTeam-name",
|
|
613
|
+
"resource": {
|
|
614
|
+
"resourceType": "SearchParameter",
|
|
615
|
+
"id": "CareTeam-name",
|
|
616
|
+
"url": "https://medplum.com/fhir/SearchParameter/CareTeam-name",
|
|
617
|
+
"version": "4.0.1",
|
|
618
|
+
"name": "name",
|
|
619
|
+
"status": "draft",
|
|
620
|
+
"publisher": "Medplum",
|
|
621
|
+
"description": "The name of the care team",
|
|
622
|
+
"code": "name",
|
|
623
|
+
"base": ["CareTeam"],
|
|
624
|
+
"type": "string",
|
|
625
|
+
"expression": "CareTeam.name"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Group-name",
|
|
630
|
+
"resource": {
|
|
631
|
+
"resourceType": "SearchParameter",
|
|
632
|
+
"id": "Group-name",
|
|
633
|
+
"url": "https://medplum.com/fhir/SearchParameter/Group-name",
|
|
634
|
+
"version": "4.0.1",
|
|
635
|
+
"name": "name",
|
|
636
|
+
"status": "draft",
|
|
637
|
+
"publisher": "Medplum",
|
|
638
|
+
"description": "The name of the group",
|
|
639
|
+
"code": "name",
|
|
640
|
+
"base": ["Group"],
|
|
641
|
+
"type": "string",
|
|
642
|
+
"expression": "Group.name"
|
|
643
|
+
}
|
|
576
644
|
}
|
|
577
645
|
]
|
|
578
646
|
}
|