Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

...

Info

Relationship of Domain, Attributes, Elements and Sub-Elements

To understand the Relationship of Domain, Attributes, Elements and Sub-Elements, see: https://orthogramic.atlassian.net/wiki/spaces/OM/pages/245137488/Domain+Attributes+Elements?atlOrigin=eyJpIjoiNWYyMjRjYzk3MzNjNDQxNWE4NjJlZjU1NmI1ZDg5NTEiLCJwIjoiYyJ9

Value Stream attributes

Domain

Attribute

Description

Example

valueStream

Title

The name or title of the Value Stream

Track Inspection and Maintenance

valueStream

Description

A detailed explanation of what the Value Stream entails

End-to-end process for track inspection and maintenance activities

valueStream

Purpose

The intended purpose or function of the Value Stream within the Organization

Ensure track safety through efficient inspection and maintenance

valueStream

Owner

The individual or team responsible for the Value Stream

Track Maintenance Program Director

valueStream

orgUnitTitle

The Organization unit(s) to which the Value Stream is linked

Track and Rail Infrastructure Division

valueStream

Performance Indicators

Metrics used to measure the effectiveness and efficiency of the Value Stream

Track quality index: 96.8%, Maintenance completion rate: 94.5%

valueStream

Dependencies

Other capabilities processes or systems that the Value Stream depends on

Track measurement systems, maintenance crews, equipment availability

valueStream

Related Value Streams

Value streams that are related or linked to this Value Stream

Signal system maintenance, bridge inspection process

valueStream

Maturity Level

The current maturity level of the Value Stream

Level 4 - Quantitatively Managed

valueStream

Tools and Technologies

Tools and technologies used to support or enable the Value Stream

Track geometry cars, ultrasonic testing equipment, maintenance management software

valueStream

Compliance and Standards

Regulatory requirements and standards the Value Stream must adhere to

49 CFR Parts 213, 214, and 237

valueStream

Cost

The financial cost associated with implementing and maintaining the Value Stream

Annual budget: $178M for inspection and maintenance activities

valueStream

Risks

Potential risks associated with the Value Stream and its operations

Weather delays, equipment failures, workforce availability

valueStream

Improvement Opportunities

Areas where the Value Stream can be enhanced or improved

Implement predictive analytics, automate reporting processes

valueStream

Strategic Alignment

How the Value Stream aligns with the Organizations strategic goals and objectives

Directly supports safety and infrastructure reliability goals

Value Stream stage Element

Element

Sub-Element

Description

Example

valueStreamStage

Stage Title

Name/title of the Value Stream stage

Track Geometry Inspection Phase

valueStreamStage

Parent Value Stream

The Value Stream it belongs to

Track Inspection and Maintenance Process

valueStreamStage

Description

What the stage entails

Automated measurement of track geometry parameters using track geometry vehicles

valueStreamStage

Value Items

Specific outputs or benefits generated in the stage

Inspection reports, maintenance plans, safety certifications

valueStreamStage

Purpose

Intended function within the Value Stream

Identify track geometry defects requiring maintenance

valueStreamStage

Owner

Responsible individual/team

Track Geometry Program Manager

valueStreamStage

orgUnitTitle

Associated Organization unit(s)

Track Inspection Division

valueStreamStage

Inputs

Required resources/information

Track class data, previous inspection results, maintenance history

valueStreamStage

Outputs

Deliverables/results produced

Track geometry exception reports, maintenance recommendations

valueStreamStage

Performance Indicators

Metrics for effectiveness/efficiency

Inspection coverage: 98.2%, Defect identification accuracy: 96.5%

valueStreamStage

Dependencies

Other stages/systems it depends on

Track geometry vehicle availability, weather conditions

valueStreamStage

Related Value Stream Stages

Connected stages

Rail wear measurement, maintenance planning

valueStreamStage

Risks

Potential risks

Equipment malfunction, data transmission failures

valueStreamStage

Improvement Opportunities

Areas for enhancement

Real-time data analysis, automated work order generation

valueStreamStage

