--- --- {% include fragment-pagebegin.html %}

Publish Box goes here

{{site.data.pages[page.path].title}}

{% assign intro = site.data.pages[page.path].intro %} {% if site.data.pages[page.path].intro != null %}
{% include {{intro}} %}
{% endif %}

Summary

{% include {{[type]}}-{{[id]}}-summary.xhtml %}

This Code system is referenced in the content logical definition of the following value sets:

{% include {{[type]}}-{{[id]}}-xref.xhtml %} {% include {{[type]}}-{{[id]}}-content.xhtml %} {% assign notes = site.data.pages[page.path].notes %} {% if site.data.pages[page.path].notes != null %}
{% include {{notes}} %}
{% endif %}
{% include fragment-pageend.html %}