Skip to content
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

Phase1.1 kumc(#6159) #2

Merged
merged 28 commits into from
May 27, 2020
Merged

Phase1.1 kumc(#6159) #2

merged 28 commits into from
May 27, 2020

Conversation

lav-patel
Copy link
Member

No description provided.

@lav-patel lav-patel requested review from dckc and mwennberg May 20, 2020 14:44
@lav-patel
Copy link
Member Author

Hi Maren and Dan
work in progress. But I tough this is better, as I code you can code review.

@lav-patel lav-patel self-assigned this May 20, 2020
alter table COVID_MED_PATHS add med_class varchar(50);
insert into COVID_MED_PATHS
select distinct 'Expand', d.concept_cd, m.med_class
from COVID_MED_MAP m
inner join concept_dimension c
inner join nightherondata.concept_dimension c
Copy link

@dckc dckc May 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard-coding schema names seems awkward. I wonder if I managed to avoid that before. I guess it doesn't hurt that much. But I wonder if synonyms would be better.

--union select '2703-7','third-code',1,'mmHg','PaO2'
-- TODO: Commented out
union
select '3255-7','3093',1,'mg/dL','Fibrinogen' from dual
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you decide that syncing with the ACT ontology was too much trouble? We need to be able to explain to Russ why we're not doing it.

@dckc dckc merged commit 9dd0259 into master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants