-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpostinfectious_disease.yaml
60 lines (48 loc) · 1.47 KB
/
postinfectious_disease.yaml
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
pattern_name: postinfectious_disease
pattern_iri: http://purl.obolibrary.org/obo/mondo/patterns/postinfectious_disease.yaml
description: 'A design pattern for conditions such as post-herpetic neuralgia or postinfectious
encephalitis, where the disease is secondary to the initial infection.
TODO: write better guidelines on what constitutes a secondary disease vs primary.
* We do not use this pattern for AIDS-HIV for example, instead representing this
is using SubClassOf. * We draw a distinction between infectious and postinfectious
encepahlitis. * we do not use this pattern for chickenpox, but we do for shingles '
contributors:
- https://orcid.org/0000-0002-6601-2165
classes:
disease: MONDO:0000001
infectious disease: MONDO:0005550
organism: NCBITaxon:1
relations:
disease arises from feature: RO:0004022
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
vars:
disease: '''organism'''
feature: '''infectious disease'''
name:
text: postinfectious %s arising from %s
vars:
- disease
- feature
annotations:
- annotationProperty: exact_synonym
text: post-%s %s
vars:
- feature
- disease
- annotationProperty: related_synonym
text: '%s secondary to %s'
vars:
- disease
- feature
def:
text: A post-infectious form of %s that arises as a result on an initial %s.
vars:
- disease
- feature
equivalentTo:
text: '%s and ''disease arises from feature'' some %s'
vars:
- disease
- feature