|
Last change
on this file since 921 was 906, checked in by George Lilly, 15 years ago |
|
initial QRDA schematron checking
|
|
File size:
860 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!DOCTYPE schema [
|
|---|
| 3 |
|
|---|
| 4 | <!ENTITY ent-2.16.840.1.113883.10.20.12 SYSTEM 'templates/2.16.840.1.113883.10.20.12.ent'>
|
|---|
| 5 |
|
|---|
| 6 | ]>
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | <!--
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | -->
|
|---|
| 13 | <schema xmlns="http://purl.oclc.org/dsdl/schematron" xmlns:cda="urn:hl7-org:v3"
|
|---|
| 14 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|---|
| 15 | <title>Schematron schema for validating HL7 QRDA Category I</title>
|
|---|
| 16 | <ns prefix="cda" uri="urn:hl7-org:v3"/>
|
|---|
| 17 | <ns prefix="xsi" uri="http://www.w3.org/2001/XMLSchema-instance"/>
|
|---|
| 18 | <phase id="errors">
|
|---|
| 19 | <active pattern="p-2.16.840.1.113883.10.20.12-errors"/>
|
|---|
| 20 |
|
|---|
| 21 | </phase>
|
|---|
| 22 |
|
|---|
| 23 | <phase id="warning">
|
|---|
| 24 | <active pattern="p-2.16.840.1.113883.10.20.12-warnings"/>
|
|---|
| 25 |
|
|---|
| 26 | </phase>
|
|---|
| 27 |
|
|---|
| 28 | <phase id="notes">
|
|---|
| 29 | <active pattern="p-2.16.840.1.113883.10.20.12-notes"/>
|
|---|
| 30 |
|
|---|
| 31 | </phase>
|
|---|
| 32 |
|
|---|
| 33 | &ent-2.16.840.1.113883.10.20.12;
|
|---|
| 34 |
|
|---|
| 35 | </schema>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.