omegas

Vaccination data block from the EU vaccine certificate

Oct 18th, 2021 (edited)
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.87 KB | None | 0 0
  1. // Vaccination data block from the EU vaccine certificate
  2.  
  3.     'v': [{'ci': 'URN:UVCI:01:FI:3AI591234512345YBZIO#B',  // Unique certificate identifier
  4.            'co': 'FI',  // Country code (or organization responsible)
  5.            'dn': 2,  // Sequence number for this dose
  6.            'dt': '2021-08-09',  // Vaccination date
  7.            'is': 'The Social Insurance Institution of Finland',  // Certificate issuer
  8.            'ma': 'ORG-100030215',  // Vaccine marketing authorisation holder or manufacturer
  9.            'mp': 'EU/1/20/1528',  // Medicinal product used for this specific dose
  10.            'sd': 2,  // Total number of doses
  11.            'tg': '840539006',  // Code for Disease or agent targeted
  12.            'vp': 'J07BX03'  // Type of the vaccine or prophylaxis used
  13.         }],
  14.  
  15. // Use VacDec to decode vaccination certifate QR codes https://github.com/hannob/vacdec
Add Comment
Please, Sign In to add comment