Huli FHIR Core Implementation Guide (R4)
0.1.0 - Release

Huli FHIR Core Implementation Guide (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Device Mapping

Device Mapping: Huli -> FHIR R4

Device exposes the schedulable equipment resources a Huli organization operates — the non-practitioner resources (machines, rooms-as-equipment) that an appointment can require. It is read-only; equipment is provisioned through the operator-facing platform.

Device is a discovery resource that lets booking clients resolve which equipment is schedulable and pair it with Schedule/Slot availability. Access is gated by the booking scope system/Appointment.rs (see Terminology).

Interactions

Interaction Supported
read Yes
search-type Yes
vread No
update No
patch No
delete No
history No
create No

Read by id via GET /fhir/R4/Device/{id}; list via GET /fhir/R4/Device (offset pagination).

Mapping

Huli concept FHIR path Cardinality Notes
Device id (UUID) Device.id 1..1 UUID of the equipment resource within Huli
Last update Device.meta.lastUpdated 0..1 Set by the platform
Status Device.status 0..1 active for in-service equipment
Equipment name Device.deviceName 0..* Display name of the equipment

Search parameters

Parameter Type Notes
_id token Exact id match
_count number Page size
_offset number Offset pagination