Talk:1.3.6.1.4.1.19376.1.5.3.1.1.1

From IHE Wiki
Revision as of 15:27, 19 December 2008 by McCaffrey (talk | contribs) (Issue: Schematron rule not valid.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This text needs to be fixed-->>

We believe there is an issue with the auto-generated schematron rule:

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

The rule should either not exist (the CDA4CDT Header rules only require that that the code element exist but do not specify what it shall/should be and there does not appear to be any text in this specification constraining that rule further) or there should be a valid LOINC code in there, not "{{{LOINC}}}".

<<--