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

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

Scanners for ADL parser do not need yaparc library any more

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"] = <"10/10/2005">
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.