I think It would be great to add steps of configuring FHIR module locally along with the OpenMRS- Core into the wiki page. Then newcomers can easily setup it. Shall I add those steps in to the OpenMRS FHIR Module Documentation page as Instructions to setup FHIR module locally?
Build the project using following commands cd openmrs-core mvn clean package
Downloaded Reference Application 2.10.0 Addons and put its all OMOD files and OWA files in to the following directory according to your operating system.
In Linux - ~/.OpenMRS/modules
In WIndows - Windows + R > %appdata%>OpenMRS>Modules
Oh! That’s pretty easy… No the latest FHIR module does not have Swagger documentation for it. That seemed like doubling the amount work we would have to do. Earlier today, however, I stumbled on this NPM package which purports to be able to take a FHIR conformance statement and generate a Swagger json file. So you should be able to use that to generate Swagger docs if you want them. I might look into integrating that at some point.
The fhir_url would be: http://localhost:8080/openmrs/ws/fhir2/R4 and the conformance_path would just be /metadata (we default to supplying JSON).
I have created my initial project proposal for creating API Documentation for FHIR Module. Here is the link to that proposal. Could you please review it and give your feedback.
I am hoping to improve it with your valuable feedback.
Thank You.
Thank You @ayesh@herbert24 . I will add a timeline and the resources details to my final project proposal. It is a great experience to work on OpenMRS and I look forward to working more on this organization.