# `HL7v2.Segment.SLT`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/slt.ex#L1)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
