HL7v2.Segment.PRT (HL7v2 v3.10.1)

Copy Markdown View Source

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.

Summary

Types

t()

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