GET /Organization
Summary: Search organizations
Operation ID: searchOrganization
Auth: none
Operation ID: searchOrganization
Auth: none
Description
Search for healthcare organizations
Parameters (4)
_count
(integer, query, optional, default: 20)
address-city
(string, query, optional)
City
identifier
(string, query, optional)
Organization identifier
name
(string, query, optional)
Organization name
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List organizations with pagination | curl |
https://hapi.fhir.org/baseR4/Organization?_count=10 |
|
| Search organizations by name | curl |
https://hapi.fhir.org/baseR4/Organization?name=Mayo |
|
| Search by identifier with count limit | curl |
https://hapi.fhir.org/baseR4/Organization?identifier=1234567890&_count=5 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:54:10.311924 | 200 | 477ms | |
| 2026-03-23 09:19:04.721277 | 200 | 502ms | |
| 2026-03-23 09:11:40.218467 | 200 | 491ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:19:04.721277 | 4a800210c440 |
3255a3860f1d |
| 2026-03-23 10:54:10.311924 | 3255a3860f1d |
d23e7916e914 |