-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCOVID_v1.dtd
69 lines (45 loc) · 2.67 KB
/
COVID_v1.dtd
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
66
67
68
69
<!ENTITY name "COVID-19">
<!ELEMENT Fever ( #PCDATA ) >
<!ATTLIST Fever certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Chill ( #PCDATA ) >
<!ATTLIST Chill certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Cough ( #PCDATA ) >
<!ATTLIST Cough certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Fatigue ( #PCDATA ) >
<!ATTLIST Fatigue certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Nasal_obstruction ( #PCDATA ) >
<!ATTLIST Nasal_obstruction certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Loss_of_appetite ( #PCDATA ) >
<!ATTLIST Loss_of_appetite certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Diarrhea ( #PCDATA ) >
<!ATTLIST Diarrhea certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Abdominal_pain ( #PCDATA ) >
<!ATTLIST Abdominal_pain certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Nausea ( #PCDATA ) >
<!ATTLIST Nausea certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Vomiting ( #PCDATA ) >
<!ATTLIST Vomiting certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Sore_throat ( #PCDATA ) >
<!ATTLIST Sore_throat certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Headache ( #PCDATA ) >
<!ATTLIST Headache certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Myalgia ( #PCDATA ) >
<!ATTLIST Myalgia certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Loss_of_taste ( #PCDATA ) >
<!ATTLIST Loss_of_taste certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Loss_of_smell ( #PCDATA ) >
<!ATTLIST Loss_of_smell certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Dyspnea ( #PCDATA ) >
<!ATTLIST Dyspnea certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Chest_pain ( #PCDATA ) >
<!ATTLIST Chest_pain certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Delirium ( #PCDATA ) >
<!ATTLIST Delirium certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Hypersomnia ( #PCDATA ) >
<!ATTLIST Hypersomnia certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Cyanosis ( #PCDATA ) >
<!ATTLIST Cyanosis certainty ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Pregnancy ( #PCDATA ) >
<!ATTLIST Pregnancy ( negated | possible | positive ) #IMPLIED "positive" >
<!ELEMENT Occupation ( #PCDATA ) >
<!ATTLIST Occupation ( negated | possible | positive ) #IMPLIED "positive" >