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

Location Charge Code (LCC) segment -- HL7v2 v2.5.1.

Contains charge code information associated with a location.
4 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.LCC{
  accommodation_type: term(),
  charge_code: term(),
  extra_fields: term(),
  location_department: term(),
  primary_key_value: term()
}
```

---

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