We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider adding .references() fluent functions as proposed in Cooking with CQL Session 82:
.references()
define fluent function references(reference FHIR.Reference, resource FHIR.Resource): resource.id = Last(Split(reference.reference, '/')) define fluent function references(references List<FHIR.Reference>, resource FHIR.Resource): exists (references R where R.references(resource))
https://github.com/cqframework/CQL-Formatting-and-Usage-Wiki/blob/master/Source/Cooking%20With%20CQL/82/TestHIVAssay.md#fhir-references
The text was updated successfully, but these errors were encountered:
#10: Added references fluent function to facilitate reference comparison
de430ff
No branches or pull requests
Consider adding
.references()
fluent functions as proposed in Cooking with CQL Session 82:https://github.com/cqframework/CQL-Formatting-and-Usage-Wiki/blob/master/Source/Cooking%20With%20CQL/82/TestHIVAssay.md#fhir-references
The text was updated successfully, but these errors were encountered: