From 3abde45406c209634ba1aab8398e7c82afd1314e Mon Sep 17 00:00:00 2001 From: Meinte Boersma Date: Fri, 18 Nov 2022 09:34:21 +0100 Subject: [PATCH 1/3] Update value sets for guidelines document v1.13 (to be adopted). --- CHANGELOG.md | 14 ++++++++++++++ vaccine-medicinal-product.json | 11 +++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa12402..5b6df77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change log +## Release 2.10.0 + +* Update to eHN guidelines document for value sets, version 1.13: + 1. New vaccine entry added: “VidPrevtyn Beta“, ID'd as “EU/1/21/1580”, and previously known as “Vidprevtyn” (which is both its display name and its ID). + This new entry does not have an explicit version because it's an EMA-approved vaccine, and EMA has their own versioning system. + 2. Existing vaccine ID'd as “Vidprevtyn” has been deprecated. + This is expressed in the corresponding entry in the `vaccines-covid-19-names` value set by: + * Adding the postfix ` (deprecated)` to the `display` field's value; + * Setting the `active` field's value to `false`, indicating that this vaccine ID should not be used anymore for new vaccines. + + The [guidelines document v1.13 has **yet to be** 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). + Version 1.12 of this document has also been adopted after v1.11, but only adds a textual clarification which has no impact on the (implementation of the) value sets themselves. + + ## Release 2.9.0 * Update to eHN guidelines document for value sets, version 1.11: diff --git a/vaccine-medicinal-product.json b/vaccine-medicinal-product.json index c475075..7862643 100644 --- a/vaccine-medicinal-product.json +++ b/vaccine-medicinal-product.json @@ -171,9 +171,9 @@ "version": "1.8" }, "Vidprevtyn": { - "display": "Vidprevtyn", + "display": "Vidprevtyn (deprecated)", "lang": "en", - "active": true, + "active": false, "system": "http://ec.europa.eu/temp/vaccineproductname", "version": "1.8" }, @@ -260,6 +260,13 @@ "active": true, "system": "https://ec.europa.eu/health/documents/community-register/html/", "version": "" + }, + "EU/1/21/1580": { + "display": "VidPrevtyn Beta", + "lang": "en", + "active": true, + "system": "https://ec.europa.eu/health/documents/community-register/html/", + "version": "" } } } From 618e36fa46cbff00e86665ad9a6e42801d9c1cf8 Mon Sep 17 00:00:00 2001 From: Meinte Boersma Date: Thu, 1 Dec 2022 11:22:45 +0100 Subject: [PATCH 2/3] Prepare for release of version 2.10.0 after adoption of value sets v1.13. --- CHANGELOG.md | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6df77..b9134ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ * Adding the postfix ` (deprecated)` to the `display` field's value; * Setting the `active` field's value to `false`, indicating that this vaccine ID should not be used anymore for new vaccines. - The [guidelines document v1.13 has **yet to be** 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). - Version 1.12 of this document has also been adopted after v1.11, but only adds a textual clarification which has no impact on the (implementation of the) value sets themselves. + The [guidelines document v1.13 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). + + Version 1.12 of this document has also been adopted after v1.11, but v1.12 only adds a textual clarification which has no impact on the (implementation of the) value sets themselves, and which has been removed again in v1.13. ## Release 2.9.0 diff --git a/README.md b/README.md index 3bf7a3a..503da57 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.9.0 +Release: 2.10.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. From 1583afe31a815f26630833b70c03861bc131ab30 Mon Sep 17 00:00:00 2001 From: Meinte Boersma Date: Thu, 1 Dec 2022 11:24:42 +0100 Subject: [PATCH 3/3] Set `valueSetDate` to date of adoption in a eHN Coordinated Actions meeting. --- vaccine-medicinal-product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaccine-medicinal-product.json b/vaccine-medicinal-product.json index 7862643..fa24ba5 100644 --- a/vaccine-medicinal-product.json +++ b/vaccine-medicinal-product.json @@ -1,6 +1,6 @@ { "valueSetId": "vaccines-covid-19-names", - "valueSetDate": "2022-09-13", + "valueSetDate": "2022-11-30", "valueSetValues": { "EU/1/20/1528": { "display": "Comirnaty",