@medplum/definitions 2.0.6 → 2.0.9

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.
@@ -766,7 +766,7 @@
766
766
  "id" : "ProjectMembership.profile",
767
767
  "path" : "ProjectMembership.profile",
768
768
  "definition" : "Reference to the resource that represents the user profile within the project.",
769
- "min" : 0,
769
+ "min" : 1,
770
770
  "max" : "1",
771
771
  "type" : [{
772
772
  "code" : "Reference",
@@ -65616,6 +65616,25 @@
65616
65616
  "target" : ["ClientApplication", "Patient", "Practitioner"]
65617
65617
  }
65618
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
+ },
65619
65638
  {
65620
65639
  "fullUrl" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65621
65640
  "resource" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.6",
3
+ "version": "2.0.9",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",