HL7v2.Segment.SLT (HL7v2 v3.10.1)

Copy Markdown View Source

Sterilization Lot (SLT) segment — HL7v2 v2.6+ (Chapter 17 Materials Management).

Identifies a sterilization lot and the device that processed it. Complements SCP (Sterilizer Configuration) and SDD (Sterilization Device Data) by tying a batch of items to a specific sterilizer run.

5 fields per HL7 v2.6 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.SLT{
  bar_code: term(),
  device_name: term(),
  device_number: term(),
  extra_fields: term(),
  item_identifier: term(),
  lot_number: term()
}