Archetype validation report

I was playing a bit the archetype validator in the Zilics models, and I decided to try validating the archetypes available for download here:
http://www.openehr.org/svn/knowledge/archetypes/dev/html/index_en.html

I downloaded everything there: 212 archetypes.
103 of them are draft (*draft.adl) and most failed validation because of missing or empty properties: original_author and purpose.

Among the other 109, 1 failed parsing and 1 failed validation:

  1. openEHR-EHR-OBSERVATION.blood_gases.v1.adl
  • br.com.zilics.archetypes.models.adl.parser.ParseException: Encountered “"de"” at line 15, column 37.
  • Was expecting:
  • <V_CODE_PHRASE> …

(translation: it found this: language = <“en”>, was expecting this: language = <[ISO_639-1::de]>)

  1. openEHR-EHR-CLUSTER.health_event.v1.adl
  • Problem: Field purpose of ResourceDescriptionItem is empty

I´m just reporting in case someone wants to fix that. :slight_smile:

Cheers
Tony

Thanks Tony

We have move all the archetypes to openEHR.org/knowledge which will be the source. The validation tools are getting much better in all areas. Thanks for this.

Cheers, Sam