New knowledge repository changes

Dear all,

the openEHR archetypes in the SVN knowledge repository have been
updated. Only the archetypes under 'dev' are changed - all other
archetypes are under management of other groups. I believe this cut must
be ADL 1.4 compliant, or very close to that. Can those with archetype
tools run a check on this version; we are upgrading our checking tools
as well.

I now have the go ahead to fix any final remaining errors as they are
identified.

- thomas

Dear Tom,

Looks like we are getting really close here!

My (very slightly modified) version of the Java Parser parses 116 archetypes of the 125 archetypes successfully.
6 archetypes could not be parsed -> see report.
3 archetypes that are listed on the webpage could not be found. -> see report.

In addition I got a two warnings
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/cluster/openEHR-EHR-CLUSTER.auscultation.v1draft.adl: Warning...parsing archetype with null or empty original author
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/cluster/openEHR-EHR-CLUSTER.Glasgow_Coma_Scale.v1draft.adl: Warning...parsing archetype with null or empty original author

One of the 6 error messages is: SEVERE: Server returned HTTP response code: 502 for URL: http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry/action/openEHR-EHR-ACTION.imaging.v1.adl - I think this must have been a temporary problem only

Cheers
Sebastian

(attachments)

archetype-parse-report.html (37.4 KB)

Thanks, Sebastian!

I will update the parser to support non-inclusive ranges and the openehr-rm for negative ordinal value.

The rest of parsing failures seem to be caused by anomalies in the adl.

  1. Strange entries in term_binding:
    openEHR-EHR-OBSERVATION.body_temperature.v1.adl

  2. URL value instead of string value in original_resource_uri hash table:
    openEHR-EHR-OBSERVATION.long_lines.v1.adl
    openEHR-EHR-OBSERVATION.language_1.v1.adl
    openEHR-EHR-OBSERVATION.Intervention.v1.adl

  3. Missing original_author:
    openEHR-EHR-SECTION.labour.v1draft.adl
    openEHR-EHR-SECTION.Head_injury.v1draft.adl
    openEHR-EHR-INSTRUCTION.procedure.v1draft.adl
    openEHR-EHR-CLUSTER.Glasgow_Coma_Scale.v1draft.adl
    openEHR-EHR-CLUSTER.Cranial_Nerves.v1draft.adl
    openEHR-EHR-ACTION.procedure.v1draft.adl

  4. “en” instead of proper code_phrase value:
    hl7-rmim-observation.observation-general.draft.adl
    adl-test-entry.terms_conversion.draft.adl

Regards,
Rong

I am interested in your modification on the parser, is it possible to share them ? :slight_smile:

/Rong

Sebastian Garde wrote:

Dear Tom,

Looks like we are getting really close here!
  

Sebastian,

can you tell me which version of the Subversion repository you are
looking at? Maybe it is a good idea to rerun the tests, since the repo
is up to to117 - seems some things have changed that may affect the
outcome. Once Rong fixes the negative ordinal thing and the new
non-included limits, we should be done...

good work all!

- thomas

Rong,

I should put the changes I made (which are really minor) in context first…I was very keen to get as many of the archetypes parsed and into our Archetype Ontology for the new version of the Archetype-Finder at http://www.archetypes.com.au: This new version can search ‘within’ archetypes now…for this I needed to be able to parse as many of the existing set of archetypes using the Java Parser (whether they are totally correct ADL1.4 or not).

All I did was the following:

  • Modification of the adl.jj to be able to process languages expressed as string or as a Code-phrase. I believe this is superfluous now with the latest set of archetypes that all use code-phrases…so I can probably simply revert this.

  • rm.datatypes.text.CodePhrase: Change constructor not to throw an IllegalArgumentException if the code string is null - but just display a warning and continue to parse the archetype.

  • rm.common.resource.ResourceDescription: Change constructor not to throw an IllegalArgumentException if the originalAuthor is null or empty - but just display a warning and continue to parse the archetype.

  • rm.common.resource.ResourceDescriptionItem: Change constructor not to throw an IllegalArgumentException if the language or purpose are null or empty - but just display a warning and continue to parse the archetype. (I think I saw later that the ADL parser has a constructor has a missingLanguage and emptyPurpose -compatible option, but I only saw that later.)

