Skip to content

FAERS Using Deprecated Concepts #84

Description

@ericaVoss

The FAERS build used 20150717 VOCAB and LAERTES now uses 20160311 Vocab and some concepts are now deprecated.

However there only seems to be 3 CONCEPT_IDs with this issue:
19121608 Influenza virus vaccine
45892244 Articaine / Epinephrine Prefilled Syringe
46233855 oldaterol / tiotropium Metered Dose Inhaler

Found this using this query:

SELECT EVIDENCE_TYPE, SUPPORTS, DRUG_CONCEPT_ID, DRUG_CONCEPT_NAME, COUNT(*)
FROM EV_INGREDIENTS
WHERE INGREDIENT_EXISTS = 0
AND EVIDENCE_TYPE LIKE 'aers%'
GROUP BY EVIDENCE_TYPE, SUPPORTS, DRUG_CONCEPT_ID, DRUG_CONCEPT_NAME
ORDER BY 5 DESC, 1, 3 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions