Talk:1.3.6.1.4.1.19376.1.5.3.1.1.10: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
McCaffrey (talk | contribs)
Issue: Schematron rule misfiring...
 
McCaffrey (talk | contribs)
m Issue: Schematron rule misfiring...
 
Line 3: Line 3:
In the schematron:
In the schematron:


   <!-- Verify the document type code -->
   &lt;!-- Verify the document type code -->
   <assert test='cda:code[@code = "{{{LOINC}}}"]'>
   &lt;assert test&#61;'cda:code[@code &#61; "{{{LOINC}}}"]'>
     Error: The document type code of a Emergency Department Referral must be {{{LOINC}}}
     Error: The document type code of a Emergency Department Referral must be {{{LOINC}}}
   </assert>
   &lt;/assert>


...the LOINC code is missing.
...the LOINC code is missing.


}}
}}

Latest revision as of 11:36, 9 January 2009

This text needs to be fixed-->>

In the schematron:

  <!-- Verify the document type code -->
  <assert test='cda:code[@code = "{{{LOINC}}}"]'>
    Error: The document type code of a Emergency Department Referral must be {{{LOINC}}}
  </assert>

...the LOINC code is missing.

<<--