IHTSDO / snowstorm

Scalable SNOMED CT Terminology Server using Elasticsearch
Other
204 stars 80 forks source link

Warn if multiple concept files in RF2 import archive #17

Open kaicode opened 5 years ago

kaicode commented 5 years ago

It has come to my attention that there is one member country SNOMED CT distribution which contains multiple concept files. For example there are two concept snapshot files.

It is not known how Snowstorm will deal with this type of archive. This is not a recommended format for distribution. For now Snowstorm should probably detect this issue and make the import fail.

kaicode commented 5 years ago

It looks like the SNOMED Boot library will attempt read from multiple concept files into the component factories.

This may just work but needs testing.