Orchestrate
收藏Snowflake2024-03-13 更新2024-05-01 收录
下载链接:
https://app.snowflake.com/marketplace/listing/GZTSZ12U1JN
下载链接
链接失效反馈官方服务:
资源简介:
Transform your data between standardized formats and enhance the output through terminology normalization, de-duplication, and combining FHIR bundles to create a consolidated person record.
This application does not publish any data. It serves as a native interface to the Orchestrate API.
For example, given some unstandardized terminology in the healthcare domain,
```sql
select orchestrate.terminology.standardize_condition(null, null, 'dm2');
```
The endpoint will return a FHIR coding of mapped concepts in canonical ontologies:
```json
{'coding': [{'system': 'http://snomed.info/sct',
'code': '44054006',
'display': 'Diabetes mellitus type 2 (disorder)'},
{'system': 'http://hl7.org/fhir/sid/icd-10-cm',
'code': 'E11.9',
'display': 'Type 2 diabetes mellitus without complications'}]}
```
提供机构:
CareEvolution
创建时间:
2024-03-04
搜集汇总
数据集介绍

背景与挑战
背景概述
该工具提供数据标准化转换服务,支持医学术语规范化、去重及FHIR数据整合,通过API接口实现概念映射至标准本体,但不包含实际发布的数据集。
以上内容由遇见数据集搜集并总结生成



