-
Notifications
You must be signed in to change notification settings - Fork 6
/
openEHR-EHR-OBSERVATION.foot_and_ankle_outcome.v0.adl
146 lines (142 loc) · 4.7 KB
/
openEHR-EHR-OBSERVATION.foot_and_ankle_outcome.v0.adl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
archetype (adl_version=1.4; uid=e281e1a0-a16b-4ee2-8630-b558824e83b9)
openEHR-EHR-OBSERVATION.foot_and_ankle_outcome.v0
concept
[at0000] -- Foot and ankle outcome
language
original_language = <[ISO_639-1::en]>
description
original_author = <
["name"] = <"Hildegard Franke">
["organisation"] = <"freshEHR Clinical Informatics Ltd.">
["email"] = <"hildi@freshehr.com">
["date"] = <"2017-10-25">
>
details = <
["en"] = <
language = <[ISO_639-1::en]>
purpose = <"For the capture and reporting of patient-reported outcome from foot and ankle surgery as part of a PROM relating to foot and ankle surgery.">
use = <"Use to record patient-reported outcome from foot and ankle surgery.">
keywords = <"foot, ankle, outcome", ...>
misuse = <"">
copyright = <"© openEHR Foundation, Clinical Models UK">
>
>
lifecycle_state = <"in_development">
other_contributors = <>
other_details = <
["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.">
["custodian_organisation"] = <"UK Clinical Models">
["original_namespace"] = <"uk.org.clinicalmodels">
["original_publisher"] = <"UK Clinical Models">
["custodian_namespace"] = <"uk.org.clinicalmodels">
["MD5-CAM-1.0.1"] = <"1127718A2C62682BF5CFD4A01BDEF409">
["build_uid"] = <"3bee036e-e9af-4dff-9682-138296efd051">
["revision"] = <"0.0.1-alpha">
>
definition
OBSERVATION[at0000] matches { -- Foot and ankle outcome
data matches {
HISTORY[at0001] matches { -- History
events cardinality matches {1..*; unordered} matches {
POINT_EVENT[at0002] occurrences matches {0..1} matches { -- Point in time
data matches {
ITEM_TREE[at0003] matches { -- Tree
items cardinality matches {0..*; unordered} matches {
ELEMENT[at0008] occurrences matches {0..1} matches { -- Foot and ankle outcome
value matches {
1|[local::at0012], -- Poor
2|[local::at0011], -- Fair
3|[local::at0010], -- Good
4|[local::at0009] -- Excellent
}
}
}
}
}
state matches {
ITEM_TREE[at0004] matches { -- Tree
items cardinality matches {0..*; unordered} matches {
ELEMENT[at0007] occurrences matches {0..*} matches { -- Confounding factors
value matches {
DV_TEXT matches {*}
}
}
}
}
}
}
}
}
}
protocol matches {
ITEM_TREE[at0005] matches { -- Tree
items cardinality matches {0..*; unordered} matches {
allow_archetype CLUSTER[at0006] occurrences matches {0..1} matches { -- Extension
include
archetype_id/value matches {/.*/}
}
}
}
}
}
ontology
terminologies_available = <"en", ...>
term_definitions = <
["en"] = <
items = <
["at0000"] = <
text = <"Foot and ankle outcome">
description = <"Foot and ankle outcome from surgery as reported by patient.">
>
["at0001"] = <
text = <"History">
description = <"@ internal @">
>
["at0002"] = <
text = <"Point in time">
description = <"A specific date and/or time which may be explicitly defined in a template or at run-time.">
>
["at0003"] = <
text = <"Tree">
description = <"@ internal @">
>
["at0004"] = <
text = <"Tree">
description = <"@ internal @">
>
["at0005"] = <
text = <"Tree">
description = <"@ internal @">
>
["at0006"] = <
text = <"Extension">
description = <"Additional information required to capture local context or to align with other reference models/formalisms.">
comment = <"e.g. Local hospital departmental infomation or additional metadata to align with HL7 or CDISC equivalents.">
>
["at0007"] = <
text = <"Confounding factors">
description = <"Record any issues or factors that may impact on the score or interpretation.">
>
["at0008"] = <
text = <"Foot and ankle outcome">
description = <"Patient-reported outcome of most recent foot or ankle surgery.">
>
["at0009"] = <
text = <"Excellent">
description = <"Outcome from surgery is perceived to be excellent.">
>
["at0010"] = <
text = <"Good">
description = <"Outcome from surgery is perceived to be good.">
>
["at0011"] = <
text = <"Fair">
description = <"Outcome from surgery is perceived to be fair.">
>
["at0012"] = <
text = <"Poor">
description = <"Outcome from surgery is perceived to be poor.">
>
>
>
>