HL7v2.Segment.LOC (HL7v2 v3.10.1)

Copy Markdown View Source

Location Identification (LOC) segment -- HL7v2 v2.5.1.

Contains location identification information. 9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.LOC{
  extra_fields: term(),
  license_number: term(),
  location_address: term(),
  location_description: term(),
  location_equipment: term(),
  location_phone: term(),
  location_service_code: term(),
  location_type: term(),
  organization_name_loc: term(),
  primary_key_value: term()
}