Talk:1.3.6.1.4.1.19376.1.5.3.1.1.11.2

From IHE Wiki
Revision as of 17:07, 3 December 2008 by McCaffrey (talk | contribs) (Added schematron.)
Jump to navigation Jump to search

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>

<assert test="//cda:section[cda:templateId/@root='1.3.6.1.4.1.19376.1.5.3.1.3.34']/cda:entry/cda:observation/cda:code[@code='(xx-bld-transf-ok)']">
Antepartum Summary Requires an observation of blood transfusion
acceptability to be asserted. This may be negated via the negationInd attribute.
</assert>

<<--