cqframework / cqframework/cql-execution
Support InCodeSystem/AnyInCodeSystem
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 38
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 1
Description
The InCodeSystem/AnyInCodeSystem operations allows authors to determine if a String, Code, or Concept is in a given CodeSystem, or if a List of the previously mentioned types overlaps the codes in a given CodeSystem (see Appendix B).
CQL Execution currently only supports code equality and equivalence (code to code). CQL Execution does not currently have any way of expanding a CodeSystem or querying a CodeSystem. Supporting InCodeSystem would require more advanced terminological support, especially since some code systems are quite large!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CQL specification links for InCodeSystem, AnyInCodeSystem, and Appendix B, then inspect the existing code equality and equivalence support in this repository. Done requires terminology support that can expand or query a CodeSystem and evaluate String, Code, Concept, and List inputs, but the issue names no implementation files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100