Please see, @Christian_Reich,
We’re developing CDM from EHR in Korea, and basically extract diagnosis records for condition_occurrence table.
And the diagnosis code (KCD) are based on ICD10 codes, so we’re partially using ICD10 to SNOMED relationships.
The issue is, some ICD10 codes have domain of procedure, observation and measurement, and I know we need to ETL those records to each domain tables the concept was mapped. Some diagnosis can be observation data I agree, but how they can be procedure or measurement?
I wonder if some patient have a ICD10 code record of “Z01.1, Examination of ears and hearing (domain: procedure)”, then it really means the patient got those procedures at the recorded date.
Because, it doesn’t in Korea. The same record of "Z01.1, Examination of ears and hearing’ means the doctor found that this patient visited the hospital to get those examination at the recorded date. And if he really got the examination, then new record of the examination should be created separately in other EHR table with the exam date information. Same for measurement. The codes don’t mean that something was measured.
If this is a problem that only happens in Korea, we will just try to map the source code to other condition domain concepts and set the concept_id as 0 if we couldn’t find appropriate concept.
If not, what should we do?