HL7v2.Segment.ROL (HL7v2 v3.10.1)

Copy Markdown View Source

Role (ROL) segment — HL7v2 v2.5.1.

Communicates role information for providers associated with a patient encounter. Appears in ADT_A01 PATIENT, VISIT, PROCEDURE, and INSURANCE groups.

12 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.ROL{
  action_code: term(),
  extra_fields: term(),
  office_home_address_birthplace: term(),
  organization_unit_type: term(),
  phone: term(),
  provider_type: term(),
  role: term(),
  role_action_reason: term(),
  role_begin_date_time: term(),
  role_duration: term(),
  role_end_date_time: term(),
  role_instance_id: term(),
  role_person: term()
}