Slot: redcap_repeat_instance¶
The 1-based instance number of the repeating instrument. In a flat export this is an integer-valued string and is empty for non-repeating rows; the structured RepeatedElement narrows it to a native integer.
URI: [redcap_record:redcap_repeat_instance](https://w3id.org/linkml/redcap-record/redcap_repeat_instance)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [FlatRecord](FlatRecord.md) | One row of a REDCap flat record export — a single element of the JSON export ... | no |
| [RepeatedElement](RepeatedElement.md) | One instance of a repeating instrument inside a ``StructuredRecord``, carryin... | yes |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [RedcapInteger](RedcapInteger.md) |
| Domain Of | [FlatRecord](FlatRecord.md), [RepeatedElement](RepeatedElement.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-record
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_record:redcap_repeat_instance |
| native | redcap_record:redcap_repeat_instance |
## LinkML Source
name: redcap_repeat_instance
description: The 1-based instance number of the repeating instrument. In a flat export
this is an integer-valued string and is empty for non-repeating rows; the structured
``RepeatedElement`` narrows it to a native ``integer``.
from_schema: https://w3id.org/linkml/redcap-record
rank: 1000
domain_of:
- FlatRecord
- RepeatedElement
range: redcap_integer
required: false