-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATC_modification #545
base: master
Are you sure you want to change the base?
ATC_modification #545
Conversation
this script populates the following tables: drug_concept_stage, internal_relationship_stage, and relationship_to_concept with the use of concept_manual, concept_relationship_manual and class_drugs_scraper.
refactoring
minor changes, code refactoring
amendments and refactoring
code improvement
code improvement
code refactoring
refactoring
datatype FLOAT has changed to NUMERIC
manual tables added
manual work
'A' AS change_type | ||
FROM atc_addendum_MMYY; | ||
``` | ||
**Scenario B** - changes of the existing ATC codes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to add:
and issign the corresponing change_type to the existing concepts that has to be modified. See how to do this in chapter 2.1Types of ATC official updates of book of OHDSI and ATC
4. Using the **class_drugs_scraper** table, add new codes with _OMOPized names_ and their *original versions* to the **concept_manual** and **concept_synonym_manual** tables respectively |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a script for this? if yes, name it here. (so people will know how to do that)
SELECT devv5.genericupdate(); | ||
``` | ||
10. Perform **post-processing**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add: which builds the ancestry
PERFORM VOCABULARY_PACK.pConceptAncestor(IS_SMALL=>TRUE); | ||
END $_$; | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we can enjoy the fresh new vocabulary, we need to look at various checks.
Let's see what both of us (Polina and Dima) have
The ATC refresh process is formalized and documented here
The milestones of the refresh are mentioned in the readme file.