GET /Practitioner
Summary: Search practitioners
Operation ID: searchPractitioner
Auth: none
Operation ID: searchPractitioner
Auth: none
Description
Search for healthcare providers
Parameters (4)
_count
(integer, query, optional, default: 20)
_id
(string, query, optional)
Practitioner ID
identifier
(string, query, optional)
NPI or other identifier
name
(string, query, optional)
Practitioner name
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Search practitioners by name | curl |
https://hapi.fhir.org/baseR4/Practitioner?name=Smith |
|
| Search practitioner by NPI identifier | curl |
https://hapi.fhir.org/baseR4/Practitioner?identifier=1234567890 |
|
| Search with result count limit | curl |
https://hapi.fhir.org/baseR4/Practitioner?_count=10 |
|
| Search Practitioners | probe-gate |
https://hapi.fhir.org/baseR4/Practitioner |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:47:39.160911 | 200 | 523ms | |
| 2026-03-23 10:29:39.814626 | 200 | 484ms | |
| 2026-03-23 10:22:14.983862 | 200 | 494ms | |
| 2026-03-23 09:16:58.246253 | 200 | 545ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:22:14.983862 | 4f1be685b777 |
6762ebdebc51 |
| 2026-03-23 10:29:39.814626 | 6762ebdebc51 |
8449401d04ae |
| 2026-03-23 10:47:39.160911 | 8449401d04ae |
1bede0e74d8c |