UserConfiguration
User specific configuration for the Medplum application.
- Schema
 
Elements
| Name | Required | Type | Description | 
|---|---|---|---|
| name | string | DetailsA name associated with the UserConfiguration.  | |
| menu | UserConfigurationMenu[] | DetailsOptional menu of shortcuts to URLs.  | |
| title | ✓ | string | DetailsTitle of the menu.  | 
| link | UserConfigurationMenuLink[] | DetailsShortcut links to URLs.  | |
| name | ✓ | string | DetailsThe human friendly name of the link.  | 
| target | ✓ | url | DetailsThe URL target of the link.  | 
| search | UserConfigurationSearch[] | DetailsShortcut links to URLs.  | |
| name | ✓ | string | DetailsThe human friendly name of the link.  | 
| criteria | ✓ | string | DetailsThe rules that the server should use to determine which resources to return. The rules are search criteria (without the [base] part). Like Bundle.entry.request.url, it has no leading "/".  | 
| option | UserConfigurationOption[] | DetailsUser options that control the display of the application.  | |
| id | ✓ | code | DetailsThe unique identifier of the option.  | 
| value[x] | ✓ | boolean, code, decimal, integer, string | Value of option DetailsValue of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).  | 
Search Parameters
| Name | Type | Description | Expression | 
|---|---|---|---|
| name | string | The name of the user configuration | UserConfiguration.name | 
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.  |