<ValueSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir http://hl7.org/fhir/R4/valueset.xsd" xmlns="http://hl7.org/fhir">
  <id value="eReferral-AppointmentReasonCodes" />
  <url value="http://ehealthontario.ca/fhir/ValueSet/eReferral-appointment-reason-codes" />
  <version value="1.0.0" />
  <name value="AppointmentReasonCodes" />
  <status value="draft" />
  <publisher value="eHealth Ontario" />
  <description value="Codes supported by eHealth Ontario for Appointment reason codes" />
  <compose>
    <include>
      <system value="http://hl7.org/fhir/AppointmentReasonCodes" />
      <concept>
        <code value="Intake" />
        <display value="An appointment used to collect the patient information required to initiate a service" />
      </concept>
      <concept>
        <code value="Assessment" />
        <display value="An appointment focused on performing a formal assessment of a patient" />
      </concept>
      <concept>
        <code value="Event" />
        <display value="A generic appointment, for example with a patient to provide an organization’s healthcare service program" />
      </concept>
      <concept>
        <code value="Meeting" />
        <display value="An appointment that is not necessarily related to the direct provision of a service, such as a planning meeting" />
      </concept>
      <concept>
        <code value="Workshop" />
        <display value="A hands on session to work through a process or problem, often in an informal setting with many participants" />
      </concept>
      <concept>
        <code value="Class" />
        <display value="An education session where the primary objective is learning, often in a formal setting with many participants" />
      </concept>
      <concept>
        <code value="Consultation" />
        <display value="A meeting with an expert or professional, such as a medical doctor, in order to seek advice " />
      </concept>
      <concept>
        <code value="Screening" />
        <display value="An appointment used to do preliminary evaluation on a patient for condition or service eligibility,  usually before a full assessment or initiation of service" />
      </concept>
      <concept>
        <code value="Information Session" />
        <display value="A session where the goal is to communicate information, such as an info session about a specific program the patient is interested in works" />
      </concept>
    </include>
  </compose>
</ValueSet>