Branded UI Fixed
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user