import_patients_visits: Import patients and their visits

Description Usage Arguments Details

Description

Import patients and their visits

Usage

1
import_patients_visits(patients, project)

Arguments

patients

A formatted dataframe with correctly named columns

project

The project to add the data to

Details

Import the patient_dimension and visit_dimension death_data As well as creating the mappings and add visit age observations

Structure for patient dataframe: - patient_ide : character - encounter_ide : character - start_date : Date - end_date : Date - rum_start : Date - rum_end : Date - birth_date : Date - death_date : Date - sex_cd : char, 'M' or 'F' - provider_id : char, 'STRUCT:xxx'


MaximeWack/R2b2 documentation built on May 8, 2019, 9:52 a.m.