# Updating openEHR terminology format
**Category:** [Terminology](https://discourse.openehr.org/c/terminology/59)
**Created:** 2021-06-28 13:33 UTC
**Views:** 621
**Replies:** 2
**URL:** https://discourse.openehr.org/t/updating-openehr-terminology-format/1668
---
## Post #1 by @yampeku
Now we have a full xml file that groups every internal terminology openEHR cares about. This can difficult things like versioning (detecting which subset was changed) and/or translation (now we are translating the full file, with, and the way that is being done makes evolution almost impossible).
IMHO we should try to go to a ValueSet approach, where each one of the current codesets (and their corresponding translations) would be all in one single place. This would also allow to create uris for each one of the valuesets, which would contain the definition of the valueset.
Let's do it with an specific example:
The japanese codeset looks like this
Now the new ValueSet would combine both as a single entity (which could be pointed as an uri)
```
Value set compression algorithm. We can add the explanation or rationale for this particular valueset if we want.
compress: compress
deflate: deflate
gzip: gzip
zlib: zlib
other: Other compression algorithm
```
Having all these snippets won't stop us for generating an "all valueset" file containing a copy of all the valuesets for offline processing.
What do you think about it?
---
## Post #2 by @Anders_Thurin
hello,
did you check the ClaML format - I think it may be an alternative for distributing these things, and has the advantage of being an established ISO standard, also used in ICD and WHO contexts, as far as I know.
See also: ISO 13120:2019 Health informatics — Syntax to represent the content of healthcare classification systems — Classification Markup Language (ClaML)
/Anders Thurin
---
## Post #3 by @yampeku
Thanks for the tip, I'll check it. As always being an ISO norm behind paywall ironically hurts its adoption. I think I didn't mention it explicitly, but the above syntax comes from [FHIR ValueSets](https://www.hl7.org/fhir/valueset.html)
---
**Canonical:** https://discourse.openehr.org/t/updating-openehr-terminology-format/1668
**Original content:** https://discourse.openehr.org/t/updating-openehr-terminology-format/1668