Class: Measurement
URI: linkml_common:Measurement
classDiagram
class Measurement
click Measurement href "../Measurement"
Observation <|-- Measurement
click Observation href "../Observation"
Measurement : ends_at
Measurement --> "0..1" TimePoint : ends_at
click TimePoint href "../TimePoint"
Measurement : happens_at
Measurement --> "0..1" TimePoint : happens_at
click TimePoint href "../TimePoint"
Measurement : has_duration
Measurement --> "0..1" Duration : has_duration
click Duration href "../Duration"
Measurement : has_interval
Measurement --> "0..1" TemporalInterval : has_interval
click TemporalInterval href "../TemporalInterval"
Measurement : id
Measurement : is_ongoing_as_of
Measurement --> "0..1" TimePoint : is_ongoing_as_of
click TimePoint href "../TimePoint"
Measurement : measured_using
Measurement --> "0..1" PhysicalDevice : measured_using
click PhysicalDevice href "../PhysicalDevice"
Measurement : name
Measurement : observation_subject
Measurement --> "0..1" Entity : observation_subject
click Entity href "../Entity"
Measurement : quantity_measured
Measurement --> "0..1" Quantity : quantity_measured
click Quantity href "../Quantity"
Measurement : starts_at
Measurement --> "0..1" TimePoint : starts_at
click TimePoint href "../TimePoint"
Measurement : type
Measurement : variable_measured
Measurement --> "0..1" Variable : variable_measured
click Variable href "../Variable"
Inheritance
- Entity [ Typed]
- Event [ Identified]
- Observation
- Measurement
- Observation
- Event [ Identified]
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
quantity_measured | 0..1 Quantity |
The quantity being measured | direct |
observation_subject | 0..1 Entity |
Observation | |
variable_measured | 0..1 Variable |
The variable being measured | Observation |
measured_using | 0..1 PhysicalDevice |
Observation | |
starts_at | 0..1 TimePoint |
Event | |
ends_at | 0..1 TimePoint |
Event | |
happens_at | 0..1 TimePoint |
Event | |
has_interval | 0..1 TemporalInterval |
Event | |
has_duration | 0..1 Duration |
Event | |
is_ongoing_as_of | 0..1 TimePoint |
Event | |
id | 1 Uriorcurie |
A unique identifier for a thing | Identified |
name | 0..1 String |
A human-readable name for a thing | Identified |
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
ClinicalHistory | measurements | range | Measurement |
SubjectObservationHistory | measurements | range | Measurement |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Measurement |
native | linkml_common:Measurement |
LinkML Source
Direct
name: Measurement
from_schema: https://w3id.org/linkml/linkml-common
is_a: Observation
attributes:
quantity_measured:
name: quantity_measured
description: The quantity being measured
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
domain_of:
- Measurement
range: Quantity
Induced
name: Measurement
from_schema: https://w3id.org/linkml/linkml-common
is_a: Observation
attributes:
quantity_measured:
name: quantity_measured
description: The quantity being measured
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: quantity_measured
owner: Measurement
domain_of:
- Measurement
range: Quantity
observation_subject:
name: observation_subject
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: observation_subject
owner: Measurement
domain_of:
- Observation
- SetOfObservations
range: Entity
variable_measured:
name: variable_measured
description: The variable being measured
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: variable_measured
owner: Measurement
domain_of:
- Observation
range: Variable
measured_using:
name: measured_using
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: measured_using
owner: Measurement
domain_of:
- Observation
range: PhysicalDevice
starts_at:
name: starts_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: starts_at
owner: Measurement
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
ends_at:
name: ends_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: ends_at
owner: Measurement
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
happens_at:
name: happens_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: happens_at
owner: Measurement
domain_of:
- Event
range: TimePoint
has_interval:
name: has_interval
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: has_interval
owner: Measurement
domain_of:
- Event
range: TemporalInterval
has_duration:
name: has_duration
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: has_duration
owner: Measurement
domain_of:
- Event
range: Duration
is_ongoing_as_of:
name: is_ongoing_as_of
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: is_ongoing_as_of
owner: Measurement
domain_of:
- Event
range: TimePoint
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Measurement
domain_of:
- Identified
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- rdfs:label
rank: 1000
slot_uri: schema:name
alias: name
owner: Measurement
domain_of:
- Identified
range: string
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Measurement
domain_of:
- Typed
range: string