FHIR Chat · New FHIR Toolkit · implementers

Stream: implementers

Topic: New FHIR Toolkit


view this post on Zulip Grahame Grieve (May 22 2018 at 01:31):

I've just released a new version of the FHIR toolkit. This version has a new front-end for the FHIR Validator, since a lot of people are having trouble with the myriad options made available by the command line interface. In the future, I'll be asking anybody reporting validation problems to use the UI in the toolkit before I look it.

view this post on Zulip Grahame Grieve (May 22 2018 at 01:31):

the toolkit is available here: http://www.healthintersections.com.au/FhirServer

view this post on Zulip Grahame Grieve (May 22 2018 at 01:34):

umm, that is, for windows users. I'm hoping to get the OSX version updated later this week

view this post on Zulip Grahame Grieve (Jun 04 2018 at 02:36):

ok I have a new version out, and the OSX version is go this time

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:08):

You can’t open the application “FHIRToolkit.app” because it may be damaged or incomplete.
:-(

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:10):

oh? that's not a security thing?

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:11):

as in. I don't know how to sign the app right now...

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:24):

It's not the "this app is from an unknown source" problem - that's an easy work-around.
Inspecting the packaging, I think it's because you've got FHIRToolkit.app/Contents/MacOS/FHIRToolkitR4 and FHIRToolkit.app/Contents/MacOS/FHIRToolkitR3 but the app itself is FHIRToolkit

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:25):

Yep, that's exactly the problem - I renamed FHIRToolkitR3 as FHIRToolkit and it launched perfectly

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:38):

oh ok great thanks

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:40):

though i'm not sure how to solve that... I guess i can't include both the R3 and R4 binaries in the one application....

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:46):

You could have a helper app that prompts the user to choose and then launches the selected one. Or you have two Apps

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:47):

yes. I'll think about that

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:48):

Also, when I try to use the package manager to install hl7.fhir.core 3.0.1 I get:

Unable to find package for https://hl7.org/fhir: Error connecting with SSL.
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number.

view this post on Zulip Michael Lawley (Jun 13 2018 at 00:49):

seems to work fine for 3.4.0 though

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:55):

oh. that's actually an library/openSSL issue. I thought I had nailed that. - the library initialises openSSL after it opens the connection, and the initialization may take longer than the servers allow to get the handshake started.

view this post on Zulip Grahame Grieve (Jun 13 2018 at 00:57):

getting to the bottom of that was one of my least favourite debugging sessions

view this post on Zulip Igor Sirkovich (Jun 19 2018 at 14:54):

The same issue on my mac: I can load 3.4.0, but get an error when trying to load 3.0.1 Screen-Shot-2018-06-19-at-10.28.25.png

view this post on Zulip Igor Sirkovich (Jun 19 2018 at 14:54):

The error seems to be different though.


Last updated: Apr 12 2022 at 19:14 UTC