# `HL7v2.Segment.ROL`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/rol.ex#L1)

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.

# `t`

```elixir
@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()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
