ID

35323

Description

OMOP Common Data Model (CDM) Person The Person Domain contains records that uniquely identify each patient in the source data who is time at-risk to have clinical observations recorded within the source systems. OMOP Common Data Model Version 6.0 Specifications 11October2018. The Observational Medical Outcomes Partnership (OMOP) was a public-private partnership established to inform the appropriate use of observational healthcare databases for studying the effects of medical products. © 2014 Observational Health Data Sciences and Informatics. This work is based on work by the Observational Medical Outcomes Partnership (OMOP) and used under license from the FNIH at http://omop.fnih.org/publiclicense. Version updated on 28.02.2019, from https://github.com/OHDSI/CommonDataModel/wiki/PERSON. All tables representing patient-related Domains have a foreign-key reference to the person_id field in the PERSON table. Each person record has associated demographic attributes which are assumed to be constant for the patient throughout the course of their periods of observation. For example, the location or gender is expected to have a unique value per person, even though in life these data may change over time. The GENDER_CONCEPT_ID should store what is believed to be the biological or sex assigned at birth. If the data set does have gender identification information, this should be stored in the OBSERVATION table. If we do not know the month or day of birth, we do not guess. A person can exist without a month or day of birth. If a person lacks a birth year that person should be dropped. Living patients should not have a value in PERSON.DEATH_DATETIME, nor should they have any records relating to death either in the CONDITION_OCCURRENCE or OBSERVATION tables. Only one death date per individual can be used. If a patient has clinical activity (e.g. prescriptions filled, labs performed, etc) more than 60+ days after death you may want to drop the death record as it may have been falsely reported. If multiple records of death exist on multiple days you may select the death that you deem most reliable (e.g. death at discharge) or select the latest death date. If multiple death records occur, the date and the person have to be the same, but the cause can be different. Can be reported by different sources as well. If PERSON.DEATH_DATETIME cannot be precisely determined from the data, the best approximation should be used. The DEATH_DATETIME in the PERSON table should not be used as the way to find all deaths • select * from PERSON where death_datetime is not null should not be the practice • Rather, deaths should be found through the OBSERVATION table and the PERSON table is only used to determine which death date should be used in analysis. Valid Gender, Race and Ethnicity Concepts each belong to their own Domain. Ethnicity in the OMOP CDM follows the OMB Standards for Data on Race and Ethnicity: Only distinctions between Hispanics and Non-Hispanics are made. Additional information is stored through references to other tables, such as the home address (location_id) or the primary care provider. The Provider refers to the primary care provider (General Practitioner). When the primary provider is unknown for a person then leave the PROVIDER_ID blank. The Care Site refers to where the Provider typically provides the primary care. When care site for the primary provider is unknown then leave the CARE_SITE_ID blank. It is not required that all subjects from the raw data be carried over to the CDM, in fact removing people that are not of high enough quality may help researchers using the CDM. Example scenarios to remove subjects include: a person’s year of birth or age are unreasonable (e.g. born in year 0, 1800, 2999 or just lacking a year of birth), person lacks health benefits in claims database (i.e. thus you do not have a complete picture of their record), or raw data states that the person may not be of high research quality (e.g. CPRD will actually suggest which people not to use within research). Removal of a patient is not required and should be made in consideration of the raw data source. Reasons for removal of persons should be documented in the ETL documentation and METADATA table (insert row in METADATA where metadata.name='count of removed persons' and metada.value_as_string='xyz' where xyz is a number (e.g., 12). An ETL should not delete persons who contribute time however have no health care utilization (e.g. an individual enrolled in insurance but does not visit a doctor or pharmacy). This individual will contribute to analysis however as a healthy / non-care seeking individual. For more information, please see https://github.com/OHDSI/CommonDataModel/wiki/PERSON

Link

http://omop.fnih.org/publiclicense

Keywords

  1. 1/4/17 1/4/17 -
  2. 2/7/19 2/7/19 -
  3. 2/28/19 2/28/19 -
Copyright Holder

Observational Medical Outcomes Partnership (OMOP)

Uploaded on

