Skip to main content
LIMS IQ LIMS IQ field notes DOC LIS-FOR-BIO-BANK-INFORMATICS


Biobank Informatics LIS: Cohort Discovery & FHIR

Biobank informatics LIS software links specimen metadata with phenotype and omics data for consent-aware cohort discovery, FHIR exchange, and federation.

A biobank’s specimens are useful only if researchers can find them, understand them, and combine them with phenotype and outcome data to answer real research questions. The operational LIS that tracks where specimens are in inventory is one half of the picture; the informatics layer that links each specimen to donor metadata, clinical context, omics output, and longitudinal outcomes — and makes that linked data discoverable across studies — is the other. This post covers what a biobank informatics LIS actually has to do beyond pure inventory tracking, the data standards that make federation possible, and where LIMS IQ fits.

Where biobank informatics differs from biobank LIS

The base biobank LIS handles inventory, consent state, and chain of custody — see the biobank LIS anchor guide for that scope. Biobank informatics builds on top of that operational layer with capabilities for:

  • Phenotype linkage. Each specimen carries the donor’s clinical context — diagnoses, medications, lab values, demographics, exposures — at the time of collection and over time.
  • Omics data integration. Genotype calls, sequence data, expression profiles, methylation, proteomics, metabolomics — output from downstream assays linked back to the source specimen.
  • Cohort discovery. Researchers query the biobank for specimens matching study criteria (e.g., “female donors age 50–65 with type 2 diabetes and HbA1c > 8 in the last 12 months, with banked plasma and a GWAS array”).
  • Consent-aware sharing. Federated query respecting each specimen’s consent state — what can be queried, what can be returned, what can be shared.
  • Cross-biobank federation. Distributed queries across multiple biobanks under common data models, without centralizing identifiable data.
  • De-identification pipelines. Producing limited datasets and de-identified datasets per HIPAA Privacy Rule for downstream sharing.

A biobank without an informatics layer becomes a freezer farm whose contents only the lab director can find. A biobank with a strong informatics layer becomes a research asset queried by collaborators worldwide.

The data classes biobank informatics has to integrate

A biobank specimen has multiple data layers attached to it. The informatics LIS unifies them:

  • Specimen metadata. Type, volume, derivative status (parent/child), quality (RIN, A260/280, viability), storage history, freeze-thaw counts.
  • Donor identifiers. Study ID, MRN where applicable, family/cohort linkage. Identifiers exist at multiple privacy levels: identified, limited, de-identified.
  • Clinical/phenotype data. Demographics, diagnoses (ICD-10), procedures, medications, lab values, vital signs, family history, lifestyle factors — captured at the time of collection and updated longitudinally.
  • Consent state. Per-specimen versioned consent — what uses are allowed, what sharing is allowed, what return-of-results applies.
  • Downstream assay results. Genotyping array calls, exome/genome variant calls (VCF), RNA-seq counts, methylation beta values, proteomic peaks, metabolomic profiles. Each assay result links to a specific specimen aliquot.
  • Outcome data. For longitudinal cohorts, outcomes captured over years — disease incidence, mortality, treatment response. Often pulled from EMR feeds.

The informatics LIS doesn’t necessarily store all of this directly; for omics data especially, the LIS typically holds pointers to data in dedicated repositories (e.g., a data-warehouse / data-lake / NIH dbGaP submission). What it does store is the linkage — what specimen → what assay → what dataset.

Data standards that make integration possible

For phenotype data and cross-biobank federation, common data models matter:

  • OMOP Common Data Model (OHDSI) — the dominant model for observational health data. Maps EMR-style data into person/visit/observation/measurement/drug-exposure tables. Federation networks (PCORnet, OHDSI, EHDEN) run distributed queries over OMOP-mapped data.
  • FHIR R4 — the modern API standard for clinical data exchange. Increasingly used for biobank data feeds where the source is a modern EMR. FHIR resources like Patient, Specimen, Observation, DiagnosticReport, Procedure, and Consent map well to biobank metadata.
  • CDISC SDTM — the standard for clinical-trial submission data. Sponsor-affiliated biobanks producing data for FDA submissions structure outputs in SDTM domains.
  • BRIDG — biomedical research integrated domain group model. Bridges clinical research and translational research data.
  • HL7 v2.x — still common for clinical data feeds into biobanks from hospital LIS / EMR.

