# Copyright Oughtibridge Ltd
digraph "process"
{
fontname="Cambria"
# label="process"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#change management
5 [label="change management" fontname="Cambria" URL="https://81001.org/concept/change_management" tooltip="process for recording, coordination, approval and monitoring of all changes" color="#a74d00"]
#change management
5 [label="change management" fontname="Cambria" URL="https://81001.org/concept/change_management" tooltip="process for recording, coordination, approval and monitoring of all changes" color="#a74d00"]
#clinical change management
7 [label="clinical change management" fontname="Cambria" URL="https://81001.org/concept/clinical_change_management" tooltip="strategic and systematic approach that supports people and their organizations in the successful transition and adoption of electronic health solutions, with a focus on outcomes including solution adoption by users and the realization of benefits" color="#a74d00"]
#clinical change management
7 [label="clinical change management" fontname="Cambria" URL="https://81001.org/concept/clinical_change_management" tooltip="strategic and systematic approach that supports people and their organizations in the successful transition and adoption of electronic health solutions, with a focus on outcomes including solution adoption by users and the realization of benefits" color="#a74d00"]
#implementation
26 [label="implementation" fontname="Cambria" URL="https://81001.org/concept/implementation" tooltip="life cycle phase at the end of which the hardware, software and procedures of the system considered become operational" color="#a74d00"]
#implementation
26 [label="implementation" fontname="Cambria" URL="https://81001.org/concept/implementation" tooltip="life cycle phase at the end of which the hardware, software and procedures of the system considered become operational" color="#a74d00"]
#risk management
51 [label="risk management" fontname="Cambria" URL="https://81001.org/concept/risk_management" tooltip="systematic application of management policies, procedures and practices to the tasks of analysing, evaluating, controlling and monitoring risk" color="#a7ff00"]
#risk management
51 [label="risk management" fontname="Cambria" URL="https://81001.org/concept/risk_management" tooltip="systematic application of management policies, procedures and practices to the tasks of analysing, evaluating, controlling and monitoring risk" color="#a7ff00"]
#change-release management
72 [label="change-release management" fontname="Cambria" URL="https://81001.org/concept/change-release management" tooltip="process that ensures that all changes to the health IT infrastructure (and its components) are assessed, approved, implemented and reviewed in a controlled manner and that changes are delivered, distributed, and tracked, leading to release of the change in a controlled manner with appropriate input and output with configuration management" color="#a74d00"]
#change-release management
72 [label="change-release management" fontname="Cambria" URL="https://81001.org/concept/change-release management" tooltip="process that ensures that all changes to the health IT infrastructure (and its components) are assessed, approved, implemented and reviewed in a controlled manner and that changes are delivered, distributed, and tracked, leading to release of the change in a controlled manner with appropriate input and output with configuration management" color="#a74d00"]
#List of generalisations and specialisations
#clinical change management IS A change management
5 -> 7 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="clinical change management is a type of change management" fontname="Cambria"]
#change management IS A process
39 -> 5 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="change management is a type of process" fontname="Cambria"]
#implementation IS A process
39 -> 26 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="implementation is a type of process" fontname="Cambria"]
#risk management IS A process
39 -> 51 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="risk management is a type of process" fontname="Cambria"]
#change-release management IS A process
39 -> 72 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="change-release management is a type of process" fontname="Cambria"]
# List of associations
#0..* process determines 1 quality
39 -> 41 [constraint=false, dir="forward" label="determines" fontname="Cambria"]
}
Some PS