February 28, 2019

DOI

To request one please log in.

License

Creative Commons BY-NC 3.0

Model comments :

You can comment on the data model here. Via the speech bubbles at the itemgroups and items you can add comments to those specificially.

Itemgroup comments for :

Item comments for :

In order to download data models you must be logged in. Please log in or register for free.

OMOP Common Data Model (CDM) Person

OMOP Common Data Model (CDM) Person

Person
Description

Person

Alias
UMLS CUI-1
C1955348
Person ID
Description

A unique identifier for each person.

Data type

integer

Alias
UMLS CUI [1]
C2348585
Gender concept ID
Description

A foreign key that refers to a standard concept identifier in the Standardized Vocabularies for the gender of the person.

Data type

integer

Alias
UMLS CUI [1,1]
C0079399
UMLS CUI [1,2]
C0178566
UMLS CUI [1,3]
C1300638
Year of birth
Description

The year of birth of the person. For data sources with date of birth, the year is extracted. For data sources where the year of birth is not available, the approximate year of birth is derived based on any age group categorization available.

Data type

integer

Alias
UMLS CUI [1]
C2826771
Month of birth
Description

The month of birth of the person. For data sources that provide the precise date of birth, the month is extracted and stored in this field.

Data type

integer

Alias
UMLS CUI [1]
C0439231
Day of birth
Description

The day of the month of birth of the person. For data sources that provide the precise date of birth, the day is extracted and stored in this field.

Data type

integer

Alias
UMLS CUI [1]
C0439228
Datetime of birth
Description

The date and time of birth of the person.

Data type

datetime

Alias
UMLS CUI [1]
C0421451
UMLS CUI [2]
C2736116
Datetime of death
Description

The date and time of death of the person.

Data type

datetime

Alias
UMLS CUI [1]
C1148348
UMLS CUI [2]
C1301931
Race concept ID
Description

A foreign key that refers to an identifier in the CONCEPT table for the unique race of the person, belonging to the 'Race' vocabulary

Data type

integer

Alias
UMLS CUI [1,1]
C0034510
UMLS CUI [1,2]
C0178566
UMLS CUI [1,3]
C1300638
Ethnicity concept ID
Description

A foreign key that refers to the standard concept identifier in the Standardized Vocabularies for the ethnicity of the person, belonging to the 'Ethnicity' vocabulary.

Data type

integer

Alias
UMLS CUI [1,1]
C0015031
UMLS CUI [1,2]
C0178566
UMLS CUI [1,3]
C1300638
Location ID
Description

A foreign key to the place of residency for the person in the location table, where the detailed address information is stored.

Data type

integer

Alias
UMLS CUI [1,1]
C0450429
UMLS CUI [1,2]
C1300638
Provider ID
Description

A foreign key to the primary care provider the person is seeing in the provider table.

Data type

integer

Alias
UMLS CUI [1,1]
C1138603
UMLS CUI [1,2]
C1300638
Care site ID
Description

A foreign key to the site of primary care in the care_site table, where the details of the care site are stored.

Data type

integer

Alias
UMLS CUI [1,1]
C0337950
UMLS CUI [1,2]
C1300638
Person source value
Description

An (encrypted) key derived from the person identifier in the source data. This is necessary when a use case requires a link back to the person data at the source dataset. (Type varchar(50))

Data type

text

Alias
UMLS CUI [1,1]
C0027361
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C1522609
Gender source value
Description

The source code for the gender of the person as it appears in the source data. The person’s gender is mapped to a standard gender concept in the Standardized Vocabularies; the original value is stored here for reference. (Type varchar(50))

Data type

text

Alias
UMLS CUI [1,1]
C0079399
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C1522609
Gender source concept ID
Description

A foreign key to the gender concept that refers to the code used in the source.

Data type

integer

Alias
UMLS CUI [1,1]
C0079399
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C0178566
UMLS CUI [1,4]
C1300638
Race source value
Description

The source code for the race of the person as it appears in the source data. The person race is mapped to a standard race concept in the Standardized Vocabularies and the original value is stored here for reference. (Type varchar(50))

