= Medical text analysis = == Annotation manual == [[Image(ehr-image.png,width=35%,right)]] [[Image(bratann.png,width=20%,right)]] The goal is to mark the occurrence of known medical entities or other important information in the text of health records. You will familiarize yourself with the BRAT annotation tool. After (quite nonintuitive) [BratManual logging in] with the credentials assigned to you, you will be able to highlight the entities to be annotated, after which a pop-up will appear, letting you choose the category of the entity you highlighted. Within the pop-up, you will choose the category of the annotation and in the Notes field you will be able to enter or correct additional content relevant to the annotation (in the case of Abbreviations, you may correct the meaning of it). You do not have to specify confidence but if you are unsure if your annotation is correct, you can select the option "Confidence: Low". === Entities to be annotated === {{{#!html }}} * !AnatomicalSite * names of body parts and locations on the body * every !AnatomicalSite annotation is either of these two: * [[span(AnatomicalSite_name, class=ent)]]: the name itself, e.g. {{{#!html
našla v pravém prsu bulku
}}} * [[span(AnatomicalSite_laterality, class=ent)]]: further specification of location, e.g. v {{{#!html
našla v pravém prsu bulku
}}} * [[span(!DiseaseDisorder, class=ent)]] * names of diseases and disorders, e.g. {{{#!html
léčena xareltem inf mononukleoza v 15 letech
}}} * [[span(!SignSymptom, class=ent)]] * medical occurrences which are not names of diseases and disorders but can indicate their presence or absence, e.g. {{{#!html
při bolestech svalů, teplotě
}}} If unsure whether it is an official ''disorder name'' or only a ''symptom'', annotate as [[span(!SignSymptom, class=ent)]]. * [[span(Procedure, class=ent)]] * name of a procedure or process (diagnostic or therapeutic) carried out by medical personnel, e.g. {{{#!html
benefit adjuvantní chemoterapie minimální
}}} * Medication * name of a drug or substance * every Medication annotation is either * [[span(Medication_name, class=ent)]]: the name of the product, e.g. {{{#!html
adjuv HT - Tamoxifen od 6/2018 s ef
}}} * [[span(Medication_strength, class=ent)]]: the strength of the product, e.g. {{{#!html
večer: Lexaurin 1,5 mg p.o. dle potřeby
}}} * [[span(Medication_dosage, class=ent)]]: an expression of recommended dosage, e.g. {{{#!html
METAMIZOL STADA [TBL NOB] 500 mg / p.o. [při bolesti 1 tbl]
}}} * Lab * measurements related to the body, e.g. blood test values * every Lab annotation is either * [[span(Lab_name, class=ent)]]: the name of the measured aspect, e.g. {{{#!html
S_Estradiol: 18 pmol/l, S_FSH: 3.8 IU/l
}}} * [[span(Lab_value, class=ent)]]: the value, mostly numeric, measured, e.g. {{{#!html
S_Estradiol: 18 pmol/l, S_FSH: 3.8 IU/l
}}} * [[span(Lab_unit, class=ent)]]: the unit of measurement, e.g. {{{#!html
S_Estradiol: 18 pmol/l, S_FSH: 3.8 IU/l
}}} * [[span(!DateTime, class=ent)]] * any date or time-related information, e.g. {{{#!html
HER2 negat, premenopauza, dg. 9/2020
}}} * [[span(Negation, class=ent)]] * words marking negation, e.g. something was not found, not proven, negative etc., e.g. {{{#!html
adjuvantní radioterapie není indikována
}}} * [[span(Abbreviation, class=ent)]] * Acronym or shortened word, e.g. {{{#!html
adjuvantní RT není indik.
}}} If you know the full form of the abbreviation, enter it into the Notes field. {{{#!comment [[Image(typesystem.png,width=35%,right)]] }}}