This is a pre-beta version, with no security. Anyone can play with it.
Some background info:
EHRServer is an open source, service oriented, openEHR data repository, with archetype-based querying capabilities. It can store any kind of openEHR data without the need of changing the source code or the database schema. About the technologies, EHRServer is built over Grails Framework, using Groovy and Java programming languages. The instance on the cloud is using a MySQL database.
If you want to send some data and try to query it, consider these steps:
upload the OPT first, so the data you commit later is indexed and available for querying
This is a welcome addition to the openEHR community effort. You have been a great proponent of this approach and I can see that you have made a lot of progress towards realising an open source service. I am sure this will capture interest from a lot of technical people.
I am inclined to join your effort with input from the clinical perspective and I hope you will keep me informed of any developments or issues you would value clinical input.
I dont have a lot of OPTs to test, neither realistic data for those. It would be great if you can help me in those areas. My idea is to build some OPTs that represent a very simple clinical scenario, like a GP visit. I have starter with a very basic Encouter OPT. I can create a aimple EMR to input data for those OPTs and commit to the EHRServer, then create queries over the integrated data in the EHR.
Please let me know if you have questions, comments of recommendations. I already saw some of you added issues on the GitHub repo, thanks for that! And please continue to help me: https://github.com/ppazos/cabolabs-ehrserver/issues
By the way, I have created a small Javascript library to pull data from the EHRServer using AJAX or JSONP. The idea is to use it on hybrid mobile apps or NodeJS apps. The project is here: https://github.com/ppazos/cabolabs-ehrserver-js
I will create other clients for Java, Grails and PHP inthe future. Also, I will create clients to push data to the server.