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

Location Identification (LOC) segment -- HL7v2 v2.5.1.

Contains location identification information.
9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.LOC{
  extra_fields: term(),
  license_number: term(),
  location_address: term(),
  location_description: term(),
  location_equipment: term(),
  location_phone: term(),
  location_service_code: term(),
  location_type: term(),
  organization_name_loc: term(),
  primary_key_value: term()
}
```

---

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