FHIR - Provider Directory
Organization and practitioner discovery endpoints using FHIR R4 query semantics. URLs below resolve against domain-matched FHIR_* configuration.
Version 4.0.1
Updated 2026-04-01
Organization and practitioner discovery endpoints using FHIR R4 query semantics. URLs below resolve against domain-matched FHIR_* configuration.
| Method | Path | Purpose |
|---|---|---|
| GET | /fhir/Organization?name={name} | Find organizations by name fragment. |
| GET | /fhir/Practitioner?name={name} | Find practitioners by name. |
| GET | /fhir/PractitionerRole?organization={id} | Find roles associated with an organization. |
| GET | /fhir/Location?organization={id} | Find service locations for an organization. |
Sorting and paging follow FHIR R4 server capabilities.