-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.json
75 lines (75 loc) · 2.51 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
{
"id": "CDS",
"title": "Clinical Decision Support",
"description": "openEHR Clinical Decision Support Specifications",
"keywords": "cds, decision support, clinical decision support",
"status": "STABLE",
"specifications": [
{
"id": "GDL",
"title": "Guideline Definition Language (GDL)",
"title_short": "GDL",
"description": "openEHR Guideline Definition Language (GDL) specification",
"summary": "Guideline Definition Language based on archetype/template paths.",
"micro_summary": "Guideline Definition Language v1",
"copyright_year": "2013",
"spec_status": "RETIRED",
"keywords": "decision support, GDL, archetype"
},
{
"id": "GDL2",
"title": "Guideline Definition Language v2 (GDL2)",
"title_short": "GDL2",
"description": "openEHR Guideline Definition Language v2 (GDL2) specification",
"summary": "An improved variant of Guideline Definition Language, known as GDL2, based on archetype/template paths.",
"classes": [
"GUIDELINE",
"GUIDELINE_DEFINITION",
"RULE",
"OUTPUT_TEMPLATE",
"DATA_BINDING"
],
"micro_summary": "Guideline Definition Language v2",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "decision support, GDL, GDL2, archetype"
}
],
"expressions": [
{
"id": "GDL-JavaCC",
"type": "file",
"title": "GDL JavaCC file",
"description": "JavaCC rules for GDL.",
"link": "GDL/javacc/expression.jj"
},
{
"id": "openEHR_UML-CDS.mdzip",
"type": "uml",
"title": "CDS UML",
"description": "UML file for openEHR CDS classes, as MagicDraw 19. Contains UML 2.5 standard XMI file."
}
],
"jira": {
"open_issues": "11107",
"roadmap": "SPECCDS"
},
"releases": [
{
"id": "2.0.1",
"date": "2024-07-31",
"jira": {
"crs": "SPECCDS/versions/12575",
"prs": "SPECPR/versions/11575"
}
},
{
"id": "2.0.0",
"date": "2023-08-17",
"jira": {
"crs": "SPECCDS/versions/12526",
"prs": "SPECPR/versions/11575"
}
}
]
}