Sha256: 22e55138c5169cbfbbe27fa8740215f094232b5b2d7d9a2af2bc67ac2e92312f
Contents?: true
Size: 812 Bytes
Versions: 43
Compression:
Stored size: 812 Bytes
Contents
module Inferno module Terminology module Tasks module DownloadUMLSNotice def download_umls_notice Inferno.logger.info <<~NOTICE UMLS file not found. Download the US National Library of Medicine (NLM) Unified Medical Language System (UMLS) Full Release files: https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html Install the metathesaurus with the following data sources: CVX|CVX;ICD10CM|ICD10CM;ICD10PCS|ICD10PCS;ICD9CM|ICD9CM;LNC|LNC;MTHICD9|ICD9CM;RXNORM|RXNORM;SNOMEDCT_US|SNOMEDCT;CPT;HCPCS After installation, copy `{install path}/META/MRCONSO.RRF` into your `./tmp/terminology` folder, and rerun this task. NOTICE end end end end end
Version data entries
43 entries across 43 versions & 1 rubygems