Hello,
I am mapping home-grown provider specially codes to standard concept_id’s in the provider table, but I am having trouble deciding what to put (if anything ) in specialty_source_concept_id
I understand that the XXX_SOURCE_CONCEPT_ID is a “Foreign key into the Standardized Vocabularies representing the concept and terminology used in the source data”.
In the case of the ‘Drug’ domain the source data might contain nationally accepted / standardized NDC codes. In this case:
-The drug_source_value would be an NDC code.
-The drug_source_concept_id would be the corresponding concept_id from the concept table where vocabulary_id=NDC….
-The drug_concept_id would be the corresponding RxNorm concept_id mapped from the concept relationship table.
However, it seems unnecessary for anything to go into drug_source_concept_id if the source date contained home-grown coding (not NDC) that is not a listed OMOP vocabulary?
I am mapping a home-grown provider specialty codes to standard OMOP concept ID’s. I can easily map my values to the “Specialty” or “NUCC” vocabularies for specialty_concept_id, but do I need to put anything in specialty_source_concept_id? If so, what goes into specialty_source_concept_id given that the source coding system is not a listed vocabulary?
Thanks,
Jeff