Class: Treatment
A treatment is targeted at a disease or phenotype and may involve multiple drug 'exposures', medical devices and/or procedures
URI: biolink:Treatment
classDiagram
class Treatment
ExposureEvent <|-- Treatment
ChemicalOrDrugOrTreatment <|-- Treatment
NamedThing <|-- Treatment
Treatment : category
Treatment : description
Treatment : full_name
Treatment : has_attribute
Treatment --|> attribute : has_attribute
Treatment : has_device
Treatment --|> device : has_device
Treatment : has_drug
Treatment --|> drug : has_drug
Treatment : has_procedure
Treatment --|> procedure : has_procedure
Treatment : id
Treatment : iri
Treatment : name
Treatment : provided_by
Treatment : synonym
Treatment : timepoint
Treatment : type
Treatment : xref
Inheritance
- Entity
- NamedThing
- Treatment [ ExposureEvent ChemicalOrDrugOrTreatment]
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
has_drug | 0..* Drug |
connects an entity to one or more drugs | direct |
has_device | 0..* Device |
connects an entity to one or more (medical) devices | direct |
has_procedure | 0..* Procedure |
connects an entity to one or more (medical) procedures | direct |
timepoint | 0..1 TimeType |
a point in time | ExposureEvent |
provided_by | 0..* String |
The value in this node property represents the knowledge provider that create... | NamedThing |
xref | 0..* Uriorcurie |
A database cross reference or alternative identifier for a NamedThing or edge... | NamedThing |
full_name | 0..1 LabelType |
a long-form human readable name for a thing | NamedThing |
synonym | 0..* LabelType |
Alternate human-readable names for a thing | NamedThing |
id | 1..1 String |
A unique identifier for an entity | Entity, OntologyClass |
iri | 0..1 IriType |
An IRI for an entity | Entity |
category | 1..* CategoryType |
Name of the high level ontology class in which this entity is categorized | Entity |
type | 0..* String |
Entity | |
name | 0..1 LabelType |
A human-readable name for an attribute or entity | Entity |
description | 0..1 NarrativeText |
a human-readable description of an entity | Entity |
has_attribute | 0..* Attribute |
connects any entity to an attribute | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
SequenceVariantModulatesTreatmentAssociation | object | range | Treatment |
Aliases
- medical action
- medical intervention
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/biolink/biolink-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | biolink:Treatment |
native | biolink:Treatment |
exact | OGMS:0000090, SIO:001398 |
broad | MAXO:0000058 |
LinkML Source
Direct
name: treatment
description: A treatment is targeted at a disease or phenotype and may involve multiple
drug 'exposures', medical devices and/or procedures
from_schema: https://w3id.org/biolink/biolink-model
aliases:
- medical action
- medical intervention
exact_mappings:
- OGMS:0000090
- SIO:001398
broad_mappings:
- MAXO:0000058
is_a: named thing
mixins:
- exposure event
- chemical or drug or treatment
slots:
- has drug
- has device
- has procedure