> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getlimina.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Entity Types

> View the full list of 50+ entity types Limina can identify and redact, covering the GDPR, CPRA, HIPAA Safe Harbor and QUEBEC_PRIVACY_ACT.

export const ColorText = ({color, children}) => {
  if (color === "gray") {
    return <span className="text-gray-500 dark:text-gray-300">{children}</span>;
  }
  const colorClass = `text-${color}-700 dark:text-${color}-300`;
  return <span className={colorClass}>{children}</span>;
};

Limina supports over 50 unique entity types, including their counterparts in each of our Core Support languages as detailed on our [Supported Languages](/languages/) page. The complete inventory of supported entity types is listed in the charts below, divided into four groups: **PII** (Personally Identifiable Information), **Health Information**, **PCI** (Payment Card Industry), and **Beta Entity Types** (see that section for information on how to enable Beta classes). In addition to our standard entities, Limina's Scale plan offers custom entity types. For details, see [Pricing](https://getlimina.ai/pricing/).

Note that some entities, such as `NAME` and `LOCATION`, also have subtypes. For instance, `LOCATION_CITY` is a subtype of `LOCATION`. This means that, in a phrase such as *I live in Boston*, the location name *Boston* will be detected as both `LOCATION` and `LOCATION_CITY`, with the more specific label (in this case, `LOCATION_CITY`) appearing in the output. Other entity types are groupings of related categories. For example, `HEALTHCARE_NUMBER` captures health plan beneficiary numbers and medical record numbers, both of which are outlined as identifiers in the HIPAA Safe Harbor provision. Similarly, `NUMERICAL_PII` covers a broad range of entity types such as MAC addresses and cookie IDs.

While our entity types have English names, international variants are also redacted. For example, `SSN` covers American Social Security Numbers, as well as many equivalent identification numbers used in different regions worldwide, such as the Canadian Social Insurance Number or the German Sozialversicherungsnummer. Where applicable, this information can be viewed under *More Details*, including the names of entities supported in various languages and locales.

<Note>
  **Supported Formats for Numerical Entities**

  While many of the entity types de-identified by Limina are **universal** (*e.g.*, `EMAIL_ADDRESS`, `CREDIT_CARD`), there are also some **country-specific** entity types, which vary regionally in terms of format, name, and/or function. For example, Canadian SIN is the regional equivalent of American SSN (both captured as `SSN` by Limina). Some entity types are also truly unique and do not have equivalents in North America (*e.g.*, Indian Aadhaar number). Limina accounts for these cases -- please refer to the list by country below for details on what is supported and the corresponding Limina classification.
</Note>

## Supported Regulations

Limina offers coverage of the following regulations:

