HL7v2.Segment.LRL (HL7v2 v3.10.1)

Copy Markdown View Source

Location Relationship (LRL) segment -- HL7v2 v2.5.1.

Contains relationship information between locations. 6 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.LRL{
  extra_fields: term(),
  location_relationship_id: term(),
  location_relationship_value: term(),
  organizational_location_relationship_value: term(),
  patient_location_relationship_value: term(),
  primary_key_value: term(),
  segment_unique_key: term()
}