Difference between revisions of "Personally Identifiable Information (PII)"

Jump to: navigation, search
(Created page with "In the context of a survey, personally identifiable information (PII) are variables that can, either on their own or in combination with other variables, be used to identify a...")
 
(6 intermediate revisions by 2 users not shown)
Line 16: Line 16:
:* Record identifier (i.e. social security number, process number, medical record number, national clinic code, license plate, IP address)
:* Record identifier (i.e. social security number, process number, medical record number, national clinic code, license plate, IP address)
:* Pictures of individuals or houses
:* Pictures of individuals or houses
Depending on survey context, the following variables may also be PII:
Depending on survey context, the following variables may also be PII:
* Age
:* Age
* Gender
:* Gender
* Ethnicity
:* Ethnicity
* Grades, salary,  job position
:* Grades, salary,  job position
These lists aren’t exhaustive: what exactly is PII depends on the context of each survey. For example, if a survey covers a small farming community, variables such as plot size and crops cultivated could be combined to identify an individual household and, as such, would be PII. Administrative units could also be considered PII if there are few individuals in each of them.


These lists aren’t exhaustive: what exactly is PII depends on the context of each survey. For example, if a survey covers a small farming community, variables such as plot size and crops cultivated could be combined to identify an individual household and, as such, would be PII. Administrative units could also be considered PII if there are few individuals in each of them.  
==Disclosure Risk==
In order to calculate disclosure risk, researchers typically define a minimum threshold of individuals for which a certain value of the variable must apply in order for the variable be considered safe to disclose. If the threshold is not met, then the variable is considered PII. For example, at a threshold of 10, if a school has less than 10 students of a certain age, then age is considered PII as it could be used with other information to identify these students. The value of these thresholds depends on the context of the survey. See [[Publishing_Data | publishing data]] for more details.
Further, the US Census has published this [https://www.census.gov/content/dam/Census/library/working-papers/2020/demo/disclosure_avoidance_and_the_census_brief.pdf brief on disclosure avoidance] which lists the various forms of disclosure, and steps to avoid them.


==Disclosure Risk==
== Related Pages ==
Details on how to calculate the disclosure risk – that is, the risk of someone being able to track individual respondents from the available data – can be found in [[De-identification#Additional_Resources | Additional Resources]]. In order to calculate disclosure risk, researchers typically define a minimum threshold of individuals for which a certain value of the variable must apply in order for the variable be considered safe to disclose. If the threshold is not met, then the variable is considered PII. For example, at a threshold of 10, if a school has less than 10 students of a certain age, then age is considered PII as it could be used with other information to identify these students. The value of these thresholds depends on the context of the survey.
[[Special:WhatLinksHere/Personally_Identifiable_Information_(PII)|Click here for pages that link to this topic.]]
==Back to Parent==
This article is part of the topics [[Data Cleaning]] and [[Publishing Data]].


== Additional Resources ==
== Additional Resources ==
*Matthew and Harel's [https://projecteuclid.org/download/pdfview_1/euclid.ssu/1296828958 Data confidentiality: A review of methods for statistical disclosure limitation and methods for assessing privacy]
* DIME Analytics (World Bank), [https://osf.io/94aw2/ Encryption 101]
*Shlomo's [http://repository.cmu.edu/jpc/vol2/iss1/7/ Releasing Microdata: Disclosure Risk Estimation, Data Masking and Assessing Utility]
* DIME Analytics (World Bank), [https://osf.io/5p68f/ Research Ethics & Data Security]
*DIME Analytics’ [https://github.com/worldbank/DIME-Resources/blob/master/survey-ethics.pdf Research Ethics & Data Security]
* J-PAL, [https://github.com/J-PAL/stata_PII_scan <code>pii_scan</code>: A Stata program to scan for personally identifiable information (PII)]
*DIME Analytics' slides on [https://github.com/worldbank/DIME-Resources/blob/master/onboarding-5-encryption.pdf Encryption]
* Matthew and Harel (University of Connecticut), [https://projecteuclid.org/download/pdfview_1/euclid.ssu/1296828958 Data confidentiality: A review of methods for statistical disclosure limitation and methods for assessing privacy]
* Natalie Shlomo (University of Southampton),  [https://journalprivacyconfidentiality.org/index.php/jpc/article/view/584 Releasing Microdata: Disclosure Risk Estimation, Data Masking and Assessing Utility]


[[Category: Data Cleaning]] [[Category: Publishing Data]]
[[Category: Data Cleaning]] [[Category: Publishing Data]]

Revision as of 15:07, 13 January 2021

In the context of a survey, personally identifiable information (PII) are variables that can, either on their own or in combination with other variables, be used to identify a single surveyed individual with reasonable certainty. During all steps of research and field work, research teams must protect PII through encryption and de-identification. This page will explain how to identify PII and how to calculate its disclosure risk. For information on how to encrypt and de-identify datasets, see Encryption and De-identification.

Read First

  • All PII must be stored in an encrypted folder.
  • PII should be masked, encoded, or removed from the working dataset and any shared or published datasets. See de-identification for details on how to de-identify data.
  • No PII can ever be publicly released without explicit consent. Researchers must ensure that this data remains private and safely stored.

Personally Identifiable Information

Common PII variables include:

  • Names of survey respondent, household members, enumerators and other individuals
  • Names of schools, clinics, villages and/or other administrative units (depending on the survey)
  • Date of birth
  • GPS coordinates
  • Contact information
  • Record identifier (i.e. social security number, process number, medical record number, national clinic code, license plate, IP address)
  • Pictures of individuals or houses

Depending on survey context, the following variables may also be PII:

  • Age
  • Gender
  • Ethnicity
  • Grades, salary, job position

These lists aren’t exhaustive: what exactly is PII depends on the context of each survey. For example, if a survey covers a small farming community, variables such as plot size and crops cultivated could be combined to identify an individual household and, as such, would be PII. Administrative units could also be considered PII if there are few individuals in each of them.

Disclosure Risk

In order to calculate disclosure risk, researchers typically define a minimum threshold of individuals for which a certain value of the variable must apply in order for the variable be considered safe to disclose. If the threshold is not met, then the variable is considered PII. For example, at a threshold of 10, if a school has less than 10 students of a certain age, then age is considered PII as it could be used with other information to identify these students. The value of these thresholds depends on the context of the survey. See publishing data for more details.

Further, the US Census has published this brief on disclosure avoidance which lists the various forms of disclosure, and steps to avoid them.

Related Pages

Click here for pages that link to this topic.

Additional Resources