2

I don't have much idea in medical domain.

We evaluating a requirement from our client who is using Cerner EMR system

As per the requirement we need to expose the Cerner EMR or fetch some EMR / EHR data and to display it in SharePoint 2013 portal. To meet this requirement what kind of integration options Cerner proposes. Is there any API’s or Web services exposed which can be used to build custom solutions for the same?

As far as I know Cerner did expose EMR / EHR information in HL7 format, but i don't have any idea how to access that.

I had also requested Cerner for the same awaiting replies from their end.

If anybody who have associated with similar kind of job can through some light and provide me with some insights.

4

2 回答 2

3

您需要使用 EMR 请求您的组织和设施之间的接口。医疗保健 IT 世界中的界面与 GUI 不同。Is 是在一个实体和另一个实体之间传输 HL7 数据的机制(程序/工具)。设置接口可能会产生成本。然而,这是 Cerner 与第三方通信的传统方式。HIPAA 法律将要求此连接非常安全。

您还可以查看带有 EMR 的设施是否有一个现有的界面来生成您所需要的信息。您可以共享该数据或从该界面生成一个您可以访问的平面文件。由于 HIPAA 法规,您的客户可能不愿意以这种方式共享信息。

我建议您从客户的接口/集成团队开始。他们将负责管理进出 Cerner 的信息。他们还可以阐明他们更喜欢如何看待事情完成。

祝你好运

于 2014-01-13T13:18:18.613 回答
0

据我所知,有两种方法可以实现这一目标。一种是直接连接到 Cerner 的 Oracle 数据库。这似乎不太可能,因为 Cerner 不允许其他供应商直接访问他们的数据库。

另一种方法是使用 Cerner 的 mPage Web 服务。我们使用 mPage Web 服务实现了这一点。客户端需要在 IBM WAS 或其他容器上托管 Web 服务。我们使用了 WAS,因为它对我们来说很容易获得。托管完成后,您将获得一个 URL,您可以使用该 URL 执行任何 CCL 程序,该程序将以 JSON/XML 格式返回数据。mPage 网络服务具有基本的 HTTP 身份验证。

现在,CCL 必须以一种可以返回所需数据的方式编写。我们有一个成功的设置,并且自 2014 年以来一直在努力。有关更多详细信息,您还可以尝试 uCERN 门户。

谢谢,纳文

于 2018-03-15T09:04:27.820 回答