Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'answer'})

This happened while the json dataset builder was generating data using

hf://datasets/wshi83/EHRAgent-mimic_iii/test_preprocessed.json (at revision 45c37dab0908b4b3d78a4fd1fb978e4a6b1e4b1d)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              answer: list<item: string>
                child 0, item: string
              question: string
              o_tag: list<item: string>
                child 0, item: string
              db_id: string
              t_tag: list<item: string>
                child 0, item: string
              split: string
              q_tag: string
              para_type: string
              id: string
              department: string
              is_impossible: bool
              value: struct<abbreviation: string, admission_route: string, careunit: string, culture_name: string, diagnosis_name: string, diagnosis_name1: string, diagnosis_name2: string, drug_name: string, drug_name1: string, drug_name2: string, drug_name3: string, drug_route: string, gender: string, intake_name: string, lab_name: string, lab_value: string, output_name: string, patient_id: int64, procedure_name: string, procedure_name1: string, procedure_name2: string, vital_name: string, vital_value: double, ward_id: double>
                child 0, abbreviation: string
                child 1, admission_route: string
                child 2, careunit: string
                child 3, culture_name: string
                child 4, diagnosis_name: string
                child 5, diagnosis_name1: string
                child 6, diagnosis_name2: string
                child 7, drug_name: string
                child 8, drug_name1: string
                child 9, drug_name2: string
                child 10, drug_name3: string
                child 11, drug_route: string
                child 12, gender: string
                child 13, intake_name: string
                child 14, lab_name: string
                child 15, lab_value: string
                child 16, output_name: string
                child 17, patient_id: int64
                child 18, procedure_name: string
                child 19, procedure_name1: string
                child 20, procedure_name2: string
                child 21, vital_name: string
                child 22, vital_value: double
                child 23, ward_id: double
              importance: string
              tag: string
              template: string
              query: string
              to
              {'question': Value(dtype='string', id=None), 'o_tag': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'db_id': Value(dtype='string', id=None), 't_tag': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'split': Value(dtype='string', id=None), 'q_tag': Value(dtype='string', id=None), 'para_type': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'department': Value(dtype='string', id=None), 'is_impossible': Value(dtype='bool', id=None), 'value': {'abbreviation': Value(dtype='string', id=None), 'admission_route': Value(dtype='string', id=None), 'careunit': Value(dtype='string', id=None), 'culture_name': Value(dtype='string', id=None), 'diagnosis_name': Value(dtype='string', id=None), 'diagnosis_name1': Value(dtype='string', id=None), 'diagnosis_name2': Value(dtype='string', id=None), 'drug_name': Value(dtype='string', id=None), 'drug_name1': Value(dtype='string', id=None), 'drug_name2': Value(dtype='string', id=None), 'drug_name3': Value(dtype='string', id=None), 'drug_route': Value(dtype='string', id=None), 'gender': Value(dtype='string', id=None), 'intake_name': Value(dtype='string', id=None), 'lab_name': Value(dtype='string', id=None), 'lab_value': Value(dtype='string', id=None), 'output_name': Value(dtype='string', id=None), 'patient_id': Value(dtype='int64', id=None), 'procedure_name': Value(dtype='string', id=None), 'procedure_name1': Value(dtype='string', id=None), 'procedure_name2': Value(dtype='string', id=None), 'vital_name': Value(dtype='string', id=None), 'vital_value': Value(dtype='float64', id=None), 'ward_id': Value(dtype='float64', id=None)}, 'importance': Value(dtype='string', id=None), 'tag': Value(dtype='string', id=None), 'template': Value(dtype='string', id=None), 'query': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'answer'})
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/wshi83/EHRAgent-mimic_iii/test_preprocessed.json (at revision 45c37dab0908b4b3d78a4fd1fb978e4a6b1e4b1d)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Open a discussion for direct support.

