Skip to content

Commit ac58ebe

Browse files
committed
2 parents 2a9acaf + 583ab82 commit ac58ebe

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

docs/definitions.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/ehr.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/query.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

src/includes/changelogs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
</tr>
2020
<tr>
2121
<td>2.4</td>
22-
<td><a href="https://specifications.openehr.org/tickets/SPECITS-33" target="_blank" rel="noopener">SPECITS-33</a>: Add reference to JSON Data Template format specification</td>
22+
<td><a href="https://specifications.openehr.org/tickets/SPECITS-33" target="_blank" rel="noopener">SPECITS-33</a>: Add reference to Simplified Data Template (SDT) format specification</td>
2323
<td>I McNicoll, T Beale, S Iancu</td>
24-
<td>25 Aug 2019</td>
24+
<td>17 Oct 2019</td>
2525
</tr>
2626
<tr>
2727
<td>2.3</td>

src/includes/overview.apib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Prerequisite documents for reading this document include:
1414
Related documents include:
1515
- The [openEHR Global Class Index](https://specifications.openehr.org/releases/AA_GLOBAL/latest/index.html)
1616
- The [XML-Schemas (XSD)](https://github.com/openEHR/specifications-ITS-XML)
17-
- The [JSON-Schemas](https://github.com/openEHR/specifications-ITS-JSON) and [JSON Data Template](json_data_template.html)
17+
- The [JSON-Schemas](https://github.com/openEHR/specifications-ITS-JSON) and [Simplified Data Template (SDT)](simplified_data_template.html)
1818
- The [openEHR Platform Abstract Service Model](https://specifications.openehr.org/releases/SM/latest/openehr_platform.html)
1919

2020

@@ -258,7 +258,7 @@ subset of the HTTP status codes [RFC 7231](https://tools.ietf.org/html/rfc7231#s
258258
| 404 | Not found | The origin service did not find the target resource or is not willing to disclose that one exists
259259
| 405 | Method Not Allowed | The method received in the request-line is known by the origin service but not supported by the target resource
260260
| 406 | Not Acceptable | The target resource does not have a current representation that would be acceptable to the user
261-
| 408 | Request Timeout | Request maximum execution time is reached, therefore the server decided to close the (idle) request connection
261+
| 408 | Request Timeout | Request maximum execution time is reached, therefore the server aborted the request
262262
| 409 | Conflict | Indicates that the request could not be processed because it might generate a duplicate or a conflict
263263
| 412 | Precondition Failed | One or more conditions given in the request header fields evaluated to false when tested on the server
264264
| 415 | Unsupported Media Type | The service is refusing the request because the payload is in a format not supported by this method on the target resource
@@ -353,12 +353,12 @@ particularly for developers with minimal exposure to openEHR, and various altern
353353
have been used in the past to simplify the job of content creation and committal for application developers.
354354

355355
There is an initiative exploring and documenting these alternative formats, which specifications can be consulted at
356-
[JSON Data Template](/json_data_template.html) page.
356+
[Simplified Data Template (SDT)](simplified_data_template.html) page.
357357

358358
In order to use these formats, content negotiation should be done in the same manner as for the canonical JSON format above,
359359
but instead of `application/json`, clients and servers should use:
360-
- `openehr.ncjdt+json` for near-canonical RM JSON data template (ncJDT), originally devised for the EtherCIS project,
361-
- `openehr.sjdt+json` for simplified IM JSON data template (sJDT), based on the 'web template' format originally created by Marand for the Better platform.
360+
- `application/openehr.ncsdt+json` for near-canonical RM Simplified Data Template (ncSDT), [format](https://github.com/ethercis/ethercis/blob/master/doc/flat%20json.md) originally devised for the EtherCIS project,
361+
- `application/openehr.simsdt+json` for simplified IM Simplified Data Template (simSDT), based on the ['web template' format](https://www.ehrscape.com/examples.html) originally created by Marand for the Better platform.
362362

363363

364364
<h3>Datetime format</h3>

src/includes/query.apib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See also details on usage of [query parameters](query.html#requirements-common-h
4040
+ Response 408
4141

4242
`408 Request Timeout` is returned when there is a query execution timeout
43-
(i.e. maximum query execution time reached and it was therefore stopped by the server).
43+
(i.e. maximum query execution time reached, therefore the server aborted the execution of the query).
4444

4545
+ Body
4646

@@ -88,7 +88,7 @@ See also details on usage of [query parameters](query.html#requirements-common-h
8888
+ Response 408
8989

9090
`408 Request Timeout` is returned when there is a query execution timeout
91-
(i.e. maximum query execution time reached and it was therefore stopped by the server).
91+
(i.e. maximum query execution time reached, therefore the server aborted the execution of the query).
9292

9393
+ Body
9494

@@ -140,7 +140,7 @@ using the [definition endpoint](definitions.html#definitions-stored-query).
140140
+ Response 408
141141

142142
`408 Request Timeout` is returned when there is a query execution timeout
143-
(i.e. maximum query execution time reached and it was therefore stopped by the server).
143+
(i.e. maximum query execution time reached, therefore the server aborted the execution of the query).
144144

145145
+ Body
146146

@@ -200,6 +200,6 @@ using the [definition endpoint](definitions.html#definitions-stored-query).
200200
+ Response 408
201201

202202
`408 Request Timeout` is returned when there is a query execution timeout
203-
(i.e. maximum query execution time reached and it was therefore stopped by the server).
203+
(i.e. maximum query execution time reached, therefore the server aborted the execution of the query).
204204

205205
+ Body

src/includes/query_overview.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Depending on each query definition, various query parameters SHOULD be supported
7272
in this specification, but in the real request they will have specific names (e.g. `uid`, `systolic_bp`, etc.)
7373
according to their names in the query definition.
7474

75-
Query parameters does not have to be prefixed with `$` sign. Instead, the server will have to (whenever necessary)
75+
Provided query parameters SHOULD NOT be prefixed with `$` sign. Instead, the server will (whenever necessary)
7676
add the prefix or format queries as valid AQL queries.
7777

7878
As an example, for the following AQL query `SELECT c/name/value FROM COMPOSITION c WHERE c/uid/value = $uid`,

0 commit comments

Comments
 (0)