Skip to content

Slot: form_name

The instrument (form) this field belongs to. Must be lowercase with underscores only. All fields for a form must be contiguous.

URI: [redcap_dd:form_name](https://w3id.org/linkml/redcap-data-dictionary/form_name) ## 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) | ### 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:form_name | | native | redcap_dd:form_name | ## LinkML Source
name: form_name
description: The instrument (form) this field belongs to. Must be lowercase with underscores
  only. All fields for a form must be contiguous.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Field
domain_of:
- Field
range: string
required: true
pattern: ^[a-z][a-z0-9_]*$