-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
239 lines (239 loc) · 9.37 KB
/
manifest.json
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"id": "AM",
"title": "Archetype Model",
"description": "openEHR Archetype Model Component",
"keywords": "archetype model, openehr",
"specifications": [
{
"id": "Overview",
"title": "Archetype Technology Overview",
"title_short": "Archetype Technology",
"description": "openEHR Archetype Technology Overview",
"summary": "Overview of archetype technology, basic semantics, types of artefact, parsing, compiling etc.",
"micro_summary": "Business case for archetyping; overview of archetype specifications",
"copyright_year": "2014",
"spec_status": "STABLE",
"keywords": "archetype, identification, governance, openehr"
},
{
"id": "ADL2",
"title": "Archetype Definition Language 2 (ADL2)",
"title_short": "ADL 2",
"description": "openEHR Archetype Definition Language 2 (ADL2)",
"summary": "Archetype Definition Language 2 (ADL2): includes differential specialisation, terminology integration.",
"micro_summary": "Archetype Definition Language 2",
"copyright_year": "2003",
"spec_status": "STABLE",
"keywords": "EHR, ADL, AOM, health records, archetypes, constraint language, ISO 13606, openehr",
"notes": [
{
"link": "https://openehr.atlassian.net/wiki/spaces/ADL/pages/1278434/ADL+2+Specifications",
"text": "ADL2 wiki page"
}
]
},
{
"id": "AOM2",
"title": "Archetype Object Model 2 (AOM2)",
"title_short": "AOM 2",
"description": "openEHR Archetype Object Model 2 (AOM2) (ISO 13606-2:2019)",
"micro_summary": "ADL 2 Object Model (enhanced AST)",
"summary": "Archetype Object Model 2 (AOM2) - full computable model of Archetypes and Templates. Includes uniquely identified formally testable validity conditions (suitable for output by compilers), revised primitive types, improved terminology section, and constraint model extended to represent differential archetypes. (ISO 13606-2:2019)",
"classes": [
"ARCHETYPE",
"AUTHORED_ARCHETYPE",
"TEMPLATE",
"OPERATIONAL_TEMPLATE",
"C_OBJECT",
"ARCHETYPE_SLOT",
"C_ATTRIBUTE",
"C_PRIMITIVE_OBJECT"
],
"copyright_year": "2004",
"spec_status": "STABLE",
"keywords": "EHR, ADL, AOM, health records, archetypes, constraint language, ISO 13606, openehr"
},
{
"id": "OPT2",
"title": "Operational Template 2 (OPT2)",
"title_short": "OPT 2",
"description": "openEHR Operational Template 2 (OPT2)",
"summary": "Specification of the Operational Template 2 (OPT2) format.",
"micro_summary": "Operational Template 2",
"copyright_year": "2015",
"spec_status": "DEVELOPMENT",
"keywords": "EHR, ADL, AOM, health records, archetypes, constraint language, ISO 13606, openehr",
"notes": [
{
"link": "https://openehr.atlassian.net/wiki/spaces/ADL/pages/11960325/ADL+2+Operational+Template",
"text": "ADL2 OPT wiki page"
}
]
},
{
"id": "Identification",
"title": "Archetype Identification",
"title_short": "Identification",
"description": "openEHR Archetype Identification",
"summary": "Formal model of identifiers, versioning and lifecycle for archetypes, templates and terminology subsets.",
"micro_summary": "Archetype / template identifiers & versioning rules",
"copyright_year": "2009",
"spec_status": "STABLE",
"keywords": "archetype, identification, governance, openehr",
"notes": [
{
"link": "https://openehr.atlassian.net/wiki/spaces/ADL/pages/1278445/Knowledge+Artefact+Identification",
"text": "Identification wiki page"
}
]
},
{
"id": "ADL1.4",
"title": "Archetype Definition Language 1.4 (ADL1.4)",
"title_short": "ADL 1.4",
"description": "openEHR Archetype Definition Language 1.4 (ADL1.4) (ISO 13606-2:2008)",
"summary": "Abstract syntax specification for Archetype Definition Language (ADL), 1.4 edition of language (ISO 13606-2:2008).",
"micro_summary": "Archetype Definition Language 1.4",
"copyright_year": "2003",
"spec_status": "STABLE",
"keywords": "EHR, ADL, AOM, health records, archetypes, constraint language, ISO 13606, openehr",
"notes": [
{
"link": "https://openehr.atlassian.net/wiki/spaces/ADL/pages/1278444/ADL+1.4+Archetype+Conversion",
"text": "ADL 1.4 migration page"
}
]
},
{
"id": "AOM1.4",
"title": "Archetype Object Model 1.4 (AOM1.4)",
"title_short": "AOM 1.4",
"description": "openEHR Archetype Object Model 1.4 (AOM1.4)",
"micro_summary": "ADL 1.4 Object Model (enhanced AST)",
"summary": "Archetype Object Model (AOM) 1.4 - syntax-independent model of archetypes corresponding to ADL 1.4.",
"classes": [
"ARCHETYPE",
"C_OBJECT",
"ARCHETYPE_SLOT",
"C_ATTRIBUTE",
"C_PRIMITIVE"
],
"copyright_year": "2004",
"spec_status": "STABLE",
"keywords": "EHR, ADL, AOM, health records, archetypes, constraint language, ISO 13606, openehr"
},
{
"id": "OPT1.4",
"title": "Operational Template 1.4 (OPT)",
"title_short": "OPT 1.4",
"description": "openEHR Operational Template 1.4 (OPT)",
"summary": "Specification of the Operational Template 1.4 (OPT) format.",
"micro_summary": "Operational Template 1.4",
"copyright_year": "2007",
"spec_status": "STABLE",
"link": "/releases/ITS-XML/latest/components/AM/Release-1.4/",
"keywords": "ADL, AOM, OPT, constraint language, ISO 13606, openehr"
},
{
"id": "archetype_profile",
"title": "openEHR Archetype Profile",
"title_short": "Archetype Profile",
"description": "openEHR Archetype Profile",
"summary": "Legacy specification of plug-in semantics for AOM 1.4 (replaced by standard semantics in AOM 2).",
"link": "/releases/1.0.2/architecture/am/openehr_archetype_profile.pdf",
"copyright_year": "2007",
"spec_status": "STABLE",
"keywords": "EHR, archetypes, archetype profile, openehr"
}
],
"expressions": [
{
"id": "openEHR_UML-AM.mdzip",
"type": "uml",
"title": "AOM2 UML",
"description": "MagicDraw 18.5 UML file for AOM 2. Contains UML 2.5 standard XMI file."
},
{
"id": "openEHR_UML-AM-14.mdzip",
"type": "uml",
"title": "AOM1.4 UML",
"description": "MagicDraw 18.5 UML file for AOM 1.4. Contains UML 2.5 standard XMI file."
},
{
"id": "openEHR_UML-RM.mdzip",
"dependency": {
"component": "RM",
"release": "latest"
}
},
{
"id": "openEHR_UML-BASE.mdzip",
"dependency": {
"component": "BASE",
"release": "latest"
}
}
],
"jira": {
"open_issues": "11101",
"roadmap": "SPECAM"
},
"releases": [
{
"id": "3.0.0",
"date": "",
"jira": {
"crs": "SPECAM/versions/12513",
"prs": "SPECPR/versions/12553"
}
},
{
"id": "2.4.0",
"date": "",
"jira": {
"crs": "SPECAM/versions/12563",
"prs": "SPECPR/versions/12562"
}
},
{
"id": "2.3.0",
"date": "2024-03-20",
"jira": {
"crs": "SPECAM/versions/12548",
"prs": "SPECPR/versions/12552"
}
},
{
"id": "2.2.0",
"date": "2019-06-18",
"jira": {
"crs": "SPECAM/versions/12512",
"prs": "SPECPR/versions/12549"
}
},
{
"id": "2.1.0",
"date": "2018-08-24",
"jira": {
"crs": "SPECAM/versions/11068",
"prs": "SPECPR/versions/12000"
}
},
{
"id": "2.0.6",
"date": "2017-01-07",
"jira": {
"crs": "SPECAM/versions/10963",
"prs": "SPECPR/versions/11073"
}
},
{
"id": "1.4",
"date": "2008-12-31",
"jira": {
"crs": "SPECAM/versions/11064",
"prs": "SPECPR/versions/11069"
}
}
]
}