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:
- 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]>)
- 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. ![]()
Cheers
Tony