FACT_RELATIONSHIP表
FACT_RELATIONSHIP表包含有关CDM任何表中记录的实体关系。可以将相同类别或不同类别实体间定义关系。
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 (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).
Field | Required | Type | Description | 字段 | 描述 |
---|---|---|---|---|---|
domain_concept_id_1 | Yes | integer | The concept representing the domain of fact one, from which the corresponding table can be inferred. | 分类-实体-ID-1 | 表示实体1的分类概念,可以通过这些分类找到相应的表。 |
fact_id_1 | Yes | integer | The unique identifier in the table corresponding to the domain of fact one. | 实体-ID-1 | 实体1所在的分类表中对应的唯一标识符。 |
domain_concept_id_2 | Yes | integer | The concept representing the domain of fact two, from which the corresponding table can be inferred. | 分类-实体-ID-2 | 表示实体2的分类概念,可通过这些分类找到相应的表。 |
fact_id_2 | Yes | integer | The unique identifier in the table corresponding to the domain of fact two. | 实体-ID-1 | 实体2所在的分类表中对应的唯一标识符。 |
relationship_concept_id | Yes | integer | A foreign key to a Standard Concept ID of relationship in the Standardized Vocabularies. | 关系-概念-ID | 外键,标准词汇表中关系的标准概念ID。 |
共识
No. | Convention Description | 共识 |
---|---|---|
1 | All relationships are directional, and each relationship is represented twice symmetrically within the FACT_RELATIONSHIP table. For example, two persons if person_id = 1 is the mother of person_id = 2 two records are in the FACT_RELATIONSHIP table (all strings in fact concept_id records in the Concept table: - Person, 1, Person, 2, parent of - Person, 2, Person, 1, child of |
所有关系都是方向性的,并且每个关系在FACT_RELATIONSHIP表中对称地表示两次。例如,如果person_id = 1的居民是person_id = 2的母亲,则两个记录在FACT_RELATIONSHIP表中(fact concept-id表中的所有字符串记录在concept_id表: - person,1,person,2,父母 - person,2,person,1, 子女 |
本系列在介绍目前世界上最适用于临床科研+卫生经济学的标准医疗大数据格式(未经严谨考证,但有相关研究发表在专业期刊上),俨然是真实世界研究方案里面最接进成熟的基础建设方案。感兴趣的介绍请移步B站观看视频。
OHDSI——观察性健康医疗数据科学与信息学,是一个世界性的公益型非盈利研究联盟,主要研究全方位医学大数据分析的开源解决方案,旨在通过大规模数据分析和挖掘来提升临床医学数据价值,实现跨学科、跨行业的多方合作。目前,目前,已有来自美国、加拿大、澳大利亚、英国等几十个国家地区的上百个组织机构,高校,医院和公司企业参与了OHDSI全球协作网络,如斯坦福、哈佛、杜克大学医学院,强生、诺华、甲骨文、IBM公司,拥有超过6亿人口的临床数据规模,累计协作研究发表了上百篇论文。
我们在这里邀请国内对相关工作感兴趣、愿共同学习的好学人士参与到中文兴趣小组,互通有无,一起弥补跨行业、跨学科的知识积累。前期主要以对OHDSI在github上的开源工作进行翻译、交流、学习为主,并会对医疗大数据、医学统计学、生物信息学等学科知识建立学习互助、互督的机制。有兴趣的请看文档,微信群二维码在内:OHDSI中文兴趣小组共识&OHDSI介绍
OHDSI秉持开源、开放的宗旨,加快全球医学数据研究的步伐,本文内容原创来自Github(https://github.com/OHDSI/CommonDataModel/wiki),若有利益冲突,请在本页面留言,真-侵删。