PractitionerRole
A practitioner's roles, specialties, and locations within an organization.
Connects Practitioner, Organization, and Location: which clinician works where, in what capacity. Useful for building provider directories or resolving who can be booked at which site.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | user/PractitionerRole.rs |
| Backend services | read + search | system/PractitionerRole.rs |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
practitioner |
reference | Roles held by a specific Practitioner. |
organization |
reference | Roles within a specific Organization. |
location |
reference | Roles delivered at a specific Location. |
active |
token | Whether the role is in active use (true/false). |