source: ruby/trunk/adl_parser/tests/openEHR-EHR-SECTION.summary.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: 1.4 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-SECTION.summary.v1
3
4concept
5 [at0000] -- Summary
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Sam Heard">
11 ["organisation"] = <"Ocean Informatics">
12 ["date"] = <"9/01/2007">
13 ["email"] = <"sam.heard@oceaninformatics.biz">
14 >
15 details = <
16 ["en"] = <
17 language = <[ISO_639-1::en]>
18 purpose = <"A heading containing summary information based on particular evaluation entries">
19 use = <"A heading for organising clinical data under a heading of summary">
20 keywords = <"review", "conclusions", "risk">
21 misuse = <"">
22 >
23 >
24 lifecycle_state = <"Initial">
25 other_contributors = <>
26
27definition
28 SECTION[at0000] matches { -- Summary
29 items cardinality matches {0..*; unordered} matches {
30 allow_archetype EVALUATION occurrences matches {0..1} matches {
31 include
32 archetype_id/value matches {/clinical_synopsis\.v1/}
33 archetype_id/value matches {/problem\.v1/}
34 archetype_id/value matches {/problem-diagnosis\.v1/}
35 archetype_id/value matches {/problem-diagnosis-histological\.v1/}
36 archetype_id/value matches {/problem-genetic\.v1/}
37 archetype_id/value matches {/risk\.v1/}
38 }
39 }
40 }
41
42ontology
43 term_definitions = <
44 ["en"] = <
45 items = <
46 ["at0000"] = <
47 description = <"A heading for conclusions and other evaluations">
48 text = <"Summary">
49 >
50 >
51 >
52 >
Note: See TracBrowser for help on using the repository browser.