HL7v2.Segment.TQ2 (HL7v2 v3.10.1)

Copy Markdown View Source

Timing/Quantity Relationship (TQ2) segment — HL7v2 v2.5.1.

Defines relationships between TQ1 segments, enabling complex sequencing, cycling, and conditional execution of service requests.

10 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.TQ2{
  cyclic_entry_exit_indicator: term(),
  cyclic_group_maximum_number_of_repeats: term(),
  extra_fields: term(),
  related_filler_number: term(),
  related_placer_group_number: term(),
  related_placer_number: term(),
  sequence_condition_code: term(),
  sequence_condition_time_interval: term(),
  sequence_results_flag: term(),
  set_id: term(),
  special_service_request_relationship: term()
}