You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/includes/changelogs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@
19
19
</tr>
20
20
<tr>
21
21
<td>2.4</td>
22
-
<td><ahref="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><ahref="https://specifications.openehr.org/tickets/SPECITS-33" target="_blank" rel="noopener">SPECITS-33</a>: Add reference to Simplified Data Template (SDT) format specification</td>
Copy file name to clipboardExpand all lines: src/includes/overview.apib
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Prerequisite documents for reading this document include:
14
14
Related documents include:
15
15
- The [openEHR Global Class Index](https://specifications.openehr.org/releases/AA_GLOBAL/latest/index.html)
16
16
- 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)
18
18
- The [openEHR Platform Abstract Service Model](https://specifications.openehr.org/releases/SM/latest/openehr_platform.html)
19
19
20
20
@@ -258,7 +258,7 @@ subset of the HTTP status codes [RFC 7231](https://tools.ietf.org/html/rfc7231#s
258
258
| 404 | Not found | The origin service did not find the target resource or is not willing to disclose that one exists
259
259
| 405 | Method Not Allowed | The method received in the request-line is known by the origin service but not supported by the target resource
260
260
| 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
262
262
| 409 | Conflict | Indicates that the request could not be processed because it might generate a duplicate or a conflict
263
263
| 412 | Precondition Failed | One or more conditions given in the request header fields evaluated to false when tested on the server
264
264
| 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
353
353
have been used in the past to simplify the job of content creation and committal for application developers.
354
354
355
355
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.
357
357
358
358
In order to use these formats, content negotiation should be done in the same manner as for the canonical JSON format above,
359
359
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.
0 commit comments