source: ruby/trunk/adl_parser/tests/openEHR-EHR-COMPOSITION.discharge.v1draft.adl@ 15

Last change on this file since 15 was 15, checked in by Tatsukawa, Akimichi, 16 years ago

added draft adl files

File size: 1.1 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-COMPOSITION.discharge.v1draft
3
4concept
5 [at0000] -- Discharge
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"unknown">
11 >
12 details = <
13 ["en"] = <
14 language = <[ISO_639-1::en]>
15 purpose = <"For communication at the time of discharge from an episode of care or an institution.">
16 use = <"">
17 misuse = <"">
18 >
19 >
20 lifecycle_state = <"Initial">
21 other_contributors = <>
22
23definition
24 COMPOSITION[at0000] matches { -- Discharge
25 category matches {
26 DV_CODED_TEXT matches {
27 defining_code matches {[openehr::433]}
28 }
29 }
30 context matches {
31 EVENT_CONTEXT matches {
32 other_context matches {
33 ITEM_TREE[at0001] matches {*}
34 }
35 }
36 }
37 }
38
39ontology
40 term_definitions = <
41 ["en"] = <
42 items = <
43 ["at0000"] = <
44 description = <"A summarising communication about at the time of discharge from an institution or an episode of care">
45 text = <"Discharge">
46 >
47 ["at0001"] = <
48 description = <"@ internal @">
49 text = <"Tree">
50 >
51 >
52 >
53 >
Note: See TracBrowser for help on using the repository browser.