HL7v2.Segment.LDP (HL7v2 v3.10.1)

Copy Markdown View Source

Location Department (LDP) segment -- HL7v2 v2.5.1.

Contains department information for a location. 12 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.LDP{
  activation_date_ldp: term(),
  active_inactive_flag: term(),
  contact_phone: term(),
  extra_fields: term(),
  inactivated_reason: term(),
  inactivation_date_ldp: term(),
  location_cost_center: term(),
  location_department: term(),
  location_service: term(),
  primary_key_value: term(),
  specialty_type: term(),
  valid_patient_classes: term(),
  visiting_hours: term()
}