Cabolabs Ehrserver Versions Save

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.

v1.0

6 years ago

Production ready / Feature complete

Changelog: https://github.com/ppazos/cabolabs-ehrserver/compare/v0.9.5...v1.0

Most important changes:

  • Improved openEHR support (ISM_TRANSITION, DV_PARSABLE, COMPOSITION.composer, DV_MULTIMEDIA, ELEMENT.null_flavour)
  • Version control fixes for persistent openEHR compositions
  • REST API improvements (more RESTful paths, added endpoint to get templates, more security and consistency checks, consistent error return)
  • Query results support alternative openEHR types for the same path
  • Web Console notifications when a document is committed but the correspondent template is not loaded
  • Web Console GUI improvements, more consistent menus, collapsed filters for lists
  • Added details log view for audit
  • User and Role management rewritten to simplify management per organization

All closed issues for v1.0: https://github.com/ppazos/cabolabs-ehrserver/milestone/9?closed=1

Latest documentation: https://cabolabs.com/en/projects

Test it: https://cabolabs-ehrserver.rhcloud.com/

Demos and other related videos: https://www.youtube.com/c/CaboLabsHealthInformatics

v0.9.5

6 years ago

Production ready version

Changelog: https://github.com/ppazos/cabolabs-ehrserver/compare/v0.9...v0.9.5

Most important changes:

  • added tests
  • UI improvements
  • added management endpoints to API
  • new account manager role
  • fixed queries to handle multiple type alternatives for the same path

All the closed issues are here: https://github.com/ppazos/cabolabs-ehrserver/milestone/12?closed=1

EHRServer overview: https://www.youtube.com/watch?v=ix_G6oJk_ns

EHRServer demo: https://www.youtube.com/watch?v=i9iM1xbI6SI

v0.9

7 years ago

Production ready version

Changelog: https://github.com/ppazos/cabolabs-ehrserver/compare/v0.8...v0.9

Most important changes:

  • Demographic data was removed from the EHRServer, now all is anonymous clinical info
  • OPT import improvements
  • Added license notice on code
  • Added env variables to simplify installing
  • API improvements, more REST names, added more security and error checks, /rest changed for /api/v1
  • improvements to the query builder
  • Added on screen notifications to improve communication from admins to org managers
  • Added private API keys for organizations to allow app use of APIs without a user managed in the EHRServer
  • improved I18N

All the closed issues are here: https://github.com/ppazos/cabolabs-ehrserver/issues?q=is%3Aissue+milestone%3Av0.9+is%3Aclosed

v0.8

7 years ago

stability fixes + small new features and improvements

Changelog: https://github.com/ppazos/cabolabs-ehrserver/compare/v0.7...v0.8

All the closed issues are here: https://github.com/ppazos/cabolabs-ehrserver/milestone/7?closed=1

v0.7

7 years ago

Improved API security checks, error reporting, test coverage and minor fixes

Changelog: https://github.com/ppazos/cabolabs-ehrserver/compare/v0.6...v0.7

Version 0.7 finished: https://github.com/ppazos/cabolabs-ehrserver/issues?q=milestone%3Av0.7+is%3Aclosed

v0.5

8 years ago

Added API security using authentication token, several improvements, tests fixed and more tests added.

v0.4

8 years ago

The main changes were the addition of authentication and multitenancy, but this release also has an improved admin UI, and a lot of bug fixes and improvements.

v0.2

8 years ago

Core functionalities done and tested.

v0.1

10 years ago

This is the base EHRServer that will be used to add new features to reach v1.0. The first big feature will be to use Operational Templates instead of flat archetypes.