Find Geriatric Doctors by ZIP Code

By the getdork research team — Updated June 13, 2026

Data source: CMS NPI Registry API v2.1 (npiregistry.cms.hhs.gov), queried live June 13, 2026. Raw API responses: Memphis TN raw · Vermont raw · 9-market summary · data collection script
Quick answer: The correct NPI taxonomy string for geriatric medicine physicians is Geriatric Medicine. The practitioner title "Geriatrician" returns zero results. Geriatric medicine splits across two NUCC parent codes — Family Medicine path (207QG0300X) and Internal Medicine path (207RG0300X) — both captured by a single Geriatric Medicine query.

The taxonomy trap: "Geriatrician" returns zero

Verified live — June 13, 2026:

taxonomy_description=Geriatrician0 results

The working string: taxonomy_description=Geriatric+Medicine → 36 records in Memphis, 42 in Vermont, 14 in Wyoming statewide.

Why this matters: Geriatric medicine is a multi-parent subspecialty. The NUCC taxonomy uses the field name ("Geriatric Medicine"), not the practitioner title ("Geriatrician"). A query using the title returns nothing — silently, with no error.

Geriatric medicine is reached through two separate training paths, and the NPI registry encodes those paths in the taxonomy string itself. A physician who did Internal Medicine then geriatric fellowship has a different NUCC code than one who did Family Medicine then geriatric fellowship — but a single Geriatric Medicine query captures both, because the API prefix-matches against the full descriptor.

Geriatric medicine physician counts — 9 U.S. markets

Market NPI records returned Notes
New York, NY200+Capped — actual total exceeds 200
Chicago, IL200+Capped
Los Angeles, CA200+Capped
Houston, TX200+Capped
Phoenix, AZ88Complete statewide metro count
Nashville, TN59Complete city count
Memphis, TN3621 NPI-1, 15 NPI-2
Vermont (statewide)42Complete — includes Burlington academic center concentration
Wyoming (statewide)14Complete — sparsest geriatric market in dataset

Source: CMS NPI Registry API v2.1, queried June 13, 2026. "200+" = cap reached. Download: npi-counts-geriatric-medicine.json

Memphis drill-down (36 records, June 2026):

Entity type: 21 NPI-1 (individual physicians) / 15 NPI-2 (geriatric programs, memory centers, institutional services)

Primary taxonomy breakdown:
• Family Medicine, Geriatric Medicine (207QG0300X): 11 records
• Internal Medicine, Geriatric Medicine (207RG0300X): 11 records
• Internal Medicine (appearing via secondary geriatric taxonomy): 6 records
• Family Medicine (secondary taxonomy overlap): 3 records
• Internal Medicine, Hospice and Palliative Medicine (dual-credentialed): 2 records
• Other: 3 records

Credential breakdown (NPI-1 only): M.D. 10, MD 8, D.O. 1, M.D (no period) 1, MD, MPH 1

Takeaway: The two geriatric training paths split almost evenly. The 15 NPI-2 records are unusually high for a 36-record result set — reflecting the institutional nature of geriatric programs in Memphis (academic hospital-based geriatric consultation services and memory care programs).

The two NUCC codes for geriatric medicine

NUCC code Taxonomy string (exact) Training path Memphis count
207QG0300X Family Medicine, Geriatric Medicine Family Medicine residency + geriatric fellowship 11
207RG0300X Internal Medicine, Geriatric Medicine Internal Medicine residency + geriatric fellowship 11

Both codes are captured by the query taxonomy_description=Geriatric+Medicine because the NPI API prefix-matches: "Geriatric Medicine" matches both "Family Medicine, Geriatric Medicine" and "Internal Medicine, Geriatric Medicine" as substrings. You do not need to run two separate queries.

How to search geriatric medicine physicians step by step

1

Use the correct string

Query with taxonomy_description=Geriatric+Medicine. This returns both the Family Medicine and Internal Medicine training paths in a single pass.

2

Set a generous radius for this sparse specialty

Geriatric medicine has significantly fewer practitioners than primary care. Wyoming has only 14 statewide; Vermont has 42. In rural states, plan for a 75–100 mile radius. In mid-size metros, 25 miles covers the concentrated academic-center population.

https://npiregistry.cms.hhs.gov/api/?version=2.1
  &taxonomy_description=Geriatric+Medicine
  &state=VT&limit=200
3

Distinguish NPI-1 physicians from NPI-2 programs

The high NPI-2 proportion in geriatric medicine means some records represent institutional programs, not individual prescribers. For a pharma call list, filter to NPI-1 and MD/DO credentials. For hospital contracting or program-level access, the NPI-2 records are your starting point.

