-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Hi Maren and Dan |
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 |
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.
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 |
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.
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.
No description provided.