HL7v2.Segment.PRD (HL7v2 v3.10.1)

Copy Markdown View Source

Provider Data (PRD) segment -- HL7v2 v2.5.1.

Contains provider data for referrals and other messages. 9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.PRD{
  effective_end_date_of_provider_role: term(),
  effective_start_date_of_provider_role: term(),
  extra_fields: term(),
  preferred_method_of_contact: term(),
  provider_address: term(),
  provider_communication_information: term(),
  provider_identifiers: term(),
  provider_location: term(),
  provider_name: term(),
  provider_role: term()
}