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 - XML Representation

Raw xml | Download


<Slot xmlns="http://hl7.org/fhir">
  <id value="polaris-core-slot-example-busy-tentative"/>
  <meta>
    <profile
             value="https://fhir.apps.health/StructureDefinition/polaris-core-slot"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-identifier"/>
    <value value="42-20260601-44"/>
  </identifier>
  <serviceType>
    <coding>
      <system
              value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-servicetype-raw-code"/>
      <code value="A"/>
      <display value="Standard appointment"/>
    </coding>
  </serviceType>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="ROUTINE"/>
      <display value="Routine appointment"/>
    </coding>
  </appointmentType>
  <schedule>🔗 
    <reference value="Schedule/polaris-core-schedule-example-navarro"/>
  </schedule>
  <status value="busy-tentative"/>
  <start value="2026-06-01T11:00:00-04:00"/>
  <end value="2026-06-01T11:15:00-04:00"/>
  <comment
           value="Held by booking client booking-app-instance-7; hold expires at 11:15 if not confirmed."/>
</Slot>