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