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

Location Department (LDP) segment -- HL7v2 v2.5.1.

Contains department information for a location.
12 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.LDP{
  activation_date_ldp: term(),
  active_inactive_flag: term(),
  contact_phone: term(),
  extra_fields: term(),
  inactivated_reason: term(),
  inactivation_date_ldp: term(),
  location_cost_center: term(),
  location_department: term(),
  location_service: term(),
  primary_key_value: term(),
  specialty_type: term(),
  valid_patient_classes: term(),
  visiting_hours: term()
}
```

---

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