Talk:1.3.6.1.4.1.19376.1.5.3.1.1.3: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
McCaffrey (talk | contribs)
Schematron issue
 
McCaffrey (talk | contribs)
Issue: Schematron rule misfiring...
 
Line 6: Line 6:
</blockquote>
</blockquote>
...with an empty root.
...with an empty root.
}}
{{Fixme |
The schematron:
  &lt;!-- Verify the document type code -->
  &lt;assert test&#61;'cda:code[@code &#61; "{{{LOINC}}}"]'>
    Error: The document type code of a Referral Summary must be {{{LOINC}}}
  &lt;/assert>
...the LOINC code is missing.


}}
}}

Latest revision as of 11:40, 9 January 2009

This text needs to be fixed-->>

Last three schematron rules have the following empty assert check:

test='.//cda:templateId[@root = ""]'>

...with an empty root.

<<--

This text needs to be fixed-->>

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.

<<--