@medplum/definitions 3.2.17 → 3.2.19
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.
- package/dist/fhir/r4/fhir.schema.json +7 -0
- package/dist/fhir/r4/profiles-medplum.json +26 -10
- package/dist/fhir/r4/profiles-resources.json +3022 -190
- package/dist/fhir/r4/profiles-types.json +1 -1
- package/dist/fhir/r4/search-parameters-medplum.json +502 -0
- package/dist/fhir/r4/valuesets-medplum-generated.json +11582 -0
- package/dist/fhir/r4/valuesets-medplum.json +1356 -0
- package/package.json +1 -1
|
@@ -59675,6 +59675,13 @@
|
|
|
59675
59675
|
},
|
|
59676
59676
|
"type": "array"
|
|
59677
59677
|
},
|
|
59678
|
+
"identifier": {
|
|
59679
|
+
"description": "An identifier for this ProjectMembership.",
|
|
59680
|
+
"items": {
|
|
59681
|
+
"$ref": "#/definitions/Identifier"
|
|
59682
|
+
},
|
|
59683
|
+
"type": "array"
|
|
59684
|
+
},
|
|
59678
59685
|
"project": {
|
|
59679
59686
|
"description": "Project where the memberships are available.",
|
|
59680
59687
|
"$ref": "#/definitions/Reference"
|
|
@@ -1373,6 +1373,22 @@
|
|
|
1373
1373
|
"code" : "Extension"
|
|
1374
1374
|
}]
|
|
1375
1375
|
},
|
|
1376
|
+
{
|
|
1377
|
+
"id" : "ProjectMembership.identifier",
|
|
1378
|
+
"path" : "ProjectMembership.identifier",
|
|
1379
|
+
"short" : "An identifier for this ProjectMembership",
|
|
1380
|
+
"definition" : "An identifier for this ProjectMembership.",
|
|
1381
|
+
"min" : 0,
|
|
1382
|
+
"max" : "*",
|
|
1383
|
+
"type" : [{
|
|
1384
|
+
"code" : "Identifier"
|
|
1385
|
+
}],
|
|
1386
|
+
"base" : {
|
|
1387
|
+
"path" : "ProjectMembership.identifier",
|
|
1388
|
+
"min" : 0,
|
|
1389
|
+
"max" : "*"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1376
1392
|
{
|
|
1377
1393
|
"id" : "ProjectMembership.project",
|
|
1378
1394
|
"path" : "ProjectMembership.project",
|
|
@@ -3613,7 +3629,15 @@
|
|
|
3613
3629
|
"path" : "AccessPolicy.resource",
|
|
3614
3630
|
"min" : 0,
|
|
3615
3631
|
"max" : "*"
|
|
3616
|
-
}
|
|
3632
|
+
},
|
|
3633
|
+
"constraint": [
|
|
3634
|
+
{
|
|
3635
|
+
"key": "axp-3",
|
|
3636
|
+
"severity": "error",
|
|
3637
|
+
"human": "Criteria must be a valid FHIR search string on the correct resource type, e.g. Patient?identifier=123",
|
|
3638
|
+
"expression": "criteria.exists() implies criteria.startsWith(%context.resourceType & '?')"
|
|
3639
|
+
}
|
|
3640
|
+
]
|
|
3617
3641
|
},
|
|
3618
3642
|
{
|
|
3619
3643
|
"id" : "AccessPolicy.resource.resourceType",
|
|
@@ -3659,15 +3683,7 @@
|
|
|
3659
3683
|
"path" : "AccessPolicy.resource.criteria",
|
|
3660
3684
|
"min" : 0,
|
|
3661
3685
|
"max" : "1"
|
|
3662
|
-
}
|
|
3663
|
-
"constraint": [
|
|
3664
|
-
{
|
|
3665
|
-
"key": "axp-2",
|
|
3666
|
-
"severity": "error",
|
|
3667
|
-
"human": "Criteria must be a valid FHIR search string, e.g. Patient?identifier=123",
|
|
3668
|
-
"expression": "indexOf('?') > 0"
|
|
3669
|
-
}
|
|
3670
|
-
]
|
|
3686
|
+
}
|
|
3671
3687
|
},
|
|
3672
3688
|
{
|
|
3673
3689
|
"id" : "AccessPolicy.resource.readonly",
|