-2

I have an EMR system its develop using java & oracle database now I want to integrate FHIR server in my system environment and want to share my EMR data to another system. I want to use the HAPI library to integrate FHIR in my system. But I am some confusion about implementation process flow like as different between FHIR client & FHIR server, how to map EMR data to FHIR Resource for mapping data is there any tools? what is the architecture tire? Is FHIR Client and FHIR Server has stayed in the same tire?

4

1 回答 1

2

客户端是在服务器上调用操作(搜索、读取、创建、更新、删除等)的系统。服务器是一个系统,它控制一个或多个资源的数据,并且可以响应来自授权客户端的操作调用。如果您使用的是 HAPI,则需要编写代码来映射您的内部数据模型和 FHIR 对象,这些对象将用于与其他 FHIR 系统交换您的数据。

于 2020-01-04T03:34:49.500 回答