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

HealthcareService Mapping

HealthcareService Mapping: Huli -> FHIR R5

HealthcareService exposes the bookable services a Huli tenant offers so a booking client can discover which service to reference on Appointment.serviceType. It is read/search-only; services are provisioned through the operator-facing Huli platform, never written through the FHIR surface. Access is gated by the booking scope system/Appointment.rs (see Terminology).

Each HealthcareService maps to one organization_service_catalog entry; HealthcareService.id is the org-service UUID, republished as a type.coding under the org-service CodeSystem.

Interaction Supported
read Yes
search-type Yes
create / update / delete No
Huli concept FHIR path Cardinality Notes
Org-service id HealthcareService.id 1..1 UUID of the org-service catalog entry
Active status HealthcareService.active 0..1 true for live services
Display name HealthcareService.name 1..1 The service name
Service coding HealthcareService.type 0..* Org-service UUID under the org-service CodeSystem
Search parameter Type Notes
_id token Exact id match
_count number Page size
_offset number Offset pagination