Changes between Version 5 and Version 6 of i2b2 - UHL clinical informatics system integration PATS v1


Ignore:
Timestamp:
03/12/13 13:50:15 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 - UHL clinical informatics system integration PATS v1

    v5 v6  
    3333The field DateOfAdmission is used as the start date for the EPS_EPSINIVW table.  Alternative fields for start date on this table are date_timeOfProcedure and procedureStartTime.  Both of these, however, also have records where the date is NULL.  All three fields could be coalesced to reduce the risk of an error.
    3434
    35 '''ACTION (RB): Ask Claire Hutton if she deals with this data set.  If she does, could she check that the start date is NULL in the PATS system.  If it is, is there a valid reason for this?'''
     35'''''ACTION (RB): Ask Claire Hutton if she deals with this data set.  If she does, could she check that the start date is NULL in the PATS system.  If it is, is there a valid reason for this?'''''
    3636
    37 '''ACTION (RB): As per duplicate, Nick says use COALESCE(ProcedureStartTime, Date_timeOfProcedure)'''
     37'''''ACTION (RB): As per duplicate, Nick says use COALESCE(ProcedureStartTime, Date_timeOfProcedure)'''''
    3838
    3939== Duplicate Records
     
    6767Same reason and patient as for CS2003F_PostProcedure.
    6868
    69 '''ACTION (RB): Why is the data for this procedure in both CS2003 and CS2010?  It was thought that this data was split chronologically between these two tables.  I.e, 2003-2010 in CS2003, 2010- in CS2010.'''
     69'''''ACTION (RB): Why is the data for this procedure in both CS2003 and CS2010?  It was thought that this data was split chronologically between these two tables.  I.e, 2003-2010 in CS2003, 2010- in CS2010.'''''
    7070
    71 '''ACTION (RB): Is there any way to get the true date of procedure?  Ask Claire if she knows?'''
     71'''''ACTION (RB): Is there any way to get the true date of procedure?  Ask Claire if she knows?'''''
    7272
    7373=== Duplicate EPS_EPSINIVW investication
     
    7878The field DateOfAdmission is used as the start date for the EPS_EPSINIVW table.  Alternative fields for start date on this table are date_timeOfProcedure and procedureStartTime.  Both of these, however, also have records where the date is NULL.  All three fields could be coalesced to reduce the risk of an error.
    7979
    80 '''ACTION (RB): Nick says use COALESCE(ProcedureStartTime, Date_timeOfProcedure)''''
     80'''''ACTION (RB): Nick says use COALESCE(ProcedureStartTime, Date_timeOfProcedure)''''''
    8181
    8282===  Duplicate GGHPCI_FLWGGHPCIVIEW investigation
     
    8888The dates look like they might be from an import, so this might explain it?
    8989
    90 '''ACTION (RB): Check with Claire what is being monitored in this table.  If nothing important, Nick is inclined to stop importing it.'''
     90'''''ACTION (RB): Check with Claire what is being monitored in this table.  If nothing important, Nick is inclined to stop importing it.'''''
    9191
    9292=== Duplicate GGHPCI_INITIALGGHPCIVIEW investigation
     
    9696DateAndTimeOfOperation seems to be unique.
    9797
    98 '''ACTION (RB): Check with Claire that DateAndTimeOfOperation means what it sounds like.'''
     98'''''ACTION (RB): Check with Claire that DateAndTimeOfOperation means what it sounds like.'''''