> For the complete documentation index, see [llms.txt](https://docs.bcbi.brown.edu/codiac-for-health/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri/datasets/national-plan-and-provider-enumeration-system-nppes/code-values.md).

# Code Values

## 1. Entity Type Code

| Code | Description  |
| ---- | ------------ |
| 1    | Individual   |
| 2    | Organization |

## 2. Sole Proprietor

| Code | Description                               |
| ---- | ----------------------------------------- |
| Y    | Yes — the individual is a sole proprietor |
| N    | No — not a sole proprietor                |
| X    | Not answered                              |

## 3. Organization Subpart

| Code | Description                         |
| ---- | ----------------------------------- |
| Y    | Yes — the organization is a subpart |
| N    | No — not a subpart                  |
| X    | Not answered                        |

## 4. Sex Code

| Code | Description |
| ---- | ----------- |
| M    | Male        |
| F    | Female      |
| U    | Undisclosed |
| X    | Undisclosed |

## 5. NPI Deactivation Reason

| Code        | Description                   |
| ----------- | ----------------------------- |
| Death       | Provider is deceased          |
| Disbandment | Organization has disbanded    |
| Fraud       | NPI was obtained fraudulently |
| Other       | Other reason                  |

## 6. Other Provider Name Type

| Code | Description                               |
| ---- | ----------------------------------------- |
| 1    | Former Name — Individual                  |
| 2    | Professional Name — Individual            |
| 3    | Doing Business As — Organization          |
| 4    | Former Legal Business Name — Organization |
| 5    | Other Name — Both                         |

## 7. Name Prefix

| Code  | Description |
| ----- | ----------- |
| Ms.   | Ms.         |
| Mr.   | Mr.         |
| Miss  | Miss        |
| Mrs.  | Mrs.        |
| Dr.   | Dr.         |
| Prof. | Prof.       |

## 8. Name Suffix

| Code | Description |
| ---- | ----------- |
| Jr.  | Jr.         |
| Sr.  | Sr.         |
| I    | I           |
| II   | II          |
| III  | III         |
| IV   | IV          |
| V    | V           |
| VI   | VI          |
| VII  | VII         |
| VIII | VIII        |
| IX   | IX          |
| X    | X           |

## 9. Primary Taxonomy Switch

| Code | Description                               |
| ---- | ----------------------------------------- |
| Y    | Yes — primary taxonomy (only one per NPI) |
| N    | No — not the primary taxonomy             |
| X    | Not answered                              |

## 10. Group Taxonomy

| Code       | Description                                                          |
| ---------- | -------------------------------------------------------------------- |
| 193200000X | Multi-Specialty Group — practitioners with different specializations |
| 193400000X | Single Specialty Group — practitioners with the same specialization  |

## 11. Other Provider Identifier Type

| Code | Description                                                                                                   |
| ---- | ------------------------------------------------------------------------------------------------------------- |
| 1    | Other                                                                                                         |
| 5    | Medicaid                                                                                                      |
| —    | Note: legacy values (02 Medicare UPIN, 04 Medicare ID, 06 BCBS, 07 Medicare PIN) may appear in older records. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri/datasets/national-plan-and-provider-enumeration-system-nppes/code-values.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
