I am new to OpenEMR. I have successfully installed OpenEMR into my system as stated in the documentation. I read that OpenEMR supports JSON. How can I get the list of patients that has been created through a simple JSON api? What will be the JSON format and also what will be the corresponding resource URL ?
There is a client where i want to show this list information!
I’m not sure where you heard that. JSON is used internally in various places to exchange information between programs. There is no general API for JSON (or anything else) at this time. This is an old source code base, it does not use resource URLS like current application frameworks do. You actually have to write PHP and MySQL code to do things …
Someday soon it will be time to refactor the system into a modern framework…