openehr-ruby
openehr-ruby copied to clipboard
remote platform
I have API (HTTP) access to remote openEHR platform while writing web application in Ruby. Is this gem what I should go from?
Interesting. There are not web access API in this library, because the openEHR web based API is note well-determined. What can I do for you?
I am openEHR beginner. I am talking about EHRScape API, parsing results etc. An EHRScape client, I guess.
There are a couple of companies who offer that kind of solutions but they are closed solutions, I don't think there is an open source option at this point.
There is an OpenEHR group at Linkedin where you can know those companies.
Once I made web-service client as a command line tool. https://github.com/skoba/ckm_client I can try as an new project for EHRScape client.
It should be straightforward by using ActiveResource, except for building queries; AQL query into openEHR database gets complex.