HL7v2.Segment.PRA (HL7v2 v3.10.1)

Copy Markdown View Source

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

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

Summary

Types

t()

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