This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
green-pass-simple/js/vaccine-medicinal-product.js

91 lines
2.4 KiB
JavaScript
Raw Normal View History

2021-11-20 17:35:01 +01:00
product = {
2021-11-20 17:30:16 +01:00
"valueSetId": "vaccines-covid-19-names",
"valueSetDate": "2021-04-27",
"valueSetValues": {
"EU/1/20/1528": {
"display": "Comirnaty",
"lang": "en",
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
},
"EU/1/20/1507": {
"display": "COVID-19 Vaccine Moderna",
"lang": "en",
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
},
"EU/1/21/1529": {
"display": "Vaxzevria",
"lang": "en",
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
},
"EU/1/20/1525": {
"display": "COVID-19 Vaccine Janssen",
"lang": "en",
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
},
"CVnCoV": {
"display": "CVnCoV",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"Sputnik-V": {
"display": "Sputnik-V",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"Convidecia": {
"display": "Convidecia",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"EpiVacCorona": {
"display": "EpiVacCorona",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"BBIBP-CorV": {
"display": "BBIBP-CorV",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"Inactivated-SARS-CoV-2-Vero-Cell": {
"display": "Inactivated SARS-CoV-2 (Vero Cell)",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"CoronaVac": {
"display": "CoronaVac",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"Covaxin": {
"display": "Covaxin (also known as BBV152 A, B, C)",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
}
}
}