Develop REDCap Instruments

This section provides a guide for developing REDCap instruments around the RareLink-CDM: that can also be processed by the Phenopacket and FHIR pipeline. If the rules are followd upon development of the REDCap sheets, mapping and setup steps will be required to convert the data into the Phenopackets or FHIR format. For example, see the section Usage for other REDCap data models of the rarelink-phenopacket-module.


REDCap instrument structure

A REDCap instrument is a collection of fields that are grouped together to collect data for a specific purpose. The fields can be of different types, such as text fields, radio buttons, checkboxes, etc. The fields can be grouped into sections, and the sections can be repeated for a specific number of times. The fields can also be validated using REDCap’s integrated validators.


REDCap-inherent rules

REDCap variables and choice codes have specific limitations and requirements you should or must comply with when creating your REDCap shets.

  • REDCap recommends a maximum of 26 characters for variable names. If possible, you should shorten the variable names to adhere to this limit.

  • REDCap variables must be unique and must not contain spaces or special characters, therefore only alphanumeric characters and underscores are allowed.