Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.43 KB

conceptclasses.md

File metadata and controls

29 lines (23 loc) · 1.43 KB

Domain 'conceptclasses'

The conceptclasses subfolder contains CSV configuration files that help modify and create concept classes. It should be possible in most cases to configure them via a single CSV configuration file, however there can be as many CSV files as desired.

This is a possible example of how the configuration subfolder may look like:

conceptclasses/
  └── conceptclasses.csv

The CSV configuration allows to either modify existing concept classes or to create new concept classes. Here is a sample CSV:

Uuid Void/Retire Name Description
true Procedure
New concept class with random UUID Has some description too
1dd85dab-f6d6-4bec-bde6-c4cddea92d35 A concept class with UUID specified

There is only one mandatory header specific to this domain:

Header Name

The concept class name is mandatory. It is not localized.

Further examples:

Please look at the test configuration folder for sample import files for all domains, see here.