Strategic Alignment

Alignment with Organization goals

Supports track safety and maintenance efficiency objectives

valueStreamStage

Enabling Capability

Capability that enables this stage

Automated Track Geometry Measurement System

Value Stream JSON Schema

Code Block
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Value Stream Domain Schema",
  "description": "Schema for end-to-end flow of activities that deliver value to customers and stakeholders",
  "type": "object",
  "properties": {
    "valueStream": {
      "type": "object",
      "description": "A sequence of activities that collectively deliver value to a stakeholder or customer",
      "properties": {
        "title": {
          "type": "string",
          "description": "The name or title of the Value Stream"
        },
        "description": {
          "type": "string",
          "description": "A detailed explanation of what the Value Stream entails"
        },
        "purpose": {
          "type": "string",
          "description": "The intended purpose or function of the Value Stream within the Organization"
        },
        "owner": {
          "type": "string",
          "description": "The individual or team responsible for the Value Stream"
        },
        "orgUnitTitle": {
          "type": "string",
          "description": "The Organization unit(s) to which the Value Stream is linked"
        },
        "performanceIndicators": {
          "type": "string",
          "description": "Metrics used to measure the effectiveness and efficiency of the Value Stream"
        },
        "dependencies": {
          "type": "string",
          "description": "Other capabilities, processes or systems that the Value Stream depends on"
        },
        "relatedValueStreams": {
          "type": "string",
          "description": "Value streams that are related or linked to this Value Stream"
        },
        "maturityLevel": {
          "type": "string",
          "description": "The current maturity level of the Value Stream"
        },
        "toolsAndTechnologies": {
          "type": "string",
          "description": "Tools and technologies used to support or enable the Value Stream"
        },
        "complianceAndStandards": {
          "type": "string",
          "description": "Regulatory requirements and standards the Value Stream must adhere to"
        },
        "cost": {
          "type": "string",
          "description": "The financial cost associated with implementing and maintaining the Value Stream"
        },
        "risks": {
          "type": "string",
          "description": "Potential risks associated with the Value Stream and its operations"
        },
        "improvementOpportunities": {
          "type": "string",
          "description": "Areas where the Value Stream can be enhanced or improved"
        },
        "strategicAlignment": {
          "type": "string",
          "description": "How the Value Stream aligns with the Organization's strategic goals and objectives"
        }
      }
    },
    "valueStreamStage": {
      "type": "object",
      "description": "Sequential steps or phases within a value stream that contribute to value transformation",
      "properties": {
        "stageTitle": {
          "type": "string",
          "description": "Name/title of the Value Stream stage"
        },
        "parentValueStream": {
          "type": "string",
          "description": "The Value Stream it belongs to"
        },
        "description": {
          "type": "string",
          "description": "What the stage entails"
        },
        "valueItems": {
          "type": "string",
          "description": "Specific outputs or benefits generated in the stage"
        },
        "purpose": {
          "type": "string",
          "description": "Intended function within the Value Stream"
        },
        "owner": {
          "type": "string",
          "description": "Responsible individual/team"
        },
        "orgUnitTitle": {
          "type": "string",
          "description": "Associated Organization unit(s)"
        },
        "inputs": {
          "type": "string",
          "description": "Required resources/information"
        },
        "outputs": {
          "type": "string",
          "description": "Deliverables/results produced"
        },
        "performanceIndicators": {
          "type": "string",
          "description": "Metrics for effectiveness/efficiency"
        },
        "dependencies": {
          "type": "string",
          "description": "Other stages/systems it depends on"
        },
        "relatedValueStreamStages": {
          "type": "string",
          "description": "Connected stages"
        },
        "risks": {
          "type": "string",
          "description": "Potential risks"
        },
        "improvementOpportunities": {
          "type": "string",
          "description": "Areas for enhancement"
        },
        "strategicAlignment": {
          "type": "string",
          "description": "Alignment with Organization goals"
        },
        "enablingCapability": {
          "type": "string",
          "description": "Capability that enables this stage"
        }
      }
    }
  }
}