Value Sets Overview¶
Welcome to the Zarish FHIR Profiles value sets documentation. Below you will find a list of all available value sets generated from the repository.
Value Sets¶
{% for vs in site.pages %} {% if vs.path contains "valuesets/" and vs.path != "valuesets/index.md" %} - {% if vs.title %}{{ vs.title }}{% else %}{{ vs.fileSlug | replace:"-"," " | title }}{% endif %} {% endif %}
This page is automatically generated by the documentation build process.