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

Commit

Permalink
add vaccine NVX-CoV2373 (missed until now)
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte committed Dec 7, 2021
1 parent c201ecc commit 862f70d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## Release 2.4.1

* Add vaccine NVX-CoV2373 - was missing until now.


## Release 2.4.0

* Change the versioning process, and document it in [`VERSIONING.md`](./VERSIONING.md).
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.4.0
Release: 2.4.1

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
7 changes: 7 additions & 0 deletions vaccine-medicinal-product.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"NVX-CoV2373": {
"display": "NVX-CoV2373",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
},
"Sputnik-V": {
"display": "Sputnik-V",
"lang": "en",
Expand Down

0 comments on commit 862f70d

Please sign in to comment.