The conceptsources subfolder contains CSV configuration files that help modify and create concept sources. 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:
conceptsources/
└── conceptsources.csvThe CSV configuration allows to either modify existing concept sources or to create new concept sources. Here is a sample CSV:
| Uuid | Void/Retire | Name | Description | HL7 Code | Unique ID |
|---|---|---|---|---|---|
| true | Ministry Code | A source to be retired | |||
| New concept source with random UUID | Has some description too | ||||
| SNOMED CT | SNOMED Preferred mapping | SCT | |||
| RadLex | Radiology Terms | RADLEX | 2.16.840.1.113883.6.256 |
Both name and description are mandatory headers. Neither is localized.
Please look at the test configuration folder for sample import files for all domains, see here.