Talk:1.3.6.1.4.1.19376.1.5.3.1.1.3
Last three schematron rules have the following empty assert check:
test='.//cda:templateId[@root = ""]'>
...with an empty root.
<<--
The schematron:
<!-- Verify the document type code -->
<assert test='cda:code[@code = "{{{LOINC}}}"]'>
Error: The document type code of a Referral Summary must be {{{LOINC}}}
</assert>
...the LOINC code is missing.
<<--