-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeSystem as first-class type #259
Comments
JSRankins
changed the title
Value Set Reference Capability in CQL 1.5
ValueSetRef and CodeSystemRef as first-class types
Jan 12, 2022
JSRankins
changed the title
ValueSetRef and CodeSystemRef as first-class types
CodeSystemRef as first-class type
Jan 12, 2022
Adding a note of support for this feature from NCQA. |
cmoesel
changed the title
CodeSystemRef as first-class type
CodeSystem as first-class type
Oct 18, 2022
The CQL CodeSystem type represents a reference to a code system, allowing that code system to be passed into CQL functions. To demonstrate how this might work, consider the following example:
Much like the case for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ValueSetRef and CodeSystemRef were added as first-class types in CQL 1.5. Refer to http://www.hl7.org/dstucomments/showdetail_comment.cfm?commentid=1908. Some issues are being fixed with CQL 1.5.2 and have been addressed in the 1.5.6 CQL-to-ELM Translator. Capability needs to be added to the execution engine to support this 1.5 feature. This is a request to add capability for CodeSystemRef. Issue 226 is about adding ValueSetRef capability.
The text was updated successfully, but these errors were encountered: