aravindh
(Aravindh RN)
March 24, 2023, 7:08am
1
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?
mherman22
(herman muhereza)
March 24, 2023, 7:45am
2
aravindh
(Aravindh RN)
March 24, 2023, 8:03am
3
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
aravindh
(Aravindh RN)
March 24, 2023, 10:44am
5
Hey @satyadoorva Thank you for the response.
The issue is solved and it is working now.