# `HL7v2.Segment.AIL`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/ail.ex#L1)

Appointment Information — Location Resource (AIL) segment — HL7v2 v2.5.1.

Contains location-specific scheduling information.
12 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.AIL{
  allow_substitution_code: term(),
  duration: term(),
  duration_units: term(),
  extra_fields: term(),
  filler_status_code: term(),
  location_group: term(),
  location_resource_id: term(),
  location_type: term(),
  segment_action_code: term(),
  set_id: term(),
  start_date_time: term(),
  start_date_time_offset: term(),
  start_date_time_offset_units: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
