FHIR Chat · FhirPathTester · fhirpath

Stream: fhirpath

Topic: FhirPathTester


view this post on Zulip Simone Heckmann (Apr 16 2019 at 10:46):

@Brian Postlethwaite
I am currently trying to run the FhirPathTester on my machine.
I downloaded the files from https://github.com/brianpos/FhirPathTester/releases/tag/v1.0.3 (except the source code packages) and ran the .exe
The application launches, but as soon as I press any button (extract/validate/parse), the app terminates without an error. Microsoft event log shows a
System.IO.FileLoadException.
I tried on two different Win10 machines and had the same results. Am I missing a file/dll?

view this post on Zulip Simone Heckmann (Apr 16 2019 at 11:03):

Application: FhirPathTester.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileLoadException at FhirPathTester.MainWindow.ButtonGo_Click(System.Object, System.Windows.RoutedEventArgs)

view this post on Zulip Brian Postlethwaite (Apr 16 2019 at 11:47):

I'll look i to this, has been reported by several folks.

view this post on Zulip Brian Postlethwaite (Apr 16 2019 at 11:49):

The R4 stuff was an older build.

view this post on Zulip nicola (RIO/SS) (Apr 16 2019 at 11:55):

@Brian Postlethwaite probably you can use our test suite - https://github.com/HL7/fhirpath.js/tree/master/test/cases

view this post on Zulip Brian Postlethwaite (Apr 16 2019 at 12:01):

Thanks, I'll take a peek. The tool is using ewout's .net fhirpath assembly. Along with a few minor additions.

view this post on Zulip nicola (RIO/SS) (Apr 16 2019 at 12:13):

We have nice yaml cases organized as spec

view this post on Zulip Brian Postlethwaite (Jul 11 2019 at 13:12):

Not that the fhir .net client has been updated to 1.3 its now compatible with the FhirPathTester again, and all my old functionality is now available again, and through the public pacakges.
https://github.com/brianpos/FhirPathTester/releases/tag/v1.0.4
The Zip with the Exe and associated DLLs is there that you can download, extract and run.
For those that had issues with the last version, please try again and let me know if you're still having file load issues. @Simone Heckmann

view this post on Zulip Brian Postlethwaite (Jun 29 2021 at 05:02):

Working on a new release of the FhirPathTester, and have a candidate in source control - not the store yet.
It's now updated to 1.9.0 (the last version with DSTU2 support in it - still deciding what I can do about that, as the port 1.9.x versions can't co-exist with the final dstu2 version)
There are several new features in this, notably selecting the context for evaluation (useful for testing invariants or SDC expressions)
Code is in this branch if you want to build it yourself, or reach out to me if you want a private build https://github.com/brianpos/fhirpathtester/tree/feature/experimental-context
(still some questions on usability of the features - so no public release just yet)

view this post on Zulip Ward Weistra (Jul 02 2021 at 13:11):

I'd love to test a private build @Brian Postlethwaite :thank_you:

view this post on Zulip Brian Postlethwaite (Jul 02 2021 at 21:57):

Will let you know when it's set. Source is already on github if you want to build it locally. (UWP one in the project)
Send me your ms account email address and I'll add you to the beta test channel in the store when I push it there.

view this post on Zulip Ward Weistra (Jul 04 2021 at 14:54):

@Brian Postlethwaite Great, ward@fire.ly should be the account


Last updated: Apr 12 2022 at 19:14 UTC