---
title: 'Slot (FHIR R5)'
description: 'FHIR R5 Slot resource.'
nav: 'API / R5 / Slot'
order: 140
version: v1
fhir: r5
source: generated
updated: '2026-09-23'
---

# Slot (FHIR R5)

<FhirResourceHeader fhir="r5" slug="slot" />

FHIR R5 Slot resource.

> This page is auto-generated from the server's FHIR R5 CapabilityStatement (`/fhir/R5/metadata`).

## FHIR R5 Specification

Official spec: [Slot — HL7 FHIR R5](https://hl7.org/fhir/R5/slot.html)

## Supported Interactions

- **search-type** — Search resources with query parameters (`GET /fhir/R5/{Resource}?...`)

<Callout variant="note">
Authorized by the SMART scope `system/Appointment.rs`. This resource inherits an existing scope — no per-resource `system/Slot.*` scope is minted; requesting one is rejected.
</Callout>

## Scopes

Scopes are shared across FHIR releases — the same `system/Slot.*` scope grants Slot access on both `/fhir/R4` and `/fhir/R5`.

- <Scope name="system/Appointment.rs" /> — see [scope reference](/v1/scopes#system-appointment-rs)

## Search Parameters

| Parameter | Type | Notes |
|-----------|------|-------|
| `schedule` | reference | Resource reference — supply the UUID of the referenced resource. |
| `actor` | reference | Resource reference — supply the UUID of the referenced resource. |
| `start` | date | Supports FHIR date prefixes: `eq`, `ne`, `gt`, `ge`, `lt`, `le`. Format: `[prefix]YYYY-MM-DD`. |
| `end` | date | Supports FHIR date prefixes: `eq`, `ne`, `gt`, `ge`, `lt`, `le`. Format: `[prefix]YYYY-MM-DD`. |
| `_count` | number | Integer. For `_count`: default 20, max 100. |
| `_offset` | number | Integer. For `_count`: default 20, max 100. |

## Endpoints

Operations, request/response examples, and code samples mirror the R4 surface — call them at `/fhir/R5` with the same token and scopes. See the [Slot R4 reference](/v1/api/r4/slot).
