{% for population in include.group.population %} {% if population.code.exists() and population.code.coding.exists() %}
{{population.description}}
{% else %} Description: No description provided {% endif %} {% if population.criteria.exists() %} {% if population.criteria.language.startsWith('text/cql') and population.criteria.expression.exists() and include.library.exists() %} {% assign logicDefAnchor = '#' + include.library.first().replaceMatches('.*/Library/', '').lower().replace(' ', '-') + '-' + population.criteria.expression.lower().replace(' ', '-') %} Logic Definition: {{population.criteria.expression}} {% endif %} {% endif %}