Huli FHIR Core Implementation Guide (R5)
0.1.0 - Release
Latin America and the Caribbean
Huli FHIR Core Implementation Guide (R5) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
PractitionerRole binds a Practitioner to the Location(s) they work from so
a booking client can resolve who delivers a service and where. It is
read/search-only; roles are provisioned through the operator-facing Huli
platform, never written through the FHIR surface. Access is gated by
system/Practitioner.rs (see Terminology).
| Interaction | Supported |
|---|---|
read |
Yes |
search-type |
Yes |
create / update / delete |
No |
| Huli concept | FHIR path | Cardinality | Notes |
|---|---|---|---|
| Role id (UUID) | PractitionerRole.id |
1..1 | UUID of the schedulable resource |
| Active status | PractitionerRole.active |
0..1 | true for live roles |
| Practitioner | PractitionerRole.practitioner |
0..1 | Reference to the Practitioner |
| Location(s) | PractitionerRole.location |
0..* | Reference(s) to the room(s) the role works from |
| Search parameter | Type | Notes |
|---|---|---|
_id |
token | Exact id match |
practitioner |
reference | Filter by Practitioner |
location |
reference | Filter by Location |
_count |
number | Page size |
_offset |
number | Offset pagination |