4

Note training-path context in the taxonomy field

The taxonomies[].desc field in each record tells you whether a physician came through Family Medicine or Internal Medicine. This is directly visible in the raw NPI response and can help you understand the clinical context — FM-trained geriatricians often practice in community and long-term care settings; IM-trained geriatricians more often in academic inpatient consultation.

5

Export and import into your CRM

The getdork physician search tool sends the correct string, applies radius filtering, and produces a CRM-ready CSV for Pro users. Given how small the geriatric call list is in most territories, the full statewide list often fits in a single export.

Radius guidance for geriatric medicine territories

Market typeSuggested radiusNotes
Dense urban (NYC, Chicago)15–25 milesCaps at 200+; academic medical centers dominate
Mid-size metro (Memphis, Nashville, Phoenix)25–50 miles36–88 records; completable with a single query
Rural state (Wyoming, rural VT)100 miles or statewideWyoming: only 14 statewide; statewide query is correct approach
Search geriatric medicine physicians in your territory — free

The getdork physician search sends Geriatric Medicine automatically, applies ZIP-radius filtering, and returns both Family Medicine-path and Internal Medicine-path geriatricians in a single result set. Pro users export to CSV.

Search Geriatric Medicine by ZIP — free

Frequently asked questions

Why does "Geriatrician" return zero results in the NPI registry?

The NPI registry uses NUCC taxonomy description strings, which are field-name-based — not practitioner-title-based. There is no NUCC code with the description "Geriatrician." The correct string is Geriatric Medicine. This follows the same pattern as the rest of the NUCC taxonomy: "Cardiologist" returns zero (use "Cardiovascular Disease"); "Allergist" returns zero (use "Allergy & Immunology"). The API returns nothing when a wrong string is used — silently, with no error message.

What are the two NUCC codes for geriatric medicine and what do they reveal about the prescriber?

207QG0300X = Family Medicine, Geriatric Medicine (FM residency + geriatric fellowship). 207RG0300X = Internal Medicine, Geriatric Medicine (IM residency + geriatric fellowship). In Memphis (June 2026), the two codes split evenly: 11 FM-path and 11 IM-path geriatricians. FM-trained geriatricians more commonly practice in community long-term care settings; IM-trained geriatricians more commonly in academic inpatient consultation. Both are returned by a single Geriatric Medicine query.

How do Vermont and Wyoming geriatric counts compare, and what does this mean for territory planning?

Vermont statewide returned 42 records; Wyoming returned 14 — a 3:1 ratio despite similar geographic size. Vermont's count reflects the University of Vermont Medical Center's academic geriatric program concentration in Burlington. Wyoming's 14 geriatricians are spread across a state 2.5× the size of Vermont. Both totals are small enough that your complete territory list is achievable in a single statewide query.

What is the NPI-2 organization share in geriatric medicine, and what types of organizations appear?

In Memphis (36 total, June 2026), 15 were NPI-2 — notably high at 42% of the result set. Geriatric medicine programs frequently operate as hospital-based consultation services, memory care centers, ACE (Acute Care for Elders) units, and academic faculty practices with an institutional NPI-2. For a pharma rep, NPI-2 records here often represent the program director's institutional account — where formulary inclusion decisions are made — rather than individual prescribers.

What pharma and device products map to a geriatric medicine call list?

Geriatric physicians are primary prescribers of Alzheimer's disease therapeutics (cholinesterase inhibitors, memantine, anti-amyloid biologics), osteoporosis agents, polypharmacy management tools, incontinence and fall-prevention products, and long-term care formulary items. They also consult on deprescribing — removing medications added by other physicians — which is relevant for medication reconciliation and management-device companies. Given the small call list size in most territories, a complete geriatric list is achievable quickly.

Does a "Geriatric Medicine" query return geriatric psychiatrists or geriatric nurses?

No. Geriatric psychiatrists enumerate under "Psychiatry & Neurology, Geriatric Psychiatry" (2084G0000X) — a separate NUCC string not returned by a Geriatric Medicine query. Geriatric-certified nurses enumerate under nursing taxonomy codes. The Geriatric Medicine query returns only the two physician codes (207QG0300X and 207RG0300X). For geriatric mental health prescribers, run a separate Geriatric Psychiatry query.

Related guides

Methodology: All counts were retrieved from the CMS NPI Registry API v2.1 on June 13, 2026, using the query string taxonomy_description=Geriatric+Medicine with the geographic parameters shown. All figures are live API responses. "200+" means the 200-record cap was hit. Raw JSON responses are available for download above. The NPI registry is updated in real time as providers submit changes to CMS.