Well, actually
select * from concept where lower (domain_id) like ‘%/%’ and invalid_reason is null
;
Here we have only OXMIS vocabulary and we haven’t have any use cases using of it for a long time, so we haven’t updated it.
So for now for active concepts you’ll have only one domain available.
And for now it’s pretty straightforward - you use one domain.
But on the other hand you may meet outdated concepts in the source data, like this one:
id = 45481470 name = Flashbacks. And we didn’t update the domain definition for them also as they are outdated.
@Christian_Reich, should we update domain definition for those Depracated concepts?
again it seems to be the same problem derived from the ambiguity of deprecation:
deprecation as out mistake - we don’t do anything with the concept then
deprecation as outdated by the source - we treat this concept normally as it may be present in a patient data.
what do you think?