Changes between Version 11 and Version 12 of AnotacniManualEhr


Ignore:
Timestamp:
Mar 9, 2023, 5:06:20 PM (13 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnotacniManualEhr

    v11 v12  
    1010=== Entities to be annotated ===
    1111
    12 
    13 
    14  
     12{{{#!html
     13<style>
     14pre.wiki span { background-color: lightgreen }
     15span.ent {
     16    background-color: lightgreen;
     17    border: 1px solid;
     18    border-radius: 5px;
     19    padding: 1px;
     20    display: inline;
     21}
     22</style>
     23}}}
    1524
    1625* !AnatomicalSite
    1726  * names of body parts and locations on the body
    1827  * every !AnatomicalSite annotation is either of these two:
    19     * **AnatomicalSite_name**: the name itself, e.g. "našla v pravém **prsu** bulku"
    20     * **AnatomicalSite_laterality**: further specification of location, e.g. "našla v **pravém** prsu bulku"
    21 * **!DiseaseDisorder**
     28    * [[span(AnatomicalSite_name, class=ent)]]: the name itself, e.g.
     29{{{#!html
     30<pre class="wiki">našla v pravém <span>prsu</span> bulku</pre>
     31}}}
     32    * [[span(AnatomicalSite_laterality, class=ent)]]: further specification of location, e.g. "našla v **pravém** prsu bulku"
     33* [[span(!DiseaseDisorder, class=ent)]]
    2234  * names of diseases and disorders, e.g. "léčena xareltem **inf mononukleoza** v 15 letech"
    23 * **!SignSymptom**
     35* [[span(!SignSymptom, class=ent)]]
    2436  * medical occurrences which are not names of diseases and disorders but can indicate their presence or absence, e.g. "při **bolestech svalů**, **teplotě**". If unsure whether it is an official disorder name or only a symptom, annotate as symptom.
    25 * **Procedure**
     37* [[span(Procedure, class=ent)]]
    2638  * name of a procedure or process (diagnostic or therapeutic) carried out by medical personnel, e.g. "benefit **adjuvantní chemoterapie** minimální" [[Image(typesystem.png,width=35%,right)]]
    2739* Medication
    2840  * name of a drug or substance
    2941  * every Medication annotation is either
    30     * **Medication_name**: the name of the product, e.g. "adjuv HT - **Tamoxifen** od 6/2018 s ef"
    31     * **Medication_strength**: the strength of the product, e.g. "večer: Lexaurin **1,5 mg** p.o. dle potřeby"
    32     * **Medication_dosage**: an expression of recommended dosage, e.g. "METAMIZOL STADA [TBL NOB] 500 mg / p.o. [**při bolesti 1 tbl**"
     42    * [[span(Medication_name, class=ent)]]: the name of the product, e.g. "adjuv HT - **Tamoxifen** od 6/2018 s ef"
     43    * [[span(Medication_strength, class=ent)]]: the strength of the product, e.g. "večer: Lexaurin **1,5 mg** p.o. dle potřeby"
     44    * [[span(Medication_dosage, class=ent)]]: an expression of recommended dosage, e.g. "METAMIZOL STADA [TBL NOB] 500 mg / p.o. [**při bolesti 1 tbl**"
    3345* Lab
    3446  * measurements related to the body, e.g. blood test values
    3547  * every Lab annotation is either
    36     * **Lab_name**: the name of the measured aspect, e.g. "**S_Estradiol**: 18 pmol/l, **S_FSH**: 3.8 IU/l"
    37     * **Lab_value**: the value, mostly numeric, measured, e.g. " S_Estradiol: **18** pmol/l, S_FSH: **3.8** IU/l"
    38     * **Lab_unit**: the unit of measurement, e.g. " S_Estradiol: 18 **pmol/l**, S_FSH: 3.8 **IU/l**"
    39 * **!DateTime**
     48    * [[span(Lab_name, class=ent)]]: the name of the measured aspect, e.g. "**S_Estradiol**: 18 pmol/l, **S_FSH**: 3.8 IU/l"
     49    * [[span(Lab_value, class=ent)]]: the value, mostly numeric, measured, e.g. " S_Estradiol: **18** pmol/l, S_FSH: **3.8** IU/l"
     50    * [[span(Lab_unit, class=ent)]]: the unit of measurement, e.g. " S_Estradiol: 18 **pmol/l**, S_FSH: 3.8 **IU/l**"
     51* [[span(!DateTime, class=ent)]]
    4052  * any date or time-related information, e.g. "HER2 negat, premenopauza, dg. **9/2020**"
    41 * **Negation**
     53* [[span(Negation, class=ent)]]
    4254  * words marking negation, e.g. something was not found, not proven, negative etc., e.g. "adjuvantní radioterapie **není** indikována"