Changes between Version 6 and Version 7 of LEGACY - i2b2 - Documents


Ignore:
Timestamp:
03/08/11 08:50:33 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - i2b2 - Documents

    v6 v7  
    1919}}}
    2020The attached document is a valuable addition. To my mind (Jeff), the use of this column extends beyond lab findings to any column which can contain a variable amount.
     21
     22{{{
     23From: Larry Errecart [larry.errecart@ucdmc.ucdavis.edu]
     24Sent: 03 March 2011 20:22
     25To: Holden, Nick
     26Subject: Re: Integer values in i2b2 data other than lab users
     27
     28We have blood pressure and BMI loaded and had to emulate the xml in the lab records to  enable the "set value" function.  Here's our c_metadataxml entry for systolic:
     29
     30<?xml version="1.0"?><ValueMetadata><Version>3.02</Version><CreationDateTime>12/15/2009 11:22:19</CreationDateTime><TestID>SYSTOLIC</TestID><TestName>SYSTOLIC</TestName><DataType>PosInteger</DataType><CodeType>GRP</CodeType><Loinc>99999-9</Loinc><Flagstouse>HL</Flagstouse><Oktousevalues>Y</Oktousevalues><MaxStringLength></MaxStringLength><LowofLowValue>50</LowofLowValue><HighofLowValue>90</HighofLowValue><LowofHighValue>140</LowofHighValue><HighofHighValue>230</HighofHighValue><LowofToxicValue></LowofToxicValue><HighofToxicValue></HighofToxicValue><EnumValues></EnumValues><CommentsDeterminingExclusion><Com></Com></CommentsDeterminingExclusion><UnitValues><NormalUnits>mm/Hg</NormalUnits><EqualUnits> mm/Hg </EqualUnits><ExcludingUnits></ExcludingUnits><ConvertingUnits><Units></Units><MultiplyingFactor></MultiplyingFactor></ConvertingUnits></UnitValues><Analysis><Enums /><Counts /><New /></Analysis></ValueMetadata>
     31
     32larry
     33}}}