Talk:1.3.6.1.4.1.19376.1.5.3.1.1.11.2

From IHE Wiki
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>

<assert test="//cda:section[cda:templateId/@root='1.3.6.1.4.1.19376.1.5.3.1.3.31']/cda:entry/cda:observation/cda:code[@code='(xx-anest-cons-pland)']">
Antepartum Summary Requires an observation of anesthesia consult
planned to be asserted. This may be negated via the negationInd attribute.
</assert>


(Note that the language in the error message may need to be tweaked. See below. <<--

This text needs to be fixed-->> There is an apparent contradiction between the description and the schematron. For anesthesia consultation, the description states: "SHOULD include an observation stating if an anesthesia consult". But the schematron states this as a Requirement. <<--