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 #37 from ehn-dcc-development/feature/value-sets-v1.6
Browse files Browse the repository at this point in the history
Update for eHN guidelines document for DCC value sets v1.6
  • Loading branch information
dslmeinte authored Dec 2, 2021
2 parents 8219c02 + 2223aac commit 5ae6d66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

* Change the versioning process, and document it in [`VERSIONING.md`](./VERSIONING.md).

* Update to eHN guidelines document for value sets, version 1.6:
1. New vaccine: “MVC COVID-19 vaccine“, ID'd as “MVC-COV1901”.
2. New manufacturer (for the new vaccine): “Medigen Vaccine Biologics Corporation”, ID'd as “ORG-100033914”.

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


## Release 2.3.0

Expand Down
7 changes: 7 additions & 0 deletions vaccine-mah-manf.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
"active": true,
"system": "http://ec.europa.eu/temp/vaccinemanufacturer",
"version": "1.5"
},
"ORG-100033914": {
"display": "Medigen Vaccine Biologics Corporation",
"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 @@ -141,6 +141,13 @@
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.5"
},
"MVC-COV1901": {
"display": "MVC COVID-19 vaccine",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.6"
}
}
}
Expand Down

0 comments on commit 5ae6d66

Please sign in to comment.