source: ruby/trunk/adl_parser/tests/openEHR-EHR-SECTION.findings.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.1 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-SECTION.findings.v1
3
4concept
5 [at0000] -- Clinical findings
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 to contain clinical findings">
19 use = <"A section which only contains observations">
20 keywords = <"findings", ...>
21 misuse = <"">
22 >
23 >
24 lifecycle_state = <"Initial">
25 other_contributors = <>
26
27definition
28 SECTION[at0000] matches { -- Clinical findings
29 items cardinality matches {0..*; unordered} matches {
30 allow_archetype OBSERVATION occurrences matches {0..1} matches {
31 include
32 archetype_id/value matches {/.*/}
33 }
34 }
35 }
36
37ontology
38 term_definitions = <
39 ["en"] = <
40 items = <
41 ["at0000"] = <
42 description = <"The findings at this contact">
43 text = <"Clinical findings">
44 >
45 >
46 >
47 >
Note: See TracBrowser for help on using the repository browser.