FHIR Chat · fhirpathtester · dotnet

Stream: dotnet

Topic: fhirpathtester


view this post on Zulip Brian Postlethwaite (Oct 02 2017 at 23:36):

For all you FhirPathTester fans out there, I have pushed a new build to github with the latest fhir/fhirpath assembly references
https://github.com/brianpos/FhirPathTester
Also included is the way that you can build a UWP or other new project definition with both STU3 and DSTU2 added to the project

view this post on Zulip Brian Postlethwaite (Oct 02 2017 at 23:36):

(Yes, both the WPF and UWP versions now support both DSTU2 and STU3 - at the same time)

view this post on Zulip Brian Postlethwaite (Oct 12 2017 at 06:44):

New version of FhirPathTester (WPF) is now available, and it validates the expression against the object that you are passing in.
Yes, it checks the property names are valid with the model you have (even if there are no values in the test instance)

view this post on Zulip Brian Postlethwaite (Oct 12 2017 at 06:44):

pasted-image.png

view this post on Zulip Brian Postlethwaite (Nov 16 2017 at 09:10):

There is now a compiled version of the app available on GitHub
https://github.com/brianpos/FhirPathTester/releases/tag/v1.0.1

view this post on Zulip shivnath shelake (Nov 16 2017 at 13:16):

Hi..
I am looking for creating FHIR resource for patient like Care-plan, Goal Practitioner etc...
is any sample c# code available for creating same on FHIR server..

view this post on Zulip Brian Postlethwaite (Apr 13 2018 at 03:25):

To all you fhirpathtester fans out there. There is a new release that now includes support for the R4 formats.
It also enables you to quickly switch to/from XML/json and does a pretty print in the process.
https://github.com/brianpos/FhirPathTester/releases/tag/v1.0.2

view this post on Zulip Brian Postlethwaite (Sep 29 2018 at 16:29):

I've just pushed the code and also released a compiled version of the FhirPathTester with the latest FHIR Client included.
https://github.com/brianpos/FhirPathTester/releases/tag/v1.0.3

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

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.
(rather than having to download all the files individually)

view this post on Zulip Brian Postlethwaite (Aug 28 2019 at 20:37):

And yet another build of the fhirpath tester is available, this time its now conveniently in the Microsoft Store (yes still for windows only)
https://www.microsoft.com/store/productId/9NXV8QDQ154V
(note if you're building UWP apps for the Store, the 1.3 public libs don't work :sad: and you will need to use custom libs - native built assemblies from the store don't permit Code Generation which is used by the parsers)
As this build has now surpassed the features of the WPF version, I will no longer be enhancing the WPF version, but will keep it compiling for those that want it)

view this post on Zulip Brian Postlethwaite (Aug 28 2019 at 20:45):

pasted image
Just a sneak peek at what you can expect from the new version

  • status line: line/col of cursor in the resource
  • status line: fhirpath location of the cursor in the resource
  • status line: versions of fhir the resource is valid in
  • switching between xml/json
  • tooltip for the fhirpath location of the result item(s) in the output pane

view this post on Zulip Vadim Peretokin (Aug 29 2019 at 06:13):

Takes a really long while to install, but I can confirm it works!

view this post on Zulip Brian Postlethwaite (Aug 29 2019 at 09:08):

Thanks Vadim

view this post on Zulip Ewout Kramer (Sep 09 2019 at 14:55):

@Brian Postlethwaite - The netstandard1.1 version of the libraries has codegen switched off, those should work....or is there no way to select that version specifically with UWP apps?

view this post on Zulip Brian Postlethwaite (Sep 10 2019 at 03:33):

To be honest, didn't try.

view this post on Zulip Ewout Kramer (Sep 10 2019 at 08:54):

Maybe we can try it together next week? If it works, it would be something to document for the iOS users!


Last updated: Apr 12 2022 at 19:14 UTC