Lab EDC reconciliation is the process of aligning laboratory data (results, specimen metadata, and timestamps) with the corresponding records inside an electronic data capture system so both sources agree before database lock. Done well, it shortens query closure time, keeps a defensible audit trail, and prevents last-minute scrambles before lock. Governing frameworks like ICH E6(R3) and FDA GCP guidance now expect this work to be planned, documented, and reviewed on a schedule, not handled as an afterthought.
TL;DR:
- Automated or real-time reconciliation significantly reduces discrepancy detection time, especially for high-volume or safety-critical assays.
- Standardizing units and LOINC mapping at onboarding prevents many false mismatches before data comparison begins.
- Full laboratory-system integration into the EDC provides a more consistent and quicker way to ensure data accuracy and speed query closure.
- Scheduled, validated reconciliation workflows with clear matching rules improve auditability and compliance with regulatory guidance.
- Partnering with labs that use LIS integration and electronic results delivery cuts reconciliation work by up to 70 percent, shortening overall study timelines.
What Lab EDC Reconciliation Actually Involves
Reconciliation means comparing a lab result row, the specimen metadata attached to it, and its assay mapping against what the EDC system has recorded for that subject and visit. A hemoglobin A1c value drawn on a Tuesday needs to match the same value, the same collection date, and the same LOINC code inside the trial database. When it doesn't, that's a discrepancy waiting for a query.
The data usually comes from more than one place:
- LIS exports from central labs running high-volume panels
- Local hospital or clinic lab feeds for site-specific testing
- EDC case report form fields, both structured eCRF entries and non-eCRF attachments like scanned requisitions
Timing varies by trial design and risk tolerance. Some sponsors reconcile continuously as results land. Others run scheduled nightly batch jobs. Smaller or lower-risk studies sometimes wait until specific milestones, reconciling only before interim analyses or final database lock. The choice affects how fast discrepancies surface, and how much cleanup piles up if reconciliation is deferred too long.
Reconciliation vs. Integration: Two Different Jobs
Data managers often use these terms interchangeably, but they solve different problems. Integration pulls lab values directly into the EDC so a monitor or medical reviewer sees everything in one screen. Reconciliation instead compares the native source (the LIS feed or paper report) against whatever the EDC already holds, flagging where the two disagree.
Each approach carries trade-offs:
- Integration costs more upfront in build time and validation, but gives reviewers a single source of truth and reduces the chance a discrepancy goes unnoticed.
- Reconciliation without integration is faster to stand up and works fine for smaller studies or non-critical assays, but leaves data siloed and the comparison work manual or semi-automated.
Full integration usually makes sense when a biomarker feeds primary or secondary endpoints and regulatory reviewers will scrutinize it directly. Reconciliation alone can be acceptable for exploratory or safety-monitoring labs where speed to database lock matters more than having values visible inside the EDC itself.
Where Lab-to-EDC Discrepancies Come From
Most reconciliation problems fall into a handful of repeatable categories, and knowing them in advance lets a team build matching rules before the first patient is even enrolled.
- Missing or delayed results. Batch shipping from a central lab, courier delays, or a lab running behind on turnaround leaves gaps that show up as EDC entries with no matching source record yet.
- Subject or specimen ID mismatches. A transposed digit on a requisition, a site using an old subject number, or a specimen barcode scanned incorrectly all break the link between lab record and EDC entry.
- Visit or timepoint misalignment. A result logged as "Visit 3" in the lab feed but "Visit 3a (unscheduled)" in the EDC creates a false discrepancy that isn't really a data error at all.
- Unit or assay-reporting differences. Creatinine reported in mg/dL from one lab and micromol/L from another will not match unless someone standardizes the unit before comparison.
- Transcription errors from paper requisitions. Manual entry from handwritten forms remains one of the most common and preventable sources of mismatched values.
Insisting that lab partners supply standardized units and LOINC mapping at onboarding, rather than converting after the fact, eliminates a large share of category four before it ever becomes a query.
The EDC-Centered Reconciliation Workflow, Step by Step
A workable reconciliation process inside or tied to the EDC follows a consistent sequence, whether it runs manually or through automated tooling.
- Extract and standardize source feeds. Pull the lab data, map fields to CDISC or internal standards, and convert units before any comparison happens.
- Apply matching logic. Compare subject ID, visit, and collection date and time against EDC records, using defined tolerances (a few hours of timestamp drift, for instance, might be acceptable; a wrong visit number is not).
- Triage and open queries. Flagged discrepancies become EDC queries, each tagged with provenance detail: which source fed the comparison, what rule triggered the flag, and when.
- Resolve and log. Work with the site or lab vendor to correct the record, update the EDC, and capture the resolution in the audit trail so it holds up in a Trial Master File review.
Pro Tip: Build your matching tolerances into a written specification before go-live, not during the first discrepancy review. Teams that improvise tolerance rules mid-study end up re-litigating the same edge cases every few weeks.
This structured approach (extraction, standardization, comparison, resolution, and audit logging) scales far better than an ad hoc spreadsheet exercise, especially once a study passes a few hundred subjects.

