Skip to content

Commit

Permalink
Merge pull request #181 from OHDSI/themis_160
Browse files Browse the repository at this point in the history
closes #160
  • Loading branch information
clairblacketer authored Apr 29, 2024
2 parents 18da47f + 61a4f51 commit cfb7418
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ entries:
# url: /procedure_occurrence.html
# output: web, pdf

# - title: Provider
# url: /provider.html
# output: web, pdf
- title: Provider
url: /provider.html
output: web, pdf

# - title: Specimen
# url: /specimen.html
Expand Down
54 changes: 54 additions & 0 deletions docs/pages/provider/duplicate_npi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Duplicate National Provider Identifiers
keywords: provider, npi
last_updated: April 29, 2024
tags:
summary: "What to do when two different providers have the same NPI."
sidebar: mydoc_sidebar
permalink: /duplicate_npi.html
---

## Issue # and location
[Themis issue #44](https://github.com/OHDSI/Themis/issues/44)

## Issue summary
While we should only have one records per provider in the PROVIDER table it is possible for the NPI to be duplicated.

## Convention type
Table

## CDM table
`PROVDER`

## CDM field
NA

## Links to issue discussion
- [NPI for Multiple Physicians #44](https://github.com/OHDSI/Themis/issues/44)
- [Multiple Provider Specialities #43](https://github.com/OHDSI/Themis/issues/43)
- This states we can only have one record
- [CDM GitHub.io PROVIDER](https://ohdsi.github.io/CommonDataModel/cdm53.html#provider)
- [Mapping Facility NPI #s into the Care_Site table? ](https://forums.ohdsi.org/t/mapping-facility-npi-s-into-the-care-site-table/13395)
- Although this is about CARE_SITES not providers
- [Provider table ](https://forums.ohdsi.org/t/provider-table/5494)
- Seems to be a fair amount of discussion about what happens when you have multiple records for one provider with same NPI

## Provenance of data
General

## The ratified convention
The PROVIDER table contains a list of uniquely identified healthcare providers. However, duplicate NPI numbers may occur because the source data might provide the NPI representing the care site rather than the individual provider's NPI. NPI should not represent a primary key within the PROVIDER table.

## Date of ratification/published
June 2018

## Downstream implications
NA

## Link to DQD check
NA

## Related conventions/further information
- NPI = National Provider Identifier
- not a primary key, it can be duplicated, but each provider should only have one record in the provider table.
- provider THEMIS rule , NPI THEMIS rule
25 changes: 25 additions & 0 deletions docs/pages/provider/provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: PROVIDER
keywords: provider
last_updated: April 29, 2024
tags:
summary: "Conventions related to mapping data into the PROVDER table."
sidebar: mydoc_sidebar
permalink: /provider.html
---

## Table-level Conventions

- [Duplicate NPIs in the Provider table](duplicate_npi.html)

<!-- ## Field-level Conventions
| **Field** | **Convention** |
|:--------|:-------|
| | |
|----
| | |
|----
| | |
|==== -->

0 comments on commit cfb7418

Please sign in to comment.