Quasi-identifier
A quasi-identifier (also called an indirect identifier) is an attribute in a dataset that does not, on its own, identify an individual but that can lead to identification when combined with other quasi-identifiers or linked to external information. Classic examples are date of birth, sex and postcode: Latanya Sweeney's 2000 study showed that these three attributes uniquely identified 87% of the US population. In health data, further quasi-identifiers include dates of admission, visits or death, rare diagnoses or procedures, treating hospital, ethnicity, occupation, number of children, height and weight, and free-text fields.
Quasi-identifiers are the central concern of re-identification risk assessment. Direct identifiers (names, national identification numbers, email addresses, medical record numbers) are removed as a matter of course when data is pseudonymised; the residual risk comes from quasi-identifiers that allow singling out, linkage or inference, the three criteria of the Article 29 Working Party Opinion 05/2014 on anonymisation. k-anonymity and its refinements work by generalising or suppressing quasi-identifiers until each combination is shared by at least k records; differential privacy limits what can be inferred about any individual regardless of which attributes an attacker holds. Under US HIPAA, the Safe Harbor de-identification method is essentially a fixed list of 18 direct and quasi-identifiers to remove.
In clinical research, the quasi-identifiers in a trial dataset determine whether it remains personal data once coded, how much detail can be published in clinical study reports and the CTIS portal, and what generalisation is needed before data sharing. Full dates of birth, exact visit dates and verbatim adverse event terms are common findings in DPIAs: replacing them with age at enrolment, study day and coded terms is a low-cost application of data minimisation that materially lowers risk. The EDPB Guidelines 01/2025 on pseudonymisation and the EMA Policy 0070 anonymisation guidance both expect an explicit inventory of quasi-identifiers and a documented risk analysis.