Data type

text

Alias
UMLS CUI [1,1]
C0034510
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C1522609
Race source concept ID
Description

A foreign key to the race concept that refers to the code used in the source.

Data type

integer

Alias
UMLS CUI [1,1]
C0034510
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C0178566
UMLS CUI [1,4]
C1300638
Ethnicity source value
Description

The source code for the ethnicity of the person as it appears in the source data. The person ethnicity is mapped to a standard ethnicity concept in the Standardized Vocabularies and the original code is, stored here for reference. (Type varchar(50))

Data type

text

Alias
UMLS CUI [1,1]
C0015031
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C1522609
Ethnicity source concept ID
Description

A foreign key to the ethnicity concept that refers to the code used in the source.

Data type

integer

Alias
UMLS CUI [1,1]
C0015031
UMLS CUI [1,2]
C0449416
UMLS CUI [1,3]
C0178566
UMLS CUI [1,4]
C1300638

Similar models

OMOP Common Data Model (CDM) Person

Name
Type
Description | Question | Decode (Coded Value)
Data type
Alias
Item Group
Person
C1955348 (UMLS CUI-1)
Person ID
Item
Person ID
integer
C2348585 (UMLS CUI [1])
Gender concept ID
Item
Gender concept ID
integer
C0079399 (UMLS CUI [1,1])
C0178566 (UMLS CUI [1,2])
C1300638 (UMLS CUI [1,3])
Year of birth
Item
Year of birth
integer
C2826771 (UMLS CUI [1])
Month of birth
Item
Month of birth
integer
C0439231 (UMLS CUI [1])
Day of birth
Item
Day of birth
integer
C0439228 (UMLS CUI [1])
Datetime of birth
Item
Datetime of birth
datetime
C0421451 (UMLS CUI [1])
C2736116 (UMLS CUI [2])
Datetime of death
Item
Datetime of death
datetime
C1148348 (UMLS CUI [1])
C1301931 (UMLS CUI [2])
Race concept ID
Item
Race concept ID
integer
C0034510 (UMLS CUI [1,1])
C0178566 (UMLS CUI [1,2])
C1300638 (UMLS CUI [1,3])
Ethnicity concept ID
Item
Ethnicity concept ID
integer
C0015031 (UMLS CUI [1,1])
C0178566 (UMLS CUI [1,2])
C1300638 (UMLS CUI [1,3])
Location ID
Item
Location ID
integer
C0450429 (UMLS CUI [1,1])
C1300638 (UMLS CUI [1,2])
Provider ID
Item
Provider ID
integer
C1138603 (UMLS CUI [1,1])
C1300638 (UMLS CUI [1,2])
Care site ID
Item
Care site ID
integer
C0337950 (UMLS CUI [1,1])
C1300638 (UMLS CUI [1,2])
Person source value
Item
Person source value
text
C0027361 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C1522609 (UMLS CUI [1,3])
Gender source value
Item
Gender source value
text
C0079399 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C1522609 (UMLS CUI [1,3])
Gender source concept ID
Item
Gender source concept ID
integer
C0079399 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C0178566 (UMLS CUI [1,3])
C1300638 (UMLS CUI [1,4])
Race source value
Item
Race source value
text
C0034510 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C1522609 (UMLS CUI [1,3])
Race source concept ID
Item
Race source concept ID
integer
C0034510 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C0178566 (UMLS CUI [1,3])
C1300638 (UMLS CUI [1,4])
Ethnicity source value
Item
Ethnicity source value
text
C0015031 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C1522609 (UMLS CUI [1,3])
Ethnicity source concept ID
Item
Ethnicity source concept ID
integer
C0015031 (UMLS CUI [1,1])
C0449416 (UMLS CUI [1,2])
C0178566 (UMLS CUI [1,3])
C1300638 (UMLS CUI [1,4])

Please use this form for feedback, questions and suggestions for improvements.

Fields marked with * are required.

Do you need help on how to use the search function? Please watch the corresponding tutorial video for more details and learn how to use the search function most efficiently.

Watch Tutorial