Cheers
Sebastian

Rong Chen wrote:

Thanks, Sebastian!

I will update the parser to support non-inclusive ranges and the
openehr-rm for negative ordinal value.

The rest of parsing failures seem to be caused by anomalies in the adl.

1. Strange entries in term_binding:
openEHR-EHR-OBSERVATION.body_temperature.v1.adl

Hm - I am embarrassed to say that this is legal, but not documented!
Here is the rewritten section 8.6.5 of the ADL manual to explain it:

Ok - I took those that were referenced in the index_en.html at Tue Mar 13 12:17:18 Australian Eastern Standard Time. With 11 commits yesterday I am not 100% sure which version between 107-117 it would have been...if the repository commit times are AEST too then it would have been version 113.

I have now rerun the test with the latest parser and the latest archetypes.
I will send Tom and Rong the full summary separately, here's the summary:

Parser Revision: 217, Archetype Revision: 117

Only three archetypes are not parsable
- The body_temperature archetype as discussed by Tom below
- http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry/observation/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl: se.acode.openehr.parser.ParseException: Encountered "<" at line 57, column 132. Was expecting one of: "-" ... "+" ... <V_REAL> ... at se.acode.openehr.parser.ADLParser.generateParseException(ADLParser.java:6971)
- http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry/evaluation/openEHR-EHR-EVALUATION.problem-diagnosis-histological.v1.adl
java.lang.IllegalArgumentException: bad format, too many sections for domainConcept, openEHR-EHR-EVALUATION.problem-diagnosis-histological.v1
  at org.openehr.rm.support.identification.ArchetypeID.loadValue(ArchetypeID.java:68)
The Tokenizer seems to be too strict for "specialised-specialised" archetypes.
  
+ 7 archetypes that are without author, the 6 Rong mentioned before + the following
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/cluster/openEHR-EHR-CLUSTER.auscultation.v1draft.adl

Cheers
Sebastian

From: Thomas Beale [mailto:Thomas.Beale@OceanInformatics.biz]
Sent: Wednesday, 14 March 2007 10:57 AM
To: For openEHR implementation discussions
Subject: Re: New knowledge repository changes

Sebastian Garde wrote:
> Dear Tom,
>
> Looks like we are getting really close here!
>
Sebastian,

can you tell me which version of the Subversion repository
you are looking at? Maybe it is a good idea to rerun the
tests, since the repo is up to to117 - seems some things have
changed that may affect the outcome. Once Rong fixes the
negative ordinal thing and the new non-included limits, we
should be done...

good work all!

- thomas

