source: ruby/trunk/adl_parser/tests/openEHR-EHR-INSTRUCTION.medication.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.0 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-INSTRUCTION.medication.v1
3
4concept
5 [at0000] -- Medication order
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 ["organisation"] = <"Ocean Informatics">
21 ["date"] = <"21/04/2006">
22 ["email"] = <"sam.heard@oceaninformatics.biz">
23 >
24 details = <
25 ["de"] = <
26 language = <[ISO_639-1::de]>
27 purpose = <"Zur Dokumentation einer Medikationsverordnung, kann mehr als eine Aktivität enthalten, aber immer mit der selben Struktur">
28 use = <"Zur Dokumentation von Anweisungen bezüglich eines Medikaments">
29 keywords = <"Verschreibung", "Medikationsverordnung", "Verordnung">
30 misuse = <"Nicht zur Dokumentation der Verabreichung, der Gabe usw. benutzen. Für diese Dokumentation openEHR-EHR-ACTION.medication benutzen.">
31 >
32 ["en"] = <
33 language = <[ISO_639-1::en]>
34 purpose = <"For recording a medication order, which may involve more than one activity, but all have the same structure.">
35 use = <"For recording an instruction about medication.">
36 keywords = <"prescribe", "medication order", "order">
37 misuse = <"Do not use for recording administration, dispensing etc. Use openEHR-EHR-ACTION.medication for these recordings.">
38 >
39 >
40 lifecycle_state = <"AuthorDraft">
41 other_contributors = <"NEHTA (Australia) data groups", ...>
42
43definition
44 INSTRUCTION[at0000] matches { -- Medication order
45 activities cardinality matches {0..*; unordered} matches {
46 ACTIVITY[at0001] occurrences matches {0..*} matches { -- Medication activity
47 action_archetype_id matches {/medication\.v1/}
48 description matches {
49 allow_archetype ITEM_TREE occurrences matches {0..1} matches {
50 include
51 archetype_id/value matches {/medication\.v1/}
52 archetype_id/value matches {/medication-formulation\.v1/}
53 archetype_id/value matches {/medication-vaccine\.v1/}
54 exclude
55 archetype_id/value matches {/.*/}
56 }
57 }
58 }
59 }
60 }
61
62ontology
63 term_definitions = <
64 ["de"] = <
65 items = <
66 ["at0000"] = <
67 description = <"Eine von einem Klinikarzt verfasste Verordnung oder Anweisung, die beschreibt welches Medikament wann, für wie lange usw. eingenommen werden soll">
68 text = <"Medikationsverordnung">
69 >
70 ["at0001"] = <
71 description = <"Informationen über die auszuführende Medikationshandlung">
72 text = <"Medikationshandlung">
73 >
74 >
75 >
76 ["en"] = <
77 items = <
78 ["at0000"] = <
79 description = <"An order or instruction created by a clinician which specifies which medication to take, when, for how long etc.">
80 text = <"Medication order">
81 >
82 ["at0001"] = <
83 description = <"Information about the medication action(s) to be carried out">
84 text = <"Medication activity">
85 >
86 >
87 >
88 >
Note: See TracBrowser for help on using the repository browser.