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