Datasets:

Languages:
English
License:
File size: 1,899 Bytes
06e3f65
 
 
 
e91815c
 
06e3f65
25b64aa
e91815c
06e3f65
e91815c
 
 
 
 
06e3f65
 
 
 
 
 
 
 
 
 
da1be87
06e3f65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

---
language: 
- en
bigbio_language: 
- English
license: other
multilinguality: monolingual
bigbio_license_shortname: DUA
pretty_name: n2c2 2006 Smoking Status
homepage: https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/
bigbio_pubmed: False
bigbio_public: False
bigbio_tasks: 
- TEXT_CLASSIFICATION
---


# Dataset Card for n2c2 2006 Smoking Status

## Dataset Description

- **Homepage:** https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/
- **Pubmed:** False
- **Public:** False
- **Tasks:** TXTCLASS


The data for the n2c2 2006 smoking challenge consisted of discharge summaries
from Partners HealthCare, which were then de-identified, tokenized, broken into
sentences, converted into XML format, and separated into training and test sets.

Two pulmonologists annotated each record with the smoking status of patients based
strictly on the explicitly stated smoking-related facts in the records. These
annotations constitute the textual judgments of the annotators. The annotators
were asked to classify patient records into five possible smoking status categories:
a past smoker, a current smoker, a smoker, a non-smoker and an unknown. A total of
502 de-identified medical discharge records were used for the smoking challenge.



## Citation Information

```
@article{uzuner2008identifying,
    author = {
        Uzuner, Ozlem and
        Goldstein, Ira and
        Luo, Yuan and
        Kohane, Isaac
    },
    title     = {Identifying Patient Smoking Status from Medical Discharge Records},
    journal   = {Journal of the American Medical Informatics Association},
    volume    = {15},
    number    = {1},
    pages     = {14-24},
    year      = {2008},
    month     = {01},
    url       = {https://doi.org/10.1197/jamia.M2408},
    doi       = {10.1136/amiajnl-2011-000784},
    eprint    = {https://academic.oup.com/jamia/article-pdf/15/1/14/2339646/15-1-14.pdf}
}

```