source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-CLUSTER.exam-generic-mass.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: 6.4 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.exam-generic-mass.v1
3specialize
4 openEHR-EHR-CLUSTER.exam-generic.v1
5
6concept
7 [at0000.1] -- Examination of a named mass
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 findings when examining a pathological mass occupying lesion which might be a swelling, lump or mass.">
18 use = <"">
19 keywords = <"examination", "physical">
20 misuse = <"">
21 >
22 >
23 lifecycle_state = <"Initial">
24 other_contributors = <>
25
26definition
27 CLUSTER[at0000.1.1] matches { -- Examination of a mass lesion
28 items cardinality matches {0..*; unordered} matches {
29 ELEMENT[at0.9] matches { -- Object
30 value matches {
31 DV_CODED_TEXT matches {
32 defining_code matches {
33 [local::
34 at0.0.1, -- Mass
35 at0.0.2, -- Lump
36 at0.0.3] -- Swelling
37 }
38 }
39 }
40 }
41 CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
42 items cardinality matches {0..*; unordered} matches {
43 ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
44 value matches {
45 DV_TEXT matches {*}
46 }
47 }
48 }
49 }
50 ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
51 value matches {
52 DV_TEXT matches {*}
53 }
54 }
55 CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
56 items cardinality matches {0..*; unordered} matches {
57 allow_archetype CLUSTER occurrences matches {0..*} matches {
58 include
59 archetype_id/value matches {/palpation\.v1draft/}
60 archetype_id/value matches {/inspection\.v1draft/}
61 }
62 CLUSTER[at0.1] occurrences matches {0..1} matches { -- Size
63 items cardinality matches {0..*; unordered} matches {
64 allow_archetype CLUSTER occurrences matches {0..1} matches {
65 include
66 archetype_id/value matches {/dimensions\.v1/}
67 archetype_id/value matches {/size\.v1draft/}
68 }
69 }
70 }
71 ELEMENT[at0.0.4] occurrences matches {0..1} matches { -- Location
72 value matches {
73 DV_TEXT matches {*}
74 }
75 }
76 ELEMENT[at0.0.5] occurrences matches {0..1} matches { -- Arising from
77 value matches {
78 DV_TEXT matches {*}
79 }
80 }
81 ELEMENT[at0.0.6] occurrences matches {0..1} matches { -- Mobility
82 value matches {
83 DV_CODED_TEXT matches {
84 defining_code matches {
85 [local::
86 at0.0.7, -- Highly mobile
87 at0.0.8, -- Mobile
88 at0.0.9, -- Fixed
89 at0.0.10] -- Adherent
90 }
91 }
92 }
93 }
94 allow_archetype CLUSTER occurrences matches {0..*} matches {
95 include
96 archetype_id/value matches {/palpation\.v1draft/}
97 archetype_id/value matches {/auscultation\.v1draft/}
98 archetype_id/value matches {/inspection\.v1draft/}
99 exclude
100 archetype_id/value matches {/.*/}
101 }
102 CLUSTER[at0003] occurrences matches {0..1} matches { -- Detail
103 items cardinality matches {0..*; unordered} matches {
104 allow_archetype CLUSTER occurrences matches {0..1} matches {
105 include
106 archetype_id/value matches {/exam\.v1/}
107 }
108 }
109 }
110 }
111 }
112 ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
113 value matches {
114 DV_MULTIMEDIA matches {
115 media_type matches {
116 [openEHR::
117 426,
118 427,
119 429]
120 }
121 }
122 }
123 }
124 }
125 }
126
127ontology
128 term_definitions = <
129 ["en"] = <
130 items = <
131 ["at0.0.1"] = <
132 description = <"The object is a mass lesion">
133 text = <"Mass">
134 >
135 ["at0.0.10"] = <
136 description = <"The mass merges with surrounding structures">
137 text = <"Adherent">
138 >
139 ["at0.0.2"] = <
140 description = <"The object is a lump">
141 text = <"Lump">
142 >
143 ["at0.0.3"] = <
144 description = <"The object of examination is a swelling">
145 text = <"Swelling">
146 >
147 ["at0.0.4"] = <
148 description = <"The location of the mass">
149 text = <"Location">
150 >
151 ["at0.0.5"] = <
152 description = <"The organ or body structure from which the lesion is arising">
153 text = <"Arising from">
154 >
155 ["at0.0.6"] = <
156 description = <"The mobility of the mass lesion">
157 text = <"Mobility">
158 >
159 ["at0.0.7"] = <
160 description = <"The mass lesion is apparently untethered to surrounding structures">
161 text = <"Highly mobile">
162 >
163 ["at0.0.8"] = <
164 description = <"The mass is tethered but moves freely">
165 text = <"Mobile">
166 >
167 ["at0.0.9"] = <
168 description = <"The mass is fixed to surrounding structures">
169 text = <"Fixed">
170 >
171 ["at0.1"] = <
172 description = <"Information about the size of the object for examination">
173 text = <"Size">
174 >
175 ["at0.9"] = <
176 description = <"The object of examination">
177 text = <"Object">
178 >
179 ["at0000"] = <
180 description = <"Generic examination cluster for describing a finding on physical examination">
181 text = <"Examination">
182 >
183 ["at0000.1"] = <
184 description = <"For describing findings on physical examination relating to a mass">
185 text = <"Examination of a named mass">
186 >
187 ["at0000.1.1"] = <
188 description = <"Generic examination cluster for describing the findings on physical examination of a mass, lump or swelling">
189 text = <"Examination of a mass lesion">
190 >
191 ["at0001"] = <
192 description = <"The object of the examination">
193 text = <"Object">
194 >
195 ["at0002"] = <
196 description = <"Textural description of the part examined">
197 text = <"Clinical description">
198 >
199 ["at0003"] = <
200 description = <"More focused examination findings">
201 text = <"Detail">
202 >
203 ["at0004"] = <
204 description = <"A group of statements about the normality of the examination">
205 text = <"Normal statements">
206 >
207 ["at0005"] = <
208 description = <"A specific statement of normality">
209 text = <"Normal statement">
210 >
211 ["at0006"] = <
212 description = <"Drawing or image of the area examined">
213 text = <"Image">
214 >
215 ["at0008"] = <
216 description = <"Clinical findings">
217 text = <"Findings">
218 >
219 >
220 >
221 >
Note: See TracBrowser for help on using the repository browser.