stitcher icon indicating copy to clipboard operation
stitcher copied to clipboard

SPL parsing for route, sponsor (labeller) and allergenic extracts

Open grishagin opened this issue 6 years ago • 0 comments

dailymed_get.sh and dailymed_prepare.sh
produce spl_acti_otc.txt, spl_acti_rx.txt, etc.

SPL parsing currently fails to retrieve route of administration.

Comparison with DrugBank parsing of the same files - it would also be nice to get sponsor, for example:

  • {
    • kind: "USApprovalRx",
    • source: "FDA NDC",
    • id: "DB10687",
    • sponsor: "Nelco Laboratories, Inc.",
    • product: "Hops",
    • route: "Intradermal; Subcutaneous",
    • created: 1539467255070,
    • jurisdiction: "US",
    • comment: "36987-1775",
    • approvalAppId: "BLA102192",
    • URL: "https://www.drugbank.ca/drugs/DB10687",
    • startDate: "1972-08-29"
  • },
  • {
  • },

While we attempt to specifically identify allergenic extracts as a class, not all products are clearly marked as such, and we likely need to parse to boxed warning, indication, clinical pharmacology text to more robustly identify such products.
For example:
https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=3b19e1e4-1a28-4515-ac20-cc4a9b2d45e6

Lastly, we would also ideally index products for inactive ingredients --- so see which inactive ingredients, at which strength, are included in currently approved medicines.



grishagin avatar Oct 14 '18 00:10 grishagin