person: person

Description Usage Format Source

Description

Table Description

This table serves as the central identity management for all Persons in the database. It contains records that uniquely identify each person or patient, and some demographic information.

User Guide

All records in this table are independent Persons.

ETL Conventions

All Persons in a database needs one record in this table, unless they fail data quality requirements specified in the ETL. Persons with no Events should have a record nonetheless. If more than one data source contributes Events to the database, Persons must be reconciled, if possible, across the sources to create one single record per Person. The content of the BIRTH_DATETIME must be equivalent to the content of BIRTH_DAY, BIRTH_MONTH and BIRTH_YEAR.

Usage

1

Format

A data frame with 50 rows and 18 variables:

person_id

integer

gender_concept_id

integer

year_of_birth

integer

month_of_birth

integer

day_of_birth

integer

birth_datetime

POSIXct

race_concept_id

integer

ethnicity_concept_id

integer

location_id

integer

provider_id

integer

care_site_id

integer

person_source_value

character

gender_source_value

character

gender_source_concept_id

integer

race_source_value

character

race_source_concept_id

integer

ethnicity_source_value

character

ethnicity_source_concept_id

integer

...

Source

https://ohdsi.github.io/CommonDataModel/cdm531.html#person


thewileylab/synPUF documentation built on Aug. 30, 2021, 6:40 p.m.