inputs
stringlengths
25
211
labels
stringlengths
62
1.22k
db_id
stringclasses
1 value
is_impossible
bool
1 class
id
stringlengths
24
24
how much is the cost for diagnosis of long-term use of insulin?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'long-term use of insulin' ) )
mimic_iii
false
2f56977341b0cb7bf0efad85
tell me the cost of a angioneurotic edema diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'angioneurotic edema' ) )
mimic_iii
false
8a80139511e56201f5bd4b71
how much is the cost of the atrophic vaginitis diagnosing?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'atrophic vaginitis' ) )
mimic_iii
false
3e7d5d69fc4e6737e9dcd0ed
how much is the amyloidosis nec diagnostic cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'amyloidosis nec' ) )
mimic_iii
false
87b51c44b8add127cca204af
tell me the diagnosis price for pois-propionic acid derv?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'pois-propionic acid derv' ) )
mimic_iii
false
ca444d551362c778cf25a4c7
how much does diagnosis of true post infarct, init cost.
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'true post infarct, init' ) )
mimic_iii
false
e5099375c7f6322c0af27d1d
what is the price of diagnosis of uterine leiomyoma nos?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'uterine leiomyoma nos' ) )
mimic_iii
false
dfa8f46481a839a6fa8c5742
how much does diagnostics of peritoneal abscess cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'peritoneal abscess' ) )
mimic_iii
false
fff507ffd6bc276a6962c133
how much do patients pay to get a diagnosis of atrophic vaginitis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'atrophic vaginitis' ) )
mimic_iii
false
c9b012a3b039727a18cea840
what does it cost to get sports acc w/o sub fall diagnosed?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'sports acc w/o sub fall' ) )
mimic_iii
false
c60fbead51b33cbbfe0c182f
what are the costs of pseudomonal pneumonia diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'pseudomonal pneumonia' ) )
mimic_iii
false
c4c0e495d54369af09e6d0cc
what is the price of a diagnosis for uterine leiomyoma nos?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'uterine leiomyoma nos' ) )
mimic_iii
false
5620c868e85fec0882168e87
how much does diagnosing accident in place nec costs?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'accident in place nec' ) )
mimic_iii
false
b8671bf1f3278f6bdb8ca3ae
how much does the cost of diagnosing dissect carotid artery cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'dissect carotid artery' ) )
mimic_iii
false
57381d3dea674f996656a053
how much is a diagnosis of fx astragalus-closed going to cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'fx astragalus-closed' ) )
mimic_iii
false
305495dc651ad4bb19d9dc37
how much is the diagnosis price for dvrtclo sml int w hmrhg.
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'dvrtclo sml int w hmrhg' ) )
mimic_iii
false
183beafb73660285685ad9d5
how much do diagnosis of cardiac tamponade cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cardiac tamponade' ) )
mimic_iii
false
58f1b0e7c9b80753f47c2057
tell me the cost for the asbestosis diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'asbestosis' ) )
mimic_iii
false
7b420f7a64677316d2441f1c
how much do patients pay to get a diagnosis of cardiac tamponade?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cardiac tamponade' ) )
mimic_iii
false
5936b8110ff05d36ff1d5e17
whats the cost to get a hx-female genit malg nec diagnosis.
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'hx-female genit malg nec' ) )
mimic_iii
false
38fbbcdf51fde03d6adfb3e1
what does it cost for an dysthymic disorder diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'dysthymic disorder' ) )
mimic_iii
false
31a27d56ce7d7d9969753b73
what is the cost of a diagnosis of hx pulmonary embolism?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'hx pulmonary embolism' ) )
mimic_iii
false
cab89cbf4c2c962c33b65b72
how much does the cost of a cholelith w ac cholecyst diagnosis cost?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cholelith w ac cholecyst' ) )
mimic_iii
false
84d592bcc5a4ea2b2871595c
how much is the cost of the long qt syndrome diagnosing?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'long qt syndrome' ) )
mimic_iii
false
004b757959e7f0c17f540850
how much does it cost for a diagnosis of mixed acid-base bal dis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'mixed acid-base bal dis' ) )
mimic_iii
false
531c2edc4346ab2a1f80e8bd
how much is the cost of the cholelith w ac cholecyst diagnosing?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cholelith w ac cholecyst' ) )
mimic_iii
false
3660d72755f629d4b4cf181e
what does it cost to get open wound of neck nec diagnosed?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'open wound of neck nec' ) )
mimic_iii
false
65cb8ec9b43c25a882ee6626
what are the costs of klebsiella pneumoniae diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'klebsiella pneumoniae' ) )
mimic_iii
false
ca35e7e8175a4c11c51c3476
whats the cost to get a idiopathic scoliosis diagnosis.
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'idiopathic scoliosis' ) )
mimic_iii
false
e12503326f184aa6905e4b64
what is the price of diagnosis of contusion of thigh?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'contusion of thigh' ) )
mimic_iii
false
3729460b1932e11f2298424c
how much does it cost to check for anal fissure?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'anal fissure' ) )
mimic_iii
false
ff59855826cf1a64b20ffa45
tell me the diagnosis cost of brain hem nec w/o coma in a patient?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'brain hem nec w/o coma' ) )
mimic_iii
false
e4a944458208d263d23690e8
how much is the cost of a accident in place nec diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'accident in place nec' ) )
mimic_iii
false
8093923dff09db183aa10e16
how much does it cost to check for choledochlith nos w obst?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'choledochlith nos w obst' ) )
mimic_iii
false
fc3c870ea54383529a266d2b
tell me the cost for the dis of gallbladder nec diagnosis?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'dis of gallbladder nec' ) )
mimic_iii
false
526c39e67aeff9c845ead729
tell me the diagnosis price for other lung disease nec?
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'other lung disease nec' ) )
mimic_iii
false
fe3fb8bd7a728061d1fa1576
whats the cost to get a iatrogenc hypotnsion nec diagnosis.
select distinct cost.cost from cost where cost.event_type = 'diagnoses_icd' and cost.event_id in ( select diagnoses_icd.row_id from diagnoses_icd where diagnoses_icd.icd9_code = ( select d_icd_diagnoses.icd9_code from d_icd_diagnoses where d_icd_diagnoses.short_title = 'iatrogenc hypotnsion nec' ) )
mimic_iii
false
898151dcc63a1f07cb5cce7a
sec malig neo sm bowel what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'sec malig neo sm bowel' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'sec malig neo sm bowel'
mimic_iii
false
10b4812bde9c5e0482dd1b6e
what is the unabbreviated version of the opn wound extern ear nos?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'opn wound extern ear nos' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'opn wound extern ear nos'
mimic_iii
false
1cc6d9d99961bb1c5d0871d6
whats the unabbreviated version of gstr mcsl hyprt w hmrg.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'gstr mcsl hyprt w hmrg' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'gstr mcsl hyprt w hmrg'
mimic_iii
false
be506a424645ec37aeb9b4b2
what exactly does cornea degeneration nec mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cornea degeneration nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'cornea degeneration nec'
mimic_iii
false
4c8a39cb50bdd5c8659a1eeb
dysphagia nec what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'dysphagia nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'dysphagia nec'
mimic_iii
false
d77ec3680b4a95cc3a6b5b9d
what exactly does inser bone stim-rad/ulna mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'inser bone stim-rad/ulna' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'inser bone stim-rad/ulna'
mimic_iii
false
77c3123597578b87e2547c2e
what exactly does adrenal gland anomaly mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'adrenal gland anomaly' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'adrenal gland anomaly'
mimic_iii
false
c83167ad00e1e022364764ab
exceptionally large baby what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'exceptionally large baby' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'exceptionally large baby'
mimic_iii
false
3634ff2555c405f1c3cdc30e
tb of organ nec-histo dx what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tb of organ nec-histo dx' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tb of organ nec-histo dx'
mimic_iii
false
7170b646e7e3eb9422d469a9
what exactly does tb pneumonia-cult dx mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tb pneumonia-cult dx' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tb pneumonia-cult dx'
mimic_iii
false
11f8d80a6739f1e93df9d349
periph t cell lym abdom what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'periph t cell lym abdom' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'periph t cell lym abdom'
mimic_iii
false
c314790817922cd3b43e0a07
what exactly does necator americanus mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'necator americanus' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'necator americanus'
mimic_iii
false
e8c24a772f4666063e4d25b9
what is the unabbreviated version of the cornea degeneration nec?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cornea degeneration nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'cornea degeneration nec'
mimic_iii
false
36ebe919a3bc3b68a486dd7e
what is the unabbreviated version of the imp crtd sinus stm,totl?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'imp crtd sinus stm,totl' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'imp crtd sinus stm,totl'
mimic_iii
false
8571514d5027199a9b808b6e
what is the unabbreviated version of the tb esophagus-histo dx?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tb esophagus-histo dx' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tb esophagus-histo dx'
mimic_iii
false
0604ba504b4aacca577a14ff
what is the unabbreviated version of the tachypnea?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tachypnea' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tachypnea'
mimic_iii
false
8acce00087006e08b5b39453
whats the unabbreviated version of bilat cleft palate-inc.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'bilat cleft palate-inc' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'bilat cleft palate-inc'
mimic_iii
false
b4b92970d7d5d1c5a78e45c5
whats the unabbreviated version of chr lym leuk w rmsion.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'chr lym leuk w rmsion' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'chr lym leuk w rmsion'
mimic_iii
false
d5d164fb19c290255ff24f0c
what is the unabbreviated version of the act lym leuk w rmsion?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'act lym leuk w rmsion' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'act lym leuk w rmsion'
mimic_iii
false
b7866c6b807d276dd1ca60e9
mv traff acc-anim rider what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'mv traff acc-anim rider' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'mv traff acc-anim rider'
mimic_iii
false
6bb3e45024c30c3247179dd6
what is the unabbreviated version of the open wound of scalp?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'open wound of scalp' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'open wound of scalp'
mimic_iii
false
b9ccceba51908cc1409753a9
tox eff org lead compnd what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tox eff org lead compnd' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tox eff org lead compnd'
mimic_iii
false
4bb1e51e1022a3794edb97a4
whats the unabbreviated version of blood inf dt cen ven cth.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'blood inf dt cen ven cth' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'blood inf dt cen ven cth'
mimic_iii
false
5ba2c4900066a92a03a9f986
what exactly does ileal conduitogram mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'ileal conduitogram' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'ileal conduitogram'
mimic_iii
false
0b47c2352df273c32386690b
whats the unabbreviated version of inc/exc/destr in ear nec.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'inc/exc/destr in ear nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'inc/exc/destr in ear nec'
mimic_iii
false
30406377ef3c8008963d9857
what exactly does late effect, terrorism mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'late effect, terrorism' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'late effect, terrorism'
mimic_iii
false
e7676c5674358b53d2bdf46c
macrogenia what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'macrogenia' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'macrogenia'
mimic_iii
false
2ceef4f8b8089bb982d5f5b7
what is the unabbreviated version of the spon ab w compl nec-unsp?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'spon ab w compl nec-unsp' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'spon ab w compl nec-unsp'
mimic_iii
false
268fd8d2e9d983390c80bef5
what exactly does carbuncle, site nec mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'carbuncle, site nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'carbuncle, site nec'
mimic_iii
false
78359be4b3298adf8d61f2ce
what exactly does multiparity mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'multiparity' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'multiparity'
mimic_iii
false
3cd03f36da414449e49e2e98
what is the unabbreviated version of the nephritis nos in oth dis?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'nephritis nos in oth dis' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'nephritis nos in oth dis'
mimic_iii
false
31d24f12408a9a9becafd443
open wound axilla-compl what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'open wound axilla-compl' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'open wound axilla-compl'
mimic_iii
false
4de562c44d44423178516c6e
what is the unabbreviated version of the necator americanus?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'necator americanus' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'necator americanus'
mimic_iii
false
9edd65cbbb0fab9a1b8deb76
what is the unabbreviated version of the malig neopl pleura nos?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'malig neopl pleura nos' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'malig neopl pleura nos'
mimic_iii
false
0eb61a7a1071750c3bf4d59c
whats the unabbreviated version of tb lung cavity-exam unkn.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tb lung cavity-exam unkn' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tb lung cavity-exam unkn'
mimic_iii
false
f8f85322b620fcb116ae2ec6
ab nos w compl nos-inc what does it stand for?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'ab nos w compl nos-inc' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'ab nos w compl nos-inc'
mimic_iii
false
ec883ff803bd70d3656c93cd
what exactly does ftng oth cardiac device mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'ftng oth cardiac device' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'ftng oth cardiac device'
mimic_iii
false
4536bfdbd81da94873d8e1f5
what is the unabbreviated version of the acc poisoning-lead?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'acc poisoning-lead' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'acc poisoning-lead'
mimic_iii
false
e3b6245b7868bd0ede0f6ac2
whats the unabbreviated version of tox ef hydrocarb gas nec.
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'tox ef hydrocarb gas nec' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'tox ef hydrocarb gas nec'
mimic_iii
false
3dee279ab1f538e188d0f1e3
what exactly does somatization disorder mean?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'somatization disorder' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'somatization disorder'
mimic_iii
false
cd9f5fa09bf50d7468d87863
what is the unabbreviated version of the burn nos finger w thumb?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'burn nos finger w thumb' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'burn nos finger w thumb'
mimic_iii
false
38d5090ee29707f390ba3eca
what is the unabbreviated version of the cord entangle nec-deliv?
select d_icd_diagnoses.long_title from d_icd_diagnoses where d_icd_diagnoses.short_title = 'cord entangle nec-deliv' union select d_icd_procedures.long_title from d_icd_procedures where d_icd_procedures.short_title = 'cord entangle nec-deliv'
mimic_iii
false
ad0b79c7a93a826148136001
whats the sex of patient 24517?
select patients.gender from patients where patients.subject_id = 24517
mimic_iii
false
201075f53973891be67091af
tell me the sex of patient 26549.
select patients.gender from patients where patients.subject_id = 26549
mimic_iii
false
a960d6e488f3f9192e0263d5
what are patient 59916's genders?
select patients.gender from patients where patients.subject_id = 59916
mimic_iii
false
aeb5e53fec3ebeb8ce6c4c14
does patient 5905 have a male or female gender?
select patients.gender from patients where patients.subject_id = 5905
mimic_iii
false
adbb92187ffa798cfacc8fed
whats the sex of patient 1862?
select patients.gender from patients where patients.subject_id = 1862
mimic_iii
false
1aab57a3e927a31ff4cc3730
whats the sex of patient 53176?
select patients.gender from patients where patients.subject_id = 53176
mimic_iii
false
c6f738c03ca81a7a264dbd97
what are patient 12775's genders?
select patients.gender from patients where patients.subject_id = 12775
mimic_iii
false
8ad5a08d91dad68063f7841f
what are patient 655's genders?
select patients.gender from patients where patients.subject_id = 655
mimic_iii
false
3a077318d34d91e1bc7ca252
whats the sex of patient 43779?
select patients.gender from patients where patients.subject_id = 43779
mimic_iii
false
16de4290ab9b886e4125cb46
does patient 45612 have a male or female gender?
select patients.gender from patients where patients.subject_id = 45612
mimic_iii
false
5402362348215da90e758959
tell me the sex of patient 55027.
select patients.gender from patients where patients.subject_id = 55027
mimic_iii
false
114cb70a6bdf6056b0605d42
whats the sex of patient 14749?
select patients.gender from patients where patients.subject_id = 14749
mimic_iii
false
f6ef42ece611882977addf18
tell me the sex of patient 3712.
select patients.gender from patients where patients.subject_id = 3712
mimic_iii
false
c3e5cd35ff2de55beba99526
tell me the sex of patient 43052.
select patients.gender from patients where patients.subject_id = 43052
mimic_iii
false
ee8974513c43ceb52f96a255
does patient 23930 have a male or female gender?
select patients.gender from patients where patients.subject_id = 23930
mimic_iii
false
d4745b84665e051821972cc6
does patient 87733 have a male or female gender?
select patients.gender from patients where patients.subject_id = 87733
mimic_iii
false
f73d32b61259a4ce742eb714
tell me the sex of patient 57899.
select patients.gender from patients where patients.subject_id = 57899
mimic_iii
false
dccf8eb7d3d9ecf25d5da897
what are patient 61751's genders?
select patients.gender from patients where patients.subject_id = 61751
mimic_iii
false
49e10e4a22258ad0802c0054
does patient 23475 have a male or female gender?
select patients.gender from patients where patients.subject_id = 23475
mimic_iii
false
a4c80dc5ff5828fa86ced610
what are patient 25869's genders?
select patients.gender from patients where patients.subject_id = 25869
mimic_iii
false
f5427cf93bf5ae8be83eb0ae
whats the sex of patient 15760?
select patients.gender from patients where patients.subject_id = 15760
mimic_iii
false
bac52be8032fec7d5dffc352