Difference between revisions of "Talk:1.3.6.1.4.1.19376.1.5.3.1.1.4"

From IHE Wiki
Jump to navigation Jump to search
(Issue: Schematron rule misfiring...)
(Issue: Schematron rule misfiring...)
 
Line 10: Line 10:
 
   <!-- Verify the document type code -->
 
   <!-- Verify the document type code -->
 
   <assert test='cda:code[@code = "{{{LOINC}}}"]'>
 
   <assert test='cda:code[@code = "{{{LOINC}}}"]'>
     Error: The document type code of a Emergency Department Referral must be {{{LOINC}}}
+
     Error: The document type code of a Discharge Summary must be {{{LOINC}}}
 
   </assert>
 
   </assert>
  

Latest revision as of 11:43, 9 January 2009

Fixed: 12:58, 2 October 2008 (CDT) Kboone

Add links

reference to numbered sections


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 Discharge Summary must be {{{LOINC}}}
  </assert>

...the LOINC code is missing.

<<--