Class: Measure
A type of data sample in the GUTS study
URI: guts:Measure
erDiagram
Measure {
ShortName short_name
string long_name
string description
DataType type
DataCategory category
string objtype
}
Inheritance
- GUTSThing
- Measure
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
short_name | 1..1 ShortName |
An short code identifier for the measure that is unique within the GUTS conte... | direct |
long_name | 1..1 String |
A longer name or title for the measure | direct |
description | 0..1 String |
A description for the measure | direct |
type | 0..1 DataType |
A data type for the measure | direct |
category | 0..1 DataCategory |
A data category for the measure | direct |
objtype | 0..1 String |
The type designator for a GUTS "thing" | GUTSThing |
Usages
used by | used in | type | used |
---|---|---|---|
ParticipantMeasure | measure | range | Measure |
Identifier and Mapping Information
Schema Source
- from schema: https://guts-consortium.github.io/schema/guts
Mappings
Mapping Type | Mapped Value |
---|---|
self | guts:Measure |
native | guts:Measure |
LinkML Source
Direct
name: Measure
description: A type of data sample in the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
is_a: GUTSThing
attributes:
short_name:
name: short_name
description: An short code identifier for the measure that is unique within the
GUTS context
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:identifier
identifier: true
range: ShortName
required: true
long_name:
name: long_name
description: A longer name or title for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:title
required: true
description:
name: description
description: A description for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:description
required: false
type:
name: type
description: A data type for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
range: DataType
required: false
category:
name: category
description: A data category for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
range: DataCategory
required: false
Induced
name: Measure
description: A type of data sample in the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
is_a: GUTSThing
attributes:
short_name:
name: short_name
description: An short code identifier for the measure that is unique within the
GUTS context
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: short_name
owner: Measure
domain_of:
- Measure
range: ShortName
required: true
long_name:
name: long_name
description: A longer name or title for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:title
alias: long_name
owner: Measure
domain_of:
- Measure
range: string
required: true
description:
name: description
description: A description for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
slot_uri: schema:description
alias: description
owner: Measure
domain_of:
- Measure
range: string
required: false
type:
name: type
description: A data type for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
alias: type
owner: Measure
domain_of:
- Measure
range: DataType
required: false
category:
name: category
description: A data category for the measure
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
alias: category
owner: Measure
domain_of:
- Measure
range: DataCategory
required: false
objtype:
name: objtype
description: The type designator for a GUTS "thing"
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
designates_type: true
alias: objtype
owner: Measure
domain_of:
- GUTSThing
range: string