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

<Schedule xmlns="http://hl7.org/fhir">
  <id value="polaris-core-schedule-example-navarro"/>
  <meta>
    <profile value="https://fhir.apps.health/StructureDefinition/polaris-core-schedule"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Dr. Emil Navarro's bookable calendar at Cedarbrook Family Health Site A. 90-day planning horizon from 2026-06-01.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-identifier"/>
    <value value="SCHED-NAVARRO-MAIN"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-raw-code"/>
    <value value="provider-42-default-template"/>
  </identifier>
  <active value="true"/>
  <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-schedule-servicetype-raw-code"/>
      <code value="A"/>
      <display value="Standard appointment"/>
    </coding>
  </serviceType>
  <actor>
    <reference value="PractitionerRole/dr-navarro-familymed-role"/>
    <display value="Dr. Emil Navarro — Family Medicine"/>
  </actor>
  <actor>
    <reference value="Location/cedarbrook-site-a"/>
    <display value="Cedarbrook Family Health Site A"/>
  </actor>
  <planningHorizon>
    <start value="2026-06-01T00:00:00-04:00"/>
    <end value="2026-08-30T23:59:59-04:00"/>
  </planningHorizon>
  <comment value="Recurring weekly template — Monday/Wednesday/Friday 8am-5pm, Tuesday/Thursday 9am-1pm."/>
</Schedule>