Polaris FHIR Implementation Guide
1.9.4 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Polaris Appointment Example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="polaris-core-appointment-example-with-requestedPeriod"/>
  <meta>
    <profile
             value="https://fhir.apps.health/StructureDefinition/polaris-core-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Scheduled annual physical for Avery Linwood (requested Apr 1), fulfilled on April 8, 2025 at Cedarbrook Family Health Site A.</div>
  </text>
  <identifier>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-identifier"/>
    <value value="APPT-AVERY-20250408RP"/>
  </identifier>
  <status value="fulfilled"/>
  <start value="2025-04-08T09:00:00-06:00"/>
  <end value="2025-04-08T09:45:00-06:00"/>
  <participant>
    <actor>
      <identifier>
        <system
                value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
        <value value="1234567890"/>
      </identifier>
      <display value="Avery Linwood"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <identifier>
        <system
                value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"/>
        <value value="NAVARRO-PRAC-001"/>
      </identifier>
      <display value="Dr. Emil Navarro"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <requestedPeriod>
    <start value="2025-04-01T10:00:00-06:00"/>
  </requestedPeriod>
</Appointment>