@Christian_Reich, question on something I’m seeing in the vocabulary from 2016-04-15:
We are trying to identify users exposed ot golimumab based on a HCPCS code, and search for golimumab in the vocabulary does find a valid concept for the HCPCS:
select * from dbo.concept where concept_id = 44786562
However, there’s no valid maps to relationship:
select * from dbo.concept_relationship where concept_id_1 = 44786562
The deleted relationship that would be good is this one:
select * from dbo.concept where concept_id = 40160779
ConceptID 401607789 is “golimumab Prefilled Syringe” which sounds reasonable to me, but it’s a deleted relationship.
So, I’m sorry if I’m asking the wrong person, but any idea why we don’t have mappings from J-codes in in HCPCS for golimumab map over to some standard concept?
-Chris