department
string
q_tag
string
db_id
string
id
string
o_tag
sequence
tag
string
value
dict
question
string
para_type
string
template
string
query
string
importance
string
is_impossible
bool
split
string
t_tag
sequence
['nursing']
what is the intake method of {drug_name}?
mimic_iii
68659b55c98a46f7b6887a8f
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "clobetasol propionate 0.05% ointment", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the method of intake of clobetasol propionate 0.05% ointment?
machine
what is the intake method of clobetasol propionate 0.05% ointment?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'clobetasol propionate 0.05% ointment'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
908b5b18d58416e49d3ea2ba
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "send 500mg vial", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of send 500mg vial?
machine
what is the intake method of send 500mg vial?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'send 500mg vial'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
c693348dfcbf22acebe39be5
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "triamcinolone acetonide 0.1% cream", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for triamcinolone acetonide 0.1% cream?
machine
what is the intake method of triamcinolone acetonide 0.1% cream?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'triamcinolone acetonide 0.1% cream'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
75379177b6a56fb54e946591
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "methimazole", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of methimazole?
machine
what is the intake method of methimazole?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'methimazole'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
007cc09dea68f1a13eb5eee0
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "caspofungin", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume caspofungin?
machine
what is the intake method of caspofungin?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'caspofungin'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
b0f846a37cae6bd99825bb0f
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "phentolamine mesylate", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the intake method of the phentolamine mesylate?
machine
what is the intake method of phentolamine mesylate?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'phentolamine mesylate'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
29f879651f245c264a40776f
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "syringe", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for syringe?
machine
what is the intake method of syringe?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'syringe'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
b905ee119d72d64eaf6c4df0
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "levetiracetam solution", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of levetiracetam solution?
machine
what is the intake method of levetiracetam solution?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'levetiracetam solution'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
2ba35e0108612c3bd7334173
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "belatacept study drug (*ind*)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for belatacept study drug (*ind*)?
machine
what is the intake method of belatacept study drug (*ind*)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'belatacept study drug (*ind*)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
ed5b5ca99a7e934fed64cd05
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "sterile water", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume sterile water?
machine
what is the intake method of sterile water?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'sterile water'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
6cbcb03ee7a47be1904db23d
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "clotrimazole", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of clotrimazole?
machine
what is the intake method of clotrimazole?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'clotrimazole'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
0ad6c95ab20bb96542e39997
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "albumin 5% (12.5 g)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the intake method of the albumin 5% (12.5 g)?
machine
what is the intake method of albumin 5% (12.5 g)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'albumin 5% (12.5 g)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
0b880025a9259cad6582b5b5
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "nicotine lozenge", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of nicotine lozenge?
machine
what is the intake method of nicotine lozenge?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'nicotine lozenge'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
76cbde8a91daad06ed3a4de9
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "dofetilide", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume dofetilide?
machine
what is the intake method of dofetilide?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'dofetilide'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
b49e08aa826bcc47a15b1003
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "insulin human regular", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of insulin human regular?
machine
what is the intake method of insulin human regular?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'insulin human regular'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
30b6775099568b52b5df7767
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "sirolimus", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for sirolimus?
machine
what is the intake method of sirolimus?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'sirolimus'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
5d36b3bef103a5d4d290c9c7
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "betamethasone dipro 0.05% oint", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume betamethasone dipro 0.05% oint?
machine
what is the intake method of betamethasone dipro 0.05% oint?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'betamethasone dipro 0.05% oint'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
7808e778fb6533aa6f907743
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "metformin xr (glucophage xr)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the method of intake of metformin xr (glucophage xr)?
machine
what is the intake method of metformin xr (glucophage xr)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'metformin xr (glucophage xr)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
39cdf4c7d54907d068193cfe
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "testosterone 5mg patch", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of testosterone 5mg patch?
machine
what is the intake method of testosterone 5mg patch?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'testosterone 5mg patch'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
3700c093bee6328e0dcb4d49
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "oxycodone", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume oxycodone?
machine
what is the intake method of oxycodone?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'oxycodone'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
e281441e02d5ba97d196aaca
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "insulin human nph", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of insulin human nph?
machine
what is the intake method of insulin human nph?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'insulin human nph'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
52462b0367462afaf6884746
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "lansoprazole oral suspension", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of lansoprazole oral suspension?
machine
what is the intake method of lansoprazole oral suspension?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'lansoprazole oral suspension'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
67903dd6d38b79de8c6c36ff
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "readi-cat 2 (barium sulfate 2% suspension)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for readi-cat 2 (barium sulfate 2% suspension)?
machine
what is the intake method of readi-cat 2 (barium sulfate 2% suspension)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'readi-cat 2 (barium sulfate 2% suspension)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
374c0a6afce04afac2773ae4
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "amitriptyline hcl", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of amitriptyline hcl?
machine
what is the intake method of amitriptyline hcl?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'amitriptyline hcl'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
2f3e6337d470705f78c3728f
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "heparin flush crrt (5000 units/ml)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of heparin flush crrt (5000 units/ml)?
machine
what is the intake method of heparin flush crrt (5000 units/ml)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'heparin flush crrt (5000 units/ml)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
869c5d910bfddbb267962791
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "acular", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume acular?
machine
what is the intake method of acular?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'acular'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
5c98475fe697168e6612d554
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "hydrocortisone study drug (*ind*)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of hydrocortisone study drug (*ind*)?
machine
what is the intake method of hydrocortisone study drug (*ind*)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'hydrocortisone study drug (*ind*)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
f40de22db2ff9c3a305009b5
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "acetaminophen w/codeine", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of acetaminophen w/codeine?
machine
what is the intake method of acetaminophen w/codeine?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'acetaminophen w/codeine'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
acc4522e7f24b3ac0d9b237e
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "lopinavir-ritonavir", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the methods of consumption of lopinavir-ritonavir?
machine
what is the intake method of lopinavir-ritonavir?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'lopinavir-ritonavir'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
c145ab8ddd60807eed5e638c
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "guaifenesin", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume guaifenesin?
machine
what is the intake method of guaifenesin?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'guaifenesin'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
30b276d156451240658f01af
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "dibucaine", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the method of intake of dibucaine?
machine
what is the intake method of dibucaine?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'dibucaine'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
4f5978785dd55e6d3138becc
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "nifedipine cr", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the intake method of the nifedipine cr?
machine
what is the intake method of nifedipine cr?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'nifedipine cr'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
719c9ffb41167fdb3f01ae96
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "miconazole nitrate vaginal", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of miconazole nitrate vaginal?
machine
what is the intake method of miconazole nitrate vaginal?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'miconazole nitrate vaginal'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
a50ea63b927af5d75ffc50cc
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "hydrochlorothiazide", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the ingesting method of hydrochlorothiazide?
machine
what is the intake method of hydrochlorothiazide?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'hydrochlorothiazide'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
f217222bd5b273718edec374
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "hydrocortisone study drug (*ind*)", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the method of intake of hydrocortisone study drug (*ind*)?
machine
what is the intake method of hydrocortisone study drug (*ind*)?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'hydrocortisone study drug (*ind*)'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
7410893b8c52c9fa3a3e469e
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "methotrexate sodium p.f.", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the intake method of the methotrexate sodium p.f.?
machine
what is the intake method of methotrexate sodium p.f.?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'methotrexate sodium p.f.'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
ee9ffb512013a07ebe7cbf0c
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "prochlorperazine maleate", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume prochlorperazine maleate?
machine
what is the intake method of prochlorperazine maleate?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'prochlorperazine maleate'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
596aa2d63517c7ec3b927ef0
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "danazol", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the ways to consume danazol?
machine
what is the intake method of danazol?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'danazol'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
7e941208a92d9e3232dc5f0e
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "albuterol neb soln", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the intake method of the albuterol neb soln?
machine
what is the intake method of albuterol neb soln?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'albuterol neb soln'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
ff2381c0ef9a76525975ca61
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "provera", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for provera?
machine
what is the intake method of provera?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'provera'
medium
false
train
[ "", "", "", "", "" ]
['nursing']
what is the intake method of {drug_name}?
mimic_iii
734c07b507801aa4da3dc77d
[ "", "", "", "", "", "", "", "", "" ]
what is the intake method of {drug_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": "betamethasone dipro 0.05% oint", "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the intake method for betamethasone dipro 0.05% oint?
machine
what is the intake method of betamethasone dipro 0.05% oint?
select distinct prescriptions.route from prescriptions where prescriptions.drug = 'betamethasone dipro 0.05% oint'
medium
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
99116d03033ee85e253581b1
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "pros repair atria def-cl", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's the cost of a procedure called pros repair atria def-cl?
machine
what is the cost of a procedure named pros repair atria def-cl?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'pros repair atria def-cl' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
193976cabeca9806e50bf3cb
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "inject/infuse nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does the price mean for a inject/infuse nec?
machine
what is the cost of a procedure named inject/infuse nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'inject/infuse nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
24c907ac38587987cb3aba6a
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "loc exc les metatar/tar", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's the cost of a loc exc les metatar/tar.
machine
what is the cost of a procedure named loc exc les metatar/tar?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'loc exc les metatar/tar' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
5acfe0e63656fa820b4234e0
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "lap creat esoph sphinct", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does it cost for a procedure called lap creat esoph sphinct?
machine
what is the cost of a procedure named lap creat esoph sphinct?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'lap creat esoph sphinct' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
d75d888a6bf7f3a31a4a8927
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "pros repair atria def-cl", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what does a pros repair atria def-cl cost?
machine
what is the cost of a procedure named pros repair atria def-cl?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'pros repair atria def-cl' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
d3abb7667f027a4e24358247
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "dilation of intestine", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the cost of the dilation of intestine?
machine
what is the cost of a procedure named dilation of intestine?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'dilation of intestine' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
0027a03d90a923420d253a8c
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "hepatic lobectomy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much for a procedure called hepatic lobectomy?
machine
what is the cost of a procedure named hepatic lobectomy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'hepatic lobectomy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
b8b4f2619d4ccd488af8cc69
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "circumcision", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the cost for a circumcision?
machine
what is the cost of a procedure named circumcision?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'circumcision' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
81d59a5b257ba9a95c090424
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "opn aortic valvuloplasty", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how does opn aortic valvuloplasty cost?
machine
what is the cost of a procedure named opn aortic valvuloplasty?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'opn aortic valvuloplasty' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
24a88ab50fb4bc8b6e0729ef
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "proximal gastrectomy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much is the cost of a procedure called proximal gastrectomy?
machine
what is the cost of a procedure named proximal gastrectomy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'proximal gastrectomy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
b69a99f9dcd801a52aac9083
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "other craniectomy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much is the other craniectomy cost?
machine
what is the cost of a procedure named other craniectomy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'other craniectomy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
4b0229073a8caf729d438ac5
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "blepharorrhaphy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost of the procedure called blepharorrhaphy?
machine
what is the cost of a procedure named blepharorrhaphy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'blepharorrhaphy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
e5deff1e45cedf1ee0f39ef1
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "resp tract intubat nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much do resp tract intubat nec costs?
machine
what is the cost of a procedure named resp tract intubat nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'resp tract intubat nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
5882e874e9c791de8e481426
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "rad subtot pancreatectom", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what do rad subtot pancreatectom costs?
machine
what is the cost of a procedure named rad subtot pancreatectom?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'rad subtot pancreatectom' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
a567e5374245e26ee13ec45c
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "remov ext immobilization", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does remov ext immobilization cost.
machine
what is the cost of a procedure named remov ext immobilization?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'remov ext immobilization' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
aad4a6c249f38a4cb28586e3
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "skin & subq incision nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost of a surgery called skin & subq incision nec?
machine
what is the cost of a procedure named skin & subq incision nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'skin & subq incision nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
29dfd5c0734774cd10d165c9
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "appl ext fix-tib/fibula", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does a procedure known as appl ext fix-tib/fibula cost?
machine
what is the cost of a procedure named appl ext fix-tib/fibula?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'appl ext fix-tib/fibula' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
d3468b4b9fcbdc3189081a51
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "permanent ileostomy nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much do charge for a permanent ileostomy nec?
machine
what is the cost of a procedure named permanent ileostomy nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'permanent ileostomy nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
6f8242ec481f19dbe6569fb6
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "implt/repl carddefib tot", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's a price of implt/repl carddefib tot?
machine
what is the cost of a procedure named implt/repl carddefib tot?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'implt/repl carddefib tot' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
9621698855e2e08582928f5b
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "loc exc bone lesion nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much loc exc bone lesion nec?
machine
what is the cost of a procedure named loc exc bone lesion nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'loc exc bone lesion nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
eba15147f4211cda2783b078
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "int insert dual-cham dev", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much is a procedure called int insert dual-cham dev.
machine
what is the cost of a procedure named int insert dual-cham dev?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'int insert dual-cham dev' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
e6a85b91cbd7276870746715
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "knee synovectomy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does a procedure called knee synovectomy cost?
machine
what is the cost of a procedure named knee synovectomy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'knee synovectomy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
7ff5dd52616cf8116d2655a2
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "endosc control gast hem", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
for the endosc control gast hem what does it cost?
machine
what is the cost of a procedure named endosc control gast hem?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'endosc control gast hem' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
34b5cbc978283973b925a321
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "closed uterine biopsy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's is closed uterine biopsy's price?
machine
what is the cost of a procedure named closed uterine biopsy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'closed uterine biopsy' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
6cc4ad6c63d90b8722b0b5ce
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "inject/inf thrombo agent", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what cost does a procedure called inject/inf thrombo agent cost?
machine
what is the cost of a procedure named inject/inf thrombo agent?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'inject/inf thrombo agent' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
0f503e2f9117bc7639027598
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "insert infusion pump", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the price of a procedure called insert infusion pump?
machine
what is the cost of a procedure named insert infusion pump?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'insert infusion pump' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
354200671882bf57827bb906
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "endoscop dilate pylorus", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the price of a procedure called endoscop dilate pylorus?
machine
what is the cost of a procedure named endoscop dilate pylorus?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'endoscop dilate pylorus' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
2a2e4d96183f306f303ded37
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "partial ostectomy nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does partial ostectomy nec cost.
machine
what is the cost of a procedure named partial ostectomy nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'partial ostectomy nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
847718463d7a9f23b00ea81d
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "bile duct incision nec", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
for the bile duct incision nec what does it cost?
machine
what is the cost of a procedure named bile duct incision nec?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'bile duct incision nec' ) )
high
false
train
[ "", "", "", "", "" ]
['insurance_review']
what is the cost of a procedure named {procedure_name}?
mimic_iii
b11ef7fda106a14eedb522f6
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a procedure named {procedure_name}?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": null, "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": "anal fistulotomy", "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
for the anal fistulotomy what does it cost?
machine
what is the cost of a procedure named anal fistulotomy?
select distinct cost.cost from cost where cost.event_type = 'procedures_icd' and cost.event_id in ( select procedures_icd.row_id from procedures_icd where procedures_icd.icd9_code = ( select d_icd_procedures.icd9_code from d_icd_procedures where d_icd_procedures.short_title = 'anal fistulotomy' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
d5b54f0fcc7e460163040a20
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "chloride, stool", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much is the cost of a lab test of chloride, stool?
machine
what is the cost of a chloride, stool lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'chloride, stool' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
bc7b4d93535a9f0fe70ec0f2
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "mcv", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost of taking a mcv lab test?
machine
what is the cost of a mcv lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'mcv' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
fd2755ea9d932d4d2863b986
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "atypical lymphocytes", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
whats the cost for atypical lymphocytes?
machine
what is the cost of a atypical lymphocytes lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'atypical lymphocytes' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
9ba0e9c4dde147e511d9d69b
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "wbc, ascites", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost to do a wbc, ascites lab test?
machine
what is the cost of a wbc, ascites lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'wbc, ascites' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
845349e50ed748a0157998dc
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "ck-mb index", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does it cost to have a ck-mb index lab test.
machine
what is the cost of a ck-mb index lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'ck-mb index' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
adb1a03ee7a8e40377328c91
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "reticulocyte count, manual", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the price for reticulocyte count, manual?
machine
what is the cost of a reticulocyte count, manual lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'reticulocyte count, manual' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
96c29b4b86b6cf63d6a87bb1
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "lymphocytes, percent", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
whats the price for a lymphocytes, percent?
machine
what is the cost of a lymphocytes, percent lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'lymphocytes, percent' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
704853f3da194568a2875536
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "hematocrit, other fluid", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the costs of a hematocrit, other fluid lab test?
machine
what is the cost of a hematocrit, other fluid lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'hematocrit, other fluid' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
78a55dd9663e12f493001c0e
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "glucose, pleural", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost for glucose, pleural lab testing?
machine
what is the cost of a glucose, pleural lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'glucose, pleural' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
c5c941b8f2d23df173c7743c
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "epithelial cells", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the cost of a lab test for epithelial cells?
machine
what is the cost of a epithelial cells lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'epithelial cells' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
34c9c1a3ba97b2459345a45f
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "vancomycin", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the cost of a lab vancomycin test?
machine
what is the cost of a vancomycin lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'vancomycin' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
732ce9399a167f44165a011c
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "protein, total", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does the cost of protein, total are?
machine
what is the cost of a protein, total lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'protein, total' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
933b91620966d4bf62a4821f
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "wbc, ascites", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much do the wbc, ascites actually cost?
machine
what is the cost of a wbc, ascites lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'wbc, ascites' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
436f3f2141c54ffb24d950e0
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "wbc, csf", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much is the cost of wbc, csf lab tests?
machine
what is the cost of a wbc, csf lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'wbc, csf' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
051b59a3034b082f8bd988be
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "cancer antigen 27.29", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the cost of a cancer antigen 27.29 lab test.
machine
what is the cost of a cancer antigen 27.29 lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'cancer antigen 27.29' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
8e8ca4ec50cf380b5aba9b5e
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "triiodothyronine (t3)", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much cost is it to perform triiodothyronine (t3) lab tests?
machine
what is the cost of a triiodothyronine (t3) lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'triiodothyronine (t3)' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
a733d322499315c132b380d7
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "bilirubin, total", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what does a lab bilirubin, total test cost?
machine
what is the cost of a bilirubin, total lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'bilirubin, total' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
baaf7cbdea514cb280a33320
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "prostate specific antigen", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's the price of prostate specific antigen.
machine
what is the cost of a prostate specific antigen lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'prostate specific antigen' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
8864e82e403e65ca5e7be35c
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "chloride, ascites", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what's the cost for a chloride, ascites laboratory test?
machine
what is the cost of a chloride, ascites lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'chloride, ascites' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
6b46cf70177fc91c57434b2d
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "ammonia", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does it cost to get a lab ammonia test?
machine
what is the cost of a ammonia lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'ammonia' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
5331d3e7dd3fb9a7a789486a
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "hemogloblin s", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
tell me the price of a hemogloblin s lab test?
machine
what is the cost of a hemogloblin s lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'hemogloblin s' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
2be79d40129919f1b277b6b6
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "tissue transglutaminase ab, iga", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what is the cost of the tissue transglutaminase ab, iga lab test?
machine
what is the cost of a tissue transglutaminase ab, iga lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'tissue transglutaminase ab, iga' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
cb67a2b325f0ffd79ea796ed
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "amikacin", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
amikacin,whats the cost of it?
machine
what is the cost of a amikacin lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'amikacin' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
4c756af480d9acf914861254
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "chloride, urine", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does it cost for chloride, urine lab tests?
machine
what is the cost of a chloride, urine lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'chloride, urine' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
c977dbca25f13745ffb1f72d
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "bicarbonate", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
bicarbonate,whats the cost of it?
machine
what is the cost of a bicarbonate lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'bicarbonate' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
4816e8b676b9378dd3b41730
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "quantitative g6pd", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much cost is it to perform quantitative g6pd lab tests?
machine
what is the cost of a quantitative g6pd lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'quantitative g6pd' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
b5f58a2e681fb9e2822c7b2d
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "cd3 %", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
how much does it cost to have a cd3 % lab test.
machine
what is the cost of a cd3 % lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'cd3 %' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
49f691dde1a5b342ee6ee24a
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "magnesium", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what are the costs of a magnesium lab test?
machine
what is the cost of a magnesium lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'magnesium' ) )
high
false
train
[ "", "", "", "", "" ]
['physician', 'nursing']
what is the cost of a {lab_name} lab test?
mimic_iii
9abd21eb84ce758cbe4a3aa4
[ "", "", "", "", "", "", "", "", "" ]
what is the cost of a {lab_name} lab test?
{ "abbreviation": null, "admission_route": null, "careunit": null, "culture_name": null, "diagnosis_name": null, "diagnosis_name1": null, "diagnosis_name2": null, "drug_name": null, "drug_name1": null, "drug_name2": null, "drug_name3": null, "drug_route": null, "gender": null, "intake_name": null, "lab_name": "factor viii", "lab_value": null, "output_name": null, "patient_id": null, "procedure_name": null, "procedure_name1": null, "procedure_name2": null, "vital_name": null, "vital_value": null, "ward_id": null }
what does a lab factor viii test cost?
machine
what is the cost of a factor viii lab test?
select distinct cost.cost from cost where cost.event_type = 'labevents' and cost.event_id in ( select labevents.row_id from labevents where labevents.itemid in ( select d_labitems.itemid from d_labitems where d_labitems.label = 'factor viii' ) )
high
false
train
[ "", "", "", "", "" ]
End of preview.
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0