SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-scheduling-links/ and changes regularly. See the Directory of published versions
: Example Slot
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Slot/ExampleSlot> a fhir:Slot ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleSlot"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-slot" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-slot>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot ExampleSlot</b></p><a name=\"ExampleSlot\"> </a><a name=\"hcExampleSlot\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-scheduling-slot.html\">Slot</a></p></div><p><b>Booking Deep Link</b>: <a href=\"https://ehr.example.org/booking/slots/123\">https://ehr.example.org/booking/slots/123</a></p><p><b>Booking Phone</b>: <a href=\"tel:+1-555-123-4567\">+1-555-123-4567</a></p><p><b>schedule</b>: <a href=\"Schedule-ExampleSchedule.html\">Schedule: extension = General medicine (SNOMED CT#394802001); serviceType = General Practice</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2026-03-21 10:45:00-0400</p><p><b>end</b>: 2026-03-21 11:15:00-0400</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/booking-deep-link" ] ;
fhir:Extension.valueUrl [ fhir:value "https://ehr.example.org/booking/slots/123" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/booking-phone" ] ;
fhir:Extension.valueContactPoint [
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+1-555-123-4567" ]
]
] ;
fhir:Slot.schedule [
fhir:link <http://hl7.org/fhir/Schedule/ExampleSchedule> ;
fhir:Reference.reference [ fhir:value "Schedule/ExampleSchedule" ]
] ;
fhir:Slot.status [ fhir:value "free"] ;
fhir:Slot.start [ fhir:value "2026-03-21T10:45:00-04:00"^^xsd:dateTime] ;
fhir:Slot.end [ fhir:value "2026-03-21T11:15:00-04:00"^^xsd:dateTime] .
<http://hl7.org/fhir/Schedule/ExampleSchedule> a fhir:Schedule .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Slot/ExampleSlot.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Slot/ExampleSlot.ttl> .