Question, should ingredient drugs have units associated to them? Am I doing this query incorrectly to find units?
Run on 20190617.
Query:
SELECT c1.CONCEPT_ID, c1.CONCEPT_NAME, c1.CONCEPT_CLASS_ID,
c3.CONCEPT_NAME AS UNIT_CONCEPT_NAME
FROM CONCEPT c1
LEFT OUTER JOIN DRUG_STRENGTH ds
ON ds.DRUG_CONCEPT_ID = c1.CONCEPT_ID
LEFT OUTER JOIN CONCEPT c3
ON c3.CONCEPT_ID = ds.AMOUNT_UNIT_CONCEPT_ID
WHERE c1.CONCEPT_ID = 742185
Result: