<Appointment xmlns="http://hl7.org/fhir">
  <id value="DA043B10-7956-46F4-AA0A-6EE2997CF956" />
  <meta>
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment|1.1.0" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Phone assessment for home care services with Jane Doe</div>
  </text>
  <status value="booked" />
  <appointmentType>
    <text value="ASSESSMENT" />
  </appointmentType>
  <description value="Phone assessment for home care services" />
  <start value="2020-10-11T09:00:00+00:00" />
  <end value="2020-10-11T10:00:00+00:00" />
  <created value="2020-10-10" />
  <comment value="More information could be provided here." />
  <patientInstruction value="I will call you at your home # at the planned time." />
  <basedOn>
    <reference value="urn:uuid:24A332A0-D399-40AF-A88E-26604B7BA0FF" />
  </basedOn>
  <participant>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
        <code value="PART" />
      </coding>
    </type>
    <actor>
      <reference value="urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B" />
      <display value="Jane Doe" />
    </actor>
    <required value="required" />
    <status value="accepted" />
  </participant>
  <participant>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
        <code value="PART" />
      </coding>
    </type>
    <actor>
      <reference value="urn:uuid:F6F237B4-4FEB-4CE2-B5E1-81DD8883E4A6" />
      <display value="April May" />
    </actor>
    <required value="required" />
    <status value="accepted" />
  </participant>
</Appointment>