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 #61 from ehn-dcc-development/release/2.10.0
Browse files Browse the repository at this point in the history
Update value sets for guidelines document v1.13
  • Loading branch information
dslmeinte committed Dec 1, 2022
2 parents 0a7c8e6 + 1583afe commit 6084f38
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# 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 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

* Update to eHN guidelines document for value sets, version 1.11:
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.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.

Expand Down
13 changes: 10 additions & 3 deletions vaccine-medicinal-product.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-names",
"valueSetDate": "2022-09-13",
"valueSetDate": "2022-11-30",
"valueSetValues": {
"EU/1/20/1528": {
"display": "Comirnaty",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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": ""
}
}
}

0 comments on commit 6084f38

Please sign in to comment.