L Pharm Flowsheet table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''L_Pharm_Flowsheet''' table contains the data we collect in the [[CCMDB.mdb]] about the frequency at which certain [[Drugs Collected | drugs]] are used in the ICU setting. The new tab was added to [[CCMDB.mdb]] for the new [[Pharmacy collection]] process which started January 1, 2012 for all Critical Care units in the Region.
{{DISPLAYTITLE:L_Pharm_Flowsheet table}}The '''L_Pharm_Flowsheet table''' table contains the data we collect in the [[CCMDB.accdb]] about the frequency at which certain [[Drugs Collected | drugs]] are used in the ICU setting.  
 
{{Discussion}}
*Collectors are having a hard time with the current pharmacy entry screen on laptop.  The list of drugs is vertical and makes veiwing and entry difficult.  Hard on neck, have to put laptop on its side to see drug.  Even when drugs list on angle, too many on list and it is hard to line up drug with correct field count should go in.  Tina or Fred, is there another way the set up pharm list so that it is more ergonomically better for viewing and entering.--[[User:TOstryzniuk|Trish Ostryzniuk]] 18:40, 2012 October 11 (CDT)
**An alternative approach would be to list all the drugs in a series of columns with drug label to the left and data entry field following, e.g., Heparin SQ: [__________]. This approach would take up more space on the form but I think it is doable. I'll mock up a prototype today and send it to you. -- [[User:Fschumacher|Fred Schumacher]] 08:43, 2012 October 12 (CDT)
***Collectors: An email was sent today Oct 12.12 showing a mock up of a change to pharmacy screen for viewing and entry.  Please comment here what you think of new idea.[[User:TOstryzniuk|Trish Ostryzniuk]] 11:15, 2012 October 12 (CDT)


Data for the drugs which are only collected as '''yes/no''' is stored in [[L_Log]].


== Data Structure ==
To see the data structure of this table, see most up-to-date ccmdb_data.mdb in [[Regional Server]]\data\Master\[[CCMDB data.mdb]].


=== snapshot of structure ===
* L_Pharm_Flowsheet table_ID - unique record ID
* D_ID / Pat_ID - link to [[L_Log]]
* Entry_dt - date line was entered, see [[#Meaning of lines]]


{{#ask: [[Category:L_Pharm_Flowsheet table]]
| ?FieldName
| ?FieldDataType
| ?DataElementSortIndex = order in table
|sort=DataElementSortIndex
|order=ascending
|format=broadtable
|default=No pages for labs that meet the semantic mediawiki criteria
|headers=show
|class=sortable wikitable smwtable
}}




== Data Structure ==
=== Meaning of lines ===
To see the data structure of this table, see most up-to-date ccmdb_data.mdb in [[Regional Server]]\data\Master [[CCMDB.mdb]].
Lines in this table give an incremental picture of how many labs were counted since last count for this patient. For a total count of labs for a profile, sum up all lines or see [[Query L_Pharm_total]].


===Spares===
=== Spares ===
Added spare1 - spare6 to table before rolling out to collectors in anticipation of future changes. Easy to add to form and to send procedure, much more complicated to add to local data structure, hopefully this will minimize need of doing that.
Added spare1 - spare6 to table before rolling out to collectors in anticipation of future changes. Easy to add to form and to send procedure, much more complicated to add to local data structure, hopefully this will minimize need of doing that.


== Legacy ==
== Legacy ==
* this will replace the [[L_Pharm]] table as of January 1, 2012
=== moving yes/no drugs out ===
yes/no drugs were initially stored in this table as well but were moved to table L_Log as of [[CCMDB.mdb_Change_Log_2012#ver_2012-10-19]].
=== initiation===
L_Pharm_Flowsheet table replaced the [[L_Pharm]] table as of January 1, 2012 for the new [[Pharmacy collection]] process which started January 1, 2012 for all Critical Care units in the Region
 


[[Category: Data structure]]
[[Category: Data structure]]
[[Category: Pharmacy]]
[[Category: Pharmacy]]
[[Category: L Table]]

Latest revision as of 15:10, 2023 May 17

The L_Pharm_Flowsheet table table contains the data we collect in the CCMDB.accdb about the frequency at which certain drugs are used in the ICU setting.

Data for the drugs which are only collected as yes/no is stored in L_Log.

Data Structure

To see the data structure of this table, see most up-to-date ccmdb_data.mdb in Regional Server\data\Master\CCMDB data.mdb.

snapshot of structure

  • L_Pharm_Flowsheet table_ID - unique record ID
  • D_ID / Pat_ID - link to L_Log
  • Entry_dt - date line was entered, see #Meaning of lines
 FieldNameFieldDataTypeorder in table
D ID fieldD_IDstring1
Pat ID fieldPat_IDnumber1
PPIPPInumber4
H2-BlockersH2-Blockersnumber5
Heparin SQHeparin SQnumber6
LMWHLMWHnumber7
Benzodiazepines cont infbenzodiazepines cont infnumber8
Opioids cont infopioids cont infnumber9
Propofol cont infpropofol cont infnumber10
Insulin cont infinsulin cont infnumber11
Furosemide cont inffurosemide cont infnumber12
Azolesazolesnumber13
Funginsfunginsnumber14
Antipseudomonalsantipseudomonalsnumber15
Vancomycinvancomycinnumber16
Fluoroquinolonesfluoroquinolonesnumber17
Carbapenemscarbapenemsnumber18
Vanco alternativesvanco alternativesnumber19
3rd generation cephalosporins3rd generation cephalosporinsnumber20
Ceftazidimeceftazidimenumber21
Tigecylinetigecylinenumber22
Spare1spare1number23
Spare2spare2number24
Spare3spare3number25
Spare4spare4number26
Spare5spare5number27
Spare6spare6number28


Meaning of lines

Lines in this table give an incremental picture of how many labs were counted since last count for this patient. For a total count of labs for a profile, sum up all lines or see Query L_Pharm_total.

Spares

Added spare1 - spare6 to table before rolling out to collectors in anticipation of future changes. Easy to add to form and to send procedure, much more complicated to add to local data structure, hopefully this will minimize need of doing that.

Legacy

moving yes/no drugs out

yes/no drugs were initially stored in this table as well but were moved to table L_Log as of CCMDB.mdb_Change_Log_2012#ver_2012-10-19.

initiation

L_Pharm_Flowsheet table replaced the L_Pharm table as of January 1, 2012 for the new Pharmacy collection process which started January 1, 2012 for all Critical Care units in the Region