# Copyright Oughtibridge Ltd
digraph "healthcare_process_evaluation"
{
fontname="Cambria"
# label="healthcare process evaluation"
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
#healthcare process evaluation
42 [label="healthcare process evaluation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_process_evaluation" tooltip="healthcare evaluation where healthcare processes are systematically assessed against requirements" color="#CC0014"]
#healthcare process
63 [label="healthcare process" fontname="Cambria" URL="https://contsys.org/concept/healthcare_process" tooltip="set of interrelated or interacting healthcare activities which transforms inputs into outputs" color="#b43232"]
#healthcare evaluation
52 [label="healthcare evaluation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_evaluation" tooltip="healthcare activity element where aspects of at least one other healthcare activity element is evaluated" color="#CC0014"]
#healthcare evaluation
52 [label="healthcare evaluation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_evaluation" tooltip="healthcare activity element where aspects of at least one other healthcare activity element is evaluated" color="#CC0014"]
#healthcare activity
39 [label="healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity" tooltip="activity intended directly or indirectly to improve or maintain a health state" color="#CC0014"]
#healthcare activity element
54 [label="healthcare activity element" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_element" tooltip="element of healthcare activity that addresses one type of purpose" color="#CC0014"]
#healthcare activity element
54 [label="healthcare activity element" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_element" tooltip="element of healthcare activity that addresses one type of purpose" color="#CC0014"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#healthcare activity
39 [label="healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity" tooltip="activity intended directly or indirectly to improve or maintain a health state" color="#CC0014"]
#List of generalisations and specialisations
#healthcare process evaluation IS A healthcare evaluation
52 -> 42 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare process evaluation is a type of healthcare evaluation" fontname="Cambria"]
#healthcare evaluation IS A healthcare activity element
54 -> 52 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare evaluation is a type of healthcare activity element" fontname="Cambria"]
# List of associations
#1..* healthcare actor performs 0..* healthcare activity element
7 -> 54 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#1..* healthcare activity 0..1 healthcare process
39 -> 63 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1 healthcare activity 1..* healthcare activity element
39 -> 54 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare process evaluation evaluates 1..* healthcare process
42 -> 63 [constraint=false, dir="forward" label="evaluates" fontname="Cambria"]
#0..* healthcare evaluation evaluates aspects of 1..* healthcare activity
52 -> 39 [constraint=false, dir="forward" label="evaluates aspects of " fontname="Cambria"]
#0..* healthcare process 0..1 healthcare process
63 -> 63 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS