HL7v2.Segment.LCC (HL7v2 v3.10.1)

Copy Markdown View Source

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.

Summary

Types

t()

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