condition_era: condition_era

Description Usage Format Source

Description

Table Description

A Condition Era is defined as a span of time when the Person is assumed to have a given condition. Similar to Drug Eras, Condition Eras are chronological periods of Condition Occurrence. Combining individual Condition Occurrences into a single Condition Era serves two purposes:

ETL Conventions

Each Condition Era corresponds to one or many Condition Occurrence records that form a continuous interval. The condition_concept_id field contains Concepts that are identical to those of the CONDITION_OCCURRENCE table records that make up the Condition Era. In contrast to Drug Eras, Condition Eras are not aggregated to contain Conditions of different hierarchical layers. The SQl Script for generating CONDITION_ERA records can be found here The Condition Era Start Date is the start date of the first Condition Occurrence. The Condition Era End Date is the end date of the last Condition Occurrence. Condition Eras are built with a Persistence Window of 30 days, meaning, if no occurrence of the same condition_concept_id happens within 30 days of any one occurrence, it will be considered the condition_era_end_date.

Usage

1

Format

A data frame with 3465 rows and 6 variables:

condition_era_id

integer

person_id

integer

condition_concept_id

integer

condition_era_start_date

Date

condition_era_end_date

Date

condition_occurrence_count

integer

...

Source

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


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