summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.cadl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/test.cadl')
-rw-r--r--tests/examplefiles/test.cadl32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/examplefiles/test.cadl b/tests/examplefiles/test.cadl
deleted file mode 100644
index 5c3f4881..00000000
--- a/tests/examplefiles/test.cadl
+++ /dev/null
@@ -1,32 +0,0 @@
- --
- -- Example fragment of an openEHR Archetype, written in cADL, a subsyntax of the Archetype Definition Language (ADL)
- -- definition available here: http://www.openehr.org/releases/trunk/architecture/am/adl2.pdf
- -- Author: Thomas Beale
- --
-
- EVALUATION[id1] matches { -- Adverse Reaction
- data matches {
- ITEM_TREE[id2] matches {
- items cardinality matches {1..*; unordered} matches {
- ELEMENT[id3] matches { -- Substance/Agent
- value matches {
- DV_TEXT[id51]
- }
- }
- ELEMENT[id50] occurrences matches {0..1} matches { -- Future Use
- value matches {
- DV_TEXT[id53]
- }
- }
- CLUSTER[id10] matches { -- Reaction Event
- items matches {
- allow_archetype CLUSTER[id30] matches { -- Additional Reaction Detail
- include
- archetype_id/value matches {/openEHR-EHR-CLUSTER\.anatomical_location(-a-zA-Z0-9_]+)*\.v1/}
- }
- }
- }
- }
- }
- }
- }