PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/FactRelationship
description: 'The FACT_RELATIONSHIP table contains records about the relationships between facts stored as records in any table of the CDM. Relationships can be defined between facts from the same domain, or different domains. Examples of Fact Relationships include: [Person relationships](https://athena.ohdsi.org/search-terms/terms?domain=Relationship&standardConcept=Standard&page=2&pageSize=15&query=) (parent-child), care site relationships (hierarchical organizational structure of facilities within a health system), indication relationship (between drug exposures and associated conditions), usage relationships (of devices during the course of an associated procedure), or facts derived from one another (measurements derived from an associated specimen).'
package_name: hl7.fhir.uv.omop
derivation: specialization
name: FactRelationship
type: http://hl7.org/fhir/uv/omop/StructureDefinition/FactRelationship
elements:
  domain_concept_id_1: {type: code, short: Domain 1, index: 0}
  fact_id_1: {type: string, short: Fact Identifier 1, index: 1}
  domain_concept_id_2: {type: code, short: Domain 2, index: 2}
  fact_id_2: {type: string, short: Fact Identifier 2, index: 3}
  relationship_concept_id: {type: code, short: Relationship, index: 4}
package_version: 1.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/omop/StructureDefinition/FactRelationship
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-ballot
required: [domain_concept_id_1, domain_concept_id_2, fact_id_1, fact_id_2, relationship_concept_id]