source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-COMPOSITION.encounter.v1draft.adl@ 116

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

refactored directory structure of adl_parser

File size: 944 bytes
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-COMPOSITION.encounter.v1draft
3
4concept
5 [at0000] -- Encounter
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Thomas Beale">
11 ["organisation"] = <"Ocean Informatics">
12 ["date"] = <"2005-10-10">
13 >
14 details = <
15 ["en"] = <
16 language = <[ISO_639-1::en]>
17 purpose = <"Record of encounter as a progress note.">
18 use = <"">
19 keywords = <"progress", "note", "encounter">
20 misuse = <"">
21 >
22 >
23 lifecycle_state = <"AuthorDraft">
24 other_contributors = <>
25
26definition
27 COMPOSITION[at0000] matches { -- Encounter
28 category matches {
29 DV_CODED_TEXT matches {
30 defining_code matches {[openehr::433]}
31 }
32 }
33 }
34
35ontology
36 term_definitions = <
37 ["en"] = <
38 items = <
39 ["at0000"] = <
40 description = <"Generic encounter or progress note composition">
41 text = <"Encounter">
42 >
43 >
44 >
45 >
Note: See TracBrowser for help on using the repository browser.