<?xml version="1.0" encoding="UTF-8"?>

<Slot xmlns="http://hl7.org/fhir">
  <id value="polaris-core-slot-example-free"/>
  <meta>
    <profile value="https://fhir.apps.health/StructureDefinition/polaris-core-slot"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Free 15-minute slot on Dr. Navarro's schedule, June 1 2026 at 9:00 AM (Eastern Time).</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-identifier"/>
    <value value="42-20260601-36"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-raw-code"/>
    <value value="20260601-09:00-A"/>
  </identifier>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="17"/>
      <display value="General Practice"/>
    </coding>
  </serviceCategory>
  <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="free"/>
  <start value="2026-06-01T09:00:00-04:00"/>
  <end value="2026-06-01T09:15:00-04:00"/>
</Slot>