Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from ehn-dcc-development/release/2.6.0
Browse files Browse the repository at this point in the history
Release/2.6.0
  • Loading branch information
dslmeinte authored Jan 31, 2022
2 parents 701bbe5 + c47a8cf commit 7e85249
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 15 additions & 1 deletion vaccine-mah-manf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-auth-holders",
"valueSetDate": "2021-11-09",
"valueSetDate": "2022-01-26",
"valueSetValues": {
"ORG-100001699": {
"display": "AstraZeneca AB",
Expand Down Expand Up @@ -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": ""
}
}
}
37 changes: 36 additions & 1 deletion vaccine-medicinal-product.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-names",
"valueSetDate": "2021-11-09",
"valueSetDate": "2022-01-26",
"valueSetValues": {
"EU/1/20/1528": {
"display": "Comirnaty",
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 7e85249

Please sign in to comment.