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
McCaffrey (talk | contribs)
New page: {{Fixme | 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 (mor...
 
Kboone (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Fixme |
{{Fixme|Update the code for procedures in the TF}}
=== Fixed: 10:51, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
Changed to newer style of entry to get Schematron generated<br/>
:


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.
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.
Line 11: 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>
}}

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>