* [EU General Data Protection Regulation (GDPR)](https://gdpr-info.eu/)
* [California Privacy Rights Act (CPRA)](https://iapp.org/news/a/new-categories-new-rights-the-cpras-opt-out-provision-for-sensitive-data/)
* [USA Health Insurance Portability and Accountability Act (HIPAA Safe Harbor)](https://www.hhs.gov/hipaa/for-professionals/privacy/special-topics/de-identification/index.html)
* [Quebec Privacy Act (Law 25)](https://iapp.org/news/a/quebecs-bill-64-the-first-of-many-privacy-modernization-bills-in-canada/)
* [Japan Act on the Protection of Personal Information (APPI)](https://www.dlapiperdataprotection.com/index.html?t=definitions\&c=JP).

In addition, our entity categorizations are sensitive to unlisted data protection regulations. For example, when using our de-identification tool, you can select between a set of entities defined by the GDPR as *personal data* and a set of entities defined by the GDPR as *sensitive data*. Sensitive data is a more restricted subset of personal data that cannot be processed without a documented, lawful reason, according to [Article 9 of the GDPR](https://gdpr-info.eu/art-9-gdpr/). In general, we recommend using the broader category **GDPR**. The relevant regulations for each entity type can be found in the charts below.

You can learn more about the supported regulations and how to configure the de-identification service to meet your own needs in our [Customizing Detection Guide](/configuration-and-operations/entity-detection-and-redaction/customizing-detection#preset-entity-groups).

## Other Entity Groupings

In addition to the regulation entity groupings described above, you can select groupings for entity types related to health information (`HEALTH_INFORMATION`), payment card industry information (`PCI`), and corporate confidential information (`CCI`).

Note that the `PCI` grouping includes only those entity types that are unique to PCI (`BANK_ACCOUNT`, `CREDIT_CARD`, `CREDIT_CARD_EXPIRATION`, `CVV`, `ROUTING_NUMBER`), although the [PCI Data Security Standard (PCI DSS)](https://listings.pcisecuritystandards.org/documents/PCI_DSS-QRG-v3_2_1.pdf) also covers Cardholder Names and Primary Account Numbers (PAN). These fall under Limina's more general entity types: `NAME`, `NAME_GIVEN`, `NAME_FAMILY`, and `ACCOUNT_NUMBER`. Because these entity types will detect all names and account numbers, not only those related to cardholders, they are not included in the `PCI` grouping, but they can be enabled in combination.

<div class="entity__table">
  ## PII

  **Personally Identifiable Information**

  | Label                               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Policy & Regulatory Compliance                                   | Added In |
  | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | -------- |
  | **ACCOUNT\_NUMBER**                 | Customer account or membership identification number <div class="p-1"> <ColorText color="gray"> *Policy No.*</ColorText> <ColorText color="purple">*10042992*</ColorText>; <ColorText color="gray">*Member ID:* </ColorText><ColorText color="purple">*HZ-5235-001*</ColorText></div> **Note:** Full support for English; Multilingual support in progress                                                                                                                                                                                                                                                                                                                                                                                                                     | HIPAA\_SAFE\_HARBOR, CCI                                         | 3.1.1    |
  | **AGE**                             | Numbers associated with an individual’s age<br /><div class="p-1"><ColorText color="purple">*27* </ColorText><ColorText color="gray">*years old*</ColorText>; <ColorText color="purple">*18 months*</ColorText><ColorText color="gray"> *old*</ColorText></div><details><summary>*More details*</summary><br />When given in years, only the number is flagged, but both number and time unit are flagged when given in other units like months or weeks<br /> Also includes age ranges: <br /><div class="p-1"><ColorText color="purple">*29-35*</ColorText> <ColorText color="gray">*years old*</ColorText>; <ColorText color="purple">*18+*</ColorText>; <ColorText color="gray">*A man in his*</ColorText> <ColorText color="purple">*forties*</ColorText></div></details> | GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI            | 1.2.0    |
  | **DATE**                            | Specific calendar dates, which can include days of the week, dates, months, or years <br /><div class="p-1"><ColorText color="purple">*Friday, Dec. 18, 2002*</ColorText>; <ColorText color="gray">*Dated:* </ColorText><ColorText color="purple">*02/03/97*</ColorText></div><br /> See also: DATE\_INTERVAL, DOB<details><summary>*More details*</summary><br />If no calendar date is specified, days of the week are not flagged:<br /><div class="p-1"><ColorText color="gray">*Your appointment is on Monday*</ColorText></div> Indexical terms are not flagged: <br /><div class="p-1"><ColorText color="gray">*yesterday*</ColorText>; <ColorText color="gray">*tomorrow*</ColorText></div></details>                                                                  | HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, CCI                   | 1.0.0    |
  | **DATE\_INTERVAL**                  | Broader time periods, including date ranges, months, seasons, years, and decades <br /><div class="p-1"><ColorText color="purple">*2020-2021*</ColorText>; <ColorText color="purple">*5-9 May*</ColorText>; <ColorText color="purple">*January 1984*</ColorText></div><br />See also: DATE, DOB<br /><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | HIPAA\_SAFE\_HARBOR, CCI                                         | 2.5.0    |
  | **DOB**                             | Dates of birth <br /><div class="p-1"><ColorText color="gray">*Born:* </ColorText><ColorText color="purple">*March 7, 1961*</ColorText></div><br /> See also: DATE, DATE\_INTERVAL<br /><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.4.0    |
  | **DRIVER\_LICENSE**                 | Driver's permit numbers <br /><div class="p-1"><ColorText color="gray">*DL#* </ColorText><ColorText color="purple">*134711-320*</ColorText></div><br /> See also: VEHICLE\_ID<details><summary>*More details*</summary>Includes International Driving Permits (IDP) and Pilot’s licenses<br /></details>                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 2.8.0    |
  | **DURATION**                        | Periods of time, specified as a number and a unit of time<br /><div class="p-1"><ColorText color="purple">*8 months*</ColorText>; <ColorText color="purple"> *2 years*</ColorText></div><br /><br /> **Note:** Full support for English; Multilingual support in progress                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                  | 3.1.1    |
  | **EMAIL\_ADDRESS**                  | Email addresses <br /><div class="p-1"><ColorText color="purple">*[info@getlimina.ai](mailto:info@getlimina.ai)*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 1.0.0    |
  | **EVENT**                           | Names of events or holidays <br /><div class="p-1"><ColorText color="purple">*Olympics*</ColorText>; <ColorText color="purple">*Yom Kippur*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                  | 1.0.0    |
  | **FILENAME**                        | Names of computer files, including the extension or filepath <br /><div class="p-1"><ColorText color="purple">*Taxes/2012/brad-tax-returns.pdf*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | CCI                                                              | 2.0.0    |
  | **GENDER**                          | Terms indicating gender identity, including slang terms. <br /><div class="p-1"><ColorText color="purple">*female*</ColorText>; <ColorText color="purple">*trans*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | CPRA, GDPR, GDPR Sensitive, APPI Sensitive                       | 3.9.0    |
  | **HEALTHCARE\_NUMBER**              | Healthcare numbers and health plan beneficiary numbers <br /><div class="p-1"><ColorText color="gray">*Policy No.:* </ColorText><ColorText color="purple">*5584-486-674-YM*</ColorText></div><details><summary>*More details*</summary>Includes medical record numbers, health insurance policy/account numbers, and member IDs</details>                                                                                                                                                                                                                                                                                                                                                                                                                                      | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.0.0    |
  | **IP\_ADDRESS**                     | Internet IP address, including IPv4 and IPv6 formats <br /><div class="p-1"><ColorText color="purple">*192.168.0.1*</ColorText><br /><ColorText color="purple">*2001:db8:0:0:0:8a2e::7334*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.0.0    |
  | **LANGUAGE**                        | Names of natural languages <br /><div class="p-1"><ColorText color="purple">*Korean*</ColorText>; <ColorText color="purple">*French*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | GDPR, GDPR Sensitive, APPI Sensitive                             | 1.0.0    |
  | **LOCATION**                        | Metaclass for any named location reference; See subclasses below <br /><div class="p-1"><ColorText color="purple">*Eritrea*</ColorText>; <ColorText color="purple">*Lake Victoria*</ColorText></div><details><summary>*More details*</summary><br /><div class="p-1"><ColorText color="gray">*The patient was transferred to* </ColorText><ColorText color="purple">*Northwest General Hospital*</ColorText></div><br /><div class="p-1"><ColorText color="gray">*I grew up in* </ColorText><ColorText color="purple">*Sacramento County*</ColorText></div><br /></details>                                                                                                                                                                                                    | GDPR, HIPAA\_SAFE\_HARBOR, APPI, CCI                             | 1.0.0    |
  | **LOCATION\_ADDRESS**               | Specific mailing addresses (full or partial) <br /><div class="p-1"><ColorText color="purple">*25/300 Adelaide T., Perth WA 6000, Aus.*</ColorText><br /><ColorText color="purple">*145 Windsor St.*</ColorText><br /><ColorText color="gray">*Mail to:* </ColorText><ColorText color="purple">*Kollwitzstr 13, 10405, Berlin*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                         | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 2.4.0    |
  | **LOCATION\_ADDRESS\_STREET**       | A building number and street name <br /><div class="p-1"><ColorText color="purple">*25/300 Adelaide T.*</ColorText><ColorText color="gray">, Perth WA 6000, Aus.</ColorText><br /><ColorText color="purple">*145 Windsor St.*</ColorText><br /><ColorText color="gray">*Mail to:* </ColorText><ColorText color="purple">*Kollwitzstr 13*</ColorText><ColorText color="gray">, 10405, Berlin\_</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                          | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 3.7.3    |
  | **LOCATION\_CITY**                  | Municipality names, including villages, towns, and cities <br /><div class="p-1"><ColorText color="purple">*Toronto*</ColorText>; <ColorText color="purple">*Berlin*</ColorText>; <ColorText color="purple">*Denpasar*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 2.4.0    |
  | **LOCATION\_COORDINATE**            | Geographic positions using latitude/longitude <br /><div class="p-1"><ColorText color="gray">*We’re at* </ColorText><ColorText color="purple">*40.748440 and -73.984559*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 2.10.0   |
  | **LOCATION\_COUNTRY**               | Country names <br /><div class="p-1"><ColorText color="purple">*Canada*</ColorText>; <ColorText color="purple">*Namibia*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | GDPR, APPI, CCI                                                  | 2.4.0    |
  | **LOCATION\_STATE**                 | State, province, territory, or prefecture names <br /><div class="p-1"><ColorText color="purple">*Ontario*</ColorText>; <ColorText color="purple">*Arkansas*</ColorText>; <ColorText color="gray">*Ich lebe in* </ColorText><ColorText color="purple">*NRW*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | GDPR, APPI, CCI                                                  | 2.4.0    |
  | **LOCATION\_ZIP**                   | Zip codes, postcodes, or postal codes <br /><div class="p-1"><ColorText color="purple">*90210*</ColorText>; <ColorText color="purple">*B2N 3E3*</ColorText></div><details><summary>*More details*</summary>Optimized for various locales</details>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 2.4.0    |
  | **MARITAL\_STATUS**                 | Terms indicating marital status <br /><div class="p-1"><ColorText color="purple">*single*</ColorText>; <ColorText color="purple">*common-law*</ColorText>; <ColorText color="purple">*ex-wife*</ColorText>; <ColorText color="purple">*married*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | APPI Sensitive                                                   | 2.10.0   |
  | **MONEY**                           | Names and/or amounts of currency <br /><div class="p-1"><ColorText color="purple">*15 pesos*</ColorText>; <ColorText color="purple">*\$94.50*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | CCI                                                              | 1.0.0    |
  | **NAME**                            | Names of individuals <br /><div class="p-1"><ColorText color="purple">*Dwayne Johnson*</ColorText>; <ColorText color="gray">*Mr.* </ColorText><ColorText color="purple">*Khanna*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.0.0    |
  | **NAME\_FAMILY**                    | Family or community names <br /><div class="p-1"><ColorText color="gray">*François*</ColorText> <ColorText color="purple">*Truffaut*</ColorText>; <ColorText color="purple">*Ozu*</ColorText> <ColorText color="gray">*Yasujirō*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 2.13.0   |
  | **NAME\_GIVEN**                     | Given names/First names <br /><div class="p-1"><ColorText color="purple">*François*</ColorText> <ColorText color="gray">*Truffaut*</ColorText>; <ColorText color="gray">*Ozu*</ColorText> <ColorText color="purple">*Yasujirō*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 2.13.0   |
  | **NAME\_MEDICAL\_PROFESSIONAL**     | Full names of medical professionals <br /><div class="p-1"><ColorText color="gray">*Attending physician: Dr.* </ColorText><ColorText color="purple">*Kay Martinez*</ColorText><ColorText color="gray">*, MD*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 3.3.3    |
  | **NUMERICAL\_PII**                  | Alphanumeric strings (MAC, Serial, Tracking IDs) <br /><details><summary>*More details*</summary>Includes device serials, order IDs, and transaction numbers.</details>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 1.0.0    |
  | **OCCUPATION**                      | Job titles or professions <br /><div class="p-1"><ColorText color="purple">*professor*</ColorText>; <ColorText color="purple">*actors*</ColorText>; <ColorText color="purple">*engineer*</ColorText>; <ColorText color="purple">*CPA*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | QUEBEC\_PRIVACY\_ACT, APPI, CCI                                  | 1.0.0    |
  | **ORGANIZATION**                    | Names of organizations or departments <br /><div class="p-1"><ColorText color="purple">*BHP*</ColorText>; <ColorText color="purple">*McDonald's*</ColorText>; <ColorText color="purple">*LAPD*</ColorText></div><details><summary>*More details*</summary><br /><div class="p-1"><ColorText color="gray">*Donations can be brought to* </ColorText><ColorText color="purple">*Royal Canadian Legion Branch 43*</ColorText></div></details>                                                                                                                                                                                                                                                                                                                                     | QUEBEC\_PRIVACY\_ACT, APPI, CCI                                  | 1.0.0    |
  | **ORGANIZATION\_MEDICAL\_FACILITY** | Names of medical facilities <br /><div class="p-1"><ColorText color="purple">*Northwest General Hospital*</ColorText>; <ColorText color="purple">*Union Family Health Clinic*</ColorText></div>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | QUEBEC\_PRIVACY\_ACT, APPI                                       | 3.3.3    |
  | **ORIGIN**                          | Nationality, ethnicity, or provenance <br /><div class="p-1"><ColorText color="purple">*Canadian*</ColorText>; <ColorText color="purple">*Sri Lankan*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | CPRA, GDPR, GDPR Sensitive, QUEBEC\_PRIVACY\_ACT, APPI Sensitive | 2.0.0    |
  | **PASSPORT\_NUMBER**                | Passport numbers <br /><div class="p-1"><ColorText color="purple">*PA4568332*</ColorText>; <ColorText color="purple">*NU3C6L86S12*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 2.9.0    |
  | **PASSWORD**                        | Passwords, PINs, or access keys <br /><div class="p-1"><ColorText color="purple">*27%alfalfa*</ColorText>; <ColorText color="purple">*temp1234*</ColorText><br /><ColorText color="gray">*My mother's maiden name is* </ColorText><ColorText color="purple">*Smith*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | CPRA, APPI, CCI                                                  | 1.4.0    |
  | **PHONE\_NUMBER**                   | Telephone or fax numbers <br /><div class="p-1"><ColorText color="purple">*+4917643476050*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.0.0    |
  | **PHYSICAL\_ATTRIBUTE**             | Distinctive bodily attributes, including race <br /><div class="p-1"><ColorText color="gray">*I'm* </ColorText><ColorText color="purple">*190cm* </ColorText><ColorText color="gray">*tall*</ColorText>; <ColorText color="gray">*He belongs to the* </ColorText><ColorText color="purple">*Black* </ColorText><ColorText color="gray">*students association*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                          | CPRA, GDPR, GDPR Sensitive, APPI Sensitive                       | 2.0.0    |
  | **POLITICAL\_AFFILIATION**          | Terms referring to a political party, movement, or ideology <br /><div class="p-1"><ColorText color="purple">*liberal*</ColorText>; <ColorText color="purple">*Republican*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | CPRA, GDPR, GDPR Sensitive, QUEBEC\_PRIVACY\_ACT, APPI Sensitive | 2.9.0    |
  | **RELIGION**                        | Terms indicating religious affiliation <br /><div class="p-1"><ColorText color="purple">*Hindu*</ColorText>; <ColorText color="purple">*Presbyterian*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | CPRA, GDPR, GDPR Sensitive, QUEBEC\_PRIVACY\_ACT, APPI Sensitive | 1.3.0    |
  | **SEXUALITY**                       | Terms indicating sexual orientation <br /><div class="p-1"><ColorText color="purple">*bisexual*</ColorText>; <ColorText color="purple">*gay*</ColorText>; <ColorText color="purple">*straight*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | CPRA, GDPR, GDPR Sensitive, APPI Sensitive                       | 3.9.0    |
  | **SSN**                             | Social Security Numbers or equivalents <br /><div class="p-1"><ColorText color="purple">*078-05-1120*</ColorText>; <ColorText color="gray">*\*\*\*-\*\*\*-*</ColorText><ColorText color="purple">*3256*</ColorText></div><details><summary>*More details*</summary><br />Includes international equivalents. Flags mentions of complete numbers and last four digits.</details>                                                                                                                                                                                                                                                                                                                                                                                                | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.0.0    |
  | **TIME**                            | Expressions indicating clock times <br /><div class="p-1"><ColorText color="purple">*19:37:28*</ColorText>; <ColorText color="purple">*10pm EST*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | CCI                                                              | 1.0.0    |
  | **URL**                             | Internet addresses <br /><div class="p-1"><ColorText color="purple">*[www.getlimina.ai](http://www.getlimina.ai)*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, CCI       | 1.0.0    |
  | **USERNAME**                        | Usernames, login names, or handles <br /><div class="p-1"><ColorText color="purple">*liminarocks*</ColorText>; <ColorText color="purple">@\_LiminaAI</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | CPRA, GDPR, APPI                                                 | 1.3.0    |
  | **VEHICLE\_ID**                     | VINs, serial numbers, and license plates <br /><div class="p-1"><ColorText color="purple">*5FNRL38918B111818*</ColorText>; <ColorText color="purple">*BIF7547*</ColorText></div><br />See also: DRIVER\_LICENSE<br /><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, APPI, CCI                       | 2.11.0   |
  | **ZODIAC\_SIGN**                    | Names of Zodiac signs <br /><div class="p-1"><ColorText color="purple">*Aries*</ColorText>; <ColorText color="purple">*Taurus*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                  | 2.1.2    |
</div>

## Health Information

| Label                | Description                                                                                                                                                                                                                                                                                                 | Policy & Regulatory Compliance                        | Added In |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -------- |
| **BLOOD\_TYPE**      | Blood types <br /><div class="p-1"><ColorText color="gray">*She's type* </ColorText> <ColorText color="purple">*AB positive*</ColorText></div><br />                                                                                                                                                        | CPRA, GDPR, QUEBEC\_PRIVACY\_ACT                      | 2.0.0    |
| **CONDITION**        | Names of medical conditions, diseases, syndromes, deficits, disorders <br /><div class="p-1"><ColorText color="purple">*chronic fatigue syndrome*</ColorText>; <ColorText color="purple">*arrhythmia*</ColorText>; <ColorText color="purple">*depression*</ColorText></div><br />                           | CPRA, GDPR, QUEBEC\_PRIVACY\_ACT, APPI Sensitive      | 2.0.0    |
| **DOSE**             | Medically prescribed quantity of a medication <br /><div class="p-1"><ColorText color="gray">*limit intake to*</ColorText> <ColorText color="purple">*700 mg/day*</ColorText></div><br />                                                                                                                   |                                                       | 2.14.0   |
| **DRUG**             | Medications, vitamins, and supplements <br /><div class="p-1"><ColorText color="purple">*advil*</ColorText>; <ColorText color="purple">*Acetaminophen*</ColorText>; <ColorText color="purple">*Panadol*</ColorText></div><br />                                                                             | CPRA, GDPR, QUEBEC\_PRIVACY\_ACT, APPI Sensitive, CCI | 2.0.0    |
| **INJURY**           | Bodily injuries, including mutations, miscarriages, and dislocations <br /><div class="p-1"><ColorText color="gray">*I* </ColorText><ColorText color="purple">*broke my arm*</ColorText>; <ColorText color="gray">*I have a* </ColorText><ColorText color="purple">*sprained wrist*</ColorText></div><br /> | CPRA, GDPR, QUEBEC\_PRIVACY\_ACT, APPI Sensitive      | 2.0.0    |
| **MEDICAL\_PROCESS** | Medical processes, including treatments, procedures, and tests <br /><div class="p-1"><ColorText color="purple">*heart surgery*</ColorText>; <ColorText color="purple">*CT scan*</ColorText></div><br />                                                                                                    | CPRA, GDPR, QUEBEC\_PRIVACY\_ACT, APPI Sensitive, CCI | 2.0.0    |
| **STATISTICS**       | Medical statistics <br /><div class="p-1"><ColorText color="purple">*18%* </ColorText><ColorText color="gray">*of patients*</ColorText></div><br />                                                                                                                                                         | QUEBEC\_PRIVACY\_ACT                                  | 2.0.0    |

## PCI

| Label                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Policy & Regulatory Compliance                                   | Added In |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------- |
| **BANK\_ACCOUNT**            | Bank account numbers and international equivalents, such as IBAN <br /><div class="p-1"><ColorText color="gray">*Acct. No.:* </ColorText><ColorText color="purple">*012345-67*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 2.3.0    |
| **CREDIT\_CARD**             | Credit card numbers <br /><div class="p-1"><ColorText color="purple">*0123 0123 0123 0123*</ColorText><br /><ColorText color="gray">*\*\*\*\* \*\*\*\* \*\*\*\**</ColorText><ColorText color="purple">*4252*</ColorText></div><details><summary>*More details*</summary><br /> Includes debit, ATM, Direct Debit, PrePay, Charge Cards, and support for cards that do not have 16 digits such as American Express or China UnionPay cards. Flags mentions of complete numbers as well as the last four digits only.</details>                                                                                                                                                                                                                                                                                  | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 1.0.0    |
| **CREDIT\_CARD\_EXPIRATION** | Expiration date of a credit card <br /><div class="p-1"><ColorText color="gray">*Expires:* </ColorText><ColorText color="purple">*July 2023*</ColorText>; <ColorText color="gray">*Exp:* </ColorText><ColorText color="purple">*02/28*</ColorText></div><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI      | 1.4.0    |
| **CVV**                      | 3- or 4-digit card verification codes and equivalents <br /><div class="p-1"><ColorText color="gray">*CVV:* </ColorText><ColorText color="purple">*080*</ColorText></div><details><summary>*More details*</summary><br />Includes institution-specific variants: <br /><br /><u>American Express</u>: CID (card ID), CVD (card verification data) CSC / 3CSC (card security code)<br /><u>China UnionPay</u>: CVN (card validation number)<br /><u>CIBC Mastercard</u>: SPC (signature panel code)<br /><u>Discover</u>: CID (card ID), CVD (card verification data)<br /><u>ELO (Brazil)</u>: CVE (Elo verification code)<br /><u>JCB (Japan Credit Bureau)</u>: CAV (card authentication value)<br /><u>Mastercard</u>: CVC (card validation code)<br /><u>VISA</u>: CVV (card verification value)</details> | CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, APPI, CCI | 1.4.0    |
| **ROUTING\_NUMBER**          | Routing number associated with a bank or financial institution<br /><div class="p-1"><ColorText color="purple">*012345678*</ColorText></div><details><summary>*More details*</summary><br />Includes international equivalents: Canadian & British sort codes, Australian BSB numbers, Indian Financial System Codes, Branch/transit numbers, Institution numbers, and Swift codes</details>                                                                                                                                                                                                                                                                                                                                                                                                                   | CCI                                                              | 2.3.0    |

## Beta Entity Types

Note that Beta support for the following entity types is currently only available with our English models.

| Label                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Policy & Regulatory Compliance                                   | Added In    |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ----------- |
| **CREDIT\_SCORE**     | A three-digit rating of an individual's creditworthiness and ability to obtain credit (e.g., FICO scores, VantageScores) <br /><div class="p-1"><ColorText color="gray">*Client's score went from* </ColorText><ColorText color="purple">*470* </ColorText><ColorText color="gray">*to* </ColorText><ColorText color="purple">*658* </ColorText><ColorText color="gray">*after debt consolidation* </ColorText></div>                                                                                                                            | APPI, CPRA, GDPR, QUEBEC\_PRIVACY\_ACT                           | 4.3.1       |
| **CORPORATE\_ACTION** | Any action a company takes that could affect its stock value or its shareholders<br /><div class="p-1"><ColorText color="gray">*Bridge Investment Group LLC (later*</ColorText> <ColorText color="purple">*renamed*</ColorText> <ColorText color="gray">*Bridge Investment Group Holdings LLC);*</ColorText><ColorText color="gray"> *We’ve*</ColorText> <ColorText color="purple">*merged*</ColorText> <ColorText color="gray">*two neighboring retail locations*</ColorText></div>                                                             | CCI                                                              | 3.5.0       |
| **DATE\_OF\_DEATH**   | Full or partial date that is explicitly stated to be the date of an individual's death (does not include time of death) <br /><div class="p-1"><ColorText color="gray">*Patient expired* </ColorText><ColorText color="purple">*27-12-1992*</ColorText></div>                                                                                                                                                                                                                                                                                    | APPI, CPRA, GDPR, HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT      | 4.3.0       |
| **DAY**               | Sub-part of a date representing the day<br /><div class="p-1"><ColorText color="purple">*27*</ColorText><ColorText color="gray">*/01/1992*</ColorText>; <ColorText color="purple">*18*</ColorText><ColorText color="gray"> *May, 2001*</ColorText></div>                                                                                                                                                                                                                                                                                         | HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, CCI                   | 4.0.2       |
| **EFFECT**            | Words or phrases describing a medical symptom, effect, or side-effect<br /><div class="p-1"><ColorText color="gray">*Short-term effects of may include*</ColorText> <ColorText color="purple">*nausea*</ColorText> <ColorText color="gray">*and*</ColorText> <ColorText color="purple">*vomiting;*</ColorText> <ColorText color="gray">*The anesthesia will*</ColorText> <ColorText color="purple">*numb the abdomen*</ColorText> <ColorText color="gray">*before removal of the*</ColorText> <ColorText color="purple">*cyst*</ColorText></div> |                                                                  | 4.0.0-final |
| **FINANCIAL\_METRIC** | Terms referring to financial metrics or financial ratios<br /><div class="p-1"><ColorText color="purple">*adjusted earnings per share*</ColorText> <ColorText color="gray">*declined year-over-year;*</ColorText> <ColorText color="purple">*Online sales*</ColorText> <ColorText color="gray">*slow as UK shoppers rein in Christmas spending*</ColorText></div>                                                                                                                                                                                | CCI                                                              | 3.5.0       |
| **MEDICAL\_CODE**     | Codes belonging to medical classification systems such as SNOMED, ICD-10, NDC, etc.<br /><div class="p-1"><ColorText color="gray"> *1981-03-11T04:11:32-03:00 Forearm sprain SNOMED-CT*</ColorText> <ColorText color="purple">*70704007*</ColorText><ColorText color="gray">\_ ;\_</ColorText> <br /><ColorText color="gray">\<medcode type="string"></ColorText> <ColorText color="purple">*R74.8*</ColorText> <ColorText color="gray"> \</medicalcode>\<desc type="string">Abnormal levels of other serum enzymes \< </ColorText></div>        | CPRA, GDPR, GDPR Sensitive, QUEBEC\_PRIVACY\_ACT, APPI Sensitive | 3.7.0       |
| **MONTH**             | Sub-part of a date representing the month<br /><div class="p-1"><ColorText color="gray">*27/*</ColorText><ColorText color="purple">*01*</ColorText><ColorText color="gray">*/1992*</ColorText>; <ColorText color="gray"> *18* </ColorText><ColorText color="purple">*May*</ColorText><ColorText color="gray"> *, 2001*</ColorText></div>                                                                                                                                                                                                         | HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, CCI                   | 4.0.2       |
| **ORGANIZATION\_ID**  | Unique numerical or alphanumerical codes assigned to corporations and organizations (e.g., VAT numbers, stock ticker symbols)                                                                                                                                                                                                                                                                                                                                                                                                                    | QUEBEC\_PRIVACY\_ACT, APPI, CCI                                  | 4.0.1       |
| **PRODUCT**           | Names or model numbers of items made by an organization; includes intangible products like software and games<br /><div class="p-1"><ColorText color="purple">*iPhone;*</ColorText> <ColorText color="purple">*Toyota Camry*</ColorText></div>                                                                                                                                                                                                                                                                                                   | CCI                                                              | 3.5.0       |
| **PROJECT**           | Names or alphanumerical codes of corporate projects<br /><div class="p-1"><ColorText color="purple">*ENA Fileplan Project;*</ColorText> <ColorText color="purple">*DV-marketsurvey-2024*</ColorText></div>                                                                                                                                                                                                                                                                                                                                       | CCI                                                              | 4.0.1       |
| **TREND**             | A description of the “quality” or the direction in which a financial measurement is going<br /><div class="p-1"><ColorText color="gray">*reflecting the*</ColorText> <ColorText color="purple">*accelerating*</ColorText> <ColorText color="gray">*shift of off-line to online;*</ColorText> <ColorText color="gray">*amid*</ColorText> <ColorText color="purple">*rising*</ColorText> <ColorText color="gray">*costs and*</ColorText> <ColorText color="purple">*shrinking*</ColorText> <ColorText color="gray">*profits*</ColorText></div>     | CCI                                                              | 3.5.0       |
| **YEAR**              | Sub-part of a date representing the year<br /><div class="p-1"><ColorText color="gray">*27/01/*</ColorText><ColorText color="purple">*1992*</ColorText>; <ColorText color="grey">*18 May,*</ColorText><ColorText color="purple"> *2001*</ColorText></div>                                                                                                                                                                                                                                                                                        | HIPAA\_SAFE\_HARBOR, QUEBEC\_PRIVACY\_ACT, CCI                   | 4.0.2       |

### Enabling Beta Entity Types

Each of the beta entities must be enabled explicitly in the deid request. This can be done using the `entity_detection.entity_types` field. For example, the following request will redact only `TREND`, `FINANCIAL_METRIC` and `CORPORATE_ACTION` from the provided text:

<CodeGroup>
  ```json Request theme={"theme":"poimandres"}
  {
     "text": [
        "In the last quarter, our revenues grew faster which led us to acquire one of our smaller competitors"
     ],
     "link_batch": true,
     "processed_text": {
        "type": "MARKER",
        "pattern": "[BEST_ENTITY_TYPE]"
     },
     "entity_detection": {
        "entity_types": [
          { "type": "ENABLE", "value": ["TREND", "FINANCIAL_METRIC", "CORPORATE_ACTION"]}
        ]
     }
  }
  ```

  ```json Results theme={"theme":"poimandres"}
  [
    {
      "processed_text": "In the last quarter, our [FINANCIAL_METRIC] [TREND] which led us to [CORPORATE_ACTION]",
      "entities": [
        {
          "processed_text": "FINANCIAL_METRIC",
          "text": "revenues",
          "location": {
            "stt_idx": 25,
            "end_idx": 33,
            "stt_idx_processed": 25,
            "end_idx_processed": 43
          },
          "best_label": "FINANCIAL_METRIC",
          "labels": {
            "FINANCIAL_METRIC": 0.9445
          }
        },
        {
          "processed_text": "TREND",
          "text": "grew faster",
          "location": {
            "stt_idx": 34,
            "end_idx": 45,
            "stt_idx_processed": 44,
            "end_idx_processed": 51
          },
          "best_label": "TREND",
          "labels": {
            "TREND": 0.8404
          }
        },
        {
          "processed_text": "CORPORATE_ACTION",
          "text": "acquire one of our smaller competitor",
          "location": {
            "stt_idx": 62,
            "end_idx": 99,
            "stt_idx_processed": 68,
            "end_idx_processed": 86
          },
          "best_label": "CORPORATE_ACTION",
          "labels": {
            "CORPORATE_ACTION": 0.9806
          }
        }
      ],
      "entities_present": true,
      "characters_processed": 99,
      "languages_detected": {
        "en": 0.9696551561355591
      }
    }
  ]
  ```
</CodeGroup>
