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)?
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.