HL7v2.Segment.ARQ (HL7v2 v3.10.1)

Copy Markdown View Source

Appointment Request (ARQ) segment -- HL7v2 v2.5.1.

Contains appointment request information for scheduling. 25 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.ARQ{
  appointment_duration: term(),
  appointment_duration_units: term(),
  appointment_reason: term(),
  appointment_type: term(),
  entered_by_location: term(),
  entered_by_person: term(),
  entered_by_phone_number: term(),
  extra_fields: term(),
  filler_appointment_id: term(),
  filler_order_number: term(),
  occurrence_number: term(),
  parent_filler_appointment_id: term(),
  parent_placer_appointment_id: term(),
  placer_appointment_id: term(),
  placer_contact_address: term(),
  placer_contact_location: term(),
  placer_contact_person: term(),
  placer_contact_phone_number: term(),
  placer_group_number: term(),
  placer_order_number: term(),
  priority_arq: term(),
  repeating_interval: term(),
  repeating_interval_duration: term(),
  request_event_reason: term(),
  requested_start_date_time_range: term(),
  schedule_id: term()
}