Skip to main content
v2026.11,610 entries · CC-BY 4.0
LAC HealthLaboratory & ResearchLab & research supplies.Reagents, consumables, PPE & instruments — documented, fast, chain-of-custody shipping.Shop lac.us lac.us
Dictionary termTrack DProposedv2026.1

Digitally Anonymised Data

Digitally anonymised data is an electronic dataset that has been processed with computational techniques so that no living individual can reasonably be re-identified from it, either on its own or by combination with other information a realistic adversary could plausibly obtain, and no key, lookup table, or other additional information exists anywhere that could reverse the process. It differs from data that is merely stored in digital form and stripped of obvious direct identifiers: to count as digitally anonymised, a dataset has to pass the same substantive test any anonymisation method must meet under frameworks such as GDPR Recital 26 (identifiability assessed against 'all the means reasonably likely to be used', accounting for cost, time, and available technology) -- the 'digitally' in the term describes how the anonymisation was performed (masking, generalisation, aggregation, noise addition, k-anonymity/differential-privacy methods, or synthetic-data generation applied by software to an electronic source dataset), not a lower or different bar than anonymisation achieved by any other means. If a re-identification key is retained anywhere, even encrypted or access-controlled, the output is pseudonymised data, not digitally anonymised data, and remains personal data under GDPR (Recital 26; Article 4(5)).

ByCASRAI Editorial Board
· Last updated 23 Jul 2026

Examples

Worked examples

  • Is an instance

    A hospital research dataset run through k-anonymity software so that every combination of age band, region, and diagnosis code applies to at least k patients, with the original identifiable records and any linkage table permanently deleted -- the released file is digitally anonymised data.

  • Is an instance

    Aggregate statistics (e.g. mean response time by treatment arm, rounded and suppressed below a small-cell threshold) generated programmatically from an identifiable source dataset, where the aggregation cannot be reversed to recover individual responses.

  • Is an instance

    A synthetic dataset generated by a generative model trained on real survey responses, released instead of the real records, where the model and generation process are shown (via a disclosure-risk assessment, e.g. NIST SP 800-188-style methodology) not to reproduce any real respondent's actual record.

Counter-examples

Looks similar, but isn't

  • Not an instance

    A dataset with direct identifiers (name, email, MRN) replaced by a hashed or tokenised ID, where the hashing/tokenisation key is retained by the research team or a trusted third party for potential re-linkage -- this is pseudonymised data (GDPR Article 4(5)), not digitally anonymised data, and remains personal data regardless of how the token was generated.

  • Not an instance

    A spreadsheet with names deleted but containing rare combinations of postcode, date of birth, and a distinctive diagnosis -- 'digital' removal of one obvious field does not clear the anonymisation bar if the remaining fields still make re-identification reasonably likely; this is de-identified in only a loose, non-regulatory sense, not anonymised.

Editorial commentary

“Digitally anonymised data” is a term used loosely across IT and consumer-privacy writing, but in a research data management context it has a precise, testable meaning: an electronic dataset that has been processed with computational techniques to the point that no individual can reasonably be re-identified from it, with no key or additional information retained anywhere that could reverse that process. The word “digitally” describes the mechanism — software-driven masking, generalisation, aggregation, noise addition, or synthetic-data generation applied to an electronic source dataset — not a separate or weaker standard than anonymisation achieved any other way.

Why the word “digitally” matters here

The distinction researchers actually need is not between “digital” and “non-digital” anonymisation — almost all research data anonymisation today happens on electronic datasets using software. The distinction that matters is between a dataset that has genuinely cleared the anonymisation bar and one that has only had some identifiers removed or altered digitally without a rigorous disclosure-risk assessment. Simply deleting a name column or hashing an ID in a spreadsheet is a digital operation, but it does not by itself produce digitally anonymised data unless the remaining fields, taken together with what a realistic adversary could plausibly obtain, no longer make re-identification reasonably likely. That test comes directly from data protection law, not from the mechanics of the tooling used.

The legal test

