Difference between revisions of "Talk:1.3.6.1.4.1.19376.1.5.3.1.1.11.2"

From IHE Wiki
Jump to navigation Jump to search
(Issue: Schematron is looking for entries at the wrong level.)
(Issue: Added possible replacement schematron.)
Line 17: Line 17:
  
 
The test is looking for the entry at the wrong location.  It is looking for the entry at the ClinicalDocument level and not at the section level...
 
The test is looking for the entry at the wrong location.  It is looking for the entry at the ClinicalDocument level and not at the section level...
 +
 +
Here is what we believe the schematron should look like:
 +
<blockquote>
 +
  &lt;assert test&#61;"//cda:section[cda:templateId/@root&#61;'1.3.6.1.4.1.19376.1.5.3.1.3.13']/cda:entry/cda:act/cda:entryRelationship/cda:observation/cda:value[@code&#61;'300916003']"><br />
 +
    Antepartum Summary Requires an observation of Latex Allergy to be<br />
 +
    asserted.  This may be negated via the negationInd attribute.<br />
 +
  &lt;/assert><br />
 +
</blockquote>
  
 
}}
 
}}

Revision as of 16:40, 3 December 2008

Known Issues:

wiki template needs:

  • represent binding to paper form (eg, if looking to represent "anesthesia consult planned?" which section). Previously this was in a separate table.

Lkm13 13:00, 26 May 2007 (CDT)

This text needs to be fixed-->>Needs a LOINC Code<<--

This text needs to be fixed-->> Schematron issue. The last three schematrons are in the following form:

<assert test="cda:entry/cda:observation/cda:value[@code='300916003']">
Antepartum Summary Requires an observation of Latex Allergy to be
asserted. This may be negated via the negationInd attribute.
</assert>

The test is looking for the entry at the wrong location. It is looking for the entry at the ClinicalDocument level and not at the section level...

Here is what we believe the schematron should look like:

<assert test="//cda:section[cda:templateId/@root='1.3.6.1.4.1.19376.1.5.3.1.3.13']/cda:entry/cda:act/cda:entryRelationship/cda:observation/cda:value[@code='300916003']">
Antepartum Summary Requires an observation of Latex Allergy to be
asserted. This may be negated via the negationInd attribute.
</assert>

<<--