This wiki has undergone a migration to Confluence found Here
Difference between revisions of "FHIRPath Implementations"
Jump to navigation
Jump to search
Bryn rhodes (talk | contribs) |
Bryn rhodes (talk | contribs) |
||
Line 9: | Line 9: | ||
[http://www.healthintersections.com.au/?p=2386 FHIR Plugin for Notepad++] | [http://www.healthintersections.com.au/?p=2386 FHIR Plugin for Notepad++] | ||
+ | |||
+ | There is a test harness for FHIRPath here: | ||
+ | |||
+ | [https://github.com/brianpos/FhirPathTester https://github.com/brianpos/FhirPathTester] | ||
The CQL-to-ELM translator that is maintained as part of the tooling for Clinical Quality Language is incorporating FHIRPath as part of the 1.2 branch: | The CQL-to-ELM translator that is maintained as part of the tooling for Clinical Quality Language is incorporating FHIRPath as part of the 1.2 branch: | ||
[https://github.com/cqframework/clinical_quality_language/tree/v12 CQL-to-ELM Translator v12] | [https://github.com/cqframework/clinical_quality_language/tree/v12 CQL-to-ELM Translator v12] |
Revision as of 22:33, 6 December 2016
Known implementations for FHIRPath
- JavaScript: http://niquola.github.io/fhirpath-demo/#/
- Java RI: In the FHIR build tooling at org.hl7.fhir.dstu3.utils.FHIRPathEngine
- Pascal RI: https://github.com/grahamegrieve/fhirserver/blob/master/reference-platform/dstu3/FhirPath.pas
- .NET RI: https://github.com/ewoutkramer/fhir-net-fhirpath
In addition, there is a Notepad++ FHIR Plugin that enables evaluation of FHIRPath expressions:
There is a test harness for FHIRPath here:
https://github.com/brianpos/FhirPathTester
The CQL-to-ELM translator that is maintained as part of the tooling for Clinical Quality Language is incorporating FHIRPath as part of the 1.2 branch: