OMOP_5.4_ER_ALL

OMOP_5.4_ER : Model

Entity - drug_strength link

Properties
Name Value
Description

 

DRUG_STRENGTH

Table Description

The DRUG_STRENGTH table contains structured content about the amount or concentration and associated units of a specific ingredient contained within a particular drug product. This table is supplemental information to support standardized analysis of drug utilization.

CDM Field User Guide ETL Conventions Datatype Required Primary Key Foreign Key FK Table FK Domain
drug_concept_id The Concept representing the Branded Drug or Clinical Drug Product. integer Yes No Yes CONCEPT
ingredient_concept_id The Concept representing the active ingredient contained within the drug product. Combination Drugs will have more than one record in this table, one for each active Ingredient. integer Yes No Yes CONCEPT
amount_value The numeric value or the amount of active ingredient contained within the drug product. float No No No
amount_unit_concept_id The Concept representing the Unit of measure for the amount of active ingredient contained within the drug product. integer No No Yes CONCEPT
numerator_value The concentration of the active ingredient contained within the drug product. float No No No
numerator_unit_concept_id The Concept representing the Unit of measure for the concentration of active ingredient. integer No No Yes CONCEPT
denominator_value The amount of total liquid (or other divisible product, such as ointment, gel, spray, etc.). float No No No
denominator_unit_concept_id The Concept representing the denominator unit for the concentration of active ingredient. integer No No Yes CONCEPT
box_size The number of units of Clinical Branded Drug or Quantified Clinical or Branded Drug contained in a box as dispensed to the patient. integer No No No
valid_start_date The date when the Concept was first recorded. The default value is 1-Jan-1970. date Yes No No
valid_end_date The date when then Concept became invalid. date Yes No No
invalid_reason Reason the concept was invalidated. Possible values are D (deleted), U (replaced with an update) or NULL when valid_end_date has the default value. varchar(1) No No No

Data Model Physical
Primary Key Clustered Unspecified
Unlogged false

Columns Summary
Column Name Data Type PK / FK Nullable Description
drug_concept_id int4 PK / FK No
ingredient_concept_id int4 PK / FK No
amount_unit_concept_id int4 PK / FK No
numerator_unit_concept_id int4 PK / FK No
denominator_unit_concept_id int4 PK / FK No
amount_value numeric(19) Yes
numerator_value numeric(19) Yes
denominator_value numeric(19) Yes
box_size int4 Yes
valid_start_date date No
valid_end_date date No
invalid_reason varchar(1) Yes

Relationships Summary
Name Begin End
 fpk_drug_strength_drug_concept_id : Relationship
 concept : Entity
 drug_strength : Entity
 fpk_drug_strength_ingredient_concept_id : Relationship
 concept : Entity
 drug_strength : Entity
 fpk_drug_strength_amount_unit_concept_id : Relationship
 concept : Entity
 drug_strength : Entity
 fpk_drug_strength_numerator_unit_concept_id : Relationship
 concept : Entity
 drug_strength : Entity
 fpk_drug_strength_denominator_unit_concept_id : Relationship
 concept : Entity
 drug_strength : Entity

Columns Detail
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 ingredient_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 amount_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 numerator_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 denominator_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 amount_value
Type numeric
Nullable true
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 numerator_value
Type numeric
Nullable true
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 denominator_value
Type numeric
Nullable true
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 box_size
Type int4
Nullable true
Unique false
Primary Key false
Index false
Length 0
Scale 0
Id Generator native
Foreign Key false
Generated Unspecified
Sync To Attribute Yes

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

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

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

Relationships Detail
Name Value
Name fpk_drug_strength_drug_concept_id
Foreign Key
drug_strength
 drug_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_drug_strength_ingredient_concept_id
Foreign Key
drug_strength
 ingredient_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_drug_strength_amount_unit_concept_id
Foreign Key
drug_strength
 amount_unit_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_drug_strength_numerator_unit_concept_id
Foreign Key
drug_strength
 numerator_unit_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

Name Value
Name fpk_drug_strength_denominator_unit_concept_id
Foreign Key
drug_strength
 denominator_unit_concept_id : Column
Primary Key
concept
 concept_id : Column
To Multiplicity 0..*
From Multiplicity 1
Sync To Association Yes
Data Model Physical

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