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 Slot Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Slot",
  "id" : "polaris-core-slot-example-busy",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Booked slot on Dr. Navarro's schedule, June 1 2026 at 10:00 AM (Eastern Time). Status transitioned to 'busy' by the booking system when the corresponding Appointment was created.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-identifier",
      "value" : "42-20260601-40"
    },
    {
      "use" : "secondary",
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-raw-code",
      "value" : "20260601-10:00-A"
    }
  ],
  "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",
  "start" : "2026-06-01T10:00:00-04:00",
  "end" : "2026-06-01T10:15:00-04:00"
}