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

Practitioner Detail (PRA) segment -- HL7v2 v2.5.1.

Contains practitioner detail information.
12 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PRA{
  date_entered_practice: term(),
  date_left_practice: term(),
  extra_fields: term(),
  government_reimbursement_billing_eligibility: term(),
  institution: term(),
  practitioner_category: term(),
  practitioner_group: term(),
  practitioner_id_numbers: term(),
  primary_key_value: term(),
  privileges: term(),
  provider_billing: term(),
  set_id: term(),
  specialty: term()
}
```

---

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