cqframework / cqframework/cqf-tooling

Add query planning for target environments

Open
#220 1 comment 0 reactions 1 assignee View on GitHub

@brynrhodes is already working on this.

Since Apr 13, 2021.

enhancement
Dominant language
Java
Stars
22
Forks
26
PR merge metrics
No merged PRs in 30d

Description

CQL is a platform-independent query representation, and may be evaluated in different environments. The most efficient evaluation strategy often depends on the capabilities of target environments, resulting in the need for a query planning step that considers target environments.

Specifically, initial capabilities need to support:

  1. Optimizations for date range (translator issues 544, 545, and 546)
  2. Include optimizations for medication references from a MedicationRequest resource.
  3. Rewrite of primary code path for a retrieve based on capabilities (code vs category in MedicationRequest)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.