Bot
Bot account for automated actions.
- Schema
Elements
Name | Required | Type | Description |
---|---|---|---|
identifier | Identifier[] | An identifier for this bot DetailsAn identifier for this bot. | |
name | string | DetailsA name associated with the Bot. | |
description | string | DetailsA summary, characterization or explanation of the Bot. | |
runtimeVersion | code | DetailsThe identifier of the bot runtime environment (i.e., vmcontext, awslambda, etc). | |
photo | Attachment | DetailsImage of the bot. | |
cron[x] | Timing, string | DetailsA schedule for the bot to be executed. | |
category | CodeableConcept[] | Classification of service DetailsA code that classifies the service for searching, sorting and display purposes (e.g. "Surgical Procedure"). 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. | |
runAsUser | boolean | DetailsOptional flag to indicate that the bot should be run as the user. | |
auditEventTrigger | code | DetailsCriteria for creating an AuditEvent as a result of the bot invocation. Possible values are 'always', 'never', 'on-error', or 'on-output'. Default value is 'always'. | |
auditEventDestination | code[] | DetailsThe destination system in which the AuditEvent is to be sent. Possible values are 'log' or 'resource'. Default value is 'resource'. | |
sourceCode | Attachment | DetailsBot logic in original source code form written by developers. | |
executableCode | Attachment | DetailsBot logic in executable form as a result of compiling and bundling source code. | |
code | string | DetailsDEPRECATED Bot logic script. Use Bot.sourceCode or Bot.executableCode instead. |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
identifier | token | The identifier of the bot | Bot.identifier |
name | string | The name of the bot | Bot.name |
category | token | The category of the bot for the classification for service | Bot.category |
Inherited Elements
Name | Required | Type | Description |
---|---|---|---|
id | string | Logical id of this artifact DetailsThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | |
meta | Meta | DetailsThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | |
implicitRules | uri | DetailsA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | |
language | code | DetailsThe base language in which the resource is written. |