简体   繁体   English

C# 将 HL7 转换为 FHIR

[英]C# convert HL7 to FHIR

Currently not all EMR/EHR systems are migrated to provide health/medical information in FHIR format hence the solution that I am looking for is to convert HL7 fields to FHIR fields.目前并非所有 EMR/EHR 系统都被迁移以提供 FHIR 格式的健康/医疗信息,因此我正在寻找的解决方案是将 HL7 字段转换为 FHIR 字段。

This has to be user defined for eg这必须是用户定义的,例如

Hl7 field | HL7领域 | FHIR field FHIR 场

PID-3 | PID-3 | ResourceMRN资源MRN

PID-5 | PID-5 | ResourcePatientFirstName资源患者名字

PID-5-1 | PID-5-1 | ResourcePatientLastName资源患者姓氏

and so on...等等...

So, as on date what I have found from my search is firely library @ https://github.com/FirelyTeam/fhir-net-api but they only have support to build C# solution for client/server.因此,截至目前,我从搜索中发现的是 firely library @ https://github.com/FirelyTeam/fhir-net-api但他们只支持为客户端/服务器构建 C# 解决方案。 There is no mechanism that firely team have provided on mapping and converting HL7 to FHIR. firely 团队没有提供将 HL7 映射和转换为 FHIR 的机制。

Any suggestion on plug/play tools or custom coding is welcome.欢迎任何关于即插即用工具或自定义编码的建议。

Have you looked at the v2 to FHIR stream on chat.fhir.org?您是否在 chat.fhir.org 上查看了 FHIR stream 的 v2版本? There's work underway at defining a 'standard' set of mappings - though they'll need to be adapted for every v2 server because every v2 server does things a slightly different way.定义一组“标准”映射的工作正在进行中——尽管它们需要针对每个 v2 服务器进行调整,因为每个 v2 服务器的处理方式略有不同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM