This tool creates a Schematron schema from openEHR archetypes expressed in the archetype definition language. (ADL)
Currently it only works with HL7 v3 CDA R2 compliant archetypes and documents, though support for the ISO 13606 reference model is planned.
- Maven
- You will need to checkout and build the openEHR Java Libs
You can start the generator with Start.java
class found under "src/test/java/at/ac/meduniwien/mias/adltoschematron/Start.java".
The generated assertions are in german, but it is possible to customize the messages of the assertions in the language.properties
file.
Multi-language support with multiple files like language.en.properties
is planned in the future.
- There will be a webservice with the possibility to generate Schematron schemas and validate documents using this Schematron generator.