From 17f6c5970e5066ecb7215e06c301c08509299473 Mon Sep 17 00:00:00 2001 From: Juan M Banda Date: Mon, 29 Oct 2018 23:12:44 -0400 Subject: [PATCH] README fixes --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 137d08d..10edac0 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# umls_loading_postgresql +# Loading Unified Medical Language System® (UMLS®) tables on PostgreSQL +![UMLS explan](https://images.slideplayer.com/18/6112070/slides/slide_2.jpg) +These scripts allow us to load all UMLS tables generated by the Metathesarus (RRF files). + +The original scripts were found at https://www.nlm.nih.gov/research/umls/implementation_resources/community/index.html + +Minor modifications were required to some table fields types to accomodate UMLS2018AA. + +Developed and tested on: PostgreSQL 9.24 and UMLS2018AA on CentOS 7.