@medplum/definitions 2.0.17 → 2.0.18

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.
@@ -61267,6 +61267,10 @@
61267
61267
  "description": "Reference to the resource that represents the user profile within the project.",
61268
61268
  "$ref": "#/definitions/Reference"
61269
61269
  },
61270
+ "externalId": {
61271
+ "description": "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\u0027s 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.",
61272
+ "$ref": "#/definitions/string"
61273
+ },
61270
61274
  "accessPolicy": {
61271
61275
  "description": "The access policy for the user within the project memebership.",
61272
61276
  "$ref": "#/definitions/Reference"
@@ -61388,7 +61392,7 @@
61388
61392
  "$ref": "#/definitions/string"
61389
61393
  },
61390
61394
  "externalId": {
61391
- "description": "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\u0027s 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.",
61395
+ "description": "DEPRECATED Replaced by ProjectMembership.externalId.",
61392
61396
  "$ref": "#/definitions/string"
61393
61397
  },
61394
61398
  "email": {
@@ -61751,6 +61755,13 @@
61751
61755
  "description": "Bot logic script.",
61752
61756
  "$ref": "#/definitions/string"
61753
61757
  },
61758
+ "category": {
61759
+ "description": "A code that classifies the service for searching, sorting and display purposes (e.g. \"Surgical Procedure\").",
61760
+ "items": {
61761
+ "$ref": "#/definitions/CodeableConcept"
61762
+ },
61763
+ "type": "array"
61764
+ },
61754
61765
  "runAsUser": {
61755
61766
  "description": "Optional flag to indicate that the bot should be run as the user.",
61756
61767
  "$ref": "#/definitions/boolean"
@@ -1039,6 +1039,18 @@
1039
1039
  "code" : "string"
1040
1040
  }]
1041
1041
  },
1042
+ {
1043
+ "id" : "Bot.category",
1044
+ "path" : "Bot.category",
1045
+ "short" : "Classification of service",
1046
+ "definition" : "A code that classifies the service for searching, sorting and display purposes (e.g. \"Surgical Procedure\").",
1047
+ "comment" : "There may be multiple axis of categorization depending on the context or use case for retrieving or displaying the resource. The level of granularity is defined by the category concepts in the value set.",
1048
+ "min" : 0,
1049
+ "max" : "*",
1050
+ "type" : [{
1051
+ "code" : "CodeableConcept"
1052
+ }]
1053
+ },
1042
1054
  {
1043
1055
  "id" : "Bot.runAsUser",
1044
1056
  "path" : "Bot.runAsUser",
@@ -65846,6 +65846,25 @@
65846
65846
  "xpathUsage" : "normal"
65847
65847
  }
65848
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
+ },
65849
65868
  {
65850
65869
  "fullUrl" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
65851
65870
  "resource" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",