Provider directory
lowFHIR · PractitionerProviders with NPI/GLN/license metadata.
provider_directory_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| first_name | string | yes | — |
| last_name | string | yes | — |
| npi | string | — | npi |
| gln | string | — | gln |
| license_state | string | — | kanton · canton · state |
| specialty | string | — | fachrichtung · spécialité · specialità · especialidad |
Example data
10 rows, format-valid synthetic NPIs and GLNs. Fully synthetic — safe to share, commit, and run in CI.
Upload via the API
curl -X POST https://api.adaptivmapr.com/v1/uploads \ -H "Authorization: Bearer $ADAPTIVMAPR_API_KEY" \ -F "file=@provider_directory_sample.csv" \ -F "template=provider_directory_v1"
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "provider_directory_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →