We are working on ETL for EHR data for outpatient encounters. What is the right way to convert billing ICD10 codes to OMOP CDM? We convert them to standard concepts and put them into a condition_occurance table. But we noticed that some of ICD 10 codes are mapped to concepts not from the “Condition” domain.
There are some examples:
Z01.82 - Encounter for allergy testing
V26.33 - Genetic counseling
Some ICD10 codes also have “map to value” relationships:
R71.8 - Other abnormality of red blood cells
R76.8 - Other specified abnormal immunological findings in serum
What is the right way to incorporate this information into OMOP CDM?
Gotta read the Book, @alexander. Secion 5.3.1 Mapping Relationships explains it. Bottom line: The domain_id in combination with the ‘Maps to’ and ‘Maps to value’ tells you where to put things.
Thanks, @Christian_Reich. I just want to get a confirmation on it. Folks from our medical team were going to incorporate information about ICD encounters (like Z01.82) into the visit details table somehow. My proposal was just to put it into the Observation table. What about measurement ICD codes with values, should we put them into Observation table or Measurement table or both? In the book, it says “AND”…