Changeset 922 for qrda/schematron/templates
- Timestamp:
- Aug 30, 2010, 12:17:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qrda/schematron/templates/2.16.840.1.113883.10.20.12.ent
r921 r922 495 495 496 496 <!-- 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"]]'> 498 498 <assert test='count(.//cda:section[cda:code[@code="55186-1" and @codeSystem="2.16.840.1.113883.6.1"]]) = 1'> 499 499 Error: CONF-QRDA-I-24: The Measure Set section SHALL contain one nested Measure section … … 513 513 belongs to the measure set. 514 514 </assert> 515 </rule> 515 </rule> --> 516 516 <!-- Reporting Parameters Section --> 517 517 <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 with518 <!-- <assert test='contains(translate(cda:title,"QWERTYUIOPASDFGHJKLZXCVBNM","qwertyuiopasdfghjklzxcvbnm"),"reporting parameters")'> 519 Error: CONF-QRDA1-135: The Reporting Parameters section SHALL be valued with 520 520 section/title with a case-insensitive, text string containing "Reporting 521 521 Parameters". 522 </assert> 522 </assert>--> 523 523 <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 one524 Error: CONF-QRDA1-136: The Reporting Parameters section SHALL contain exactly one 525 525 Observation Parameters Act, represented as an act. 526 CONF-QRDA -I-51: The value for act/@classCode in an Observation Parameters Act526 CONF-QRDA1-137: The value for act/@classCode in an Observation Parameters Act 527 527 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 Act528 CONF-QRDA1-138: The value for act/@moodCode in an Observation Parameters Act 529 529 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 Observation530 No reference: The value for act/code SHALL be 252116004 Observation 531 531 Parameters 2.16.840.1.113883.6.96 SNOMED-CT STATIC. 532 532 </assert> 533 533 <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) >= 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) >= 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) >= 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) >= 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 538 546 </rule> 539 547 <!-- Patient Data Section -->
Note:
See TracChangeset
for help on using the changeset viewer.