Under the EU/UK General Data Protection Regulation, Recital 26 sets the operative standard: information is anonymous, and therefore falls outside GDPR’s scope entirely, only when the data subject is “not or no longer identifiable”, with identifiability assessed against “all the means reasonably likely to be used” by the controller or a third party, taking into account cost, time, and available technology at the time of processing. That is a substantive, risk-based test, not a checklist of which fields were removed. A dataset can have every direct identifier stripped digitally and still fail this test if indirect identifiers make re-identification realistically feasible (this is sometimes called the “mosaic effect” or linkage risk).

Two related but distinct concepts sit either side of digitally anonymised data:

  • Pseudonymisation (GDPR Article 4(5)) replaces identifiers with a token or key, but the re-identification key is retained, so the output remains personal data under GDPR Recital 26 — even if the key is encrypted, access-controlled, or held by a separate party. Article 89(1) names pseudonymisation as an accepted research safeguard, and states a preference for full anonymisation over pseudonymisation where the research purpose can still be met that way.
  • De-identification is a broader, less legally precise term (more common in US contexts, e.g. HIPAA’s Safe Harbor and Expert Determination methods) for removing or altering identifiers; not every de-identified dataset meets the GDPR anonymisation bar, and not every anonymised dataset was produced via a formal de-identification method.

What actually makes a dataset qualify

In practice, a dataset earns the label “digitally anonymised” only when three conditions hold together: (1) a recognised anonymisation technique was applied by software to the electronic dataset (aggregation, generalisation, suppression, k-anonymity, differential privacy, or synthetic-data generation being the common families); (2) no re-identification key, lookup table, or linkage path was retained by anyone involved, including the original data holder; and (3) a disclosure-risk assessment — not just an assumption — supports the conclusion that re-identification is not reasonably likely given realistically available auxiliary data. NIST Special Publication 800-188 (De-Identifying Government Datasets) is a widely cited framework for structuring that disclosure-risk assessment, covering direct versus indirect/quasi-identifiers and methodology for testing re-identification risk, and is a useful reference distinct from GDPR’s own pseudonymisation/anonymisation distinction.

How this differs from the CASRAI anonymisation guide

This page defines the term itself — what has to be true for a specific dataset to correctly be called digitally anonymised data. For the practical methodology — the actual anonymisation techniques, the GDPR/HIPAA/NIST standards that govern when anonymisation is required, and when anonymisation is the right control versus pseudonymisation or controlled access — see the full guide, Data Anonymisation in Research: Techniques, Standards, and When It’s Required.

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Digitally Anonymised Data"
      vocab-term-identifier="https://casrai.org/dictionary/term/digitally-anonymised-data" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "@id": "https://casrai.org/dictionary/term/digitally-anonymised-data",
  "name": "Digitally Anonymised Data",
  "identifier": "https://casrai.org/dictionary/term/digitally-anonymised-data",
  "description": "Digitally anonymised data is an electronic dataset that has been processed with computational techniques so that no living individual can reasonably be re-identified from it, either on its own or by combination with other information a realistic adversary could plausibly obtain, and no key, lookup table, or other additional information exists anywhere that could reverse the process. It differs from data that is merely stored in digital form and stripped of obvious direct identifiers: to count as digitally anonymised, a dataset has to pass the same substantive test any anonymisation method must meet under frameworks such as GDPR Recital 26 (identifiability assessed against 'all the means reasonably likely to be used', accounting for cost, time, and available technology) -- the 'digitally' in the term describes how the anonymisation was performed (masking, generalisation, aggregation, noise addition, k-anonymity/differential-privacy methods, or synthetic-data generation applied by software to an electronic source dataset), not a lower or different bar than anonymisation achieved by any other means. If a re-identification key is retained anywhere, even encrypted or access-controlled, the output is pseudonymised data, not digitally anonymised data, and remains personal data under GDPR (Recital 26; Article 4(5)).",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/compliance-regulatory#set",
  "url": "https://casrai.org/dictionary/term/digitally-anonymised-data",
  "sameAs": [],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "publisher": {
    "@id": "https://casrai.org/#organization"
  },
  "dateModified": "2026-07-23T12:16:06",
  "inLanguage": "en"
}

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →