Skip to content

Capture EPCs for Drug Concepts #436

@mcannon068nw

Description

@mcannon068nw

We should consider grabbing established pharmacologic classes (EPC) when available for drug concept groups. This information would have clinical benefits for downstream applications of Thera-py, such as in DGIdb where this EPC could help inform clinical relevance of interaction data.

This is available from sources like DailyMed. An example from https://rxnav.nlm.nih.gov/REST/rxclass/class/byDrugName.json?drugName=imatinib&relaSource=DAILYMED&relas=has_epc ->

{
  "rxclassDrugInfoList": {
    "rxclassDrugInfo": [
      {
        "minConcept": {
          "rxcui": "282388",
          "name": "imatinib",
          "tty": "IN"
        },
        "rxclassMinConceptItem": {
          "classId": "N0000175605",
          "className": "Kinase Inhibitor",
          "classType": "EPC"
        },
        "rela": "has_epc",
        "relaSource": "DAILYMED"
      }
    ]
  }
}

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