Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following key steps are recommended to support development of CRFs using standards in this guide:.

Metadataspec
OrderStepImplementation
1

Identify data collection requirements.

Determine requirements for data collection from the protocol and by reviewing internally maintained libraries of standardized CRFs or from protocol data collection requirementswhen applicable.

2

Identify collection domains and fields.Determine which of the

Review collection standards in this guide to identify data collection domains and fields

are already specified in the published domainsReview the domains published in the CDASHIG to

which align with collection requirements. As much as possible,

the standard domains should

domains in this guide will be used to collect data in a manner that will be effective for data collection. Develop the data collection tools using

these published, standard domains first. 3

domains in this guide first. Create and use additional fields in alignment with guidance in Section 2.7.2, How to Extend Metadata. Create new domains in alignment with Section 2.8.3, How to Create New Specifications.

3

Identify the target tabulation domain.

During the development of CDASH- conformant collection instruments (e.g., CRFs, eCOA screens), the SDTMIG the tabulation domain to which the collected data is to will be mapped must will be determined. The choice of the SDTMIG domain to use does not depend upon A tabulation domain will be used when the nature of the data aligns with the scope of a domain and irrespective of the mode of data transmission, the methodology used to generate the data, the medium used to store the data, the person who recorded the data, or the subject described by the data. The SDTMIG domain to be used affects what CDASH variable names, question texts, prompts, controlled terminology, and so on, to use. CDASH suggests a format to be presented to those entering the data, but it does not dictate any data structure in which to store the collected data (often referred to as a data management operational database).

The key steps to developing CRFs using CDASH are:

...

 

...

Example 2: A study has subjects' blood samples sent to a central lab, which analyzes the samples and sends results to the sponsor via electronic data transfer. In a second study, the samples are analyzed locally and results are captured on a CRF. The laboratory results from both studies are stored in the SDTMIG Laboratory Test Results (LB) domain.

CDASH recommends that dates be collected in an unambiguous format and suggests using the DD-MON-YYYY format. This defines the format to be presented to those entering the data, but does not define the electronic format in which to store the data. One system may store each date as a character field; another may store them as numeric values (e.g., an SAS date); and yet another as 3 separate fields formatted as day, month, and year. Each of these is a legitimate way to store the data collected.

Using the root variables and other CDASH metadata in the CDASH Model, add any additional variables that are needed to meet the requirements of data collection. Follow CDISC Variable Naming Fragment (see Appendix B, Glossary and Abbreviations) conventions, and CDASH root variable-naming conventions where they exist (e.g., --DAT for dates, --TIM for times, --YN for prompts, as described in the CDASH Model). 
Example: Replace "--" with the 2-character domain code that matches the other variables in the same domain. For example, to add the --LOC variable to a Medical History CRF, the domain code is MH, so the variable would become MHLOC in that domain.

The Question Text and Prompt columns in the CDASH Model metadata provide different variations in the recommended text for asking the question on a CRF. For each question, the sponsor may elect to either use the Question Text or the Prompt on the CRF. Some text is presented using brackets [ ], parentheses ( ), and/or incorporating forward slashes. These different formats are used to indicate how the Question Text or Prompt may be modified by the sponsor.

...

The text inside the brackets provides an option on the verb tense of the question, or text that can be replaced with protocol-specific verbiage.

Pagenav

...

The text inside the parentheses provides options (e.g., singular/plural), or text that may be eliminated.

Text separated with a forward slash provides optional words that the sponsor may choose.

Example: The CDASH variable --PERF, from the CDASH Model, has the following Question Text and Prompt.

Question Text:  [Were any/Was the] [--TEST/ topic] [measurement(s)/test(s)/examination(s)/specimen(s)/sample(s)] [performed/collected]?

 Prompt:  [--TEST/Topic] [Measurement(s)/Test(s)/Examination(s)/Specimen(s)/Sample(s)] [Performed/Collected]?

The sponsor wants to add a question to a CRF that asks whether a lab specimen was collected, using a Yes/No response.

The sponsor selects the CDASH variable --PERF and adds the appropriate domain code. LBPERF  

Use either the Prompt or the Question Text on the CRF.

Question Text: Was the laboratory specimen collected?

  • In the first set of brackets, the text option "Was the" is selected, as the study required only 1 lab test to be performed. [Were any/Was the
  • In the second set of brackets, the text used is "laboratory," which is the topic of interest. [--TEST/Topic (laboratory)]
  • In the third set of brackets, the text option "specimen," without the optional "s," is selected. [measurement(s)/test(s)/examination(s)/specimen(s)/sample(s)]
  • In the fourth set of brackets, the text option "collected" is selected. [performed/collected]

Prompt: Laboratory Specimen Collected

  •  In the first set of brackets, the text used is the topic of interest (i.e., laboratory). [--TEST/Topic (Laboratory)
  • In the second set of brackets, the text option "specimen," without the optional "s," is selected. [Measurement(s)/Test(s)/Examination(s)/Specimen(s)/Sample(s)]
  • In the third set of brackets, the text option "collected" is selected. [Performed/Collected]

...

CDASHIG metadata table attributes provide building blocks for the development of a CRF and the underlying database or other data-collection structure.

Additional information on developing CRFs can be found in Section 2.3.1, Overview of Example CRFs.