Governance, Automation, and What Regulators Expect
ICH E6(R3) treats data governance as a planned activity within the trial-level quality management system, not a reactive cleanup step. That means sponsors need to document system versions, mapping decisions, and provenance, and they need to schedule audit-trail reviews rather than running them only when something looks wrong.
Practical best practices that satisfy both the guidance and day-to-day reality:
- Schedule audit-trail review on a cadence, weekly during active enrollment and again after any major protocol amendment, so configuration changes get captured while they're still fresh.
- Prioritize real-time or near-real-time lab feeds over batch delivery wherever the assay matters to safety or efficacy analysis.
- Apply risk-based verification: reconcile 100% of safety-significant labs, but sample or automate lower-risk assays rather than treating every data point with equal scrutiny.
The payoff for moving off paper is well documented. Manual, paper-based lab queries average 3 to more than 7 days to close, compared with under 2 days for queries managed through EDC and RT-EDC workflows.
Tools and Integration Patterns Worth Evaluating
Several categories of technical infrastructure support reconciliation without requiring a fully custom build. Electronic lab ordering (eRequisition) paired with LIS integration cuts down the transcription errors that come from handwritten forms. Middleware and API-driven event architectures allow near-real-time matching instead of waiting for nightly batch jobs. Mapping and standardization services, particularly those that handle LOINC crosswalks and unit normalization, remove one of the largest sources of false discrepancies before comparison even starts.
Whatever combination a team chooses, plan for onboarding time, version control on mapping tables, and a documented change-management process. A lab strategy memo that clarifies which assays run centrally versus locally makes these integration decisions far more concrete before contracts get signed.
Metrics That Prove Reconciliation Is Working
Query closure time is the single clearest signal: track it monthly and compare against the paper versus EDC benchmarks cited above. Other KPIs worth a dashboard slot include the percentage of reconciliations completed through automation rather than manual review, discrepancy rate broken out by assay (some tests will always run "dirtier" than others), and measurable improvements in time to database lock.
Report these weekly during study start-up, when mapping issues surface fastest, then shift to monthly once the process stabilizes. Site burden reduction deserves its own line item too. Fewer manual queries means less time site coordinators spend chasing paperwork instead of enrolling patients, a benefit that shows up in trial delay analyses more often than sponsors expect.
An Implementation Checklist for Your Team
- Agree on scope: which assays get full reconciliation, which get sampled, and who owns the mapping document.
- Define matching rules and tolerances in writing before any data starts flowing.
- Set up feeds or extraction processes and pilot them against a handful of high-impact assays first.
- Validate mappings against a test dataset before trusting them in production.
- Document governance procedures, schedule recurring audit-trail reviews, and train sites on the new workflow.
- Measure your KPIs from week one and adjust matching rules as real discrepancies reveal gaps in the original plan.
How Integrated Diagnostics Cut Reconciliation Work
Kohealth Labs' own operational data shows that integrating lab ordering and results delivery directly with a sponsor's systems can reduce reconciliation work by 60 to 70% compared to running lab and EDC systems as disconnected silos. Electronic lab ordering, paired with LIS integration, removes the transcription step that causes most ID and unit mismatches, which shortens query cycles considerably. Services that support this include LIS integration, electronic results delivery, specimen pickup coordination, and structured onboarding for research teams standing up a new trial.
Phasing Reconciliation Improvements the Smart Way
Full RT-EDC is worth the investment when safety-critical assays or tight enrollment timelines are on the line. For everything else, targeted automation on your highest-volume or highest-risk labs delivers most of the benefit at a fraction of the build cost. The real barrier is rarely the technology; it's getting sites trained on new portals without adding login fatigue. Pilot on one or two assays, prove the query-closure improvement, then scale.
— Kohealth Labs
A Laboratory Partner Built for Sponsors Who Need Fewer Reconciliation Headaches
If your team is still comparing paper requisitions against EDC entries line by line, the fix isn't more staff. It's a lab partner whose systems are built to hand you clean, matched data from the start. Some laboratory partners work with clinical research organizations and pharmaceutical sponsors to deliver LIS-integrated results, electronic lab ordering, and specimen pickup coordinated around a trial's actual timeline, not a generic batch schedule.

Such integration can reduce transcription errors, unit mismatches, and speed query closure from weeks to days. Sponsors and CROs evaluating a laboratory partner for an upcoming trial can review integrated diagnostics for CROs and pharma sponsors or go straight to booking a conversation about onboarding your next study.
Sources
For regulatory detail, consult ICH E6(R3), FDA's GCP guidance, and the Applied Clinical Trials analysis of RT-EDC. For implementation specifics, see Kohealth Labs' posts on electronic lab ordering KPIs and reconciliation reduction through integrated diagnostics.
- Realtime Electronic Data Capture at Investigator Sites: Laboratory Data and Beyond | Applied Clinical Trials Online
- ICH E6(R3) Consolidated Guideline (Final) — ICH
- Data reconciliation (IBM Think)
FAQ
What is lab reconciliation in clinical data management?
Lab reconciliation is the process of comparing laboratory result data against the corresponding entries in a clinical trial's EDC system to confirm they match on value, timing, and identifiers. It catches errors like mismatched units or missing results before they compromise the trial database.
What does EDC mean in healthcare and clinical trials?
EDC stands for electronic data capture, the software system used to collect, manage, and store clinical trial data electronically instead of on paper. It replaces traditional paper case report forms with structured digital entry, audit trails, and validation checks.
What is the difference between CRF and EDC?
A CRF, or case report form, is the actual document (paper or digital) used to record a subject's trial data field by field. EDC is the software platform that hosts an electronic version of that CRF (often called an eCRF) along with the surrounding data management tools, like query tracking and audit logging.
What does EDC mean in CDM?
Within clinical data management (CDM), EDC refers to the electronic system data managers use to capture, clean, and reconcile trial data throughout a study. It's the central hub where lab results, adverse events, and other data points get compared, queried, and locked for analysis.
Does moving to electronic lab ordering actually reduce reconciliation time?
Yes. Case examples show query closure dropping from 3 to more than 7 days on paper to under 2 days with EDC and electronic requisition workflows. Kohealth Labs' integrated diagnostics approach reports similar gains, citing a 60 to 70% reduction in overall reconciliation work for sponsors using integrated lab ordering.
