For each field in the Data Schema, the following attributes are defined:
- Name: the name of this field
- Identifier: the string by which this field should be identified in the input data (if empty, the Name field will be used for identification)
- Description: a description of the field (including any information that can help collaborators put the data in the correct format)
- Role: This attribute is deprecated and can be ignored.
- Type: the name of the field type. Please refer to Supported Data Schema Data Types for a full list of supported data types within the Rhino FCP
- Type Parameters: any parameters for the field type (e.g., min/max values for a ContrainedInt type). Please refer to Supported Data Schema Data Types for a full list of supported parameters for each data type within the Rhino FCP
- Units: the units in which the values of this field are expected to be. These units will also appear in charts showing aggregate values from this field in the Rhino Health UI
- May Contain PHI: whether or not this field may contain PHI
-
Permissions: any specific permissions for the field. Can be left as is or given one of the following options:
- Default: the field underlying data is only persisted on-prem, and aggregate statistics can be viewed in the cloud. This field can be viewed via Secure Access, given the proper permissions.
- No Aggregate Statistics: the field's underlying data is only persisted on-prem, and NO aggregate statistics can be viewed in the cloud. This field can be viewed via Secure Access, given the proper permissions.
- No Secure Access: the field's underlying data is only persisted on-prem, and aggregate statistics can be viewed in the cloud. This field isn’t viewable via Secure Access.
- Local Only: the field's underlying data is only persisted on-prem, and NO aggregate statistics can be viewed in the cloud. This field isn’t viewable via Secure Access.
For more information about field permissions, check out Schema Level Permissions.