source: ruby/trunk/adl_parser/tests/openEHR-EHR-CLUSTER.dimensions-circumference.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.5 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.dimensions-circumference.v1
3specialize
4 openEHR-EHR-CLUSTER.dimensions.v1
5
6concept
7 [at0000.1] -- Circumference
8language
9 original_language = <[ISO_639-1::en]>
10 translations = <
11 ["de"] = <
12 language = <[ISO_639-1::de]>
13 author = <
14 ["name"] = <"Jasmin Buck, Sebastian Garde">
15 ["organisation"] = <"University of Heidelberg, Central Queensland University">
16 >
17 >
18 >
19description
20 original_author = <
21 ["name"] = <"unknown">
22 >
23 details = <
24 ["de"] = <
25 language = <[ISO_639-1::de]>
26 purpose = <"Zur Beschreibung der Umfangs eines betrachteten Körperteils.">
27 use = <"Zur Messung des Umfangs von Körperteilen, wie Taille oder Kopfumfang">
28 keywords = <"Umfang", ...>
29 misuse = <"">
30 >
31 ["en"] = <
32 language = <[ISO_639-1::en]>
33 purpose = <"To describe the circumference of a body part examined">
34 use = <"For use when measuring the circumference of body parts such as waist, head circumference">
35 keywords = <"circumference", ...>
36 misuse = <"">
37 >
38 >
39 lifecycle_state = <"OrganisationDraft">
40 other_contributors = <>
41
42definition
43 CLUSTER[at0000.1] matches { -- Circumference
44 items cardinality matches {0..*; unordered} matches {
45 ELEMENT[at0001] occurrences matches {0..1} matches { -- Circumference
46 value matches {
47 C_DV_QUANTITY <
48 property = <[openehr::122]>
49 list = <
50 ["1"] = <
51 units = <"cm">
52 >
53 >
54 >
55 }
56 }
57 }
58 }
59
60ontology
61 term_definitions = <
62 ["de"] = <
63 items = <
64 ["at0000"] = <
65 description = <"Die Ausmaße eines betrachteten Teils">
66 text = <"Ausmaße">
67 >
68 ["at0000.1"] = <
69 description = <"Der Umfang des betrachteten Körperteils">
70 text = <"Umfang">
71 >
72 ["at0001"] = <
73 description = <"Der Umfang des betrachteten Teils">
74 text = <"Umfang">
75 >
76 ["at0002"] = <
77 description = <"Die Länge des betrachteten Teils (longidudinale Körperachse)">
78 text = <"Länge">
79 >
80 ["at0003"] = <
81 description = <"Die Breite oder Weite (transversale Körperachse)">
82 text = <"Breite">
83 >
84 ["at0004"] = <
85 description = <"Die Tiefe des betrachteten Teils (dorsal-ventrale Körperachse)">
86 text = <"Tiefe">
87 >
88 ["at0005"] = <
89 description = <"Die Fläche des betrachteten Teils">
90 text = <"Fläche">
91 >
92 ["at0006"] = <
93 description = <"Das Volumen des betrachteten Teils">
94 text = <"Volumen">
95 >
96 >
97 >
98 ["en"] = <
99 items = <
100 ["at0000"] = <
101 description = <"The physical dimensions of a part examined">
102 text = <"Dimensions">
103 >
104 ["at0000.1"] = <
105 description = <"The circumference of the body part examined">
106 text = <"Circumference">
107 >
108 ["at0001"] = <
109 description = <"The circumference of the part examined">
110 text = <"Circumference">
111 >
112 ["at0002"] = <
113 description = <"The length of the part examined (longitudinal anatomical axis)">
114 text = <"Length">
115 >
116 ["at0003"] = <
117 description = <"The width or breadth (transverse anatomical axis)">
118 text = <"Breadth">
119 >
120 ["at0004"] = <
121 description = <"The depth of the part examined (dorso-ventral anatomical axis)">
122 text = <"Depth">
123 >
124 ["at0005"] = <
125 description = <"The area of the part examined">
126 text = <"Area">
127 >
128 ["at0006"] = <
129 description = <"The volume of the part examined">
130 text = <"Volume">
131 >
132 >
133 >
134 >
Note: See TracBrowser for help on using the repository browser.