# New knowledge repository changes **Category:** [Implementers (archive)](https://discourse.openehr.org/c/implementers-archive/158) **Created:** 2007-03-12 06:27 UTC **Views:** 1 **Replies:** 10 **URL:** https://discourse.openehr.org/t/new-knowledge-repository-changes/15574 --- ## Post #1 by @thomas.beale 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 --- ## Post #2 by @sebastian.garde 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 [details="(attachments)"] [archetype-parse-report.html|attachment](upload://zNjYNpLQ9KMLGGbkwdR9P7SyrNd.html) (37.4 KB) [/details] --- ## Post #3 by @system 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 --- ## Post #4 by @system I am interested in your modification on the parser, is it possible to share them ? :) /Rong --- ## Post #5 by @thomas.beale 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 --- ## Post #6 by @sebastian.garde 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](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 --- ## Post #7 by @thomas.beale 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: --- ## Post #8 by @sebastian.garde 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\. --- ## Post #9 by @Knut_Bernstein 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 --- ## Post #10 by @sebastian.garde 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 --- ## Post #11 by @thomas.beale 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 --- **Canonical:** https://discourse.openehr.org/t/new-knowledge-repository-changes/15574 **Original content:** https://discourse.openehr.org/t/new-knowledge-repository-changes/15574