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

: Appointment With Slot Linkage - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="polaris-core-appointment-example-with-slot"/>
  <meta>
    <profile
             value="https://fhir.apps.health/StructureDefinition/polaris-core-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Booked appointment for Avery Linwood with Dr. Navarro on June 1 2026 at 10:00 AM. Created from the booked Slot (polaris-core-slot-example-busy) via the FHIR booking flow.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-identifier"/>
    <value value="APPT-AVERY-20260601"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-raw-code"/>
    <value value="oscar-appt-99821"/>
  </identifier>
  <status value="booked"/>
  <serviceType>
    <coding>
      <system
              value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-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>
  <start value="2026-06-01T10:00:00-04:00"/>
  <end value="2026-06-01T10:15:00-04:00"/>
  <slot>🔗 
    <reference value="Slot/polaris-core-slot-example-busy"/>
  </slot>
  <participant>
    <actor>🔗 
      <reference value="Location/cedarbrook-site-a"/>
      <display value="Cedarbrook Family Health Site A"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Patient/avery-linwood"/>
      <display value="Avery Linwood"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="PractitionerRole/dr-navarro-familymed-role"/>
      <display value="Dr. Emil Navarro — Family Medicine"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>