> My (very slightly modified) version of the Java Parser
parses 116 archetypes of the 125 archetypes successfully.
> 6 archetypes could not be parsed -> see report.
> 3 archetypes that are listed on the webpage could not be
found. -> see report.
>
> In addition I got a two warnings
>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/cluste
> r/openEHR-EHR-CLUSTER.auscultation.v1draft.adl: Warning...parsing
> archetype with null or empty original author
>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/cluste
> r/openEHR-EHR-CLUSTER.Glasgow_Coma_Scale.v1draft.adl:
> Warning...parsing archetype with null or empty original author
>
> One of the 6 error messages is: SEVERE: Server returned
HTTP response
> code: 502 for URL:
>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry/
> action/openEHR-EHR-ACTION.imaging.v1.adl - I think this
must have been
> a temporary problem only
>
>
> Cheers
> Sebastian
>
>
>> From: Thomas Beale [mailto:Thomas.Beale@OceanInformatics.biz]
>> Sent: Monday, 12 March 2007 5:28 PM
>> To: For openEHR implementation discussions
>> Subject: New knowledge repository changes
>>
>>
>> Dear all,
>>
>> the openEHR archetypes in the SVN knowledge repository have been
>> updated. Only the archetypes under 'dev' are changed - all other
>> archetypes are under management of other groups. I believe
this cut
>> must be ADL 1.4 compliant, or very close to that. Can those with
>> archetype tools run a check on this version; we are upgrading our
>> checking tools as well.
>>
>> I now have the go ahead to fix any final remaining errors
as they are
>> identified.
>>
>> - thomas
>>
>>
>> _______________________________________________
>> openEHR-implementers mailing list
>> openEHR-implementers@openehr.org
>> http://www.chime.ucl.ac.uk/mailman/listinfo/openehr-implementers
>>
>>
>>
>>
---------------------------------------------------------------------
>> ---
>>
>>
>> Archetype Parsing Report (Tue Mar 13 12:17:18 EST 2007)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.auscultation.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.dimensions.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.exam-fetus.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.exam-mass.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.exam-uterine_cervix.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/clust
>> er/openEHR-EHR-CLUSTER.exam-uterus.v1.adl * *...Archetype not
>> parsable.*
>> java.lang.IllegalArgumentException: value less than 0
>> at
org.openehr.am.openehrprofile.datatypes.quantity.Ordinal.<init
>(Ordinal.java:39)
>> at
se.acode.openehr.parser.ADLParser.ordinal(ADLParser.java:3111)
>> at
se.acode.openehr.parser.ADLParser.c_dv_ordinal(ADLParser.java:3067)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2427)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.cadl_text(ADLParser.java:2333)
>> at
se.acode.openehr.parser.ADLParser.arch_definition(ADLParser.java:682)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:276)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.exam.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.fluid.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.Glasgow_Coma_Scale.v1draft.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.health_event-poisoning.v1draft.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.health_event.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.inspection.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.palpation.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.relative_position_abdomen.v1draf

t.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/clust
>> er/openEHR-EHR-CLUSTER.size.v1draft.adl * *...Archetype not
>> parsable.*
>> java.lang.IllegalArgumentException: value less than 0
>> at
org.openehr.am.openehrprofile.datatypes.quantity.Ordinal.<init
>(Ordinal.java:39)
>> at
se.acode.openehr.parser.ADLParser.ordinal(ADLParser.java:3111)
>> at
se.acode.openehr.parser.ADLParser.c_dv_ordinal(ADLParser.java:3067)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2427)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.cadl_text(ADLParser.java:2333)
>> at
se.acode.openehr.parser.ADLParser.arch_definition(ADLParser.java:682)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:276)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.symptom-pain.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/cluster/openEHR-EHR-CLUSTER.symptom.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.discharge.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.encounter.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.history-medical_surgical

.v1draft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.history-psychiatric.v1dr

aft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.history-social.v1draft.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.history.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.prescription.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.problem_list.v1draft.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/composition/openEHR-EHR-COMPOSITION.report.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/action/openEHR-EHR-ACTION.follow_up.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.imaging.v1.adl * General exception
>> occurred in parsing archetype
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.imaging.v1.adl
>> Server returned HTTP response code: 502 for URL:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.imaging.v1.adl
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/action/openEHR-EHR-ACTION.laboratory.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/action/openEHR-EHR-ACTION.medication.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.procedure.v1draft.adl *
*...Archetype not
>> found.*
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.referral.v1.adl * General exception
>> occurred in parsing archetype
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.referral.v1.adl
>> Server returned HTTP response code: 502 for URL:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /action/openEHR-EHR-ACTION.referral.v1.adl
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.adverse.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.alert.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.clinical_synopsis.v1

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.differential_diagnos

is.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.directive-medication

.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.directive.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.excluded-adverse.v1.

adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.excluded-condition.v

1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.excluded-interventio

