It came from Themis group and it’s decision was as I posted above.
It seems like the stumbling block here is the ability of Usagi to recognize those concepts.
I don’t think that it’s necessary to expand “Maps to value” until they can be actually useful.
Yep, correct. It’s 4210989 Family history with explicit context’ + value. We are almost compliant with it as we already have this structure in ICDs, just need to polish
My name is Wilma. I am an Intern in Big Data Vanderbilt University Medical Centre. I need to working on family history - for designated ICD codes, and I am new for working on this. Am I in the correct room to asking how the concept for the family history been established? I understand from the previous conversation that there are some concepts, but how could you find the code for the family history?
I appreciate everyone response for this. Thanks so much!
There are a couple different ways family history data can be coded in the CDM.
The first is with observation.observation_concept_id = 4210989, family history with explicit context, and the disease/condition is found in the observation.value_as_concept_id.
Or the data might be pre-coordinated as seen with this concept_id.
Were anyone of you understand if there is a way to indicate age of family member at diagnosis?
I am still confused working on mapping this family history to OMOP - still need to understand better the concept!
Please if anyone of you already working on this longer so I may need your help as you have better understanding!
Even though some FH concepts have an indication that age is known (e.g.
FH angina female first degree age known), there’s no such indication that age can be recorded as the value.
Also, there’s no such convention in OMOP, so nobody will be looking the age in the value_as_number fields.
The only option that comes to my mind:
If you already have the relatives in the PERSON table (or you can create the records for them), you can calculate the dates and add the Condition records for them. Then just link persons to their relatives using the fact_relationship table.
then we can use “Family history with explicit context” as a generic concept as it covers relatives histories and we are not risking including negation concepts.
I’d rather think about extensive clean-up and reorganization using OMOP Extension.
Also we need to decide where we allow pre-coordination and where we split up.
I don’t like a mix here.
We can declare the OMOP Extension as a vocabulary to represent historyh flavors in OMOP and de-standardize the whole branch of SNOMED terms, mapping SNOMED concepts to OMOP Ext if they are equivalent.
How can you establish a temporal relationship between two or more individuals for a given period of time? Where can I state a period between two dates? I need to relate COVID-19 infected individuals, who were in close contact with each other.
OMOP is patient centric. One patient centric, that is. Relationships between patients is possible through FACT_RELATIONSHIP, but these are facts, not periods.
What is it you are trying to study? With what data?
As a first step, I need to relate COVID-19 infected patients with their respective close contacts.
This relationship is for a certain period of time, since later the patients could have been infected again and have had a different group of close contacts to the first episode.
What we want to study is the performance of the traceability of COVID-19 patients and their close contacts.