File size: 1,107 Bytes
493b437 | 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 | {
"spans": [
{
"start": 15,
"end": 25,
"text": "chest pain",
"label": "condition",
"score": 0.94,
"attributes": {
"assertion": [
{
"label": "absent",
"score": 0.93
}
]
}
},
{
"start": 42,
"end": 51,
"text": "pneumonia",
"label": "condition",
"score": 0.96,
"attributes": {
"assertion": [
{
"label": "absent",
"score": 0.95
}
]
}
},
{
"start": 62,
"end": 73,
"text": "mild anemia",
"label": "condition",
"score": 0.87,
"attributes": {
"assertion": [
{
"label": "possible",
"score": 0.81
}
]
}
},
{
"start": 86,
"end": 98,
"text": "hypertension",
"label": "condition",
"score": 0.95,
"attributes": {
"assertion": [
{
"label": "historical",
"score": 0.92
}
]
}
}
]
} |