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
: Slot Accepting Only Existing Patients
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/AcceptOnlyExistingPatients> a fhir:Slot ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AcceptOnlyExistingPatients"] ;
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 "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot AcceptOnlyExistingPatients</b></p><a name=\"AcceptOnlyExistingPatients\"> </a><a name=\"hcAcceptOnlyExistingPatients\"> </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>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/accepting-patients existptonly}\">Accepting existing patients only</span></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:Slot.appointmentType [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/accepting-patients" ] ;
fhir:Coding.code [ fhir:value "existptonly" ]
]
] ;
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/AcceptOnlyExistingPatients.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Slot/AcceptOnlyExistingPatients.ttl> .