---
# jekyll header
level: 2
template: base
active: format
layout: fhir-artifact
type: {{[type]}}
id: {{[id]}}
---
{% case '{{[type]}}' %}
{% when 'ValueSet' %}
{% include {{[type]}}-{{[id]}}-summary.xhtml %}
{% include {{[type]}}-{{[id]}}-xref.xhtml %}
{% include {{[type]}}-{{[id]}}-cld.xhtml %}
Expansion
{% include {{[type]}}-{{[id]}}-expansion.xhtml %}
{% when 'OperationDefinition' %}
{% include {{[type]}}-{{[name]}}.xhtml %}
{% capture my-include %}{% include {{[id]}}.md %}{% endcapture %}{{ my-include | markdownify }}
{% else %}
{{[type]}}: {{[id]}}
{% include {{[type]}}-{{[name]}}.xhtml %}
{% endcase %}