cabolabs-ehrserver
cabolabs-ehrserver copied to clipboard
Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
1. A compo with INSTRUCTION and ACTIVITIES is committed 2. If the ACTIVITIES don't have uid, the EHRServer should assign one 3. On GET compo, the INST+ACTIV+uids will be returned...
1. Make the services implement the Opt repo interface (this is to merge all the methods from OptRepositoryS3Impl and OptRepositoryFSImpl into the OptS3Service and OptFSService) 2. Move the correspondent methods...
This is more flexible, to match arch ids on a list.
http://grails.org/doc/latest/guide/conf.html
Idea:  mainly to allow or deny compo commit and data query
For instance, if a lot of time passes while the query builder screen is open, the session can expire, then if the user continues to use the query builder and...
So queries with date filters like "from 2 years ago until today" can be created. That makes the period dynamic without the need for the client to pass from/to date...
Ref: https://specifications.openehr.org/releases/ITS-REST/latest/ehr.html#ehr_status
Like a versioned object, each edit generates a new version. Execution only works over the latest version. Can review the history and compare two versions.
If Accounts, Users and Organizations are created on different servers, then synced, it could happen that emails repeat and other data might collide, like org numbers. The only way to...