Terminology URIs

Retrieval of terminolgy objects with URI's. Note that the content retrieved is mainly external content, such as ICD-10, ICF, Radlex, ATC. In general: all terminology content that is available in ClaML format is retrievable through the services described here.

URI logic

Item Description
server http://art-decor.org/terminology/claml
separator /
action ViewClass, RetrieveClass, RetrieveSubClasses, SearchDescription
query part and query parameters separator ?
Query parameter Description
classificationId The id of the codeSystem, possibly containing a version label.
code The code of the concept.
string Search string when searching for concepts (URL encoded).
Language Language qualifier, for instance language=en-US. Currently not supported.

Examples

URI

Description

https://art-decor.org/terminology/claml/ViewClass?classificationId=WHOICD102010_v2011-January-11&code=B27

Will return a class of concepts (with SubClasses) from ICD-10 US in the return format html

https://art-decor.org/terminology/claml/RetrieveClass?classificationId=WHOICD102010_v2011-January-11&code=B27

Will return a class of concepts (with SubClasses) from ICD-10 US in the return format XML

https://art-decor.org/terminology/claml/RetrieveSubClasses?classificationId=WHOICD102010_v2011-January-11&code=B27

Will return a only the child SubClasses from a class of concepts from ICD-10 US in the return format XML

https://art-decor.org/terminology/claml/SearchDescription?classificationId=WHOICD102010_v2011-January-11&string=inf%20mononu

Will return classes based on a search string from ICD-10 US in the return format XML

Implementation status of the query parameters

Each query parameter marked with Conformance.svg is implemented at this moment. Each query parameter marked with N/A is not applicable, not implemented at this moment.

classificationId code string language
ViewClass required
Conformance.svg
required
Conformance.svg
N/A N/A
RetrieveClass required
Conformance.svg
required
Conformance.svg
N/A N/A
RetrieveSubClasses required
Conformance.svg
required
Conformance.svg
N/A N/A
SearchDescription required
Conformance.svg
N/A required
Conformance.svg
N/A

Implementation status of the return formats

Each format marked with Conformance.svg is implemented at this moment.

ViewClass RetrieveClass RetrieveSubClasses SearchDescription
XML no yes
Conformance.svg
yes
Conformance.svg
yes
Conformance.svg
CSV no no no no
HTML yes
Conformance.svg
no no no
PDF no no no no