Skip to content

GS1 QR Code

Terry Burton edited this page Oct 31, 2018 · 20 revisions

GS1 QR Code

GS1 QR Code is an implementation of the QR Code barcode symbology with GS1 formatted data.

Standards: ISO/IEC 18004, ITS - QR Code, GS1 General Specifications.

Data and Options

  • The data field input is provided in GS1 Application Identifier standard format starting with the mandatory (01) and (8200) Application Identifiers.
  • Note that it is not necessary to specify FNC1 characters since the encoder will insert these automatically where necessary.
  • The eclevel option is used to specify the error correction level:
    • eclevel=L - Low
    • eclevel=M - Medium (default)
    • eclevel=Q - Quality
    • eclevel=H - High
  • The version option is used to specify the size of the symbol, 1 to 40.
  • If the version is unspecified the encoder will default to creating a symbol that is the minimum size to represent the given data at the selected error correction level.

Example

Data:    (01)03453120000011(8200)http://www.abc.net
Options: 
Encoder: gs1qrcode

Data:    (01)03453120000011(8200)http://abc.net(10)XYZ(410)9501101020917
Options: 
Encoder: gs1qrcode


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally