Polaris FHIR Implementation Guide
1.10.0 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Busy-Tentative Slot Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Slot",
  "id" : "polaris-core-slot-example-busy-tentative",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Mid-hold slot on Dr. Navarro's schedule, June 1 2026 at 11:00 AM. A booking client has the slot held while a patient confirms; status will transition to 'busy' on confirm or back to 'free' if the hold times out. The Oscar converter never writes this status — only the booking system does.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-identifier",
      "value" : "42-20260601-44"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-servicetype-raw-code",
          "code" : "A",
          "display" : "Standard appointment"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "ROUTINE",
        "display" : "Routine appointment"
      }
    ]
  },
  "schedule" : {
    🔗 "reference" : "Schedule/polaris-core-schedule-example-navarro"
  },
  "status" : "busy-tentative",
  "start" : "2026-06-01T11:00:00-04:00",
  "end" : "2026-06-01T11:15:00-04:00",
  "comment" : "Held by booking client booking-app-instance-7; hold expires at 11:15 if not confirmed."
}