A modern biobank informatics LIS supports outbound mapping to at least OMOP CDM and FHIR R4, with optional CDISC for clinical-trial work.

Cohort discovery — the researcher’s question

A researcher approaches a biobank with a question: “What specimens can I get for my study?” Cohort discovery is the workflow:

  1. Query construction. Researcher specifies inclusion/exclusion criteria — demographics, diagnoses, lab values, medications, available specimen types, consent for the proposed use.
  2. Pre-discovery count. The informatics LIS returns a count of matching donors/specimens without revealing identifiers (“215 donors match your criteria”).
  3. Consent filter. The count is filtered to specimens whose consent permits the proposed use.
  4. Cost / fee estimate. Storage and retrieval fees, plus any data-access fees, computed.
  5. Application and approval. Researcher submits a formal request with study justification. Biobank governance committee reviews against the consent terms and the biobank’s policies.
  6. Manifest and shipment. Approved specimens get a pull list; manifest generated; shipment scheduled. Data extracts (de-identified or limited per the approval) prepared.

A biobank without cohort discovery forces every research request to go through manual lookups by the biobank director — which doesn’t scale past a handful of requests per year. With it, the biobank becomes self-service for the researcher (within consent and governance bounds).

Federation across biobanks

A single biobank rarely has enough specimens for the largest research questions. Federation lets a researcher query multiple biobanks simultaneously, getting aggregate counts and approved specimen access across the network:

  • OMOP-based networks (OHDSI, EHDEN, PCORnet) run distributed queries by sending the query code to each site; each site returns aggregate results that are then combined.
  • Federated learning platforms train machine-learning models on data that never leaves the source biobank, with only model parameters exchanged.
  • NIH dbGaP is the dominant repository for controlled-access genomic data; biobanks contributing to dbGaP submit de-identified data with linkages back to original specimens.
  • AllofUs Researcher Workbench / UK Biobank RAP / FinnGen Cloud — large national/program biobanks expose their data through cloud-based analysis environments where researchers run their analyses on the biobank’s compute, not on data extracts.

The biobank informatics LIS supports federation by mapping internal data to the network’s common model, applying consent filters at the federated query layer, and recording every federated query for audit purposes.

Consent state is the operational keystone for data sharing too, not just inventory. The informatics layer has to:

  • Propagate consent to every dataset. When a researcher gets a data extract, each specimen’s allowed-use scope determines what data points and what level of identification can be included.
  • Apply HIPAA de-identification methods where required. Safe Harbor (45 CFR § 164.514(b)(2)) removes specified identifiers and requires no actual knowledge that the remaining information could identify an individual. Expert Determination requires a qualified expert to assess identification risk and document the methods and results. Treat the chosen method, responsible parties, and supporting evidence as implementation requirements rather than assuming the operational LIS performs either process by itself.
  • Limited dataset support. A limited dataset retains dates, geography down to ZIP/state, and ages above 89 capped — useful for research but requires a Data Use Agreement.
  • Withdrawal cascade. When a donor withdraws, the LIS tracks downstream — which datasets contain their data, which collaborators have copies, which queries returned results that included them.

A biobank that can’t trace which datasets contain which donor’s data has a withdrawal problem the day the first donor revokes consent.

Outcome linkage — longitudinal biobanks

