source: ruby/trunk/adl_parser/tests/openEHR-EHR-CLUSTER.auscultation.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: 6.6 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-CLUSTER.auscultation.v1
3
4concept
5 [at0000] -- Auscultation
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Sam Heard">
11 ["organisation"] = <"Ocean Informatics">
12 ["date"] = <"7/04/2007">
13 ["email"] = <"sam.heard@oceaninformatics.biz">
14 >
15 details = <
16 ["en"] = <
17 language = <[ISO_639-1::en]>
18 purpose = <"To record data found on examination by auscultation/listening">
19 use = <"To be embedded in an openEHR-EHR-OBSERVATION.exam cluster to express findings determined by auscultation">
20 keywords = <"auscultate", "listen", "auscultation", "listening", "bruit", "bowel sounds", "sounds">
21 misuse = <"Not for use in any other context at present">
22 >
23 >
24 lifecycle_state = <"OrganisationDraft">
25 other_contributors = <"Heather Leslie", ...>
26
27definition
28 CLUSTER[at0000] matches { -- Auscultation
29 items cardinality matches {0..*; unordered} matches {
30 CLUSTER[at0001] occurrences matches {0..1} matches { -- Normal Statements
31 items cardinality matches {0..*; unordered} matches {
32 ELEMENT[at0003] occurrences matches {0..*} matches { -- Normal Statement
33 value matches {
34 DV_CODED_TEXT matches {
35 defining_code matches {
36 [local::
37 at0056, -- No murmur
38 at0057, -- No bruit
39 at0073, -- Normal bowel sounds
40 at0085] -- No abnormality detected
41 }
42 }
43 }
44 }
45 }
46 }
47 ELEMENT[at0004] occurrences matches {0..1} matches { -- Clinical Description
48 value matches {
49 DV_TEXT matches {*}
50 }
51 }
52 CLUSTER[at0002] occurrences matches {0..1} matches { -- Findings
53 items cardinality matches {0..*; unordered} matches {
54 CLUSTER[at0009] occurrences matches {0..1} matches { -- Bowel sounds
55 items cardinality matches {0..*; unordered} matches {
56 ELEMENT[at0074] occurrences matches {0..*} matches { -- Specific Findings
57 value matches {
58 DV_CODED_TEXT matches {
59 defining_code matches {
60 [local::
61 at0078, -- Absent bowel sounds
62 at0079, -- Decreased bowel sounds
63 at0080, -- Increased bowel sounds
64 at0081] -- Tinkling bowel sounds
65 }
66 }
67 }
68 }
69 use_node ELEMENT /items[at0004]
70 }
71 }
72 CLUSTER[at0010] occurrences matches {0..1} matches { -- Vessel bruit
73 items cardinality matches {0..*; unordered} matches {
74 ELEMENT[at0088] matches { -- Vessel name
75 value matches {
76 DV_TEXT matches {*}
77 }
78 }
79 ELEMENT[at0030] occurrences matches {0..1} matches { -- Maximal Location
80 value matches {
81 DV_TEXT matches {*}
82 }
83 }
84 ELEMENT[at0091] occurrences matches {0..1} matches { -- Description
85 value matches {
86 DV_TEXT matches {*}
87 }
88 }
89 }
90 }
91 CLUSTER[at0089] occurrences matches {0..1} matches { -- Other sounds
92 items cardinality matches {0..*; unordered} matches {
93 ELEMENT[at0090] matches { -- Description
94 value matches {
95 DV_TEXT matches {*}
96 }
97 }
98 use_node ELEMENT /items[at0002]/items[at0010]/items[at0030]
99 }
100 }
101 CLUSTER[at0086] occurrences matches {0..*} matches { -- Localised auscultation
102 items cardinality matches {0..*; unordered} matches {
103 ELEMENT[at0087] matches { -- Site or region
104 value matches {
105 DV_TEXT matches {*}
106 }
107 }
108 allow_archetype CLUSTER occurrences matches {0..1} matches {
109 include
110 archetype_id/value matches {/auscultation\.v1/}
111 }
112 }
113 }
114 }
115 }
116 }
117 }
118
119ontology
120 term_definitions = <
121 ["en"] = <
122 items = <
123 ["at0000"] = <
124 description = <"Findings on Auscultation">
125 text = <"Auscultation">
126 >
127 ["at0001"] = <
128 description = <"A group of statements about the normality of auscultation">
129 text = <"Normal Statements">
130 >
131 ["at0002"] = <
132 description = <"Findings on auscultation">
133 text = <"Findings">
134 >
135 ["at0003"] = <
136 description = <"Statements about the normality of the auscultation">
137 text = <"Normal Statement">
138 >
139 ["at0004"] = <
140 description = <"Detailed clinical description of the findings on auscultation">
141 text = <"Clinical Description">
142 >
143 ["at0009"] = <
144 description = <"Group of findings about auscultation of the bowel">
145 text = <"Bowel sounds">
146 >
147 ["at0010"] = <
148 description = <"Group of findings about auscultation of a major blood vessel">
149 text = <"Vessel bruit">
150 >
151 ["at0030"] = <
152 description = <"Site where finding is heard maximally">
153 text = <"Maximal Location">
154 >
155 ["at0056"] = <
156 description = <"No murmur is heard">
157 text = <"No murmur">
158 >
159 ["at0057"] = <
160 description = <"No bruit is heard">
161 text = <"No bruit">
162 >
163 ["at0073"] = <
164 description = <"Bowel sounds are normal in intensity and character">
165 text = <"Normal bowel sounds">
166 >
167 ["at0074"] = <
168 description = <"Specific auscultatory findings related to examination of the bowels">
169 text = <"Specific Findings">
170 >
171 ["at0078"] = <
172 description = <"No bowel sounds can be heard">
173 text = <"Absent bowel sounds">
174 >
175 ["at0079"] = <
176 description = <"Bowel sounds are less than normal">
177 text = <"Decreased bowel sounds">
178 >
179 ["at0080"] = <
180 description = <"Bowel sounds are more intense than normal">
181 text = <"Increased bowel sounds">
182 >
183 ["at0081"] = <
184 description = <"High pitched and very frequent bowel sounds can be heard">
185 text = <"Tinkling bowel sounds">
186 >
187 ["at0085"] = <
188 description = <"Nothing abnormal on auscultation">
189 text = <"No abnormality detected">
190 >
191 ["at0086"] = <
192 description = <"Auscultation in a particular site">
193 text = <"Localised auscultation">
194 >
195 ["at0087"] = <
196 description = <"The site of the localised findings">
197 text = <"Site or region">
198 >
199 ["at0088"] = <
200 description = <"The name of the vessel to which is being listened">
201 text = <"Vessel name">
202 >
203 ["at0089"] = <
204 description = <"Recording of sounds of a different nature">
205 text = <"Other sounds">
206 >
207 ["at0090"] = <
208 description = <"Description of other sounds">
209 text = <"Description">
210 >
211 ["at0091"] = <
212 description = <"Description of the bruit">
213 text = <"Description">
214 >
215 >
216 >
217 >
Note: See TracBrowser for help on using the repository browser.