HL7v2.Segment.AIL (HL7v2 v3.10.1)

Copy Markdown View Source

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

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

Summary

Types

t()

@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()
}