== c_metadataxml == A nullable column within the ontology table used to store extra information about the concept in xml format. Currently used to describe value metadata associated with a lab finding. === Formal Description === A fuller explanation is given in the accompanying document; see [raw-attachment:MetadataXML-documentation.txt MetadataXML Column Format.]. This requires careful reading. The use of this column has expanded from v1.5 to v1.6 of i2b2. === Example of use other than with a lab test === Interestingly, here is an example of its use applied to integer values other than lab results... {{{ From: Larry Errecart [larry.errecart@ucdmc.ucdavis.edu] Sent: 03 March 2011 20:22 To: Holden, Nick Subject: Re: Integer values in i2b2 data other than lab users We 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: 3.02 12/15/2009 11:22:19 SYSTOLIC SYSTOLIC PosInteger GRP 99999-9 HL Y 50 90 140 230 mm/Hg mm/Hg larry }}} === An XML Schema === Here is a generated xml schema to describe the format: [raw-attachment:xmlmetadata.xsd metadataxml schema.] This may be useful in any programmatic manipulation of content before loading into the ontology table. However, it is probable any namespace declaration (or use of namespace qualification) within the contents would require removal before loading. The schema is provisional.