https://github.com/openpotato/opencodelist
The OpenCodeList Specification
https://github.com/openpotato/opencodelist
code-list open-data opencodelist
Last synced: 25 days ago
JSON representation
The OpenCodeList Specification
- Host: GitHub
- URL: https://github.com/openpotato/opencodelist
- Owner: openpotato
- License: apache-2.0
- Created: 2025-01-25T12:56:32.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-06-06T09:52:18.000Z (8 months ago)
- Last Synced: 2025-06-06T10:38:53.082Z (8 months ago)
- Topics: code-list, open-data, opencodelist
- Language: CSS
- Homepage: https://openpotato.github.io/opencodelist/
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCodeList
The OpenCodeList Format (OpenCodeList) is a standardized [JSON](https://www.json.org/) format for representing generic code lists.
The main features are:
+ Definition of generic code lists and code list collections using [JSON](https://www.json.org/)
+ Support for versioning
+ Support for multilingual strings
+ Support for multi-column keys
+ Support for multi-column foreign keys as reference to external code lists
+ OpenCodeList documents can be validated against the [OpenCodeList Document Schema](https://github.com/openpotato/opencodelist/blob/main/schemas/v0.3/schema.json)
+ Semantically largely compatible with [Code List Representation (genericode)](https://docs.oasis-open.org/codelist/genericode/v1.0/genericode-v1.0.html)
+ Open Source
## Documentation
The documentation website is part of this repository. We have implemented it using [MkDocs](https://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material). It is published under https://openpotato.github.io/opencodelist/.
## Can I help?
Yes, that would be much appreciated. OpenCodeList is currently a draft. We are open for any feedback! Use the Issue Tracker for asking and/or submitting a Pull Request.