source: ruby/trunk/lib/adl_parser/test/adl/openEHR-EHR-ITEM_TREE.follow_up.v1draft.adl@ 318

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

successfully parsing all the adl files under http://www.openehr.org/svn/knowledge/archetypes/dev/adl/openehr/ehr directory

File size: 2.0 KB
Line 
1archetype (adl_version=1.4)
2 openEHR-EHR-ITEM_TREE.follow_up.v1draft
3
4concept
5 [at0000] -- Follow up details
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"unknown">
11 >
12 details = <
13 ["en"] = <
14 language = <[ISO_639-1::en]>
15 purpose = <"">
16 use = <"">
17 misuse = <"">
18 >
19 >
20 lifecycle_state = <"0">
21 other_contributors = <>
22
23definition
24 ITEM_TREE[at0000] occurrences matches {0..*} matches { -- Follow up details
25 items cardinality matches {1..*; unordered} matches {
26 ELEMENT[at0002] occurrences matches {0..1} matches { -- Service
27 value matches {
28 DV_CODED_TEXT matches {
29 defining_code matches {[ac0001]} -- A named service
30 }
31 }
32 }
33 ELEMENT[at0004] occurrences matches {0..1} matches { -- Details
34 value matches {
35 DV_TEXT matches {*}
36 }
37 }
38 ELEMENT[at0003] occurrences matches {0..1} matches { -- Appointment date and time
39 value matches {
40 DV_DATE_TIME matches {
41 value matches {yyyy-mm-ddTHH:MM:SS}
42 }
43 }
44 }
45 }
46 }
47
48ontology
49 terminologies_available = <"SNOMED-CT", ...>
50 term_definitions = <
51 ["en"] = <
52 items = <
53 ["at0000"] = <
54 description = <"Information about follow up">
55 text = <"Follow up details">
56 >
57 ["at0002"] = <
58 description = <"The name of a service">
59 text = <"Service">
60 >
61 ["at0003"] = <
62 description = <"The current active appointment date and time">
63 text = <"Appointment date and time">
64 >
65 ["at0004"] = <
66 description = <"Details of the service">
67 text = <"Details">
68 >
69 >
70 >
71 >
72 constraint_definitions = <
73 ["en"] = <
74 items = <
75 ["ac0001"] = <
76 description = <"A service or professional group who will provide the follow-up">
77 text = <"A named service">
78 >
79 >
80 >
81 >
82 term_binding = <
83 ["SNOMED-CT"] = <
84 items = <
85 >
86 >
87 >
88 constraint_binding = <
89 ["SNOMED-CT"] = <
90 items = <
91 ["ac0001"] = <http://openEHR.org/Services>
92 >
93 >
94 >
Note: See TracBrowser for help on using the repository browser.