diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a01c8..2384d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## Release 2.6.0 + +* Update to eHN guidelines document for value sets, version 1.8: + 1. Inclusion of the following vaccines: + - Covovax from Serum Institute of India, WHO approved + - Sputnik M from Gamaleya-Institute + - EpiVacCorona-N from Vector-Institute + - Vidprevtyn from Sanofi Pasteur, also in rolling review by EMA + - VLA2001 from Valneva France, also in rolling review by EMA + 2. Inclusion of the following MAH: + - ORG-100000788 (Sanofi Pasteur) + - ORG-100036422 (Valneva France) + + The [guidelines document v1.8 has been adopted and published](https://ec.europa.eu/health/sites/default/files/ehealth/docs/digital-green-value-sets_en.pdf) through the [eHealth network page on the EU DCC](https://ec.europa.eu/health/ehealth/covid-19_en). + + ## Release 2.5.0 * Update to eHN guidelines document for value sets, version 1.7: diff --git a/README.md b/README.md index 3ee7fd5..45d4c4c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the value sets referenced by the EU Digital COVID Certificate (DCC) [JSON Schema](https://github.com/ehn-dcc-development/ehn-dcc-schema). -Release: 2.5.0 +Release: 2.6.0 Note that these value sets do not form a core part of the [JSON Schema](https://github.com/ehn-dcc-development/ehn-dcc-schema) but are referenced by it. These value sets can (and should) be regularly updated and distributed from the main Digital COVID Certificate Gateway (DCCG), under clear versioning and release management. diff --git a/vaccine-mah-manf.json b/vaccine-mah-manf.json index ba7e909..993d84b 100644 --- a/vaccine-mah-manf.json +++ b/vaccine-mah-manf.json @@ -1,6 +1,6 @@ { "valueSetId": "vaccines-covid-19-auth-holders", - "valueSetDate": "2021-11-09", + "valueSetDate": "2022-01-26", "valueSetValues": { "ORG-100001699": { "display": "AstraZeneca AB", @@ -155,6 +155,20 @@ "active": true, "system": "https://spor.ema.europa.eu/v1/organisations", "version": "" + }, + "ORG-100000788": { + "display": "Sanofi Pasteur", + "lang": "en", + "active": true, + "system": "https://spor.ema.europa.eu/v1/organisations", + "version": "" + }, + "ORG-100036422": { + "display": "Valneva France", + "lang": "en", + "active": true, + "system": "https://spor.ema.europa.eu/v1/organisations", + "version": "" } } } diff --git a/vaccine-medicinal-product.json b/vaccine-medicinal-product.json index fe8dce5..bc91fac 100644 --- a/vaccine-medicinal-product.json +++ b/vaccine-medicinal-product.json @@ -1,6 +1,6 @@ { "valueSetId": "vaccines-covid-19-names", - "valueSetDate": "2021-11-09", + "valueSetDate": "2022-01-26", "valueSetValues": { "EU/1/20/1528": { "display": "Comirnaty", @@ -162,6 +162,41 @@ "active": true, "system": "https://ec.europa.eu/health/documents/community-register/html/", "version": "" + }, + "Covovax": { + "display": "Covovax", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.8" + }, + "Vidprevtyn": { + "display": "Vidprevtyn", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.8" + }, + "VLA2001": { + "display": "VLA2001", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.8" + }, + "EpiVacCorona-N": { + "display": "EpiVacCorona-N", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.8" + }, + "Sputnik-M": { + "display": "Sputnik M", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.8" } } }