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
<Slot xmlns="http://hl7.org/fhir">
<id value="polaris-core-slot-example-busy"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-core-slot"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<identifier>
<use value="official"/>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-identifier"/>
<value value="42-20260601-40"/>
</identifier>
<identifier>
<use value="secondary"/>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-slot-raw-code"/>
<value value="20260601-10:00-A"/>
</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"/>
<start value="2026-06-01T10:00:00-04:00"/>
<end value="2026-06-01T10:15:00-04:00"/>
</Slot>