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

Location Characteristic (LCH) segment -- HL7v2 v2.5.1.

Contains characteristics of a location.
5 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.LCH{
  extra_fields: term(),
  location_characteristic_id: term(),
  location_characteristic_value: term(),
  primary_key_value: term(),
  segment_unique_key: term()
}
```

---

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