taskGNU Health - Tasks: task #13377, Default configuration and features...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #13377: Default configuration and features for GNU Health in distributed environments

Submitter:  Luis Falcon <meanmicio>
Submitted:  Tue 04 Nov 2014 11:57:51 AM UTC
   
 
Should Start On:  Tue 04 Nov 2014 12:00:00 AM UTC Should be Finished on:  Sun 04 Jan 2015 12:00:00 AM UTC
Category:  Functionality Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  meanmicio Percent Complete:  40%
Open/Closed:  Closed Release:  2.7.0
Module:  health Component:  Hospital Management

Tue 04 Nov 2014 12:15:10 PM UTC, comment #1: 

Add PUID generation and UUID to party code code :

http://hg.savannah.gnu.org/hgweb/health/rev/60cf00c8fb27

Luis Falcon <meanmicio>
Group administrator
Tue 04 Nov 2014 11:57:51 AM UTC, original submission:  

The Person Unique Identifier feature will be included in GNU Health 2.8 to be used in a generic distributed environment, with multiple GNU Health instances across a nation or region.

Adding to the considerations already mentioned in the thread[1] , the following functionality will be default in GNU Health 2.8:

1) The PUID is subject to legislation and nomenclature changes, so, although is unique, we should be able to adapt it in the future

2) A reconciliation process can also take place, which could consist of a O2M field, linking the positive ID with the other instances of that person that was registered / treated as an NN . TBD

3) The party "code" field will be used as the constant, permanent code for the record. It will be used in the Tryton synchronization engine . The code field, by default is composed by the institution name (company) and the python UUID[2] uuid.uuid4 function[3]("institution-uuid.uuid4()") . This "code" field will be always the same, since it's an "internal" id, not bound to any legislation, or reconciliation.

4) When creating the person record, if no PUID is entered, a 9-char random alphanumeric string with the format of NNNXXXNNN will be associated to it. This is the default and can be customized.

5) If the person has no means of a positive ID (see thread[1]) or wishes to remain anonymous, an "NN-" prefix will be appended to the PUID.

6) There will be a validation module that will be used to make sure that the PUID meets the country nomenclature. It can be adapted to meet changes in the legislations or to different countries / regions. The customization would be part of the localization project.

1.- http://lists.gnu.org/archive/html/health-dev/2014-09/msg00074.html

2.- UUID : http://en.wikipedia.org/wiki/Universally_unique_identifier

3.- https://docs.python.org/2/library/uuid.html

Luis Falcon <meanmicio>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gerald_wiese (Updated the item)
  • -email is unavailable- added by meanmicio (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-03-16 gerald_wiese StatusIn Progress Done
        Open/ClosedOpen Closed
        ComponentNone Hospital Management
    2014-11-04 meanmicio CategoryNone Functionality
        StatusNone In Progress
        Percent Complete0% 40%
        ReleaseNone 2.7.0

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code