OHDSI / OncologyWG

Oncology Working Group Repository
https://ohdsi.github.io/OncologyWG
Apache License 2.0
56 stars 24 forks source link

Create list of LOINC grade concepts to destandardize #572

Closed kzollove closed 11 months ago

kzollove commented 1 year ago

See the answers for this concept

Follow the rabbit hole from here and here

select *
from prod.concept c
where concept_id = 3019275
union all 
select c.*
from prod.concept c
inner join prod.concept_relationship cr
on c.concept_id =cr.concept_id_2 
and concept_id_1 = 3019275
and relationship_id = 'Has Answer'
and standard_concept = 'S'
union all
select *
from prod.concept c
where concept_id = 40762604
union all 
select c.*
from prod.concept c
inner join prod.concept_relationship cr
on c.concept_id =cr.concept_id_2 
and concept_id_1 = 40762604
and relationship_id = 'Has Answer'
and standard_concept = 'S'
kzollove commented 1 year ago

All concepts I've identified to be destandardized at this point

concept_LOINCtoCM_grade.csv

kzollove commented 11 months ago

Updated list of LOINC concepts to be destandardized:

Source: grade_LOINC.csv