Skip to content

titicaca37/a2s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A2S - ADL to Schematron

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.

Prerequisites

Start

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.

Future plans

  • There will be a webservice with the possibility to generate Schematron schemas and validate documents using this Schematron generator.

About

ADL to Schematron Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 66.2%
  • Java 33.8%