-
Notifications
You must be signed in to change notification settings - Fork 15
/
manifest.json
163 lines (163 loc) · 7.03 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
{
"id": "ITS-REST",
"title": "REST API specifications",
"description": "openEHR REST API specifications Component (ITS-REST)",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services",
"specifications": [
{
"id": "overview",
"title": "REST API Overview",
"title_short": "Overview",
"description": "openEHR REST API Overview",
"summary": "The overview of various aspects and requirements of openEHR REST APIs.",
"micro_summary": "REST API Overview",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, headers, http"
},
{
"id": "system",
"title": "System REST API",
"title_short": "System",
"description": "openEHR System REST API",
"summary": "This specification describes service endpoints, resources and operations as well as details of requests and responses that interacts with System openEHR API in a RESTful manner.",
"micro_summary": "System API",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, System"
},
{
"id": "ehr",
"title": "EHR REST API",
"title_short": "EHR API",
"description": "openEHR EHR REST API",
"summary": "This specification describes service endpoints, resources, functions and operations as well as details of requests and responses that interacts with an openEHR EHR API in a RESTful manner.",
"micro_summary": "EHR API",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, EHR"
},
{
"id": "query",
"title": "Query REST API",
"title_short": "Query API",
"description": "openEHR Query REST API",
"summary": "This specification describes service endpoints, resources, functions and operations as well as details of requests and responses that interacts with an openEHR Query API in a RESTful manner.",
"micro_summary": "Query API",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, query, aql"
},
{
"id": "definition",
"title": "Definition REST API",
"title_short": "Definition API",
"description": "openEHR Definition REST API",
"summary": "This specification describes service endpoints, resources, functions and operations as well as details of requests and responses that interacts with the openEHR Definition API in a RESTful manner. Definitions includes Archetypes, Templates and Operational Templates (OPTs).",
"micro_summary": "Definition API",
"copyright_year": "2018",
"spec_status": "STABLE",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, definitions, resources, templates"
},
{
"id": "demographic",
"title": "DEMOGRAPHIC REST API",
"title_short": "DEMOGRAPHIC API",
"description": "openEHR DEMOGRAPHIC REST API",
"summary": "This specification describes service endpoints, resources, functions and operations as well as details of requests and responses that interacts with an openEHR DEMOGRAPHIC API in a RESTful manner.",
"micro_summary": "DEMOGRAPHIC API",
"copyright_year": "2024",
"spec_status": "DEVELOPMENT",
"keywords": "openEHR, ITS, REST APIs, REST, API, RESTful, services, DEMOGRAPHIC"
},
{
"id": "simplified_data_template",
"title": "Simplified Data Template (SDT)",
"title_short": "SDT",
"description": "openEHR Simplified Data Template (SDT)",
"summary": "Simplified Data Template specification - a simplified data representation for committing data to the openEHR EHR.",
"micro_summary": "Simplified Data Template",
"copyright_year": "2019",
"spec_status": "DEVELOPMENT",
"keywords": "JSON, REST, web template, commit, simplified data, TDS, SDT, ncSDT, simSDT, structSDT"
},
{
"id": "smart_app_launch",
"title": "SMART on openEHR (SMART)",
"title_short": "SMART",
"description": "openEHR SMART App Launch and Service Discovery Framework (SMART)",
"summary": "openEHR SMART App Launch and Service Discovery Framework.",
"micro_summary": "SMART on openEHR",
"copyright_year": "2023",
"spec_status": "DEVELOPMENT",
"keywords": "JSON, REST, SMART, OAuth2, OIDC, Authentication, Authorization, Application, App"
},
{
"id": "REST_OAS_files",
"title": "REST API OpenAPI files",
"title_short": "OAS 3.0",
"description": "REST API OpenAPI files",
"summary": "The openEHR REST API specifications as OpenAPI Specification v3.0 files in YAML format.",
"micro_summary": "REST API OpenAPI files",
"link": "https://github.com/openEHR/specifications-ITS-REST/tree/master/computable/OAS",
"copyright_year": "2022",
"spec_status": "TRIAL",
"keywords": "REST, API, OAS, Specification, YAML"
}
],
"expressions": [
{
"id": "REST API src",
"type": "url",
"title": "REST API OpenAPI files",
"description": "REST API specifications as OpenAPI Specification v3.0 files.",
"link": "https://github.com/openEHR/specifications-ITS-REST/tree/master/computable/OAS"
}
],
"jira": {
"open_issues":"11113",
"roadmap": "SPECITS"
},
"releases": [
{
"id": "1.1.0",
"date": "",
"jira": {
"crs": "SPECITS/versions/12529",
"prs": "SPECPR/versions/12532"
}
},
{
"id": "1.0.3",
"date": "2022-12-19",
"jira": {
"crs": "SPECITS/versions/12565",
"prs": "SPECPR/versions/12566"
}
},
{
"id": "1.0.2",
"date": "2021-04-24",
"jira": {
"crs": "SPECITS/versions/12556",
"prs": "SPECPR/versions/12558"
}
},
{
"id": "1.0.1",
"date": "2019-11-03",
"jira": {
"crs": "SPECITS/versions/12528",
"prs": "SPECPR/versions/12531"
}
},
{
"id": "1.0.0",
"date": "2018-12-07",
"jira": {
"crs": "SPECITS/versions/12521",
"prs": "SPECPR/versions/12540"
}
}
]
}