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: Added additional possible replacement schematron.)
 
(9 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
wiki template needs:
 
wiki template needs:
* represent parent document is medical summary
+
* represent binding to paper form (eg, if looking to represent "anesthesia consult planned?" which section). Previously this was in a separate table.
* represent conformance statement for document (ie must include "templateID=...11.2)
 
 
[[User:Lkm13|Lkm13]] 13:00, 26 May 2007 (CDT)
 
[[User:Lkm13|Lkm13]] 13:00, 26 May 2007 (CDT)
 +
 +
{{Fixme|Needs a LOINC Code}}
 +
 +
{{Fixme| Schematron issue.  The last three schematrons are in the following form:
 +
 +
<blockquote>
 +
  &lt;assert test&#61;"cda:entry/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>
 +
 +
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 />
 +
<br />
 +
  &lt;assert test&#61;"//cda:section[cda:templateId/@root&#61;'1.3.6.1.4.1.19376.1.5.3.1.3.34']/cda:entry/cda:observation/cda:code[@code&#61;'(xx-bld-transf-ok)']"><br />
 +
    Antepartum Summary Requires an observation of blood transfusion<br />
 +
    acceptability to be asserted.  This may be negated via the negationInd attribute.<br />
 +
  &lt;/assert><br />
 +
<br />
 +
  &lt;assert test&#61;"//cda:section[cda:templateId/@root&#61;'1.3.6.1.4.1.19376.1.5.3.1.3.31']/cda:entry/cda:observation/cda:code[@code&#61;'(xx-anest-cons-pland)']"><br />
 +
    Antepartum Summary Requires an observation of anesthesia consult<br />
 +
    planned to be asserted.  This may be negated via the negationInd attribute.<br />
 +
  &lt;/assert><br />
 +
<br />
 +
 +
 +
</blockquote>
 +
(Note that the language in the error message may need to be tweaked.  See below.
 +
}}
 +
 +
{{ Fixme | 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. }}

Latest revision as of 17:29, 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>

<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. <<--