Hi pablo,

What license are you releasing this under?

Thanks

Jegan
On 17 Jun 2015 12:30 pm, "pablo pazos" <pazospa...@hotmail.com> wrote:

> Hi everyone!
>
> Small update on EHRServer status:
>
> 1. We are very close to the v0.2 milestone, that implies a huge
> improvement on testing and improvements on core functionality.
> https://github.com/ppazos/cabolabs-ehrserver/milestones
>
> 2. The v0.2 guide is here: http://cabolabs.com/docs/en/EHRServer_v0.2.pdf
>
> 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
>
> Remember you can test the current dev branch here:
> http://cabolabs-ehrserver.rhcloud.com/ehr-0.1/
>
>
> Thanks again,
> Pablo.
>
>
>
> --
> Kind regards,
> Eng. Pablo Pazos Gutiérrez
> http://cabolabs.com <http://cabolabs.com/es/home>
> <http://twitter.com/ppazos>
>
> ------------------------------
> From: pazospa...@hotmail.com
> To: k.ata...@auckland.ac.nz; openehr-clini...@lists.openehr.org
> Subject: Re: EHRServer is on the cloud
> Date: Mon, 1 Jun 2015 19:35:50 +0000
>
> Thanks Koray, you are very welcome!
>
>
> BTW, yesterday I've deployed an initial EHR directory management, that can
> associate versioned compositions to folders. Just need to polish the ui a
> little.
>
>
> Also I'm working on updating the EHRServer guide, will be available soon.
>
>
> Sent from my LG Mobile
>
> ------ Original message------
>
> *From: *Koray Atalag
>
> *Date: *Mon, Jun 1, 2015 08:07
>
> *To: *For openEHR clinical discussions;
>
> *Subject:*RE: EHRServer is on the cloud
>
> Well done Pablo – great perseverance and hard work! Can’t wait to try it
> for myself…
>
>
>
> Cheers,
>
>
>
> -koray
>
>
>
> *From:* openEHR-clinical [mailto
> :openehr-clinical-boun...@lists.openehr.org]*On Behalf Of *
> pazospa...@hotmail.com
> *Sent:* Monday, 1 June 2015 3:44 a.m.
> *To:* Sam Heard; openehr-clini...@lists.openehr.org
> <+openehr-clini...@lists.openehr.org>
> *Subject:* Re: EHRServer is on the cloud
>
>
>
> Thanks Sam, that would be awesome!
>
>
>
> 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.
>
>
>
> What do you think?
>
>
>
> Kind regarda,
>
> Pablo.
>
>
>
> Sent from my LG Mobile
>
> ------ Original message------
>
> *From: *
>
> *Date: *Sun, May 31, 2015 08:18
>
> *To: *For openEHR clinical discussions;
>
> *Subject:*Re: EHRServer is on the cloud
>
> Hi Pablo
>
>
>
> 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.
>
>
>
> Cheers, Sam
>
>
>
> *From:* pablo pazos <pazospa...@hotmail.com>
> *Sent:* ‎Friday‎, ‎29‎ ‎May‎ ‎2015 ‎9‎:‎16‎ ‎AM
> *To:* For openEHR technical discussions
> <openehr-techni...@lists.openehr.org>,For openEHR implementation
> discussions <openehr-implementers@lists.openehr.org>,For openEHR clinical
> discussions <openehr-clini...@lists.openehr.org>
>
>
>
> Dear friends,
>
>
>
> I'm happy to share with you that our openEHR EHRServer is on the cloud:
> http://cabolabs-ehrserver.rhcloud.com/ehr-0.1/
>
>
>
> 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
>
> - OPTs should be compliant with this XSD:
> https://github.com/ppazos/cabolabs-ehrserver/blob/master/xsd/OperationalTemplate.xsd
>
> - some OPTs are already loaded:
> https://github.com/ppazos/cabolabs-ehrserver/tree/master/opts
>
> - use the commit service, see more services:
> https://github.com/ppazos/cabolabs-ehrserver
>
> - committed data is sent in XML format following this XSD:
> https://github.com/ppazos/cabolabs-ehrserver/blob/master/xsd/Version.xsd
>
> - examples of the XML format for the commit service:
> https://github.com/ppazos/cabolabs-emrapp/tree/master/committed
>
>
>
> If you need examples of apps that commit data to the server, please check:
>
>
>
> https://github.com/ppazos/EHRCommitter
> <https://github.com/ppazos/EHRCommitterhttps:/github.com/ppazos/cabolabs-emrapp>
>  (small
> testing tool)
>
> https://github.com/ppazos/cabolabs-emrapp
> <https://github.com/ppazos/EHRCommitterhttps:/github.com/ppazos/cabolabs-emrapp>
>  (very
> basic EMR)
>
>
>
> And with this app you can execute queries:
>
>
>
> https://github.com/ppazos/EHRClientPHP (testing tool in PHP)
>
>
>
>
>
> If you want to collaborate or if you face any issues:
> https://github.com/ppazos/cabolabs-ehrserver/issues
>
>
>
> If you have any questions, feel free to contact me.
>
> --
> Kind regards,
> Eng. Pablo Pazos Gutiérrez
> http://cabolabs.com <http://cabolabs.com/es/home>
>
> _______________________________________________ openEHR-clinical mailing
> list openehr-clini...@lists.openehr.org
> http://lists.openehr.org/mailman/listinfo/openehr-clinical_lists.openehr.org
>
> _______________________________________________
> openEHR-implementers mailing list
> openEHR-implementers@lists.openehr.org
>
> http://lists.openehr.org/mailman/listinfo/openehr-implementers_lists.openehr.org
>
_______________________________________________
openEHR-implementers mailing list
openEHR-implementers@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-implementers_lists.openehr.org

Reply via email to