@medplum/definitions 2.0.11 → 2.0.13
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"
|
|
@@ -1007,6 +1007,18 @@
|
|
|
1007
1007
|
"code" : "Attachment"
|
|
1008
1008
|
}]
|
|
1009
1009
|
},
|
|
1010
|
+
{
|
|
1011
|
+
"id": "Bot.cron[x]",
|
|
1012
|
+
"path": "Bot.cron[x]",
|
|
1013
|
+
"definition": "A schedule for the bot to be executed.",
|
|
1014
|
+
"min": 0,
|
|
1015
|
+
"max": "1",
|
|
1016
|
+
"type": [{
|
|
1017
|
+
"code": "Timing"
|
|
1018
|
+
}, {
|
|
1019
|
+
"code": "string"
|
|
1020
|
+
}]
|
|
1021
|
+
},
|
|
1010
1022
|
{
|
|
1011
1023
|
"id" : "Bot.code",
|
|
1012
1024
|
"path" : "Bot.code",
|
|
@@ -65789,6 +65789,25 @@
|
|
|
65789
65789
|
"xpathUsage" : "normal"
|
|
65790
65790
|
}
|
|
65791
65791
|
},
|
|
65792
|
+
{
|
|
65793
|
+
"fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
|
|
65794
|
+
"resource" : {
|
|
65795
|
+
"resourceType" : "SearchParameter",
|
|
65796
|
+
"id" : "Bot-identifier",
|
|
65797
|
+
"url" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
|
|
65798
|
+
"version" : "4.0.1",
|
|
65799
|
+
"name" : "name",
|
|
65800
|
+
"status" : "draft",
|
|
65801
|
+
"publisher" : "Medplum",
|
|
65802
|
+
"description" : "The identifier of the bot",
|
|
65803
|
+
"code" : "identifier",
|
|
65804
|
+
"base" : ["Bot"],
|
|
65805
|
+
"type" : "token",
|
|
65806
|
+
"expression" : "Bot.identifier",
|
|
65807
|
+
"xpath" : "f:Bot/f:identifier",
|
|
65808
|
+
"xpathUsage" : "normal"
|
|
65809
|
+
}
|
|
65810
|
+
},
|
|
65792
65811
|
{
|
|
65793
65812
|
"fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-name",
|
|
65794
65813
|
"resource" : {
|
|
@@ -65922,5 +65941,25 @@
|
|
|
65922
65941
|
"xpath" : "f:DomainConfiguration/f:domain",
|
|
65923
65942
|
"xpathUsage" : "normal"
|
|
65924
65943
|
}
|
|
65944
|
+
},
|
|
65945
|
+
{
|
|
65946
|
+
"fullUrl" : "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
|
|
65947
|
+
"resource" : {
|
|
65948
|
+
"resourceType" : "SearchParameter",
|
|
65949
|
+
"id" : "PasswordChangeRequest-user",
|
|
65950
|
+
"url" : "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
|
|
65951
|
+
"version" : "4.0.1",
|
|
65952
|
+
"name" : "publisher",
|
|
65953
|
+
"status" : "draft",
|
|
65954
|
+
"publisher" : "Medplum",
|
|
65955
|
+
"description" : "The user for the password change request.",
|
|
65956
|
+
"code" : "user",
|
|
65957
|
+
"base" : ["PasswordChangeRequest"],
|
|
65958
|
+
"type" : "reference",
|
|
65959
|
+
"expression" : "PasswordChangeRequest.user",
|
|
65960
|
+
"xpath" : "f:PasswordChangeRequest/f:user",
|
|
65961
|
+
"xpathUsage" : "normal",
|
|
65962
|
+
"target" : ["User"]
|
|
65963
|
+
}
|
|
65925
65964
|
}]
|
|
65926
65965
|
}
|