Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/data-integration/provider-directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ One row per facility NPI, plan and network.
| `parent_org_npi` | If available | 10 digits, if part of a larger system | `1234567893` |
| `plan_id` | Yes | key from `plans` | `PLAN-ISNP` |
| `network_id` | Yes | key from `networks` | `NET-002` |
| `ccn` | If Medicare-certified | 6 digits | `999999` |
| `ncpdp_id` | If a pharmacy | 7 digits | `9999999` |
| `location_name` | Recommended | text; defaults to `facility_name` if there is no distinct site name | `Example Hospital` |
| `address_line1` | Yes | text | `123 Park Ave` |
| `address_line2` | No | text | `Floor 3` |
Expand All @@ -74,6 +76,8 @@ One row per facility NPI, plan and network.
| `longitude` | If available | decimal, WGS84 | `-73.9100` |
| `phone` | Yes | 10 digits | `7185551212` |

- `ccn` and `ncpdp_id` identify the site itself. Send either where you have one: Payerbox keys the Location on it, and unlike an address it survives being reworded between extracts. Without one the address is the key, so send it the same way each time.

## networks

The authoritative list of networks, so `network_id` stays consistent across datasets. One row per network.
Expand Down
Loading