FHIR Module not found on my local running OpenMRS

Hey all,

I have installed OpenMRS using docker on my Ubuntu machine and it is working fine.

I wanted to take patient datas through FHIR from OpenMRS using Postman.

When i searched for the Modules in the OpenMRS to see what all i have installed. It shows me FHIR2 module is installed. Below is the picture for your reference:

But when i tried to open http://localhost:8080/openmrs/module/fhir/rest/swagger.json. its giving me 404 error not found.

When i checked in the modules , FHIR2 is not showing here anywhere. Below is the picture for your reference:

Is FHIR module installed on my local host running setup?. If yes, How can i able to take the patient datas from OpenMRS through FHIR?

@aravindh Do you find this discussion helpful? FHIR2 module not showing in administration

Hey @mherman22 thank you for the response.

How can i able to take the patient datas from OpenMRS through FHIR using postman?. Any suggestions?

I have tried to Post patient details through Postman and returned 401 unauthorized error. I have attached picture below for your reference.

Kindly do tell me where i am going wrong and what is the issue here ?

@aravindh , you need to send a provider username/password as basic auth header.

Please reset the password for Jane Smith nurse and send across the credentials in basic auth.

This should work.

Thanks

1 Like

Hey @satyadoorva Thank you for the response.

The issue is solved and it is working now.