OMOP_5.4_ER_ALL

OMOP_5.4_ER : Model

Entity - dose_era link

Properties
Name Value
Description

 

DOSE_ERA

Table Description

A Dose Era is defined as a span of time when the Person is assumed to be exposed to a constant dose of a specific active ingredient.

ETL Conventions

Dose Eras will be derived from records in the DRUG_EXPOSURE table and the Dose information from the DRUG_STRENGTH table using a standardized algorithm. Dose Form information is not taken into account. So, if the patient changes between different formulations, or different manufacturers with the same formulation, the Dose Era is still spanning the entire time of exposure to the Ingredient.

CDM Field User Guide ETL Conventions Datatype Required Primary Key Foreign Key FK Table FK Domain
dose_era_id integer Yes Yes No
person_id integer Yes No Yes PERSON
drug_concept_id The Concept Id representing the specific drug ingredient. integer Yes No Yes CONCEPT Drug
unit_concept_id The Concept Id representing the unit of the specific drug ingredient. integer Yes No Yes CONCEPT Unit
dose_value The numeric value of the dosage of the drug_ingredient. float Yes No No
dose_era_start_date The date the Person started on the specific dosage, with at least 31 days since any prior exposure. date Yes No No
dose_era_end_date The date the Person was no longer exposed to the dosage of the specific drug ingredient. An era is ended if there are 31 days or more between dosage records. date Yes No No

Data Model Physical
Primary Key Constraint Name xpk_dose_era
Primary Key Clustered Unspecified
Unlogged false

Columns Summary
Column Name Data Type PK / FK Nullable Description
dose_era_id int4 PK No
person_id int4 PK / FK No
drug_concept_id int4 PK / FK No
unit_concept_id int4 PK / FK No
dose_value numeric(19) No
dose_era_start_date timestamp(0) No
dose_era_end_date timestamp(0) No

Relationships Summary
Name Begin End
 fpk_dose_era_person_id : Relationship
 person : Entity
 dose_era : Entity
 fpk_dose_era_drug_concept_id : Relationship
 concept : Entity
 dose_era : Entity
 fpk_dose_era_unit_concept_id : Relationship
 concept : Entity
 dose_era : Entity

Columns Detail
Name Value
Name dose_era_id
Type int4
Nullable false
Unique false
Primary Key true
Index false
Length 0
Scale 0
Id Generator native
Foreign Key false
Generated Unspecified
Sync To Attribute Yes

Name Value
Name person_id
Type int4
Nullable false
Unique false
Primary Key true
Index false
Length 0
Scale 0
Id Generator native
Foreign Key true
Generated Unspecified
Sync To Attribute Yes

Name Value
Name drug_concept_id
Type int4
Nullable false
Unique false
Primary Key true
Index false
Length 0
Scale 0
Id Generator native
Foreign Key true
Generated Unspecified
Sync To Attribute Yes

Name Value
Name unit_concept_id
Type int4
Nullable false
Unique false
Primary Key true
Index false
Length 0
Scale 0
Id Generator native
Foreign Key true
Generated Unspecified
Sync To Attribute Yes

Name Value
Name dose_value
Type numeric
Nullable false
Unique false
Primary Key false
Index false
Type Name numeric
Length 19
Scale 0
Id Generator native
Foreign Key false
Generated Unspecified
Sync To Attribute Yes

Name Value
Name dose_era_start_date
Type timestamp
Nullable false
Unique false
Primary Key false
Index false
Type Name timestamp
Length 0
Scale 0
Id Generator native
Foreign Key false
Generated Unspecified
Sync To Attribute Yes

Name Value
Name dose_era_end_date
Type timestamp
Nullable false
Unique false
Primary Key false
Index false
Type Name timestamp
Length 0
Scale 0
Id Generator native
Foreign Key false
Generated Unspecified
Sync To Attribute Yes

Relationships Detail
Name Value
Name fpk_dose_era_person_id
Foreign Key
dose_era
 person_id : Column
Primary Key
person
 person_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_dose_era_drug_concept_id
Foreign Key
dose_era
 drug_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 0..1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_dose_era_unit_concept_id
Foreign Key
dose_era
 unit_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 0..1
Sync To Association Yes
Data Model Physical

Appears In
Diagram
 Standardized_Tables : Entity Relationship Diagram
 Vocabulary_With_Standard : Entity Relationship Diagram
OMOP_5.4_ER_ALL