Stream: german (d-a-ch)
Topic: Fhirpath Tester
Robert Fruth (Apr 28 2020 at 13:45):
Hallo zusammen, gibt es eine Empfehlung für einen Fhirpath Expression Tester? Der Tester von brianpos (https://github.com/brianpos/FhirPathTester) funktioniert oft - aber für einige Expressions nicht (zB für die exists Operation mit criteria). Vielen Dank
Simone Heckmann (Apr 28 2020 at 14:36):
Ich verwende immer https://hl7.github.io/fhirpath.js/
Simone Heckmann (Apr 28 2020 at 14:37):
exists() mit Kriterium funktioniert dort...
Oliver Egger (Apr 28 2020 at 20:04):
- vscode-fhir-tools das auch auf fhirpath.js basiert.
- Java Validator hat auch eine Option FHIRPath auszuführen (nicht ganz so interaktiv ...): -fhirpath [FHIRPath] * [FHIRPath] the FHIRPath expression to evaluate -fhirpath requires the parameters -source. ig may be used to provide a logical model
Last updated: Apr 12 2022 at 19:14 UTC