@medplum/definitions 3.0.8 → 3.0.10

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.
@@ -1081,10 +1081,25 @@
1081
1081
  "max" : "1"
1082
1082
  }
1083
1083
  },
1084
+ {
1085
+ "id" : "ProjectMembership.userName",
1086
+ "path" : "ProjectMembership.userName",
1087
+ "definition" : "SCIM userName. A service provider's unique identifier for the user, typically used by the user to directly authenticate to the service provider. Often displayed to the user as their unique identifier within the system (as opposed to \"id\" or \"externalId\", which are generally opaque and not user-friendly identifiers). Each User MUST include a non-empty userName value. This identifier MUST be unique across the service provider's entire set of Users. This attribute is REQUIRED and is case insensitive.",
1088
+ "min" : 0,
1089
+ "max" : "1",
1090
+ "type" : [{
1091
+ "code" : "string"
1092
+ }],
1093
+ "base": {
1094
+ "path" : "ProjectMembership.userName",
1095
+ "min" : 0,
1096
+ "max" : "1"
1097
+ }
1098
+ },
1084
1099
  {
1085
1100
  "id" : "ProjectMembership.externalId",
1086
1101
  "path" : "ProjectMembership.externalId",
1087
- "definition" : "A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain's identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
1102
+ "definition" : "SCIM externalId. A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain's identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
1088
1103
  "min" : 0,
1089
1104
  "max" : "1",
1090
1105
  "type" : [{
@@ -40332,7 +40332,9 @@
40332
40332
  "http://hl7.org/fhir/StructureDefinition/Organization",
40333
40333
  "http://hl7.org/fhir/StructureDefinition/Device",
40334
40334
  "http://hl7.org/fhir/StructureDefinition/Patient",
40335
- "http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
40335
+ "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
40336
+ "https://medplum.com/fhir/StructureDefinition/Bot",
40337
+ "https://medplum.com/fhir/StructureDefinition/ClientApplication"]
40336
40338
  }],
40337
40339
  "constraint" : [{
40338
40340
  "key" : "ele-1",
@@ -160,6 +160,23 @@
160
160
  "expression": "ProjectMembership.profile.resolve().resourceType"
161
161
  }
162
162
  },
163
+ {
164
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user-name",
165
+ "resource": {
166
+ "resourceType": "SearchParameter",
167
+ "id": "ProjectMembership-user-name",
168
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-user-name",
169
+ "version": "4.0.1",
170
+ "name": "user-name",
171
+ "status": "draft",
172
+ "publisher": "Medplum",
173
+ "description": "The SCIM userName of the user",
174
+ "code": "user-name",
175
+ "base": ["ProjectMembership"],
176
+ "type": "string",
177
+ "expression": "ProjectMembership.userName"
178
+ }
179
+ },
163
180
  {
164
181
  "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
165
182
  "resource": {
@@ -641,6 +658,23 @@
641
658
  "type": "string",
642
659
  "expression": "Group.name"
643
660
  }
661
+ },
662
+ {
663
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Communication-topic",
664
+ "resource": {
665
+ "resourceType": "SearchParameter",
666
+ "id": "Communication-topic",
667
+ "url": "https://medplum.com/fhir/SearchParameter/Communication-topic",
668
+ "version": "4.0.1",
669
+ "name": "topic",
670
+ "status": "draft",
671
+ "publisher": "Medplum",
672
+ "description": "Description of the purpose/content",
673
+ "code": "topic",
674
+ "base": ["Communication"],
675
+ "type": "token",
676
+ "expression": "Communication.topic"
677
+ }
644
678
  }
645
679
  ]
646
680
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",