Class: Treatment
URI: dppkb:Treatment
classDiagram
class Treatment
click Treatment href "../Treatment"
Treatment : context
Treatment : description
Treatment : evidence
Treatment --> "*" EvidenceItem : evidence
click EvidenceItem href "../EvidenceItem"
Treatment : mechanism
Treatment --> "*" Mechanism : mechanism
click Mechanism href "../Mechanism"
Treatment : name
Treatment : notes
Treatment : review_notes
Treatment : role
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String |
direct | |
description | 0..1 String |
direct | |
evidence | * EvidenceItem |
direct | |
notes | 0..1 String |
direct | |
context | 0..1 String |
direct | |
review_notes | 0..1 String |
direct | |
role | 0..1 String |
direct | |
mechanism | * Mechanism |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Disease | treatments | range | Treatment |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/dppkb
Mappings
Mapping Type | Mapped Value |
---|---|
self | dppkb:Treatment |
native | dppkb:Treatment |
LinkML Source
Direct
name: Treatment
from_schema: https://w3id.org/dppkb
slots:
- name
- description
- evidence
- notes
- context
- review_notes
- role
- mechanism
Induced
name: Treatment
from_schema: https://w3id.org/dppkb
attributes:
name:
name: name
examples:
- value: Adolescent Nephronophthisis
from_schema: https://w3id.org/dppkb
rank: 1000
identifier: true
alias: name
owner: Treatment
domain_of:
- Subtype
- EpidemiologyInfo
- Pathophysiology
- Phenotype
- Biochemical
- Genetic
- Environmental
- Disease
- Treatment
- InfectiousAgent
- Transmission
- Assay
- Diagnosis
- Inheritance
- Variant
- Mechanism
- ModelingConsideration
range: string
required: true
description:
name: description
from_schema: https://w3id.org/dppkb
rank: 1000
alias: description
owner: Treatment
domain_of:
- Subtype
- EpidemiologyInfo
- Pathophysiology
- Environmental
- Disease
- AnimalModel
- Treatment
- InfectiousAgent
- Transmission
- Assay
- Inheritance
- Variant
- Mechanism
- ModelingConsideration
range: string
evidence:
name: evidence
from_schema: https://w3id.org/dppkb
rank: 1000
multivalued: true
alias: evidence
owner: Treatment
domain_of:
- Subtype
- Prevalence
- ProgressionInfo
- EpidemiologyInfo
- Pathophysiology
- Phenotype
- Biochemical
- Genetic
- Environmental
- AnimalModel
- Treatment
- InfectiousAgent
- Transmission
- Diagnosis
- Inheritance
- ModelingConsideration
range: EvidenceItem
inlined: true
inlined_as_list: true
notes:
name: notes
examples:
- value: Contagious stage where symptoms appear and the bacteria can be spread
to others.
from_schema: https://w3id.org/dppkb
rank: 1000
alias: notes
owner: Treatment
domain_of:
- Prevalence
- ProgressionInfo
- EpidemiologyInfo
- Pathophysiology
- Phenotype
- Biochemical
- Genetic
- Environmental
- Disease
- Treatment
- Transmission
- Diagnosis
range: string
context:
name: context
examples:
- value: Pregnancy
from_schema: https://w3id.org/dppkb
rank: 1000
alias: context
owner: Treatment
domain_of:
- Phenotype
- Biochemical
- Treatment
range: string
review_notes:
name: review_notes
examples:
- value: Added an additional clinically relevant subtype.
from_schema: https://w3id.org/dppkb
rank: 1000
alias: review_notes
owner: Treatment
domain_of:
- Subtype
- ProgressionInfo
- Phenotype
- Genetic
- Environmental
- Treatment
range: string
role:
name: role
examples:
- value: Primary
from_schema: https://w3id.org/dppkb
rank: 1000
alias: role
owner: Treatment
domain_of:
- Pathophysiology
- Treatment
range: string
mechanism:
name: mechanism
from_schema: https://w3id.org/dppkb
rank: 1000
multivalued: true
alias: mechanism
owner: Treatment
domain_of:
- Treatment
range: Mechanism
inlined: true
inlined_as_list: true