-
Notifications
You must be signed in to change notification settings - Fork 0
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
Map OMOP data to inpatient_microbiology
table
#29
Comments
|
@AngharadGreen, Would you like to discuss this further in a call? |
Hi @zsenousy I have found some useful resources to help me with this mapping, I am just working through those today. I can meet tomorrow if there is a time that works for you? |
Following this paper https://pubmed.ncbi.nlm.nih.gov/35612079/ I will try to map the OMOP CDM to the inpatient_microbiology ramses table following this figure - I have put together a summary presentation going over how the OMOP CDM can be mapped to the Ramses fata frame |
I now want to just pull out the relevant columns from the Merged_df_1 table created in code from #45 that represent the Ramses Inpatient_microbiology table to see if I can use the OMOP data to create the data frames required by Ramses
I will attempt to load this table into Ramses
The two data frames specimens = microbiology_data$specimens and isolates = microbiology_data$isolates have now been created from the OMOP mapping I now need to find the relevant data to create the data frame susceptibilities = microbiology_data$susceptibilities) Information on RSI code: S - Susceptible, standard dosing regimen: A microorganism is categorised as "Susceptible, standard dosing regimen", when there is a high likelihood of therapeutic success using a standard dosing regimen of the agent. |
|
Extract data from the example OMOP data to fill the inpatient_microbiology table from the validate article. This is a split from #17
Please feel free to assign yourself to the issue. Please the respective branch for development.
The text was updated successfully, but these errors were encountered: