health · digital · family: the model was never trained on this
a hundred formats, no translation
Clinical trial data uses 100+ incompatible formats across Registries, Sponsors, and regulators
Problem statement
Clinical trial data is generated across sponsors, contract research organizations (CROs), academic medical centers, and regulatory agencies using formats that cannot be combined without extensive manual harmonization. CDISC standards (SDTM, ADaM, CDASH) define common data models, but adoption varies: FDA requires CDISC for submissions but EMA, PMDA, and most national regulators accept proprietary formats. Within CDISC itself, implementation varies — a 2023 TransCelerate audit found that SDTM datasets from different sponsors used the same variable names for different data elements in 23% of cases. Electronic health record (EHR) data used for real-world evidence studies comes in FHIR, HL7 v2, CDA, or proprietary formats, none of which map cleanly to CDISC trial data models. The result is that combining data across trials for meta-analysis, safety signal detection, or regulatory review requires months of manual data harmonization per study.
Why this matters
Drug development costs $1–2 billion per approved compound, and a substantial fraction of that cost is data management — reconciling formats, cleaning variables, and mapping terminologies across sites, sponsors, and regulators. The inability to aggregate clinical trial data efficiently delays safety signal detection: adverse events visible only by pooling data across sponsors may go undetected for years. The FDA's Real-World Evidence program depends on integrating trial data with EHR data — but the format gap between CDISC-structured trial data and HL7/FHIR-structured clinical data makes this integration a major bottleneck. Patients in rare diseases are particularly affected: with small trial populations, combining data across all available studies is essential for statistical power, but format incompatibility makes pooled analysis prohibitively expensive.
What’s been tried and why it hasn’t worked
CDISC standards have been in development since 1997 and adopted by FDA since 2004, but implementation inconsistency persists because the standards provide vocabulary without enforcing usage rules — sponsors interpret controlled terminology differently. The OMOP Common Data Model (Observational Health Data Sciences and Informatics) addresses EHR-to-research conversion but creates a parallel ecosystem that doesn't interoperate with CDISC. ClinicalTrials.gov collects trial metadata but not the underlying data. Attempts at universal patient identifiers (to link a patient's trial data with their EHR data) have been repeatedly blocked by privacy concerns and political opposition. The EU's European Health Data Space aims to enable cross-border clinical data exchange but relies on member states adopting compatible implementations — the same voluntary-adoption problem that CDISC faces.
What would unlock progress
Automated semantic mapping tools that translate between CDISC, OMOP, and FHIR representations of the same clinical concepts — not requiring all parties to adopt a single standard but enabling translation at boundaries. Standardized variable-level metadata (including units, coding systems, and measurement protocols) embedded in data files rather than external documentation, so that format translation can be automated. Federated analysis platforms that query data in place without requiring centralized aggregation — each site maintains its own format, and the analysis query is translated at each site boundary.
Entry points for student teams
A team could select a specific clinical domain (e.g., oncology or diabetes) and map how a single data element (e.g., tumor response, HbA1c measurement) is represented across CDISC SDTM, OMOP CDM, and FHIR, documenting where semantic differences prevent automated translation and proposing a mapping specification. A data engineering team could prototype an automated CDISC-to-FHIR translation layer for a subset of common data elements using existing mapping tables, testing it against CDISC's public SDTM/ADaM pilot submission package, OHDSI's Eunomia sample OMOP datasets, and synthetic FHIR patient records generated with Synthea — note that patient-level trial repositories such as the YODA Project and Vivli are application-gated (research proposal, review, and a data use agreement), not open downloads. Relevant disciplines: biomedical informatics, clinical research, data engineering, health policy.
Genome — every gene is a door
Structural cousins — same reason stuck, other fields
Sources
Clinical Data Interchange Standards Consortium (CDISC), "Analysis Data Model Implementation Guide," v1.2, 2024; FDA, "Real-World Evidence Program Framework," 2023; TransCelerate BioPharma, "Common Protocol Template," 2024; ICTRP WHO International Clinical Trials Registry Platform; accessed 2026-02-25
verification notes (working record)
The collection team’s own sourcing notes for this brief, kept verbatim:
Targets C7 (Data Interoperability). Matches C7's structural criterion: data exists in separate organizational systems (sponsors, CROs, regulators, hospitals), each format reflects operational needs, no single organization can mandate adoption, and the absence of interoperability prevents system-level capabilities (safety signal detection, real-world evidence, rare disease data pooling). The HL7 FHIR model — C7's primary transfer candidate — is directly relevant here as one of the competing formats. Distinct from `health-insulin-delivery-interoperability` (which is about medical device communication protocols, not clinical trial data formats) and `health-device-recall-udi-tracking` (which is about device tracking adoption, not data format interoperability).
Reconciliation 2026-08-21: Entry-point repair (C37 realism triage). The second suggestion described YODA Project and Vivli as "publicly available clinical trial datasets" — a factual error: both are application-gated, requiring a research proposal, review, and a signed data use agreement before any access (YODA request process verified at https://yoda.yale.edu/how-request-data/; Vivli's three-step review, independent review panel, and non-negotiable DUA verified at https://vivli.org/resources/requestdata/). Replaced with genuinely public test data, each verified live 2026-08-21: CDISC's public SDTM/ADaM pilot submission package (https://github.com/cdisc-org/sdtm-adam-pilot-project), OHDSI's Eunomia sample OMOP CDM datasets (https://github.com/OHDSI/Eunomia, Apache-2.0), and Synthea synthetic patient records with FHIR R4 output (https://github.com/synthetichealth/synthea, Apache-2.0); YODA/Vivli retained but named as gated. First suggestion (cross-standard mapping of a single data element) untouched — facility-free and feasible as written.