n.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.excluded.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.goal.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.injury.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.pregnancy.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>>
/evaluation/openEHR-EHR-EVALUATION.problem-diagnosis-histological.v1.
>> adl * *...Archetype not parsable.*
>> java.lang.IllegalArgumentException: value less than 0
>> at
org.openehr.am.openehrprofile.datatypes.quantity.Ordinal.<init
>(Ordinal.java:39)
>> at
se.acode.openehr.parser.ADLParser.ordinal(ADLParser.java:3111)
>> at
se.acode.openehr.parser.ADLParser.c_dv_ordinal(ADLParser.java:3067)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2427)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.cadl_text(ADLParser.java:2333)
>> at
se.acode.openehr.parser.ADLParser.arch_definition(ADLParser.java:682)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:276)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /evaluation/openEHR-EHR-EVALUATION.problem-diagnosis.v1.adl *
>> *...Archetype not parsable.*
>> java.lang.IllegalArgumentException: value less than 0
>> at
org.openehr.am.openehrprofile.datatypes.quantity.Ordinal.<init
>(Ordinal.java:39)
>> at
se.acode.openehr.parser.ADLParser.ordinal(ADLParser.java:3111)
>> at
se.acode.openehr.parser.ADLParser.c_dv_ordinal(ADLParser.java:3067)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2427)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.cadl_text(ADLParser.java:2333)
>> at
se.acode.openehr.parser.ADLParser.arch_definition(ADLParser.java:682)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:276)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.problem-genetic.v1.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.problem.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.risk-anaesthetic.v1.

adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.risk-family_history.

v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/evaluation/openEHR-EHR-EVALUATION.risk.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.Follow_up.v1draft.

adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.imaging.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.medication.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.monitoring.v1draft

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.nonDrug_therapy.v1

draft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /instruction/openEHR-EHR-INSTRUCTION.procedure.v1draft.adl *
>> *...Archetype not found.*
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/instruction/openEHR-EHR-INSTRUCTION.referral.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.apgar.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.autopsy.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.barthel.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.blood_film.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.blood_gases.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.blood_loss.v1draft

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.blood_match.v1draf

t.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /observation/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl *
>> *...Archetype not parsable.*
>> se.acode.openehr.parser.ParseException: Encountered "<" at
line 57, column 132.
>> Was expecting one of:
>> "-" ...
>> "+" ...
>> <V_REAL> ...
>>
>> at
se.acode.openehr.parser.ADLParser.generateParseException(ADLPa
rser.java:6971)
>> at
se.acode.openehr.parser.ADLParser.jj_consume_token(ADLParser.j
ava:6833)
>> at
se.acode.openehr.parser.ADLParser.real_value(ADLParser.java:1654)
>> at
se.acode.openehr.parser.ADLParser.real_interval_value(ADLParse
r.java:1717)
>> at
se.acode.openehr.parser.ADLParser.c_dv_quantity_item(ADLParser
.java:3345)
>> at
se.acode.openehr.parser.ADLParser.c_dv_quantity(ADLParser.java:3233)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2409)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.c_object(ADLParser.java:2412)
>> at
se.acode.openehr.parser.ADLParser.c_attr_values(ADLParser.java:2619)
>> at
se.acode.openehr.parser.ADLParser.c_attribute(ADLParser.java:2591)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object_body(ADLPar
ser.java:2384)
>> at
se.acode.openehr.parser.ADLParser.c_complex_object(ADLParser.j
ava:2367)
>> at
se.acode.openehr.parser.ADLParser.cadl_text(ADLParser.java:2333)
>> at
se.acode.openehr.parser.ADLParser.arch_definition(ADLParser.java:682)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:276)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.body_mass_index.v1

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/ehr/entry
>> /observation/openEHR-EHR-OBSERVATION.body_temperature.v1.adl *
>> *...Archetype not parsable.*
>> se.acode.openehr.parser.ParseException: Encountered "[
\"/data[at0002]/events[at0003]/data[at0001]/item[at0004]\""
at line 582, column 33.
>> Was expecting one of:
>> "[" <V_LOCAL_CODE> ...
>> "[" <V_LOCAL_CODE_PATH> ...
>>
>> at
se.acode.openehr.parser.ADLParser.generateParseException(ADLPa
rser.java:6971)
>> at
se.acode.openehr.parser.ADLParser.jj_consume_token(ADLParser.j
ava:6833)
>> at
se.acode.openehr.parser.ADLParser.ontology_binding_body(ADLPar
ser.java:1036)
>> at
se.acode.openehr.parser.ADLParser.term_binding_list(ADLParser.
java:974)
>> at
se.acode.openehr.parser.ADLParser.arch_ontology(ADLParser.java:740)
>> at
se.acode.openehr.parser.ADLParser.archetype(ADLParser.java:277)
>> at se.acode.openehr.parser.ADLParser.parse(ADLParser.java:100)
>> at test.ParserTest.parseThisArchetype(ParserTest.java:147)
>> at test.ParserTest.discoverAndParseAchetypes(ParserTest.java:91)
>> at test.ParserTest.main(ParserTest.java:254)
>>
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.body_weight-birth.

