sagerx
sagerx copied to clipboard
Open drug data pipelines curated by pharmacists.
# Problem Statement If NDC comes from RxNorm Historical and is not used / reused elsewhere, look to the end_date column to determine if it's still active.  # Criteria...
# Problem Statement Pick up unmatched NDCs from SQL / XML approach to get label image mage from NDC and try to OCR / Barcode Scan to get the rest...
# Problem Statement Right now we call `dbt run --select `... we should really be calling `dbt build --select `. I tried "build"-ing a mart and found at least one...
# Problem Statement Should have been done a LONNNNG time ago, but now becoming annoying that I have to trigger Airflow DAGs needed to create marts. This might be a...
# Problem Statement Go after SPLIMAGE tags. https://dailymed.nlm.nih.gov/dailymed/splimage-guidelines.cfm # Criteria for Success Have a data mart containing NDC -> SPLIMAGE mappings. # Additional Information
# Proposal Useful for inpatient CMS Part B billing. # Rationale Calculator https://www.hcms.org/TMAIMIS/HARRIS/assets/PRACTICE_RESOURCES/Tools-Resources/NDC_BillingUnitCalculator.xlsx Step-by-step explanation https://www.hcms.org/TMAIMIS/HARRIS/assets/PRACTICE_RESOURCES/Tools-Resources/NDC_BillingGuidelines.pdf It should be the same math used by the RJ Health tool which powers...
NOTE: this isn’t a problem with SageRx itself, but with one of its data sources, which I think would be of interest to those using/developing it. I noticed when using...
# Problem Statement As of writing this, there are 8626 extra NDCs in DailyMed. UPDATE: there are 5600-ish not-NULL NDCs... but I spot checked a couple and the NULL NDCs...
# Problem Statement Resolve the problem identified in https://github.com/coderxio/sagerx/issues/265 # Criteria for Success We have an extra 7k+ NDCs available from RxNorm Historical. # Additional Information Maybe ensure all the...
# Problem Statement The main NDC DAG should contain all NDCs including historical NDCs. The main caveat to that is if NDCs are re-used and associated with different medication products...