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) m (Updated CQL translator description and link) |
|||
Line 1: | Line 1: | ||
− | == Known implementations for FHIRPath == | + | ==Known implementations for FHIRPath== |
− | * JavaScript: [fhirpath.js https://github.com/HL7/fhirpath.js] | + | *JavaScript: [fhirpath.js https://github.com/HL7/fhirpath.js] |
− | * Java RI: In the FHIR build tooling at org.hl7.fhir.dstu3.utils.FHIRPathEngine | + | *Java RI: In the FHIR build tooling at org.hl7.fhir.dstu3.utils.FHIRPathEngine |
− | * Pascal RI: | + | *Pascal RI: https://github.com/grahamegrieve/fhirserver - see the library |
− | * .NET RI: [https://github.com/ewoutkramer/fhir-net-fhirpath https://github.com/ewoutkramer/fhir-net-api] - the .NET api includes a FhirPath evaluator. | + | *.NET RI: [https://github.com/ewoutkramer/fhir-net-fhirpath https://github.com/ewoutkramer/fhir-net-api] - the .NET api includes a FhirPath evaluator. |
In addition, there is a Notepad++ FHIR Plugin that enables evaluation of FHIRPath expressions: | In addition, there is a Notepad++ FHIR Plugin that enables evaluation of FHIRPath expressions: | ||
Line 12: | Line 12: | ||
There is a test harness for FHIRPath here: | 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 | + | The CQL-to-ELM translator that is maintained as part of the tooling for Clinical Quality Language supports FHIRPath: |
− | [https://github.com/cqframework/clinical_quality_language | + | [https://github.com/cqframework/clinical_quality_language CQL-to-ELM Translator] |
Latest revision as of 20:01, 5 October 2019
Known implementations for FHIRPath
- JavaScript: [fhirpath.js https://github.com/HL7/fhirpath.js]
- Java RI: In the FHIR build tooling at org.hl7.fhir.dstu3.utils.FHIRPathEngine
- Pascal RI: https://github.com/grahamegrieve/fhirserver - see the library
- .NET RI: https://github.com/ewoutkramer/fhir-net-api - the .NET api includes a FhirPath evaluator.
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 supports FHIRPath: