source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-SECTION.reason_for_encounter.v1.adl@ 291

Last change on this file since 291 was 291, checked in by KOBAYASHI, Shinji, 15 years ago

merged branches/0.5 to trunk

File size: 1.2 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-SECTION.reason_for_encounter.v1
3
4concept
5 [at0000] -- Reason for encounter
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 display the reason for encounter">
19 use = <"To record a symptom, problem or other reason for encounter">
20 keywords = <"rfe", "reason">
21 misuse = <"">
22 >
23 >
24 lifecycle_state = <"Initial">
25 other_contributors = <>
26
27definition
28 SECTION[at0000] matches { -- Reason for encounter
29 items cardinality matches {0..*; unordered} matches {
30 allow_archetype OBSERVATION occurrences matches {1..*} matches {
31 include
32 archetype_id/value matches {/.*/}
33 }
34 allow_archetype EVALUATION occurrences matches {0..1} matches {
35 include
36 archetype_id/value matches {/.*/}
37 }
38 }
39 }
40
41ontology
42 term_definitions = <
43 ["en"] = <
44 items = <
45 ["at0000"] = <
46 description = <"The reason(s) for this particular encounter">
47 text = <"Reason for encounter">
48 >
49 >
50 >
51 >
Note: See TracBrowser for help on using the repository browser.