v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.body_weight.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.dimensions-chest.v

1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.dimensions.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.exam.v1draft.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.fetal_movement.v1d

raft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.General_Assessment

.v1draft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.heart_rate-fetal.v

1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.heart_rate-pulse.v

1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.heart_rate.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.height.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.histology-pap.v1.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.histology.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.history.v1draft.ad

l * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.imaging.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.intravascular_pres

sure-JVP.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.intravascular_pres

sure.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.issue.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-c_reati

ve_protein.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-glucose

.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-hba1c.v

1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-lipids.

v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-liver_f

unction.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-thyroid

.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory-urea_an

d_electrolytes.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.laboratory.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.microbiology.v1.ad

l * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.mst_colon.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.respiration.v1.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.substance_use.v1.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.tendon_babinski_re

flexes.v1.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.urinalysis.v1draft

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.urine_output.v1dra

ft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.uterine_contractio

ns.v1draft.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/entry/observation/openEHR-EHR-OBSERVATION.visual_acuity.v1.a

dl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.adhoc.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.AntenatalBooking.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.AntenatalCheck.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.findings.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.Head_injury.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.history_medical_surgical.v1draft

.adl * ...Archetype parsed successfully.

>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.history_psych_social.v1draft.adl
* ...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.labour.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.medications.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.problem.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.reason_for_encounter.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.SOAP.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.summary.v1.adl * ...Archetype
parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/section/openEHR-EHR-SECTION.vital_signs.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/structure/openEHR-EHR-ITEM_TREE.follow_up.v1draft.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/structure/openEHR-EHR-ITEM_TREE.imaging.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/structure/openEHR-EHR-ITEM_TREE.Laboratory_request.v1.adl *
...Archetype parsed successfully.
>>
---------------------------------------------------------------------
>> ---
>>
>> *Parsing:
>>
http://svn.openehr.org/knowledge/archetypes/dev/adl/openehr/eh
r/structure/openEHR-EHR-ITEM_TREE.medication-formulation.v1.ad

l * ...Archetype parsed successfully.

Thomas

Is there a zip file for download of all the OpenEHR adl files in the new
version or do I have to download each AT form the SVN directory?

- Knut Bernstein

Knut,

The easiest for me is to use a subversion client, e.g. TortoiseSVN, to download all archetypes and keep them uptodate, see http://www.openehr.org/developer/t_svn_um_top.htm - thus you only have to download the changes.

See below for the reason why the zip is temporarily gone.

Cheers
Sebastian

Knut Bernstein wrote:

Thomas

Is there a zip file for download of all the OpenEHR adl files in the new
version or do I have to download each AT form the SVN directory?
  

the easiest thing to do is to use TortoiseSVN or similar to get the
whole lot - just go to http://svn.openehr.org/knowledge/project_page.htm
for details; the SVN link is just http://svn.openehr.org/knowledge

This will be fixed after Release 1.0.1 when we have to do some changes
to the URLs and structure of the web site to be able to control web robots.

- thomas