relationship
Vocabulary Tables
Table Columns
| field | type | required | phi | phi scrubbing operation |
|---|---|---|---|---|
| relationship_id | STRING | Yes | ||
| relationship_name | STRING | Yes | ||
| is_hierarchical | STRING | Yes | ||
| defines_ancestry | STRING | Yes | ||
| reverse_relationship_id | STRING | Yes | ||
| relationship_concept_id | INTEGER | Yes |
Columns Description
relationship_id
The type of relationship captured by the relationship record.
relationship_name
The text that describes the relationship type.
is_hierarchical
Defines whether a relationship defines concepts into classes or hierarchies. Values are 1 for hierarchical relationship or 0 if not.
defines_ancestry
Defines whether a hierarchical relationship contributes to the concept_ancestor table. These are subsets of the hierarchical relationships. Valid values are 1 or 0.
reverse_relationship_id
The identifier for the relationship used to define the reverse relationship between two concepts.
relationship_concept_id
A foreign key that refers to an identifier in the CONCEPT table for the unique relationship concept.