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

Participation Information (PRT) segment — HL7v2 v2.7+.

Introduced in HL7 v2.7 to replace ROL in many messages. Captures the
participation of a person, organization, location, device, or other
entity in an event (e.g., ordering provider, performing lab, specimen
collector).

10 fields per HL7 v2.7 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PRT{
  action_code: term(),
  action_reason: term(),
  extra_fields: term(),
  participant_location: term(),
  participant_organization_unit_type: term(),
  participation: term(),
  participation_device: term(),
  participation_instance_id: term(),
  participation_organization: term(),
  participation_person: term(),
  participation_person_provider_type: term()
}
```

---

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