diff --git a/docs/definitions.html b/docs/definitions.html index 52ce35d4..4810e2c5 100644 --- a/docs/definitions.html +++ b/docs/definitions.html @@ -1,5 +1,5 @@ -OpenEHR REST Definitions API

OpenEHR REST Definitions API

Release: 0.9.10

-

Status: DEVELOPMENT

+OpenEHR REST Definitions API

OpenEHR REST Definitions API

Release: 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.

POST http://www.openehr.org/api/v1/definition/template/adl1.4/?version=
Requestsexample 1
Body
<template xmlns="http://schemas.openehr.org/v1">
@@ -532,7 +532,7 @@ 

Glossary and conventions

Get template
GET/definition/template/adl2/{template_id}/{version_pattern}

URI Parameters
HideShow
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

GET/query/{qualified_query_name}/{version}

URI Parameters
HideShow
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