Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mimic3_tables

MIMIC-III Tables


Description

A collection of functions to create prearranged views of MIMIC-III patient data when supplied with database connection information and a mapping of the connected database.

Usage

mimic3_table_all_patients(table_map, db_connection)

mimic3_table_admissions(table_map, db_connection, subject_id)

mimic3_table_callout(table_map, db_connection, subject_id)

mimic3_table_chart_events(table_map, db_connection, subject_id)

mimic3_table_cpt_events(table_map, db_connection, subject_id)

mimic3_table_diagnoses_icd(table_map, db_connection, subject_id)

mimic3_table_drg_codes(table_map, db_connection, subject_id)

mimic3_table_icu_stays(table_map, db_connection, subject_id)

mimic3_table_lab_events(table_map, db_connection, subject_id)

mimic3_table_microbiology_events(table_map, db_connection, subject_id)

mimic3_table_note_events(table_map, db_connection, subject_id)

mimic3_table_prescriptions(table_map, db_connection, subject_id)

mimic3_table_procedure_events(table_map, db_connection, subject_id)

mimic3_table_procedures_icd(table_map, db_connection, subject_id)

mimic3_table_services(table_map, db_connection, subject_id)

mimic3_table_transfers(table_map, db_connection, subject_id)

Arguments

table_map

A dplyr::tibble containing a mapping between the CDM standard tables and fields to the user connected tables and fields.

db_connection

A DBI::dbConnect object.

subject_id

A numeric, or coercible to numeric.

Value

A dplyr::tibble containing pre-coordinated patient information from the connected database.


ReviewR

A Light-Weight, Portable Tool for Reviewing Individual Patient Records

v2.3.6
BSD_3_clause + file LICENSE
Authors
Laura Wiley [aut] (<https://orcid.org/0000-0001-6681-9754>), Luke Rasmussen [aut] (<https://orcid.org/0000-0002-4497-8049>), David Mayer [cre, aut], The Wiley Lab [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.