Stream: implementers
Topic: Querying via CQL?
Paul Lynch (Feb 25 2020 at 16:58):
Is it possible to search a FHIR server using CQL (or FHIRPath)? I saw some posts that looked like people might have been working in this direction, but they were old.
Bryn Rhodes (Feb 25 2020 at 17:07):
Yes, it definitely is, here's an ad-hoc query app, for example: http://cql-runner.dataphoria.org/ that you can point to any FHIR server.
Bryn Rhodes (Feb 25 2020 at 17:10):
There's also a cql stream
Vibin_chander (Mar 03 2022 at 06:34):
Can we run CQL on existing HAPI FHIR server?
Bryn Rhodes (Mar 08 2022 at 21:01):
@Vibin_chander The current HAPI server supports the $evaluate-measure operation when the Measure is defined using CQL. The CQF Ruler is a set of HAPI FHIR plugins that provide support for additional CQL operations such as $cql and Library/$evaluate.
Last updated: Apr 12 2022 at 19:14 UTC