Skip to content

Enum: EmployeeStatusEnum

Current employment status classifications

URI: valuesets:EmployeeStatusEnum

Permissible Values

Value Meaning Description
ACTIVE None Currently employed and working
ON_LEAVE None Temporarily away from work on approved leave
PROBATIONARY None New employee in probationary period
SUSPENDED None Temporarily suspended from work
TERMINATED None Employment has been terminated
RETIRED None Retired from employment

Slots

Name Description
employee_status Current employment status

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: EmployeeStatusEnum
description: Current employment status classifications
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ACTIVE:
    text: ACTIVE
    description: Currently employed and working
    annotations:
      status:
        tag: status
        value: actively working
      benefits:
        tag: benefits
        value: receiving full benefits
      responsibilities:
        tag: responsibilities
        value: fulfilling job responsibilities
      engagement:
        tag: engagement
        value: expected engagement
      performance:
        tag: performance
        value: subject to performance management
    title: Active Employment
  ON_LEAVE:
    text: ON_LEAVE
    description: Temporarily away from work on approved leave
    annotations:
      temporary:
        tag: temporary
        value: temporary absence
      approval:
        tag: approval
        value: approved leave
      return:
        tag: return
        value: expected return date
      benefits:
        tag: benefits
        value: may retain benefits
      types:
        tag: types
        value: medical, family, personal leave
    title: On Leave
  PROBATIONARY:
    text: PROBATIONARY
    description: New employee in probationary period
    annotations:
      duration:
        tag: duration
        value: defined probationary period
      evaluation:
        tag: evaluation
        value: ongoing evaluation
      benefits:
        tag: benefits
        value: limited or delayed benefits
      termination:
        tag: termination
        value: easier termination
      assessment:
        tag: assessment
        value: performance assessment
    title: Probationary Period
  SUSPENDED:
    text: SUSPENDED
    description: Temporarily suspended from work
    annotations:
      disciplinary:
        tag: disciplinary
        value: disciplinary action
      investigation:
        tag: investigation
        value: pending investigation
      pay:
        tag: pay
        value: with or without pay
      temporary:
        tag: temporary
        value: temporary status
      review:
        tag: review
        value: pending review
    title: Suspended
  TERMINATED:
    text: TERMINATED
    description: Employment has been terminated
    annotations:
      end:
        tag: end
        value: employment ended
      voluntary:
        tag: voluntary
        value: voluntary or involuntary
      benefits:
        tag: benefits
        value: benefits cessation
      final:
        tag: final
        value: final status
      documentation:
        tag: documentation
        value: termination documentation
    title: Terminated
  RETIRED:
    text: RETIRED
    description: Retired from employment
    annotations:
      voluntary:
        tag: voluntary
        value: voluntary departure
      age:
        tag: age
        value: retirement age
      benefits:
        tag: benefits
        value: retirement benefits
      service:
        tag: service
        value: completed service
      transition:
        tag: transition
        value: career transition
    title: Retired