Stream: inferno
Topic: Inferno Terminology Generation Failure
Nathan Loyer (Dec 11 2020 at 19:14):
Hi,
I'm running into an issue when trying to generate the terminology definitions for the Inferno ONC Program Edition. There's a good summary of it here: https://github.com/onc-healthit/inferno-program/issues/209
I also think it is related to the issue here: https://chat.fhir.org/#narrow/stream/179166-implementers/topic/HL7.20Validator/near/218323094
I ran into this while trying to update to the latest version of Inferno, 1.4.0
Nathan Loyer (Dec 11 2020 at 19:15):
@Yunwei Wang
Yunwei Wang (Dec 11 2020 at 19:37):
Are you using docker image or github repo?
Michael O'Keefe (Dec 11 2020 at 19:53):
Hello @Nathan Loyer . This is an unfortunate side-effect of the SSL certificate expiration issues from a few weeks ago. There is a workaround that you can use until we're able to fix the underlying issue. If you're using Inferno from the GitHub repository, you can edit the config.yml
file that's at the root of the Inferno installation to set disable_verify_peer
to true
(by default it should be false
). This will let you download the required terminology files. We highly recommmend resetting that variable to false
before running any tests with Inferno.
Nathan Loyer (Dec 11 2020 at 19:55):
I'm following the instructions in the github repo including the part where it recommends downloading the zip file from umls manually. I will try toggling that setting
Nathan Loyer (Dec 12 2020 at 04:26):
yep, that worked. although I had to clear out the temp directories and re build the docker image first
Nathan Loyer (Dec 12 2020 at 04:26):
thanks!
Last updated: Apr 12 2022 at 19:14 UTC