Slot: field_label¶
The display label shown to users during data entry. Supports HTML/rich text formatting. For ontology-based models, this typically includes a section number and human-readable name (e.g., '2.1 Date of birth').
URI: [redcap_dd:field_label](https://w3id.org/linkml/redcap-data-dictionary/field_label)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Field](Field.md) | A single variable (field) in a REDCap data dictionary | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](String.md) |
| Domain Of | [Field](Field.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Required | Yes |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Owner | [Field](Field.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-data-dictionary
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_dd:field_label |
| native | redcap_dd:field_label |
## LinkML Source
name: field_label
description: The display label shown to users during data entry. Supports HTML/rich
text formatting. For ontology-based models, this typically includes a section number
and human-readable name (e.g., '2.1 Date of birth').
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Field
domain_of:
- Field
range: string
required: true