source: ruby/trunk/adl_parser/tests/openEHR-EHR-ACTION.referral.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: 9.7 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-ACTION.referral.v1
3
4concept
5 [at0000] -- Referral actions
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"] = <"Sam Heard">
20 ["email"] = <"sam.heard@oceaninformatics.biz">
21 >
22 details = <
23 ["de"] = <
24 language = <[ISO_639-1::de]>
25 purpose = <"Zur Dokumentation von Handlungen, die auf eine Behandlungsanfrage an einen zweiten Gesundheitsdienstleister basieren">
26 use = <"">
27 misuse = <"">
28 >
29 ["en"] = <
30 language = <[ISO_639-1::en]>
31 purpose = <"For recording actions based on a request for a second provider to provide care">
32 use = <"">
33 misuse = <"">
34 >
35 >
36 lifecycle_state = <"NotSet">
37 other_contributors = <>
38
39definition
40 ACTION[at0000] matches { -- Referral actions
41 ism_transition matches {
42 ISM_TRANSITION matches {
43 current_state matches {
44 DV_CODED_TEXT matches {
45 defining_code matches {[openehr::524]}
46 }
47 }
48 careflow_step matches {
49 DV_CODED_TEXT matches {
50 defining_code matches {[local::at0001]} -- Planned
51 }
52 }
53 }
54 ISM_TRANSITION matches {
55 current_state matches {
56 DV_CODED_TEXT matches {
57 defining_code matches {[openehr::524]}
58 }
59 }
60 careflow_step matches {
61 DV_CODED_TEXT matches {
62 defining_code matches {[local::at0002]} -- Communicated
63 }
64 }
65 }
66 ISM_TRANSITION matches {
67 current_state matches {
68 DV_CODED_TEXT matches {
69 defining_code matches {[openehr::524]}
70 }
71 }
72 careflow_step matches {
73 DV_CODED_TEXT matches {
74 defining_code matches {[local::at0003]} -- Acknowledged
75 }
76 }
77 }
78 ISM_TRANSITION matches {
79 current_state matches {
80 DV_CODED_TEXT matches {
81 defining_code matches {[openehr::527]}
82 }
83 }
84 careflow_step matches {
85 DV_CODED_TEXT matches {
86 defining_code matches {[local::at0005]} -- Postponed
87 }
88 }
89 }
90 ISM_TRANSITION matches {
91 current_state matches {
92 DV_CODED_TEXT matches {
93 defining_code matches {[openehr::528]}
94 }
95 }
96 careflow_step matches {
97 DV_CODED_TEXT matches {
98 defining_code matches {[local::at0006]} -- Cancelled
99 }
100 }
101 }
102 ISM_TRANSITION matches {
103 current_state matches {
104 DV_CODED_TEXT matches {
105 defining_code matches {[openehr::529]}
106 }
107 }
108 careflow_step matches {
109 DV_CODED_TEXT matches {
110 defining_code matches {[local::at0004]} -- Appointment
111 }
112 }
113 }
114 ISM_TRANSITION matches {
115 current_state matches {
116 DV_CODED_TEXT matches {
117 defining_code matches {[openehr::245]}
118 }
119 }
120 careflow_step matches {
121 DV_CODED_TEXT matches {
122 defining_code matches {[local::at0008]} -- Attended
123 }
124 }
125 }
126 ISM_TRANSITION matches {
127 current_state matches {
128 DV_CODED_TEXT matches {
129 defining_code matches {[openehr::245]}
130 }
131 }
132 careflow_step matches {
133 DV_CODED_TEXT matches {
134 defining_code matches {[local::at0009]} -- Secondary referral
135 }
136 }
137 }
138 ISM_TRANSITION matches {
139 current_state matches {
140 DV_CODED_TEXT matches {
141 defining_code matches {[openehr::245]}
142 }
143 }
144 careflow_step matches {
145 DV_CODED_TEXT matches {
146 defining_code matches {[local::at0010]} -- Secondary referral completed
147 }
148 }
149 }
150 ISM_TRANSITION matches {
151 current_state matches {
152 DV_CODED_TEXT matches {
153 defining_code matches {[openehr::245]}
154 }
155 }
156 careflow_step matches {
157 DV_CODED_TEXT matches {
158 defining_code matches {[local::at0011]} -- Return of care
159 }
160 }
161 }
162 ISM_TRANSITION matches {
163 current_state matches {
164 DV_CODED_TEXT matches {
165 defining_code matches {[openehr::530]}
166 }
167 }
168 careflow_step matches {
169 DV_CODED_TEXT matches {
170 defining_code matches {[local::at0007]} -- Did not attend
171 }
172 }
173 }
174 ISM_TRANSITION matches {
175 current_state matches {
176 DV_CODED_TEXT matches {
177 defining_code matches {[openehr::531]}
178 }
179 }
180 careflow_step matches {
181 DV_CODED_TEXT matches {
182 defining_code matches {[local::at0013]} -- No further contact
183 }
184 }
185 }
186 ISM_TRANSITION matches {
187 current_state matches {
188 DV_CODED_TEXT matches {
189 defining_code matches {[openehr::531]}
190 }
191 }
192 careflow_step matches {
193 DV_CODED_TEXT matches {
194 defining_code matches {[local::at0014]} -- Multiple 'did not attend'
195 }
196 }
197 }
198 ISM_TRANSITION matches {
199 current_state matches {
200 DV_CODED_TEXT matches {
201 defining_code matches {[openehr::532]}
202 }
203 }
204 careflow_step matches {
205 DV_CODED_TEXT matches {
206 defining_code matches {[local::at0012]} -- Completed
207 }
208 }
209 }
210 }
211 description matches {
212 allow_archetype ITEM_TREE occurrences matches {0..1} matches {
213 include
214 domain_concept matches {/referral\.v1/}
215 exclude
216 domain_concept matches {/.*/}
217 }
218 }
219 }
220
221ontology
222 term_definitions = <
223 ["de"] = <
224 items = <
225 ["at0000"] = <
226 description = <"Zur Dokumentation von Handlungen, die auf eine Behandlungsanfrage an einen zweiten Gesundheitsdienstleister basieren">
227 text = <"Überweisungshandlungen">
228 >
229 ["at0001"] = <
230 description = <"Überweisung wurde geplant, aber keine weiter Handlung hat stattgefunden">
231 text = <"Geplant">
232 >
233 ["at0002"] = <
234 description = <"Die Anfrage für die Überweisung wurde übermittelt">
235 text = <"Übermittelt">
236 >
237 ["at0003"] = <
238 description = <"Die Überweisungsanfrage wurde vom zweiten Gesundheitsdienstleister bestätigt">
239 text = <"Bestätigt">
240 >
241 ["at0004"] = <
242 description = <"Ein Termin mit dem zweiten Gesundheitsdienstleister wurde vereinbart">
243 text = <"Termin">
244 >
245 ["at0005"] = <
246 description = <"Die Überweisung wurde verschoben, wird aber in der Zukunft durchgeführt werden">
247 text = <"Verschoben">
248 >
249 ["at0006"] = <
250 description = <"Die Überweisung wurde gestrichen">
251 text = <"Gestrichen">
252 >
253 ["at0007"] = <
254 description = <"Die Person ist zu ihrem Termin nicht erschienen">
255 text = <"Nicht erschienen">
256 >
257 ["at0008"] = <
258 description = <"Die Person suchte den zweiten Gesundheitsdienstleister auf">
259 text = <"Erschienen">
260 >
261 ["at0009"] = <
262 description = <"Eine Überweisung zu einem dritten Gesundheisdienstleister wurde organisiert">
263 text = <"Zweite Überweisung">
264 >
265 ["at0010"] = <
266 description = <"Die zweite Überweisung ist abgeschlossen">
267 text = <"Zweite Überweisung abgeschlossen">
268 >
269 ["at0011"] = <
270 description = <"Die Behandlung wurde zurück zum überweisenden Gesundheitsdienstleister gegeben">
271 text = <"Behandlung zurückgegeben">
272 >
273 ["at0012"] = <
274 description = <"Der Überweisungsprozess ist abgeschlossen">
275 text = <"Abgeschlossen">
276 >
277 ["at0013"] = <
278 description = <"Der Überweisungsprozess ist nicht abgeschlossen, es besteht aber kein Kontakt zum zweiten Gesundheitsdienstleister mehr">
279 text = <"Kein weiterer Kontakt">
280 >
281 ["at0014"] = <
282 description = <"Die Person ist zu wiederholten Gelegenheiten nicht erschienen - es werden keine weiteren Termine vereinbart">
283 text = <"Wiederholtes 'nicht erschienen'">
284 >
285 >
286 >
287 ["en"] = <
288 items = <
289 ["at0000"] = <
290 description = <"Actions arising based on a request for health care from a second health care provider.">
291 text = <"Referral actions">
292 >
293 ["at0001"] = <
294 description = <"Referral has been planned but no further action">
295 text = <"Planned">
296 >
297 ["at0002"] = <
298 description = <"The request for referral has been communicated">
299 text = <"Communicated">
300 >
301 ["at0003"] = <
302 description = <"The referral request has been acknowledged by second provider">
303 text = <"Acknowledged">
304 >
305 ["at0004"] = <
306 description = <"An appointment with the second provider has been arranged">
307 text = <"Appointment">
308 >
309 ["at0005"] = <
310 description = <"Referral has been postponed but will be organised in the future">
311 text = <"Postponed">
312 >
313 ["at0006"] = <
314 description = <"Referral has been cancelled">
315 text = <"Cancelled">
316 >
317 ["at0007"] = <
318 description = <"The person did not attend for their appointment">
319 text = <"Did not attend">
320 >
321 ["at0008"] = <
322 description = <"The person attended the second provider">
323 text = <"Attended">
324 >
325 ["at0009"] = <
326 description = <"Referral to a third provider has been organised">
327 text = <"Secondary referral">
328 >
329 ["at0010"] = <
330 description = <"Secondary referral is complete">
331 text = <"Secondary referral completed">
332 >
333 ["at0011"] = <
334 description = <"Care is transferred back to referrer">
335 text = <"Return of care">
336 >
337 ["at0012"] = <
338 description = <"Referral process is complete">
339 text = <"Completed">
340 >
341 ["at0013"] = <
342 description = <"The referral process was not completed but no further contact with second provider is organised">
343 text = <"No further contact">
344 >
345 ["at0014"] = <
346 description = <"The person did not attend on multiple occasions - no further appointments will been sent">
347 text = <"Multiple 'did not attend'">
348 >
349 >
350 >
351 >
Note: See TracBrowser for help on using the repository browser.