英文:
OpenMRS and FHIR
问题
I have successfully deployed a localhost instance of OpenMRS using the downloaded war file and reference implementation from Download – OpenMRS.org (I’m using downloads from the 2.12 Advanced Installation and the 2.4.3 war file and the modules from the “Download Reference Application” link.
我已成功部署了本地 OpenMRS 实例,使用了从 Download – OpenMRS.org 下载的 WAR 文件和参考实现(我使用了来自 2.12 高级安装以及 2.4.3 WAR 文件和“下载参考应用程序”链接中的模块)。
I’ve included the fhir2-1.2.2.omod file in my deployment (apache-tomcat-8.5.85\webapps\openmrs\WEB-INF\bundledModules) but I’m not seeing how to access OpenMRS using FHIR (the only url tomcat shows for the deployment is the /openmrs url as would be expected).
我已将 fhir2-1.2.2.omod 文件包含在我的部署中(apache-tomcat-8.5.85\webapps\openmrs\WEB-INF\bundledModules),但我不知道如何使用 FHIR 访问 OpenMRS(Tomcat 显示的唯一 URL 是部署的 /openmrs URL,这是预期的)。
Is there a separate war file or application that needs to be deployed to access OpenMRS using FHIR?
是否需要部署单独的 WAR 文件或应用程序才能使用 FHIR 访问 OpenMRS?
How do I install this functionality (or is there a url that exists under the /openmrs url that gives access to the FHIR functionality)?
如何安装此功能(或者是否存在在 /openmrs URL 下访问 FHIR 功能的 URL)?
英文:
I have successfully deployed a localhost instance of OpenMRS using the downloaded war file and reference implementation from Download – OpenMRS.org (I’m using downloads from the 2.12 Advanced Installation and the 2.4.3 war file and the modules from the “Download Reference Application” link.
I’ve included the fhir2-1.2.2.omod file in my deployment (apache-tomcat-8.5.85\webapps\openmrs\WEB-INF\bundledModules) but I’m not seeing how to access OpenMRS using FHIR (the only url tomcat shows for the deployment is the /openmrs url as would be expected).
Is there a separate war file or application that needs to be deployed to access OpenMRS using FHIR?
How do I install this functionality (or is there a url that exists under the /openmrs url that gives access to the FHIR functionality)?
答案1
得分: 1
It sounds like you're looking for the URL for making FHIR API calls to your OpenMRS instance. That would be {host}/ws/fhir2/{release}/{resource}. The OpenMRS FHIR wiki and IG should have the info you need on specific available operations.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论