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 #31 from ehn-dcc-development/feat/issue-30-update-…
Browse files Browse the repository at this point in the history
…values-v1.5

Add vaccines and manufacturers according to update v1.5.
  • Loading branch information
dslmeinte authored Nov 16, 2021
2 parents 7b30140 + c585bc7 commit 69f5850
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change log

## Release 2.3.0

Changes:

1. New vaccines:
1. Abdala, used in Vietnam
2. WIBP-CorV, used in Vietnam
2. New manufacturers:
1. Center for Genetic Engineering and Biotechnology (CIGB) for Abdala
2. Sinopharm - Wuhan Institute of Biological Products for WIBP-CorV

The [guidelines document v1.5 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).


## Prior releases

Change log for releases before 2.3.0 are available through the [releases page](https://github.com/ehn-dcc-development/ehn-dcc-valuesets/releases).

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.2.0
Release: 2.3.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-09-29",
"valueSetDate": "2021-11-09",
"valueSetValues": {
"ORG-100001699": {
"display": "AstraZeneca AB",
Expand Down Expand Up @@ -134,6 +134,20 @@
"active": true,
"system": "https://spor.ema.europa.eu/v1/organisations",
"version": ""
},
"CIGB": {
"display": "Center for Genetic Engineering and Biotechnology",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccinemanufacturer",
"version": "1.5"
},
"Sinopharm-WIBP": {
"display": "Sinopharm - Wuhan Institute of Biological Products",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccinemanufacturer",
"version": "1.5"
}
}
}
16 changes: 15 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-09-29",
"valueSetDate": "2021-11-09",
"valueSetValues": {
"EU/1/20/1528": {
"display": "Comirnaty",
Expand Down Expand Up @@ -127,6 +127,20 @@
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.4"
},
"Abdala": {
"display": "Abdala",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.5"
},
"WIBP-CorV": {
"display": "WIBP-CorV",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.5"
}
}
}
Expand Down

0 comments on commit 69f5850

Please sign in to comment.