Skip to content

Class: STEAssessment

An assessment instance using the STE Trait - Often scale. Note: Items 1-10 are typically presented in a randomized order during administration.

URI: schema:MedicalTest

classDiagram class STEAssessment click STEAssessment href "../STEAssessment/" STEAssessment : assessment_date STEAssessment : assessment_id STEAssessment : evaluator STEAssessment --> "0..1" Person : evaluator click Person href "../Person/" STEAssessment : responses STEAssessment --> "1" STEResponses : responses click STEResponses href "../STEResponses/" STEAssessment : self_loss_subscale_score STEAssessment : subject STEAssessment --> "1" Person : subject click Person href "../Person/" STEAssessment : total_score STEAssessment : unity_subscale_score

Slots

Name Cardinality and Range Description Inheritance
assessment_id 1
String
Unique identifier for this specific STE Trait - Often assessment instance direct
subject 1
Person
The person who is the subject of the assessment direct
assessment_date 1
Date
Date when the assessment was conducted direct
responses 1
STEResponses
The complete set of responses provided by the subject for this STE assessment direct
self_loss_subscale_score 0..1
Integer
Calculated score for the Self-Loss sub-scale (sum of items 1-5) direct
unity_subscale_score 0..1
Integer
Calculated score for the Unity sub-scale (sum of items 6-10) direct
total_score 0..1
Integer
Total calculated score for the STE assessment (sum of all 10 items) direct
evaluator 0..1
Person
Person who administered or evaluated the assessment (if applicable) direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self schema:MedicalTest
native ste:STEAssessment

LinkML Source

Direct

name: STEAssessment
description: 'An assessment instance using the STE Trait - Often scale. Note: Items
  1-10 are typically presented in a randomized order during administration.'
from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
slots:
- assessment_id
- subject
- assessment_date
- responses
- self_loss_subscale_score
- unity_subscale_score
- total_score
- evaluator
class_uri: schema:MedicalTest

Induced

name: STEAssessment
description: 'An assessment instance using the STE Trait - Often scale. Note: Items
  1-10 are typically presented in a randomized order during administration.'
from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
attributes:
  assessment_id:
    name: assessment_id
    description: Unique identifier for this specific STE Trait - Often assessment
      instance.
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: assessment_id
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: string
    required: true
  subject:
    name: subject
    description: The person who is the subject of the assessment.
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:subjectOf
    alias: subject
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: Person
    required: true
  assessment_date:
    name: assessment_date
    description: Date when the assessment was conducted.
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:dateCreated
    alias: assessment_date
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: date
    required: true
  responses:
    name: responses
    description: The complete set of responses provided by the subject for this STE
      assessment.
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    alias: responses
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: STEResponses
    required: true
  self_loss_subscale_score:
    name: self_loss_subscale_score
    description: 'Calculated score for the Self-Loss sub-scale (sum of items 1-5).
      Range: 5 to 35.'
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:result
    alias: self_loss_subscale_score
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: integer
  unity_subscale_score:
    name: unity_subscale_score
    description: 'Calculated score for the Unity sub-scale (sum of items 6-10). Range:
      5 to 35.'
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:result
    alias: unity_subscale_score
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: integer
  total_score:
    name: total_score
    description: 'Total calculated score for the STE assessment (sum of all 10 items).
      Range: 10 to 70.'
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:result
    alias: total_score
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: integer
  evaluator:
    name: evaluator
    description: Person who administered or evaluated the assessment (if applicable).
    from_schema: https://w3id.org/phases/assessment/transcendence/ste-trait-often
    rank: 1000
    slot_uri: schema:performer
    alias: evaluator
    owner: STEAssessment
    domain_of:
    - STEAssessment
    range: Person
class_uri: schema:MedicalTest