@medplum/definitions 2.0.12 → 2.0.14

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.
@@ -61291,7 +61291,8 @@
61291
61291
  "required": [
61292
61292
  "resourceType",
61293
61293
  "project",
61294
- "user"
61294
+ "user",
61295
+ "profile"
61295
61296
  ]
61296
61297
  },
61297
61298
  "ClientApplication": {
@@ -61738,6 +61739,14 @@
61738
61739
  "description": "Image of the bot.",
61739
61740
  "$ref": "#/definitions/Attachment"
61740
61741
  },
61742
+ "cronTiming": {
61743
+ "description": "A schedule for the bot to be executed.",
61744
+ "$ref": "#/definitions/Timing"
61745
+ },
61746
+ "cronString": {
61747
+ "description": "A schedule for the bot to be executed.",
61748
+ "$ref": "#/definitions/string"
61749
+ },
61741
61750
  "code": {
61742
61751
  "description": "Bot logic script.",
61743
61752
  "$ref": "#/definitions/string"
@@ -560,7 +560,7 @@
560
560
  {
561
561
  "id" : "User.externalId",
562
562
  "path" : "User.externalId",
563
- "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.",
563
+ "definition" : "DEPRECATED Replaced by ProjectMembership.externalId.",
564
564
  "min" : 0,
565
565
  "max" : "1",
566
566
  "type" : [{
@@ -777,6 +777,16 @@
777
777
  "http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
778
778
  }]
779
779
  },
780
+ {
781
+ "id" : "ProjectMembership.externalId",
782
+ "path" : "ProjectMembership.externalId",
783
+ "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.",
784
+ "min" : 0,
785
+ "max" : "1",
786
+ "type" : [{
787
+ "code" : "string"
788
+ }]
789
+ },
780
790
  {
781
791
  "id" : "ProjectMembership.accessPolicy",
782
792
  "path" : "ProjectMembership.accessPolicy",
@@ -1007,6 +1017,18 @@
1007
1017
  "code" : "Attachment"
1008
1018
  }]
1009
1019
  },
1020
+ {
1021
+ "id": "Bot.cron[x]",
1022
+ "path": "Bot.cron[x]",
1023
+ "definition": "A schedule for the bot to be executed.",
1024
+ "min": 0,
1025
+ "max": "1",
1026
+ "type": [{
1027
+ "code": "Timing"
1028
+ }, {
1029
+ "code": "string"
1030
+ }]
1031
+ },
1010
1032
  {
1011
1033
  "id" : "Bot.code",
1012
1034
  "path" : "Bot.code",
@@ -65635,6 +65635,25 @@
65635
65635
  "xpathUsage" : "normal"
65636
65636
  }
65637
65637
  },
65638
+ {
65639
+ "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65640
+ "resource" : {
65641
+ "resourceType" : "SearchParameter",
65642
+ "id" : "ProjectMembership-external-id",
65643
+ "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65644
+ "version" : "4.0.1",
65645
+ "name" : "external-id",
65646
+ "status" : "draft",
65647
+ "publisher" : "Medplum",
65648
+ "description" : "The externalID of the user",
65649
+ "code" : "external-id",
65650
+ "base" : ["ProjectMembership"],
65651
+ "type" : "string",
65652
+ "expression" : "ProjectMembership.externalId",
65653
+ "xpath" : "f:ProjectMembership/f:externalId",
65654
+ "xpathUsage" : "normal"
65655
+ }
65656
+ },
65638
65657
  {
65639
65658
  "fullUrl" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65640
65659
  "resource" : {
@@ -65941,5 +65960,25 @@
65941
65960
  "xpath" : "f:DomainConfiguration/f:domain",
65942
65961
  "xpathUsage" : "normal"
65943
65962
  }
65963
+ },
65964
+ {
65965
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
65966
+ "resource" : {
65967
+ "resourceType" : "SearchParameter",
65968
+ "id" : "PasswordChangeRequest-user",
65969
+ "url" : "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
65970
+ "version" : "4.0.1",
65971
+ "name" : "publisher",
65972
+ "status" : "draft",
65973
+ "publisher" : "Medplum",
65974
+ "description" : "The user for the password change request.",
65975
+ "code" : "user",
65976
+ "base" : ["PasswordChangeRequest"],
65977
+ "type" : "reference",
65978
+ "expression" : "PasswordChangeRequest.user",
65979
+ "xpath" : "f:PasswordChangeRequest/f:user",
65980
+ "xpathUsage" : "normal",
65981
+ "target" : ["User"]
65982
+ }
65944
65983
  }]
65945
65984
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",