source: ruby/trunk/adl_parser/tests/openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl@ 4

Last change on this file since 4 was 4, checked in by KOBAYASHI, Shinji, 16 years ago

restructuring repository tree

File size: 3.3 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.exam-nervous_system.v1
3specialize
4 openEHR-EHR-CLUSTER.exam.v1
5
6concept
7 [at0000.1] -- Examination of nervous system
8language
9 original_language = <[ISO_639-1::en]>
10description
11 original_author = <
12 ["name"] = <"unknown">
13 >
14 details = <
15 ["en"] = <
16 language = <[ISO_639-1::en]>
17 purpose = <"A generic cluster for recording findings on physical examination of the nervous system.">
18 use = <"">
19 keywords = <"examination", "physical">
20 misuse = <"">
21 >
22 >
23 lifecycle_state = <"Initial">
24 other_contributors = <>
25
26definition
27 CLUSTER[at0000.1] matches { -- Examination of nervous system
28 items cardinality matches {0..*; unordered} matches {
29 CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
30 items cardinality matches {0..*; unordered} matches {
31 ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
32 value matches {
33 DV_TEXT matches {*}
34 }
35 }
36 }
37 }
38 ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
39 value matches {
40 DV_TEXT matches {*}
41 }
42 }
43 CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
44 items cardinality matches {0..*; unordered} matches {
45 allow_archetype CLUSTER occurrences matches {0..1} matches {
46 include
47 archetype_id/value matches {/cranial_nerves\.v1draft/}
48 archetype_id/value matches {/coordination\.v1draft/}
49 archetype_id/value matches {/balance\.v1draft/}
50 archetype_id/value matches {/gait\.v1draft/}
51 archetype_id/value matches {/move\.v1/}
52 }
53 CLUSTER[at0003] occurrences matches {0..1} matches { -- Detail
54 items cardinality matches {0..*; unordered} matches {
55 allow_archetype CLUSTER occurrences matches {0..1} matches {
56 include
57 archetype_id/value matches {/exam-generic\.v1/}
58 }
59 }
60 }
61 }
62 }
63 ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
64 value matches {
65 DV_MULTIMEDIA matches {
66 media_type matches {
67 [openEHR::
68 426,
69 427,
70 429]
71 }
72 }
73 }
74 }
75 }
76 }
77
78ontology
79 term_definitions = <
80 ["en"] = <
81 items = <
82 ["at0000"] = <
83 description = <"Basic examination cluster for describing findings on physical examination when there is no named focus of examination">
84 text = <"Examination">
85 >
86 ["at0000.1"] = <
87 description = <"Basic examination cluster for describing findings on physical examination of the nervous system">
88 text = <"Examination of nervous system">
89 >
90 ["at0002"] = <
91 description = <"Textural description of the part examined">
92 text = <"Clinical description">
93 >
94 ["at0003"] = <
95 description = <"More focused examination findings">
96 text = <"Detail">
97 >
98 ["at0004"] = <
99 description = <"A group of statements about the normality of the examination">
100 text = <"Normal statements">
101 >
102 ["at0005"] = <
103 description = <"A specific statement of normality">
104 text = <"Normal statement">
105 >
106 ["at0006"] = <
107 description = <"Drawing or image of the area examined">
108 text = <"Image">
109 >
110 ["at0008"] = <
111 description = <"Clinical findings">
112 text = <"Findings">
113 >
114 >
115 >
116 >
Note: See TracBrowser for help on using the repository browser.