FHIR API DETAIL

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

Endpoints

MethodPathPurpose
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.

Search guidance

  • Use prefix and exact modifiers where needed.
  • Expect paged bundles for high-cardinality queries.
  • Filter by organization identifier for precision.

Sample query

/fhir/Practitioner?name=Smith&_count=25

Sorting and paging follow FHIR R4 server capabilities.