Skip to content

Commit

Permalink
* Update ART-DECOR codebooks file to use https instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
aderidder committed Sep 5, 2022
1 parent b773c03 commit 8c8ca03
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ Semantic interoperability of clinical data requires the use of a common vocabula

By using the definitions from such codebooks, a user ensures interoperability with all datasets using these definitions, thus increasing the FAIRness of the data.

***Learn more about the iCRF Generator in the [publication](https://f1000research.com/articles/9-81). If you use the iCRF Generator for your project, please cite the paper!***
**We've received funding from the NWO (Open Science Fund) to further develop the iCRF Generator!**<br>
The following will be added in future updates:
* Support for OpenEHR - Specifically, codebooks from ckm.openehr.org will be made available for reuse
* Support for ODM-XML
* Improvements to the User Interface

***Learn more about the iCRF Generator in the [publication](https://f1000research.com/articles/9-81). If you use the iCRF Generator for your project, please cite the paper!***

## News
New in 1.2.6:
* ART-DECOR made some changes which breaks the download of codebooks; instead of http, https has to be used. The file containing the default codebooks is updated with this change. If you don't feel like grabbing the new distribution, you can also just update the codebooks.txt file in the cache directory - change any http to https and you should be fine.

New in 1.2.4 / 1.2.5:
* Log4j updated to newest version for security reasons

Expand Down Expand Up @@ -93,7 +102,7 @@ TODO: find out whether it is possible to change this, especially the JavaFX bit.
Find our plans for future improvements [here](docs/roadmap.md)!

## About
The iCRF Generator was designed and created by **Sander de Ridder** (VUmc 2019) and Jeroen Beliën (VUmc).\
The iCRF Generator was designed and created by **Sander de Ridder** (VUmc 2019) and **Jeroen Beliën** (VUmc).\
Testers & Consultants:
* Gerben Rienk Visser (Trial Data Solutions)
* REDCap testing - Wessel Sloof (UMCG)
Expand All @@ -107,6 +116,6 @@ iCRFGenerator is distributed in the hope that it will be useful, but WITHOUT ANY


<div style="text-align:center">
<img src="docs/images/rib.png" height="100">&nbsp;<img src="docs/images/healthri_white.png" height="100">&nbsp;<img src="docs/images/kwf_white.png" height="100">&nbsp;<img src="docs/images/vumc_white.png" height="100"><br>
<img src="docs/images/NWO.jpg" height="100"> <img src="docs/images/rib_new.png" height="100">&nbsp;<img src="docs/images/healthri_white.png" height="100">&nbsp;<img src="docs/images/kwf_white.png" height="100"><br>
<img src="docs/images/aumc_white.png" height="60">
</div>
Binary file added docs/images/NWO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/rib_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>iCRFGenerator</groupId>
<artifactId>iCRFGenerator</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>


<properties>
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/defaultCodebooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
# name<tab>prefix<tab>server<tab>group_is_item<tab>skip_language
#
# example:
# Basisgegevenssset Zorg 2017 bgz2017- http://decor.nictiz.nl/services/ false
# Basisgegevenssset Zorg 2017 bgz2017- https://decor.nictiz.nl/services/ false
#
Basisgegevenssset Zorg 2017 bgz2017- http://decor.nictiz.nl/services/ false
CBS doodsoorzakenstatistiek cbs-dstat- http://decor.nictiz.nl/services/ false
FAIRGenomes fairgenomes- http://decor.nictiz.nl/services/ false
Labuitwisseling lu- http://decor.nictiz.nl/services/ false
PALGA Colonbiopt Protocol ppcolbio- http://decor.nictiz.nl/services/ false
PALGA Colonrectum Carcinoom Protocol ppcolcar- http://decor.nictiz.nl/services/ false
RIVM bevolkingsonderzoeken rivmsp- http://decor.nictiz.nl/services/ false en-US
VASCA vasca- http://decor.nictiz.nl/services/ false
Zorginformatiebouwstenen 2017 zib2017bbr- http://decor.nictiz.nl/services/ false
Zorginformatiebouwstenen 2020 zib2020bbr- http://decor.nictiz.nl/services/ false
Basisgegevenssset Zorg 2017 bgz2017- https://decor.nictiz.nl/services/ false
CBS doodsoorzakenstatistiek cbs-dstat- https://decor.nictiz.nl/services/ false
FAIRGenomes fairgenomes- https://decor.nictiz.nl/services/ false
Labuitwisseling lu- https://decor.nictiz.nl/services/ false
PALGA Colonbiopt Protocol ppcolbio- https://decor.nictiz.nl/services/ false
PALGA Colonrectum Carcinoom Protocol ppcolcar- https://decor.nictiz.nl/services/ false
RIVM bevolkingsonderzoeken rivmsp- https://decor.nictiz.nl/services/ false en-US
VASCA vasca- https://decor.nictiz.nl/services/ false
Zorginformatiebouwstenen 2017 zib2017bbr- https://decor.nictiz.nl/services/ false
Zorginformatiebouwstenen 2020 zib2020bbr- https://decor.nictiz.nl/services/ false

0 comments on commit 8c8ca03

Please sign in to comment.