Slot: instrument_name¶
The form_name shared by all fields in this instrument.
URI: [redcap_dd:instrument_name](https://w3id.org/linkml/redcap-data-dictionary/instrument_name)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Instrument](Instrument.md) | A logical REDCap instrument (form) grouping related fields | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](String.md) |
| Domain Of | [Instrument](Instrument.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Required | Yes |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Identifier | Yes |
| Owner | [Instrument](Instrument.md) |
### Value Constraints
| Property | Value |
| --- | --- |
| Regex Pattern | `^[a-z][a-z0-9_]*$` |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-data-dictionary
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_dd:instrument_name |
| native | redcap_dd:instrument_name |
## LinkML Source
name: instrument_name
description: The form_name shared by all fields in this instrument.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
identifier: true
owner: Instrument
domain_of:
- Instrument
range: string
required: true
pattern: ^[a-z][a-z0-9_]*$