Talk:1.3.6.1.4.1.19376.1.5.3.1.1.13.2.11: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
Kboone (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
 
{{Fixme|Update the code for procedures in the TF}}
=== Fixed: 10:51, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
=== Fixed: 10:51, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
Changed to newer style of entry to get Schematron generated<br/>
Changed to newer style of entry to get Schematron generated<br/>
Line 14: Line 14:
     See http://wiki.ihe.net/index.php?title&#61;1.3.6.1.4.1.19376.1.5.3.1.1.13.2.11
     See http://wiki.ihe.net/index.php?title&#61;1.3.6.1.4.1.19376.1.5.3.1.1.13.2.11
   &lt;/assert>
   &lt;/assert>
{{{3|}}}

Latest revision as of 11:10, 2 May 2009

This text needs to be fixed-->>Update the code for procedures in the TF<<--

Fixed: 10:51, 2 October 2008 (CDT) Kboone

Changed to newer style of entry to get Schematron generated

The Procedures and Interventions Section lists a required entry called Procedure (1.3.6.1.4.1.19376.1.5.3.1.4.19). However this template does not appear in the example and (more importantly) it is not being checked for in the provided schematron.

I am assuming that the table at the top of the page is correct and that there should be a rule that checks for the existence of Procedure. The fix was to add the following schematron rule:

  <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.19"]'>
    <!-- Verify that all required data elements are present -->
    Error: A(n) Procedures and Interventions Section must contain a
    Procedures Entry.
    See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.13.2.11
  </assert>