Branded UI Fixed

This commit is contained in:
2025-09-28 04:32:17 +00:00
parent 0f0087d756
commit 3c281adb2c
193 changed files with 19151 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{% for cqfmComment in include.resource.extension.where(url = 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-artifactComment') %}
{% if cqfmComment.extension.where(url = 'text').exists() %}
{%include default.html header='Comment' content=cqfmComment.extension.where(url = 'text').value %}
{% endif %}
{% endfor %}
{% for cqfComment in include.resource.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/cqf-artifactComment') %}
{% if cqfComment.extension.where(url = 'text').exists() %}
{%include default.html header='Comment' content=cqfComment.extension.where(url = 'text').value %}
{% endif %}
{% endfor %}
{% for cqfKnowledgeCap in include.resource.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability') %}
{%include default.html header='Knowledge Capability' content=cqfKnowledgeCap.value %}
{% endfor %}
{% for cpgKnowledgeCap in include.resource.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability') %}
{%include default.html header='Knowledge Capability' content=cpgKnowledgeCap.value %}
{% endfor %}
{% for cpgKnowledgeRepLevel in include.resource.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel') %}
{%include default.html header='Knowledge Representation Level' content=cpgKnowledgeRepLevel.value %}
{% endfor %}
{% for cqfKnowledgeRepLevel in include.resource.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel') %}
{%include default.html header='Knowledge Representation Level' content=cqfKnowledgeRepLevel.value %}
{% endfor %}