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

Location Relationship (LRL) segment -- HL7v2 v2.5.1.

Contains relationship information between locations.
6 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.LRL{
  extra_fields: term(),
  location_relationship_id: term(),
  location_relationship_value: term(),
  organizational_location_relationship_value: term(),
  patient_location_relationship_value: term(),
  primary_key_value: term(),
  segment_unique_key: term()
}
```

---

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