OpenEHR REST Definitions API
API Endpoint
http://www.openehr.org/api/v1Release: 0.9.10
-Status: DEVELOPMENT
OpenEHR REST Definitions API
API Endpoint
http://www.openehr.org/api/v1Release: 1.0.0
+Status: TRIAL
Preface
Purpose
This specification describes service endpoints, resources, functions and operations @@ -419,7 +419,7 @@
Glossary and conventions Prefer: return=representation, resolve_refs
Definitions ¶
This is a collection of resources to manage the clinical definitions and models of the openEHR Server. They allow management of openEHR templates and queries.
-ADL 1.4 TEMPLATE ¶
Release: 0.9.10
+ADL 1.4 TEMPLATE ¶
Release: 1.0.0
Management of OpenEHR operational templates. OpenEHR templates can be uploaded and downloaded as OPTs created by modelling tools such as the Template Designer.
Body
<template xmlns="http://schemas.openehr.org/v1">
@@ -532,7 +532,7 @@ Glossary and conventions Get templateGET/definition/template/adl2/{template_id}/{version_pattern}
URI Parameters- template_id
string
(required) template id
- version_pattern
string
(optional) SEMVER version pattern. This can be a complete version (i.e. 1.7.1) or partial
i.e. (1.0) in which case the latest version with given prefix is returned.
-
STORED QUERY ¶
Release: 0.9.10
+STORED QUERY ¶
Release: 1.0.0
Management of stored (registered) queries in the system.
Stored queries must have a name and an optional version number.
Implementers can choose a schema for query names, such as <namespace>::<query-name>
,
@@ -594,7 +594,7 @@
Glossary and conventions
404 Not Found
is returned when the stored AQL with supplied name and version doesn’t exist.
Headers
Content-Type: application/json
Get stored query and info/metadataGET/query/{qualified_query_name}/{version}
- qualified_query_name
string
(required)query name
- version
string
(required)version number following the http://semver.org/ conventions
-
Generated by aglio on 20 Nov 2018