Onto-Med / top-api

REST API of the TOP Framework
https://onto-med.github.io/top-api/
MIT License
0 stars 1 forks source link

Terminology Versions #155

Open ChristophB opened 9 months ago

ChristophB commented 9 months ago

Background

Terminologies are sometimes updated - some periodically, some only occasionally.

There are typically the following changes carried out in an update:

There can be cases where domain experts need to decide manually how to apply a version update. For example, a code is removed and one or more new codes are added as a replacement.

It is unclear if there is a common practice in providing migrations or change sets for version updates. For instance, BfArM provides update lists for ICD-10-GM in CSV format (https://www.bfarm.de/DE/Kodiersysteme/Services/Downloads/_node.html)

Implications for the TOP Framework

RalphBln commented 9 months ago

A quick investigation revealed a certain diversity in how creators of terminologies publish changes

RalphBln commented 9 months ago

The imported terminologies already contain version information, which can also be retrieved via the OLS API. Adding it to the TOP data model should be straightforward.