source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-CLUSTER.exam-generic-lymphnode.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: 5.1 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.exam-generic-lymphnode.v1
3specialize
4 openEHR-EHR-CLUSTER.exam-generic.v1
5
6concept
7 [at0000.1.1] -- Examination of lymph nodes
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 = <"For recording findings on physical examination of lymph nodes">
18 use = <"">
19 keywords = <"examination", "physical", "lymph", "nodes">
20 misuse = <"">
21 >
22 >
23 lifecycle_state = <"OrganisationDraft">
24 other_contributors = <>
25
26definition
27 CLUSTER[at0000.1.1] matches { -- Examination of lymph nodes
28 items cardinality matches {0..*; unordered} matches {
29 ELEMENT[at0.9.1] matches { -- Lymph node group
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 exclude
55 archetype_id/value matches {/.*/}
56 }
57 CLUSTER[at0.1] occurrences matches {0..1} matches { -- Size
58 items cardinality matches {0..*; unordered} matches {
59 allow_archetype CLUSTER occurrences matches {0..1} matches {
60 include
61 archetype_id/value matches {/size\.v1draft/}
62 }
63 }
64 }
65 CLUSTER[at0003.0.1] occurrences matches {0..1} matches { -- Individual nodes
66 items cardinality matches {0..*; unordered} matches {
67 CLUSTER[at0.0.12] occurrences matches {0..1} matches { -- Node
68 items cardinality matches {1..*; unordered} matches {
69 ELEMENT[at0.0.11] occurrences matches {0..1} matches { -- Node name
70 value matches {
71 DV_TEXT matches {*}
72 }
73 }
74 ELEMENT[at0.0.13] occurrences matches {0..1} matches { -- Description
75 value matches {
76 DV_TEXT matches {*}
77 }
78 }
79 }
80 }
81 }
82 }
83 }
84 }
85 ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
86 value matches {
87 DV_MULTIMEDIA matches {
88 media_type matches {
89 [openEHR::
90 426,
91 427,
92 429]
93 }
94 }
95 }
96 }
97 }
98 }
99
100ontology
101 term_definitions = <
102 ["en"] = <
103 items = <
104 ["at0.0.10"] = <
105 description = <"All major lymph nodes">
106 text = <"Lymph nodes">
107 >
108 ["at0.0.11"] = <
109 description = <"The name of the node">
110 text = <"Node name">
111 comment = <"SNOMED Lymphnode">
112 >
113 ["at0.0.12"] = <
114 description = <"Group of findings relating to an individual node">
115 text = <"Node">
116 >
117 ["at0.0.13"] = <
118 description = <"Description of individual node">
119 text = <"Description">
120 >
121 ["at0.1"] = <
122 description = <"Information about the size of the object for examination">
123 text = <"Size">
124 >
125 ["at0.9"] = <
126 description = <"The object of examination">
127 text = <"Object">
128 >
129 ["at0.9.1"] = <
130 description = <"The group of nodes examined">
131 text = <"Lymph node group">
132 comment = <"SNOMED query LymphnodeGroup">
133 >
134 ["at0000"] = <
135 description = <"Generic examination cluster for describing a finding on physical examination">
136 text = <"Examination">
137 >
138 ["at0000.1"] = <
139 description = <"Generic examination cluster for describing a finding on physical examination">
140 text = <"Examination of a named body part">
141 >
142 ["at0000.1.1"] = <
143 description = <"For recording the findings on physical examination of lymph nodes">
144 text = <"Examination of lymph nodes">
145 >
146 ["at0002"] = <
147 description = <"Textural description of the part examined">
148 text = <"Clinical description">
149 >
150 ["at0003"] = <
151 description = <"More focused examination findings">
152 text = <"Detail">
153 >
154 ["at0003.0.1"] = <
155 description = <"More focused examination findings on each node">
156 text = <"Individual nodes">
157 >
158 ["at0004"] = <
159 description = <"A group of statements about the normality of the examination">
160 text = <"Normal statements">
161 >
162 ["at0005"] = <
163 description = <"A specific statement of normality">
164 text = <"Normal statement">
165 >
166 ["at0006"] = <
167 description = <"Drawing or image of the area examined">
168 text = <"Image">
169 >
170 ["at0008"] = <
171 description = <"Clinical findings">
172 text = <"Findings">
173 >
174 >
175 >
176 >
Note: See TracBrowser for help on using the repository browser.