HL7v2.Segment.BLG (HL7v2 v3.10.1)

Copy Markdown View Source

Billing (BLG) segment — HL7v2 v2.5.1.

Contains billing information for charges, including when to charge, charge type, and account identification.

3 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.BLG{
  account_id: term(),
  charge_type: term(),
  extra_fields: term(),
  when_to_charge: term()
}