HL7v2.Segment.VND (HL7v2 v3.10.1)

Copy Markdown View Source

Purchasing Vendor (VND) segment — HL7v2 v2.6+ (Chapter 17 Materials Management).

Vendor master data: identifier, name, contact, and regulatory information for a purchasing vendor supplying material items.

10 fields per HL7 v2.6 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.VND{
  approving_regulatory_agency: term(),
  contract_agreement: term(),
  corporation: term(),
  extra_fields: term(),
  highest_level_of_concern_code: term(),
  primary_contact: term(),
  primary_vendor_indicator: term(),
  set_id: term(),
  vendor_catalog_number: term(),
  vendor_identifier: term(),
  vendor_name: term()
}