HL7v2.Segment.CDM (HL7v2 v3.10.1)

Copy Markdown View Source

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

Contains charge description master file detail information.

13 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@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()
}