HL7v2.Segment.ILT (HL7v2 v3.10.1)

Copy Markdown View Source

Material Lot (ILT) segment — HL7v2 v2.6+ (Chapter 17 Materials Management).

Lot-specific tracking detail for inventory items. Complements ITM by capturing per-lot expiration dates, received-and-on-hand quantities, and lot-level cost data.

10 fields per HL7 v2.6 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.ILT{
  extra_fields: term(),
  inventory_expiration_date: term(),
  inventory_lot_number: term(),
  inventory_on_hand_date: term(),
  inventory_on_hand_quantity: term(),
  inventory_on_hand_quantity_unit: term(),
  inventory_received_date: term(),
  inventory_received_item_cost: term(),
  inventory_received_quantity: term(),
  inventory_received_quantity_unit: term(),
  set_id: term()
}