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

Charge Description Master (CDM) segment — HL7v2 v2.5.1.

Contains charge description master file detail information.

13 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.CDM{
  active_inactive_flag: term(),
  charge_code_alias: term(),
  charge_description_long: term(),
  charge_description_short: term(),
  contract_number: term(),
  contract_organization: term(),
  description_override_indicator: term(),
  exploding_charges: term(),
  extra_fields: term(),
  inventory_number: term(),
  primary_key_value: term(),
  procedure_code: term(),
  resource_load: term(),
  room_fee_indicator: term()
}
```

---

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