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
m
(Issue: Schematron rule misfiring...)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
=== Fixed: 12:58, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
 
=== Fixed: 12:58, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
 
Add links<br/>
 
Add links<br/>
 
:reference to numbered sections {{{3|}}}
 
:reference to numbered sections {{{3|}}}
 +
 +
 +
{{ Fixme |
 +
 +
In the schematron:
 +
 +
  &lt;!-- Verify the document type code -->
 +
  &lt;assert test&#61;'cda:code[@code &#61; "{{{LOINC}}}"]'>
 +
    Error: The document type code of a Discharge Summary must be {{{LOINC}}}
 +
  &lt;/assert>
 +
 +
...the LOINC code is missing.
 +
 +
}}

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.

<<--