SMART Scheduling Links
1.0.0-ballot - STU 1 Ballot International flag

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 New and Existing Patients

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Slot",
  "id" : "AcceptNewAndExistingPatients",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-slot"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Slot AcceptNewAndExistingPatients</b></p><a name=\"AcceptNewAndExistingPatients\"> </a><a name=\"hcAcceptNewAndExistingPatients\"> </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\">Language: en</p><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 newpt}\">Accepting new and existing patients</span></p><p><b>schedule</b>: <a href=\"Schedule-ExampleSchedule.html\">Schedule: 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>"
  },
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/accepting-patients",
        "code" : "newpt"
      }
    ]
  },
  "schedule" : {
    🔗 "reference" : "Schedule/ExampleSchedule"
  },
  "status" : "free",
  "start" : "2026-03-21T10:45:00-04:00",
  "end" : "2026-03-21T11:15:00-04:00"
}