x

Join Advarra

Learn more about our company team, careers, and values. Join Advarra’s Talented team to take on engaging work in a dynamic environment.

See Jobs

Tips for Writing Effective Edit Checks in eCRFs

Edit checks are a great mechanism to improve data quality within an electronic data capture (EDC) system. There are many benefits to creating them in electronic case report forms (eCRFs) such as real-time feedback for site staff as they enter data, early resolution of data discrepancies, and automated review, allowing monitors and data managers to focus on more complex review tasks. Since programming edit checks takes time and resources, it’s important to ensure the effort invested maximizes the benefit and reusability of each edit check. Here are a few tips to keep in mind when writing edit checks in eCRFs.

Determine Which Edit Checks are Essential to Program

It is easy to think of a nearly unending list of potential edit checks, but many of them are extremely unlikely and all will require development and testing. Most scenarios will use standard or protocol-specific edit checks.

Standard Edit Checks

If you’re able to program 10 standard checks into a form template, test the form, and reuse the form on most protocols, you are getting a lot for your initial investment of time and testing. Consider defining a standard library of form templates and edit checks addressing common data entry errors via standard checks and applied to most studies.

Try to minimize protocol-specific edit checks and use standard form templates with standard edit checks when possible. Checks to ensure the stop dates are after start dates and other logic checks are generally applicable to all studies and can be included in your standard form templates.

For critical data, such as dosing and adverse events (AEs), you may want more extensive checks to cover scenarios occurring less frequently.

Protocol-Specific Edit Checks

There will be instances when it makes sense to add protocol-specific checks, particularly for critical data points and unique protocol procedures. Protocol eligibility criteria, such as age, vary from protocol to protocol and may need to be created as protocol-specific checks. Additionally, assessments for primary endpoint analysis are critical to the success of the protocol, vary from protocol to protocol, and benefit from additional checks to ensure the highest level of quality.

Also consider the type of study when determining the extent of programmed protocol-specific checks. For example, in a small Phase I study with 24 subjects, it may be more efficient to manually review the data for a few complicated scenarios than it would be to configure and test programmed edit checks. In a larger late phase study, the initial effort of programming and testing may be worth the benefit over the long run.

Build custom forms, set up edit checks, use forms across multiple protocols, and more. Learn more about Advarra EDC.

Elements of an Edit Check

Once you determine the checks to program, ensure each check fires only when needed, and provides a clear message to the site.

Write Simple Checks

Make the logic as clear and simple as possible. It is easier to test two or three simple checks than one extremely convoluted check with several “if” statements or a lot of nested logic.

Write Clear Edit Check Messages

Since the site staff does not see the logic used to generate the check, they must understand the issue from the edit check message alone. When writing edit check or query messages, consider providing clear answers to the following:

Using the criteria above, here’s an example of an edit check message demonstrating clarity for site staff:

The second AE start date is after study completion date. Per protocol, AEs are to be collected from informed consent to study completion. Please confirm AE and study completion dates.

The example above answers the questions of:

Common Pitfalls to Avoid

While there are many approaches for what you can do when writing edit checks, keep in mind there are a few things not to do.

Do Not Lead the Site

Queries should be written in an unbiased way that doesn’t lead the site to a specific answer. Write queries indicating the error, why it is an error and enables the site to determine the appropriate action.

Do Not Set Narrow Ranges

Ranges programmed into edit checks should reflect a wide range of possible values rather than a narrow range of normal or expected values. Generally, the purpose of range checks is to ensure data entry mistakes are corrected. If the ranges are set too narrow, the team will end up answering, reviewing, and closing a large number of queries for valid but out of range results. This takes time for the site and CRA or DM staff and can be extremely frustrating for the team.

Without effective edit checks, there is a risk of increased effort for the entire team and risk of decreased clinical data quality. Consider these tips as a starting point to yield the best return from your time and improve the quality of your clinical data.

Need an easy-to-use EDC system?

Advarra EDC allows users to build custom forms, set up edit checks and use forms across multiple protocols to decrease duplicate data entry and error

Back to Resources