source: ruby/trunk/adl_parser/tests/openEHR-EHR-CLUSTER.dimensions.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: 5.2 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.dimensions.v1
3
4concept
5 [at0000] -- Dimensions
6language
7 original_language = <[ISO_639-1::en]>
8 translations = <
9 ["de"] = <
10 language = <[ISO_639-1::de]>
11 author = <
12 ["name"] = <"Jasmin Buck, Sebastian Garde">
13 ["organisation"] = <"University of Heidelberg, Central Queensland University">
14 >
15 >
16 >
17description
18 original_author = <
19 ["name"] = <"unknown">
20 >
21 details = <
22 ["de"] = <
23 language = <[ISO_639-1::de]>
24 purpose = <"Zur Beschreibung der Ausmaße eines betrachteten Teils.">
25 use = <"">
26 keywords = <"Größe", "Volumen">
27 misuse = <"">
28 >
29 ["en"] = <
30 language = <[ISO_639-1::en]>
31 purpose = <"To describe the dimensions of a part examined or viewed">
32 use = <"">
33 keywords = <"size", "volume">
34 misuse = <"">
35 >
36 >
37 lifecycle_state = <"Initial">
38 other_contributors = <>
39
40definition
41 CLUSTER[at0000] matches { -- Dimensions
42 items cardinality matches {0..*; unordered} matches {
43 ELEMENT[at0001] occurrences matches {0..1} matches { -- Circumference
44 value matches {
45 C_DV_QUANTITY <
46 property = <[openehr::122]>
47 list = <
48 ["1"] = <
49 units = <"µm">
50 >
51 ["2"] = <
52 units = <"mm">
53 >
54 ["3"] = <
55 units = <"cm">
56 >
57 ["4"] = <
58 units = <"m">
59 >
60 >
61 >
62 }
63 }
64 ELEMENT[at0002] occurrences matches {0..1} matches { -- Length
65 value matches {
66 C_DV_QUANTITY <
67 property = <[openehr::122]>
68 list = <
69 ["1"] = <
70 units = <"µm">
71 >
72 ["2"] = <
73 units = <"mm">
74 >
75 ["3"] = <
76 units = <"cm">
77 >
78 ["4"] = <
79 units = <"m">
80 >
81 >
82 >
83 }
84 }
85 ELEMENT[at0003] occurrences matches {0..1} matches { -- Breadth
86 value matches {
87 C_DV_QUANTITY <
88 property = <[openehr::122]>
89 list = <
90 ["1"] = <
91 units = <"µm">
92 >
93 ["2"] = <
94 units = <"mm">
95 >
96 ["3"] = <
97 units = <"cm">
98 >
99 ["4"] = <
100 units = <"m">
101 >
102 >
103 >
104 }
105 }
106 ELEMENT[at0004] occurrences matches {0..1} matches { -- Depth
107 value matches {
108 C_DV_QUANTITY <
109 property = <[openehr::122]>
110 list = <
111 ["1"] = <
112 units = <"µm">
113 >
114 ["2"] = <
115 units = <"mm">
116 >
117 ["3"] = <
118 units = <"cm">
119 >
120 ["4"] = <
121 units = <"m">
122 >
123 >
124 >
125 }
126 }
127 ELEMENT[at0005] occurrences matches {0..1} matches { -- Area
128 value matches {
129 C_DV_QUANTITY <
130 property = <[openehr::335]>
131 list = <
132 ["1"] = <
133 units = <"mm2">
134 >
135 ["2"] = <
136 units = <"cm2">
137 >
138 ["3"] = <
139 units = <"% body">
140 >
141 ["4"] = <
142 units = <"% head, neck">
143 >
144 ["5"] = <
145 units = <"% lower limb">
146 >
147 ["6"] = <
148 units = <"% trunk">
149 >
150 ["7"] = <
151 units = <"% upper limb">
152 >
153 >
154 >
155 }
156 }
157 ELEMENT[at0006] occurrences matches {0..1} matches { -- Volume
158 value matches {
159 C_DV_QUANTITY <
160 property = <[openehr::129]>
161 list = <
162 ["1"] = <
163 units = <"mm3">
164 >
165 ["2"] = <
166 units = <"ml">
167 >
168 >
169 >
170 }
171 }
172 }
173 }
174
175ontology
176 term_definitions = <
177 ["de"] = <
178 items = <
179 ["at0000"] = <
180 description = <"Die Ausmaße eines betrachteten Teils">
181 text = <"Ausmaße">
182 >
183 ["at0001"] = <
184 description = <"Der Umfang des betrachteten Teils">
185 text = <"Umfang">
186 >
187 ["at0002"] = <
188 description = <"Die Länge des betrachteten Teils (longidudinale Körperachse)">
189 text = <"Länge">
190 >
191 ["at0003"] = <
192 description = <"Die Breite oder Weite (transversale Körperachse)">
193 text = <"Breite">
194 >
195 ["at0004"] = <
196 description = <"Die Tiefe des betrachteten Teils (dorsal-ventrale Körperachse)">
197 text = <"Tiefe">
198 >
199 ["at0005"] = <
200 description = <"Die Fläche des betrachteten Teils">
201 text = <"Fläche">
202 >
203 ["at0006"] = <
204 description = <"Das Volumen des betrachteten Teils">
205 text = <"Volumen">
206 >
207 >
208 >
209 ["en"] = <
210 items = <
211 ["at0000"] = <
212 description = <"The physical dimensions of a part examined">
213 text = <"Dimensions">
214 >
215 ["at0001"] = <
216 description = <"The circumference of the part examined">
217 text = <"Circumference">
218 >
219 ["at0002"] = <
220 description = <"The length of the part examined (longitudinal anatomical axis)">
221 text = <"Length">
222 >
223 ["at0003"] = <
224 description = <"The width or breadth (transverse anatomical axis)">
225 text = <"Breadth">
226 >
227 ["at0004"] = <
228 description = <"The depth of the part examined (dorso-ventral anatomical axis)">
229 text = <"Depth">
230 >
231 ["at0005"] = <
232 description = <"The area of the part examined">
233 text = <"Area">
234 >
235 ["at0006"] = <
236 description = <"The volume of the part examined">
237 text = <"Volume">
238 >
239 >
240 >
241 >
Note: See TracBrowser for help on using the repository browser.