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.csvThe 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:
The concept class name is mandatory. It is not localized.
Please look at the test configuration folder for sample import files for all domains, see here.