Changeset 922 for qrda


Ignore:
Timestamp:
Aug 30, 2010, 12:17:19 AM (14 years ago)
Author:
George Lilly
Message:

midnight changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qrda/schematron/templates/2.16.840.1.113883.10.20.12.ent

    r921 r922  
    495495       
    496496        <!-- Measure Set Section -->
    497         <rule context='*[cda:code[@code="55185-3" and @codeSystem="2.16.840.1.113883.6.1"]]'>
     497<!--    <rule context='*[cda:code[@code="55185-3" and @codeSystem="2.16.840.1.113883.6.1"]]'>
    498498                <assert test='count(.//cda:section[cda:code[@code="55186-1" and @codeSystem="2.16.840.1.113883.6.1"]]) = 1'>
    499499       Error: CONF-QRDA-I-24: The Measure Set section SHALL contain one nested Measure section
     
    513513        belongs to the measure set.
    514514    </assert>
    515         </rule>
     515        </rule> -->
    516516        <!-- Reporting Parameters Section -->
    517517        <rule context='*[cda:code[@code="55187-9" and @codeSystem="2.16.840.1.113883.6.1"]]'>
    518                 <assert test='contains(translate(cda:title,"QWERTYUIOPASDFGHJKLZXCVBNM","qwertyuiopasdfghjklzxcvbnm"),"reporting parameters")'>
    519        Error: CONF-QRDA-I-49: The Reporting Parameters section SHALL be valued with
     518        <!--    <assert test='contains(translate(cda:title,"QWERTYUIOPASDFGHJKLZXCVBNM","qwertyuiopasdfghjklzxcvbnm"),"reporting parameters")'>
     519       Error: CONF-QRDA1-135: The Reporting Parameters section SHALL be valued with
    520520       section/title with a case-insensitive, text string containing "Reporting
    521521       Parameters".
    522     </assert>
     522    </assert>-->
    523523                <assert test='cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"]/cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]'>
    524        Error: CONF-QRDA-I-50: The Reporting Parameters section SHALL contain exactly one
     524       Error: CONF-QRDA1-136: The Reporting Parameters section SHALL contain exactly one
    525525       Observation Parameters Act, represented as an act.
    526        CONF-QRDA-I-51: The value for act/@classCode in an Observation Parameters Act
     526       CONF-QRDA1-137: The value for act/@classCode in an Observation Parameters Act
    527527       SHALL be ACT 2.16.840.1.113883.5.6 ActClass STATIC.
    528        CONF-QRDA-I-52: The value for act/@moodCode in an Observation Parameters Act
     528       CONF-QRDA1-138: The value for act/@moodCode in an Observation Parameters Act
    529529       SHALL be EVN 2.16.840.1.113883.5.1001 ActMood STATIC.
    530        CONF-QRDA-I-53: The value for act/code SHALL be 252116004 Observation
     530       No reference: The value for act/code SHALL be 252116004 Observation
    531531       Parameters 2.16.840.1.113883.6.96 SNOMED-CT STATIC.
    532532    </assert>
    533533                <assert test='cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"][cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]]/cda:effectiveTime[cda:low and cda:high]'>
    534        Error: CONF-QRDA-I-54: The reporting time period SHALL be represented with an
    535        effectiveTime/low element combined with a high element representing
    536        respectively the first and last days of the period reported.
    537     </assert>
     534       Error: CONF-QRDA1-139: The reporting time period SHALL be represented with an effectiveTime/low element combined with a high element representing respectively the first and last days of the period reported.
     535    </assert>
     536<!--<assert test='string-length(cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"][cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]]/cda:effectiveTime/cda:low/@value) &gt;= 8'>
     537       Error: CONF-QRDA1-139: The reporting time period SHALL be represented with an effectiveTime/low element combined with a high element representing respectively the first and last days of the period reported and they SHALL be precise at least to the day (YYYYMMDD).
     538    </assert>
     539    <assert test='string-length(cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"][cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]]/cda:effectiveTime/cda:high/@value) &gt;= 8'>
     540       Error: CONF-QRDA1-139: The reporting time period SHALL be represented with an effectiveTime/low element combined with a high element representing respectively the first and last days of the period reported and they SHALL be precise at least to the day (YYYYMMDD).
     541    </assert> -->
     542        <assert test='(string-length(cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"][cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]]/cda:effectiveTime/cda:high/@value) &gt;= 8) and (string-length(cda:entry/cda:act[@classCode="ACT" and @moodCode="EVN"][cda:code[@code="252116004" and @codeSystem="2.16.840.1.113883.6.96"]]/cda:effectiveTime/cda:high/@value) &gt;= 8)'>
     543       Error: CONF-QRDA1-139: The reporting time period SHALL be represented with an effectiveTime/low element combined with a high element representing respectively the first and last days of the period reported and they SHALL be precise at least to the day (YYYYMMDD).
     544    </assert>
     545       
    538546        </rule>
    539547        <!-- Patient Data Section -->
Note: See TracChangeset for help on using the changeset viewer.