source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-INSTRUCTION.referral.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: 2.3 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-INSTRUCTION.referral.v1
3
4concept
5 [at0000] -- Referral to second provider
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 einer Bitte nach Behandlung (Überweisung) durch einen zweiten Gesundheitsdienstleister.">
26 use = <"">
27 keywords = <"Überweisung", "Anfrage", "Anordnung">
28 misuse = <"">
29 >
30 ["en"] = <
31 language = <[ISO_639-1::en]>
32 purpose = <"For recording a request for care (referral to) a second health provider">
33 use = <"">
34 keywords = <"refer", "request", "order">
35 misuse = <"">
36 >
37 >
38 lifecycle_state = <"AuthorDraft">
39 other_contributors = <>
40
41definition
42 INSTRUCTION[at0000] matches { -- Referral to second provider
43 activities cardinality matches {0..*; unordered} matches {
44 ACTIVITY[at0001] occurrences matches {0..1} matches { -- Refer
45 action_archetype_id matches {/referral\.v1/}
46 description matches {
47 allow_archetype ITEM_TREE occurrences matches {0..1} matches {
48 include
49 archetype_id/value matches {/referral\.v1/}
50 exclude
51 archetype_id/value matches {/.*/}
52 }
53 }
54 }
55 }
56 }
57
58ontology
59 term_definitions = <
60 ["de"] = <
61 items = <
62 ["at0000"] = <
63 description = <"Eine Bitte nach Gesundheitsdienstleistung von einem Anbieter zu einem zweiten.">
64 text = <"Überweisung zu einem zweiten Gesundheitsdienstleister">
65 >
66 ["at0001"] = <
67 description = <"Die Handlung der Überweisung zu einem zweiten Gesundheitsdienstleister">
68 text = <"Überweisung">
69 >
70 >
71 >
72 ["en"] = <
73 items = <
74 ["at0000"] = <
75 description = <"A request for health care from one provider to a second provider">
76 text = <"Referral to second provider">
77 >
78 ["at0001"] = <
79 description = <"The activity of referring to a second health provider">
80 text = <"Refer">
81 >
82 >
83 >
84 >
Note: See TracBrowser for help on using the repository browser.