The most valuable biobanks are longitudinal — specimens collected at study entry plus outcome data captured over years. The informatics LIS:

  • Pulls outcomes from EMR/registry feeds. Disease incidence, mortality, treatment response, hospitalization, lab progression. Often through ongoing HL7 v2 or FHIR R4 feeds from clinical partners.
  • Links outcomes to source specimens. A diagnosis 5 years after enrollment links back to the specimen banked at enrollment.
  • Time-varying phenotype. Some variables (HbA1c, BMI, medications) change over time. The LIS preserves the trajectory, not just the snapshot at collection.
  • Survival analysis support. Time-to-event data for outcome studies.

The data classes here overlap heavily with clinical research informatics. Many biobanks share infrastructure with the institution’s research data warehouse or clinical research informatics core.

Quality and data-integrity controls

Biobank informatics depends on the underlying data being trustworthy:

  • Specimen QC propagation. Quality scores (RIN, A260/280, viability) attached to specimens flow to downstream analytics so consumers can filter on quality.
  • Versioned phenotype. Phenotype data is captured as-of-date — diagnoses change, lab values shift. The informatics layer retains the version that applied at each use.
  • Provenance. Every data point traces back to its source — EMR feed, sponsor-supplied data, researcher submission. The audit trail makes inspection and reproducibility tractable.
  • Reproducibility. Researchers can re-run an analysis with the exact dataset version that produced the original result.

Data integrity is what distinguishes a working biobank informatics layer from a data lake.

Integration with the operational LIS

Biobank informatics is not a standalone system. It sits on top of the operational LIS:

  • The operational LIS owns inventory, consent state, custody, and the source-of-truth specimen identity.
  • The informatics layer reads from the LIS and writes derivative analyses + downstream linkages back to the specimen record.
  • New specimens flow into the inventory first; the informatics layer picks them up on the next data refresh.
  • When a specimen is withdrawn (donor withdrew, depleted, destroyed), the informatics layer updates downstream datasets accordingly.

For the operational layer this sits on top of, see the biobank LIS anchor guide and the specimen tracking software guide. For specialty branches, see the reproductive biobank guide and the mobile-field biobank guide.

What to look for when evaluating

Practical evaluation criteria for biobank informatics:

  1. OMOP CDM and FHIR R4 export. The two dominant standards. CDISC for clinical-trial-aligned biobanks.
  2. Cohort discovery with consent-aware filtering. Self-service for researchers, not a manual lookup queue.
  3. Per-specimen phenotype linkage. Not just demographics — diagnoses, labs, medications, outcomes.
  4. Omics data linkage. VCF, gene expression, methylation, proteomics linked to specimens; data lives in a dedicated repository, pointers in the LIS.
  5. HIPAA de-identification workflow. Confirm how Safe Harbor transformations are configured, how a qualified expert’s determination is documented when that method is used, and which system produces the approved research dataset.
  6. Withdrawal cascade. When a donor withdraws, the informatics layer can identify every downstream dataset that contains their data.
  7. Federation support. Either a recognized federation network (OHDSI, PCORnet) or generic federated-query capability.
  8. Provenance and versioning. Every data point traceable; analyses reproducible against versioned datasets.

Where LIMS IQ fits

LIMS IQ provides the operational biorepository record that an informatics program can build on: barcode-driven specimen placement and retrieval, physical location hierarchy down to a storage position, temperature-aware storage locations, long-term custody and location history, parent-child aliquot and derivative lineage, scheduled cycle counts, and retention and disposal tracking. These capabilities keep specimen identity, inventory, and movement traceable across research and biobanking workflows.

The advanced informatics functions described above — phenotype and omics linkage, cohort discovery, OMOP or CDISC mapping, HIPAA de-identification, federated queries, and downstream consent-withdrawal propagation — are separate evaluation and integration requirements. Confirm the required data model, external repositories, privacy workflow, governance owners, interfaces, and validation evidence during solution scoping; they should not be inferred from the base biorepository module alone. Complex multi-program or multi-site repository workflows should be scoped with the LIMS IQ team.

Next steps

See LIMS IQ in your lab

Map the workflows in this article to accessioning, integrations, result review, reporting, and portals in LIMS IQ.