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

: Walk-in Appointment Example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="polaris-core-appointment-example-walk-in"/>
  <meta>
    <profile
             value="https://fhir.apps.health/StructureDefinition/polaris-core-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Walk-in appointment for Avery Linwood with Dr. Navarro on June 1 2026 at 1:30 PM. No Slot reference — patient walked in without a prior booking; the appointment was created directly without consuming a pre-existing free Slot.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-identifier"/>
    <value value="APPT-WALKIN-20260601"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-raw-code"/>
    <value value="oscar-appt-99822"/>
  </identifier>
  <status value="arrived"/>
  <serviceType>
    <coding>
      <system
              value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-servicetype-raw-code"/>
      <code value="W"/>
      <display value="Walk-in"/>
    </coding>
  </serviceType>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="WALKIN"/>
      <display value="Walk-in"/>
    </coding>
  </appointmentType>
  <start value="2026-06-01T13:30:00-04:00"/>
  <end value="2026-06-01T13:45:00-04:00"/>
  <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>