{
  "tableNumber": "0276",
  "id": "v2-0276",
  "name": "AppointmentReason",
  "title": "appointmentReason",
  "description": "Code system of concepts used to describe the kind of appointment or the reason why an appointment has been scheduled.  Used in HL7 Version 2.x messaging in the ARQ segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0276",
  "concepts": [
    {
      "code": "ROUTINE",
      "display": "Routine appointment - default if not valued"
    },
    {
      "code": "WALKIN",
      "display": "A previously unscheduled walk-in visit"
    },
    {
      "code": "CHECKUP",
      "display": "A routine check-up, such as an annual physical"
    },
    {
      "code": "FOLLOWUP",
      "display": "A follow up visit from a previous appointment"
    },
    {
      "code": "EMERGENCY",
      "display": "Emergency appointment"
    }
  ]
}