Description Usage Format Source
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.
All records in this table are independent Persons.
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.
1 |
A data frame with 50 rows and 18 variables:
integer
integer
integer
integer
integer
POSIXct
integer
integer
integer
integer
integer
character
character
integer
character
integer
character
integer
...
https://ohdsi.github.io/CommonDataModel/cdm531.html#person
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.