Coder Social home page Coder Social logo

vallesaude / cabolabs-ehrserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ppazos/cabolabs-ehrserver

0.0 3.0 0.0 65.85 MB

Service-oriented openEHR repository for clinical data with composition commit, query and retrieve capabilities.

License: Apache License 2.0

Shell 0.03% Batchfile 0.40% JavaScript 3.49% CSS 4.75% Groovy 86.66% Java 0.89% XSLT 3.77% Dockerfile 0.02%

cabolabs-ehrserver's Introduction

CaboLabs EHRServer

Build Status Gitter chat

Clinical Data Management and Sharing Platform compliant with the openEHR standard.

The EHRServer is a generic clinical data back-end system, that helps cutting development time, increase data quality and enable interoperability for any kind of clinical or health related information system or app.

Can be used as the main clinical data repository of your system or app, as a shared repository/integrated patient EHR between many systems, as a secondary/backup repository, as a wearable/monitoring device backend, as a standardized data source for datawarehousing, as a fast prototyping platform, and as a micro-service platform with many applications like clinical decision support, clinical dashboards, data visualization, reporting, research, etc.

Let me know if you are using the EHRServer!

Donate and support the project!

One way of supporting this project and our vision for building a truly open platform for health information systems, it through community donations. This will be used to pay for servers and development tools we use, also to maintain the website updated and be able to create new guides, and keep all open.

Another way of supporting the project is by subscribing to the CloudEHRServer

Thanks for your support!

Resources

Main features

  • openEHR compliant clinical data repository
  • Administrative Web Console
  • Simple but powerful REST API
  • Supports XML and JSON
  • Full audit access for traceability
  • Versioned clinical documents
  • Query Builder from the Web Console to create data queries (no programming needed!)
  • Support of SNOMED CT Expressions on openEHR queries (simplifies complex queries)
  • Supports any structure of clinical document (following the openEHR standard information model)
  • Vendor Neutral Archive
  • Multitenancy

Based on Open Source Technologies

Test it

Want to try EHRServer?

Install, Configure, Run locally

Dependencies

  1. curl -s get.sdkman.io | bash
  2. source "$HOME/.sdkman/bin/sdkman-init.sh"
  3. sdk install grails 2.5.6
  4. set version by default: Y
  5. grails -version

Database

  1. install MySQL
  2. copy the default root password
  3. cd /usr/local/mysql/bin
  4. ./mysql -u root -p
  5. enter default root password
  6. ALTER USER 'root'@'localhost' IDENTIFIED BY 'NEW-ROOT-PASSWORD';
  7. CREATE DATABASE ehrserver;
  8. exit

EHRServer configuration

  1. cd ehrserver/grails-app/conf
  2. nano DataSource.groovy
  3. change development password to NEW-ROOT-PASSWORD
  4. save

EHRServer run (dev environment)

  1. cd ehrserver
  2. grails run-app
  3. open localhost:8090/ehr
  4. login with admin/admin/123456

cabolabs-ehrserver's People

Contributors

ppazos avatar casiodbx avatar mateusmendessantana avatar rafaneri avatar dngferreira avatar dudanogueira avatar jaykola avatar roliveira29 avatar

Watchers

James Cloos avatar  avatar Daniel Amaral avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.