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

Update for v1.15 of EU DCC Valuesets #76

Merged
merged 2 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## Release 2.12.0

**TODO**
* Update to eHN guidelines document for value sets, version 1.15:
1. New vaccine entry added: “Bimervax“, ID'd as “EU/1/22/1709”.
This new entry does not have an explicit version because it's an EMA-approved vaccine, and EMA has their own versioning system.
2. Addition of a marketing authorization holder or manufacturer “Hipra Human Health S.L.” for the new vaccine entry, ID'd as “ORG-100036914”.
3. Addition of a vaccine encoding instruction corresponding to the combination of sub items 1 and 2.

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

* Implement validation of valuesets against the EU DCC Schema.
* Implement a Git hook that runs that validation prior to committing.

* Improve the documentation - [README](./README.md) an [VERSIONING](./VERSIONING.md) - in various ways.
* Fix not-yet-renamed links to repos which formerly were prefixed with "`ehn-dcc-`".


## Release 2.11.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All of the file found in this repository should be considered for reference usag

Release: 2.12.0


## Overview

Here is an overview of the files available in this repository. The column "managed on" describes the place where the value-set is managed. In most cases that is in this GitHub repository. Those valuesets will usually be very close to the versions provided on the EU DGC Gateway. As they are managed in the GitHub they will always be the newest version, just bear in mind that the version provided by the EU DGC Gateway is always considered the **current** version.
Expand Down
1 change: 1 addition & 0 deletions annex-A/table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Soberana 02 Soberana-02 Finlay-Institute 28531000087107 Also known as FINLAY-FR-
Soberana Plus Soberana-Plus Finlay-Institute 28531000087107 Also known as FINLAY-FR-1A.
COVID-19 Vaccine Valneva "EU/1/21/1624" ORG-100036422 28531000087107 Previously known as VLA2001.
VidPrevtyn Beta EU/1/21/1580 ORG-100000788 28531000087107 Previously known as Vidprevtyn.
Bimervax EU/1/22/1709 ORG-100036914 28531000087107 Previously known as COVID-19 Vaccine HIPRA
10 changes: 9 additions & 1 deletion vaccine-encoding-instructions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-encoding-instructions",
"valueSetDate": "2023-01-26",
"valueSetDate": "2023-05-05",
"valueSetValues": {
"Comirnaty": {
"vaccine-code": "EU/1/20/1528",
Expand Down Expand Up @@ -320,6 +320,14 @@
"28531000087107"
],
"note": "Previously known as Vidprevtyn."
},
"Bimervax": {
"vaccine-code": "EU/1/22/1709",
"vaccine-manufacturer": "ORG-100036914",
"sct-codes": [
"28531000087107"
],
"note": "Previously known as COVID-19 Vaccine HIPRA"
}
}
}
7 changes: 7 additions & 0 deletions vaccine-mah-manf.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@
"active": true,
"system": "http://ec.europa.eu/temp/vaccinemanufacturer",
"version": "1.10"
},
"ORG-100036914": {
"display": "Hipra Human Health S.L.",
"lang": "en",
"active": true,
"system": "https://spor.ema.europa.eu/v1/organisations",
"version": ""
}
}
}
7 changes: 7 additions & 0 deletions vaccine-medicinal-product.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,13 @@
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
},
"EU/1/22/1709": {
"display": "Bimervax",
"lang": "en",
"active": true,
"system": "https://ec.europa.eu/health/documents/community-register/html/",
"version": ""
}
}
}