Difference between revisions of "Talk:1.3.6.1.4.1.19376.1.5.3.1.1.9.15"

From IHE Wiki
Jump to navigation Jump to search
(New page: {{Fixme | The schematron rules flag "Vessels" as an optional section. However, Vessels is not listed in the example, nor is it in the table (or anywhere else on the page). I'm currently...)
 
m
 
Line 1: Line 1:
{{Fixme |
 
  
The schematron rules flag "Vessels" as an optional section.  However, Vessels is not listed in the example, nor is it in the table (or anywhere else on the page).  I'm currently presuming that the schematron is correct and that "Vessels" should be listed along with the other optional sections.
+
=== Fixed: 14:16, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
 +
Corrected CDA Section template<br/>
 +
:The schematron rules flag "Vessels" as an optional section.  However, Vessels is not listed in the example, nor is it in the table (or anywhere else on the page).  I'm currently presuming that the schematron is correct and that "Vessels" should be listed along with the other optional sections.
  
}}
+
{{{3|}}}
  
{{Fixme |
 
  
The schematron assert:
+
 
 +
=== Fixed: 14:16, 2 October 2008 (CDT) [[User:Kboone|Kboone]] ===
 +
Corrected CDA Section template<br/>
 +
:The schematron assert:
  
 
<assert test&#61;'templateId[@root&#61;"1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>
 
<assert test&#61;'templateId[@root&#61;"1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>
Line 15: Line 18:
 
<assert test&#61;'cda:templateId[@root&#61;"1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>
 
<assert test&#61;'cda:templateId[@root&#61;"1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>
  
}}
+
{{{3|}}}

Latest revision as of 14:16, 2 October 2008

Fixed: 14:16, 2 October 2008 (CDT) Kboone

Corrected CDA Section template

The schematron rules flag "Vessels" as an optional section. However, Vessels is not listed in the example, nor is it in the table (or anywhere else on the page). I'm currently presuming that the schematron is correct and that "Vessels" should be listed along with the other optional sections.



Fixed: 14:16, 2 October 2008 (CDT) Kboone

Corrected CDA Section template

The schematron assert:

<assert test='templateId[@root="1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>

is missing the cda namespace on the templateId. It should be:

<assert test='cda:templateId[@root="1.3.6.1.4.1.19376.1.5.3.1.3.24"]'>