HL7v2.Segment.AIS (HL7v2 v3.10.1)

Copy Markdown View Source

Appointment Information — Service (AIS) segment — HL7v2 v2.5.1.

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

Summary

Types

t()

@type t() :: %HL7v2.Segment.AIS{
  allow_substitution_code: term(),
  duration: term(),
  duration_units: term(),
  extra_fields: term(),
  filler_status_code: term(),
  filler_supplemental_service_information: term(),
  placer_supplemental_service_information: term(),
  segment_action_code: term(),
  set_id: term(),
  start_date_time: term(),
  start_date_time_offset: term(),
  start_date_time_offset_units: term(),
  universal_service_identifier: term()
}