Server (Cells) Design
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

Currently the only place an observation can be dragged from is the Note Viewer in the Timeline view. The namespace for the schema that defines the Observations XML content is http://www.i2b2.org/xsd/hive/pdo/1.1/
The plugin_drag_drop XML message for an observation is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin_drag_drop xmlns:ns4="http://www.i2b2.org/xsd/cell/crc/psm/1.1/" xmlns:ns7="http://www.i2b2.org/xsd/cell/ont/1.1/" xmlns:ns3="http://www.i2b2.org/xsd/cell/crc/pdo/1.1/" xmlns:ns5="http://www.i2b2.org/xsd/hive/plugin/" xmlns:ns2="http://www.i2b2.org/xsd/hive/pdo/1.1/" xmlns:ns6="http://www.i2b2.org/xsd/hive/msg/1.1/" xmlns:ns8="http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/">
<observation_set>
<observation>
<event_id>1000000002</event_id>
<patient_id>1000000002</patient_id>
<concept_cd>LCS-I2B2:pul</concept_cd>
<observer_cd>@</observer_cd>
<start_date>2008-06-24T16:24:00.000-04:00</start_date>
<modifier_cd>1</modifier_cd>
<valuetype_cd>B</valuetype_cd>
<tval_char></tval_char>
<nval_num/>
<valueflag_cd></valueflag_cd>
<location_cd></location_cd>
<observation_blob>
PT#: 00001234 AGE: 32 SEX: M HT: 63.0 in WT: 105.0 lb
PHYSICIAN: abcdef TECH: MAA ASBII
Pre-Drug*
Spirometry Predicted Actual %Pred Actual %Pred %Change
FVC (L) 2.58 2.12 82
FEV1 (L) 1.97 1.51 76
FEV1/FVC (%) 77 71 92
FEF25-75% (L/S) 1.79 1.09 61
FEFmax (L/S) 5.16 2.70 52
TET (SEC) 9.66
</observation_blob>
</observation>
</observation_set>
</plugin_drag_drop>

  • No labels