source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-CLUSTER.exam-generic.v1.adl@ 291

Last change on this file since 291 was 291, checked in by KOBAYASHI, Shinji, 15 years ago

merged branches/0.5 to trunk

File size: 3.9 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.exam-generic.v1
3specialize
4 openEHR-EHR-CLUSTER.exam.v1
5
6concept
7 [at0000.1] -- Examination of a named body part
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.">
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 a named body part
28 items cardinality matches {0..*; unordered} matches {
29 ELEMENT[at0.9] matches { -- Object
30 value matches {
31 DV_TEXT matches {*}
32 }
33 }
34 CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
35 items cardinality matches {0..*; unordered} matches {
36 ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
37 value matches {
38 DV_TEXT matches {*}
39 }
40 }
41 }
42 }
43 ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
44 value matches {
45 DV_TEXT matches {*}
46 }
47 }
48 CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
49 items cardinality matches {0..*; unordered} matches {
50 allow_archetype CLUSTER occurrences matches {0..*} matches {
51 include
52 archetype_id/value matches {/palpation\.v1draft/}
53 archetype_id/value matches {/auscultation\.v1draft/}
54 archetype_id/value matches {/inspection\.v1draft/}
55 archetype_id/value matches {/percussion\.v1draft/}
56 exclude
57 archetype_id/value matches {/.*/}
58 }
59 CLUSTER[at0.1] occurrences matches {0..1} matches { -- Size
60 items cardinality matches {0..*; unordered} matches {
61 allow_archetype CLUSTER occurrences matches {0..1} matches {
62 include
63 archetype_id/value matches {/dimensions\.v1/}
64 archetype_id/value matches {/size\.v1draft/}
65 }
66 }
67 }
68 CLUSTER[at0003] occurrences matches {0..1} matches { -- Detail
69 items cardinality matches {0..*; unordered} matches {
70 allow_archetype CLUSTER occurrences matches {0..1} matches {
71 include
72 archetype_id/value matches {/exam-generic\.v1/}
73 }
74 }
75 }
76 }
77 }
78 ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
79 value matches {
80 DV_MULTIMEDIA matches {
81 media_type matches {
82 [openEHR::
83 426,
84 427,
85 429]
86 }
87 }
88 }
89 }
90 }
91 }
92
93ontology
94 term_definitions = <
95 ["en"] = <
96 items = <
97 ["at0.1"] = <
98 description = <"Information about the size of the object for examination">
99 text = <"Size">
100 >
101 ["at0.9"] = <
102 description = <"The object of examination">
103 text = <"Object">
104 >
105 ["at0000"] = <
106 description = <"Generic examination cluster for describing a finding on physical examination">
107 text = <"Examination">
108 >
109 ["at0000.1"] = <
110 description = <"Generic examination cluster for describing a finding on physical examination">
111 text = <"Examination of a named body part">
112 >
113 ["at0002"] = <
114 description = <"Textural description of the part examined">
115 text = <"Clinical description">
116 >
117 ["at0003"] = <
118 description = <"More focused examination findings">
119 text = <"Detail">
120 >
121 ["at0004"] = <
122 description = <"A group of statements about the normality of the examination">
123 text = <"Normal statements">
124 >
125 ["at0005"] = <
126 description = <"A specific statement of normality">
127 text = <"Normal statement">
128 >
129 ["at0006"] = <
130 description = <"Drawing or image of the area examined">
131 text = <"Image">
132 >
133 ["at0008"] = <
134 description = <"Clinical findings">
135 text = <"Findings">
136 >
137 >
138 >
139 >
Note: See TracBrowser for help on using the repository browser.