Talk:1.3.6.1.4.1.19376.1.5.3.1.1.4: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
McCaffrey (talk | contribs)
Issue: Schematron rule misfiring...
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Fixed|Add links|reference to numbered sections}}
=== Fixed: 12:58, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
Add links<br/>
: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.

<<--