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

Commit

Permalink
Merge pull request #67 from admin-ch/feature/update-vacc-valuesets
Browse files Browse the repository at this point in the history
Feature: update vaccine valuesets
  • Loading branch information
martinalig authored Nov 4, 2021
2 parents 217cb5b + e48c64f commit 83df066
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-auth-holders",
"valueSetDate": "2021-05-07",
"valueSetDate": "2021-09-29",
"valueSetValues": {
"ORG-100001699": {
"display": "AstraZeneca AB",
Expand Down Expand Up @@ -106,6 +106,20 @@
"active": true,
"system": "https://spor.ema.europa.eu/v1/organisations",
"version": ""
},
"Fiocruz": {
"display": "Fiocruz",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccinemanufacturer",
"version": "1.3"
},
"ORG-100007893": {
"display": "R-Pharm CJSC",
"lang": "en",
"active": true,
"system": "https://spor.ema.europa.eu/v1/organisations",
"version": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"valueSetId": "vaccines-covid-19-names",
"valueSetDate": "2021-05-07",
"valueSetDate": "2021-09-29",
"valueSetValues": {
"EU/1/20/1528": {
"display": "Comirnaty",
Expand Down Expand Up @@ -91,7 +91,21 @@
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.0"
"version": "1.2"
},
"Covid-19-recombinant": {
"display": "Covid-19 (recombinant)",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.3"
},
"R-COVI": {
"display": "R-COVI",
"lang": "en",
"active": true,
"system": "http://ec.europa.eu/temp/vaccineproductname",
"version": "1.3"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void testFileHash() throws Exception {

@Test
public void testFileHashMultiple() throws Exception {
String expected = "W/\"b5d6378f8e394515f1cef6802f36c8ff86f2c425\"";
String expected = "W/\"f47e636a2d68e29a3bdd5e702dc2942eff29628d\"";
List<String> pathsToValueSets =
ValueSetsController.PATHS_TO_VALUE_SETS.stream()
.map(p -> "classpath:" + p)
Expand Down

0 comments on commit 83df066

Please sign in to comment.